osquery-1/osquery/core
Jesse Kornblum 9f58f0cc0a Use Status::success throughout osquery (#5542)
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5542

We replace deprecated calls to the Status class with newer ones. This will stop Lint from nagging me every time I open these files. There should be no change to functionality.

Specifically, we use a codemod on `.cpp` files to replace any instance of `return Status();` with `return Status::success();`.

Reviewed By: guliashvili

Differential Revision: D14652922

fbshipit-source-id: 243576195ed201d6b82fc942a785742c6b01cf83
2019-03-29 04:28:39 -07:00
..
database Remove the rest use cases of createError with message as an arg (#5524) 2019-03-13 11:36:21 -07:00
plugins Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
posix Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sql Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
tests OSQueryd changes for encoding type in JSON syntax 2019-03-04 09:15:21 -08:00
windows Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
BUCK Add dependency for pthread in osquery/core (#5540) 2019-03-28 07:21:24 -07:00
flags.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
init.cpp Revert D14577520 failing osquery 2019-03-26 10:35:53 -07:00
query.cpp Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
system.cpp Add more test cases to query platform unit test (#5515) 2019-03-15 07:15:18 -07:00
tables.cpp Replace Status(0) calls with Status::success() to appease Lint (#5487) 2019-03-01 04:29:33 -08:00
watcher.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
watcher.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00