sapling/eden/fs/store
John Elliott b8b2b89592 Add support to get the repo name from SaplingNativeBackingStore
Summary: HgImporter was the only way to get the repo name. With the removal of it, we a new way. Adding that to SaplingNativeBackingStore.

Reviewed By: xavierd

Differential Revision: D51911195

fbshipit-source-id: 7fcb61d72219d4e5851b31507c53c62f68df8476
2023-12-13 11:56:35 -08:00
..
facebook Remove explicit key 2023-12-04 10:03:02 -08:00
filter support cloning a FilteredFS repo 2023-11-30 13:29:50 -08:00
git update libgit2 dependencies 2023-10-27 14:52:55 -07:00
hg Add support to get the repo name from SaplingNativeBackingStore 2023-12-13 11:56:35 -08:00
test tests: remove last remnant of QueuedImmediateExecutor 2023-11-30 13:41:03 -08:00
BackingStore.h eden (7547650190731062666) 2023-11-08 17:55:00 -08:00
BackingStoreLogger.cpp Rename ProcessName* to ProcessInfo* 2023-09-06 22:12:38 -07:00
BackingStoreLogger.h Rename ProcessName* to ProcessInfo* 2023-09-06 22:12:38 -07:00
BackingStoreType.cpp eden (-8536898070263054920) 2023-10-14 03:37:10 -07:00
BackingStoreType.h fix eden fs build with GCC 13.2.1 (#748) 2023-11-21 20:33:33 -08:00
BlobAccess.cpp inode: revamp blob loading 2023-11-28 12:57:11 -08:00
BlobAccess.h inode: revamp blob loading 2023-11-28 12:57:11 -08:00
BlobCache.cpp Add counter for in-memory BlobCache hits 2023-09-25 11:58:24 -07:00
BlobCache.h Add counter for in-memory BlobCache hits 2023-09-25 11:58:24 -07:00
CMakeLists.txt fix getdeps build on Windows 2023-07-25 15:24:16 -07:00
Diff.cpp store: remove handling of gitignore in diff 2023-09-05 15:18:39 -07:00
Diff.h store: remove handling of gitignore in diff 2023-09-05 15:18:39 -07:00
DiffCallback.h eden (-6156933346114208584) 2023-11-08 17:56:28 -08:00
DiffContext.cpp thread ObjectFetchContext to StatsFetchContext via DiffContext 2023-10-03 14:02:07 -07:00
DiffContext.h thread ObjectFetchContext to StatsFetchContext via DiffContext 2023-10-03 14:02:07 -07:00
eden_store_util.cpp eden (-8536898070263054920) 2023-10-14 03:37:10 -07:00
EmptyBackingStore.cpp eden (-8536898070263054920) 2023-10-14 03:37:10 -07:00
EmptyBackingStore.h separate out FilteredBackingStore TARGETS 2023-10-09 16:18:36 -07:00
FilteredBackingStore.cpp eden (-6156933346114208584) 2023-11-08 17:56:28 -08:00
FilteredBackingStore.h store: remove a QueuedImmediateExecutor in the hg backing store 2023-11-07 11:18:21 -08:00
ImportPriority.cpp refactor ImportPriority 2022-11-15 16:23:30 -08:00
ImportPriority.h eden (-6156933346114208584) 2023-11-08 17:56:28 -08:00
IObjectStore.h eden (-6156933346114208584) 2023-11-08 17:56:28 -08:00
KeySpace.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
KeySpace.h store: deprecate KeySpace::TreeMetaDataFamily 2022-03-02 15:03:35 -08:00
LocalStore.cpp store: remove a folly::collectUnsafe 2023-11-30 13:41:03 -08:00
LocalStore.h store: remove a folly::collectUnsafe 2023-11-30 13:41:03 -08:00
LocalStoreCachedBackingStore.cpp store: remove a QueuedImmediateExecutor in the hg backing store 2023-11-07 11:18:21 -08:00
LocalStoreCachedBackingStore.h store: remove a QueuedImmediateExecutor in the hg backing store 2023-11-07 11:18:21 -08:00
MemoryLocalStore.cpp store: add telemetry for LocalStore operations 2023-05-25 15:48:11 -07:00
MemoryLocalStore.h store: add telemetry for LocalStore operations 2023-05-25 15:48:11 -07:00
ObjectCache-inl.h decouple objects from their IDs in ObjectCache 2023-07-24 11:49:49 -07:00
ObjectCache.h decouple objects from their IDs in ObjectCache 2023-07-24 11:49:49 -07:00
ObjectFetchContext.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
ObjectFetchContext.h set ClientRequestInfo in ObjectFetchContext requestInfo 2023-10-02 18:40:09 -07:00
ObjectStore.cpp make ObjectStore metadata cache size configurable 2023-11-21 11:51:26 -08:00
ObjectStore.h make ObjectStore metadata cache size configurable 2023-11-21 11:51:26 -08:00
PathLoader.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
PathLoader.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
RocksDbLocalStore.cpp store: remove a folly::collectUnsafe 2023-11-30 13:41:03 -08:00
RocksDbLocalStore.h store: remove a folly::collectUnsafe 2023-11-30 13:41:03 -08:00
ScmStatusDiffCallback.cpp introduce an asString() on Path and PathPiece 2022-11-11 18:46:15 -08:00
ScmStatusDiffCallback.h diff: allow reporting directory changes too 2022-05-06 09:44:33 -07:00
SerializedBlobMetadata.cpp clang-tidy advice 2023-07-13 16:30:55 -07:00
SerializedBlobMetadata.h Add blake3 support to Serialized blob metadata 2023-06-05 23:41:35 -07:00
SqliteLocalStore.cpp store: add telemetry for LocalStore operations 2023-05-25 15:48:11 -07:00
SqliteLocalStore.h store: add telemetry for LocalStore operations 2023-05-25 15:48:11 -07:00
StatsFetchContext.cpp thread ObjectFetchContext to StatsFetchContext via DiffContext 2023-10-03 14:02:07 -07:00
StatsFetchContext.h thread ObjectFetchContext to StatsFetchContext via DiffContext 2023-10-03 14:02:07 -07:00
StoreResult.cpp clang-tidy advice 2023-07-13 16:30:55 -07:00
StoreResult.h fs: fix license header 2022-01-04 15:00:07 -08:00
TARGETS inode: revamp blob loading 2023-11-28 12:57:11 -08:00
TreeCache.cpp decouple objects from their IDs in TreeCache 2023-08-23 14:16:42 -07:00
TreeCache.h decouple objects from their IDs in TreeCache 2023-08-23 14:16:42 -07:00
TreeLookupProcessor.cpp inodes: move TreeLookupProcessor out of EdenMount.cpp 2023-05-15 15:34:14 -07:00
TreeLookupProcessor.h inodes: move TreeLookupProcessor out of EdenMount.cpp 2023-05-15 15:34:14 -07:00