sapling/eden/fs/service
Adam Simpkins 256422737d rename eden_gc to eden_store_util
Summary:
Move this utility from eden/fs/service to eden/fs/store, and rename it to
`eden_store_util`.

I originally put it in the `service` subdirectory since it depends on library
code from `service/`, and most of the other code in `store/` shouldn't depend
on code in `service/`.  However logically it makes sense to be in the `store/`
directory.

I plan to update in the future to be able to perform some additionally utility
operations besides just garbage collection, so rename it to the more generic
`eden_store_util` name.

Reviewed By: chadaustin

Differential Revision: D15043209

fbshipit-source-id: e6c4a874ddd05bd1576ea2e8a6c6156ccdf4628f
2019-04-24 20:03:57 -07:00
..
oss rename some of the files related to main() 2019-03-15 18:13:58 -07:00
test Forward systemd startup logs to 'eden start' 2018-12-07 17:07:08 -08:00
__init__.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
.gitignore watchman: pull in thrift in the oss build for eden support 2019-02-04 21:37:47 -08:00
client.py Update pyre version for eden 2019-03-04 13:03:03 -08:00
CMakeLists.txt rename eden_gc to eden_store_util 2019-04-24 20:03:57 -07:00
eden.thrift Add missing copyright notices 2019-03-07 19:32:39 -08:00
EdenCPUThreadPool.cpp Rename UnboundedQueueThreadPool to UnboundedQueueExecutor and add a ManualExecutor variant 2018-08-03 13:21:59 -07:00
EdenCPUThreadPool.h Rename UnboundedQueueThreadPool to UnboundedQueueExecutor and add a ManualExecutor variant 2018-08-03 13:21:59 -07:00
EdenError.cpp update eden to be more liberal when parsing BinaryHash arguments 2018-03-20 16:47:12 -07:00
EdenError.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenInit.cpp refactor some of the argument parsing and config setup logic 2019-04-16 21:17:10 -07:00
EdenInit.h refactor some of the argument parsing and config setup logic 2019-04-16 21:17:10 -07:00
EdenMain.cpp refactor some of the argument parsing and config setup logic 2019-04-16 21:17:10 -07:00
EdenMain.h rename some of the files related to main() 2019-03-15 18:13:58 -07:00
EdenServer.cpp Replace Future::onError with Future::thenError 2019-04-17 11:59:13 -07:00
EdenServer.h add a new EdenStateDir class 2019-04-16 21:17:10 -07:00
EdenServiceHandler.cpp ensure that most thrift calls cannot access initializing mounts 2019-03-06 20:33:42 -08:00
EdenServiceHandler.h add thrift APIs to the fault injection framework 2019-02-15 19:27:17 -08:00
EdenStateDir.cpp add a new EdenStateDir class 2019-04-16 21:17:10 -07:00
EdenStateDir.h add a new EdenStateDir class 2019-04-16 21:17:10 -07:00
fb-edenfs@.service Add missing copyright notices 2019-03-07 19:32:39 -08:00
PrettyPrinters.cpp report the mount state in listMounts() 2019-01-02 12:58:08 -08:00
PrettyPrinters.h report the mount state in listMounts() 2019-01-02 12:58:08 -08:00
StartupLogger.cpp eden: no pipe2 on macos, manually CLOEXEC 2018-12-15 19:11:05 -08:00
StartupLogger.h add a flag to report start-up success before finishing mounts 2019-03-06 20:33:41 -08:00
streamingeden.thrift Add missing copyright notices 2019-03-07 19:32:39 -08:00
StreamingSubscriber.cpp Make EventBase destruction callbacks safely cancellable 2019-01-24 15:57:39 -08:00
StreamingSubscriber.h add @manual tags to Windows includes to make autodeps happy 2019-03-14 10:53:07 -07:00
Systemd.cpp Make 'eden start' run a bare minimum systemd service (opt-in) 2018-12-06 16:01:43 -08:00
Systemd.h Make 'eden start' run a bare minimum systemd service (opt-in) 2018-12-06 16:01:43 -08:00
ThriftUtil.h folly::Optional -> std::optional 2018-10-23 18:51:59 -07:00