sapling/eden/mononoke/cmds
Kostia Balytskyi 78bf80c13a metaconfig: learn about version_name for CommitSyncConfig
Summary:
This diff adds support for the `version_name` field, coming from the
`commitsyncmap` config, stored in the configerator.

Note: ATM, this field is optional in the thrift config, but once we get past
the initial deployment stage, I expect it to be present always. This is why
in `CommmitSyncConfig` I make it `String` (with a default value of `""`) rather
than `Option<String>`. The code, which will be writing this value into
`synced_commit_mapping` should not ever care whether it's present or not, since
every mapping should always have a `version_name` present.

Reviewed By: StanislavGlebik

Differential Revision: D21764641

fbshipit-source-id: 35a7f487acf0562b309fd6d1b6473e3b8024722d
2020-05-29 09:31:33 -07:00
..
admin metaconfig: learn about version_name for CommitSyncConfig 2020-05-29 09:31:33 -07:00
backfill_derived_data mononoke: move fetch_all_public_changesets to the bulkops crate 2020-05-13 16:53:16 -07:00
benchmark_storage_config mononoke/blobrepo/factory: convert this to async await 2020-05-12 06:49:25 -07:00
blobrepo_checker/src mononoke/mercurial: remove incorrect FileBytes Extend implementation 2020-03-04 08:51:42 -08:00
blobstore_healer mononoke/blobrepo/factory: convert this to async await 2020-05-12 06:49:25 -07:00
bonsai_verify mononoke: Add tunables - a simple form of config hot reloading 2020-04-30 16:08:30 -07:00
tests blobrepo: add mutation store 2020-05-13 11:00:55 -07:00
aliasverify.rs mononoke: add a test backfill derived data 2020-04-07 08:44:25 -07:00
backfill_git_mapping.rs mononoke: Add init_mononoke helper function and update call sites 2020-04-28 09:03:09 -07:00
benchmark_filestore.rs mononoke/async_limiter: make AsyncLimiter::new async 2020-05-12 06:49:25 -07:00
blobimport.rs remove unneeded 'static lifetimes 2020-04-22 02:49:01 -07:00
configlint.rs migrate from sql_ext::SqlConstructors to sql_construct 2020-04-02 05:27:16 -07:00
dumprev.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
idxdump.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_import.rs rust: Rename futures_preview:: to futures:: 2020-03-03 11:01:20 -08:00
populate_healer.rs mononoke/context_concurrency_blobstore: use rate limit instead of semaphore 2020-05-12 06:49:25 -07:00
rechunker.rs mononoke: migrate filestore's rechunk API to async/await 2020-03-19 09:24:30 -07:00
revlogrepo.rs Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
statistics_collector.rs remove unneeded 'static lifetimes 2020-04-22 02:49:01 -07:00
upload_globalrevs.rs pushing compat one level down in upload_globalrevs.rs 2020-03-18 04:18:24 -07:00