sapling/eden/mononoke
Mateusz Kwapich 6f9f82767c add git identifiers to Source Control Service
Summary: This allows us to translate git hashes

Reviewed By: markbt

Differential Revision: D19972870

fbshipit-source-id: 871a4cf94d468d987221cb08fe7b6135050bac93
2020-02-27 08:05:14 -08:00
..
apiserver mononoke: convert places that talk to Memcache to Bytes 0.5 2020-02-26 03:30:47 -08:00
benchmark make BonsaiGitMapping repo-specific 2020-02-27 08:05:13 -08:00
blobimport_lib/src make BonsaiGitMapping repo-specific 2020-02-27 08:05:13 -08:00
blobrepo make BonsaiGitMapping repo-specific 2020-02-27 08:05:13 -08:00
blobrepo_utils mononoke (+ rust/shed/async_unit): update async_unit to expect async fn's 2020-02-18 01:55:00 -08:00
blobstore make BonsaiGitMapping repo-specific 2020-02-27 08:05:13 -08:00
blobstore_sync_queue mononoke/blobstore_sync_queue: delete in smaller batches 2020-02-20 12:26:50 -08:00
bonsai_git_mapping make BonsaiGitMapping repo-specific 2020-02-27 08:05:13 -08:00
bonsai_globalrev_mapping mononoke: add lease renewing to derived data 2020-02-25 09:22:46 -08:00
bonsai_hg_mapping mononoke: convert places that talk to Memcache to Bytes 0.5 2020-02-26 03:30:47 -08:00
bookmarks mononoke/warm_bookmarks_cache: use the repo's configuration 2020-02-18 07:40:25 -08:00
cache_warmup/src derived_data: add DeriveError for when derivation is disabled 2020-02-19 09:28:09 -08:00
changesets mononoke: convert places that talk to Memcache to Bytes 0.5 2020-02-26 03:30:47 -08:00
cmdlib mononoke/blobstore: remove rocksdb blobstore and replace its usages with sqliteblob 2020-02-24 05:23:07 -08:00
cmds mononoke: convert places that talk to Memcache to Bytes 0.5 2020-02-26 03:30:47 -08:00
commit_rewriting mononoke: add lease renewing to derived data 2020-02-25 09:22:46 -08:00
common autocargo: Strip line comments 2020-02-26 16:31:52 -08:00
derived_data mononoke: distinguish derived data waits with derived data generation 2020-02-27 03:15:39 -08:00
edenapi_server/src edenapi_server: move handlers to submodule 2020-02-19 09:59:14 -08:00
fastreplay/src mononoke: include DB config in multiplexed blobstore configuration 2020-02-24 11:54:45 -08:00
filenodes mononoke (+ rust/shed/async_unit): update async_unit to expect async fn's 2020-02-18 01:55:00 -08:00
filestore/src mononoke: Add hash::GitSha1 as a pure hash-only key for git Aliases 2020-02-18 05:02:52 -08:00
git mononoke: add lease renewing to derived data 2020-02-25 09:22:46 -08:00
gotham_ext/src gotham_ext: move TLS-related middleware into gotham_ext 2020-02-13 17:47:34 -08:00
hgcli Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
hgproto rust: Begin upgrading to bytes 0.5 2020-02-18 21:20:09 -08:00
hook_tailer Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
hooks mononoke/hooks: use a smaller test group for faster tests 2020-02-26 04:44:39 -08:00
lfs_import_lib/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_protocol autocargo: Strip line comments 2020-02-26 16:31:52 -08:00
lfs_server/src lfs_protocol: remove dependency on mononoke_types 2020-02-21 12:26:19 -08:00
manifest Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
mercurial common/rust: remove unused asyncmemo from the codebase 2020-02-19 05:15:17 -08:00
metaconfig mononoke: pull config schema changes from configerator 2020-02-27 05:01:50 -08:00
mononoke_api/src add the git<->bonsai translation to mononoke_api crate 2020-02-27 08:05:13 -08:00
mononoke_types autocargo: Strip line comments 2020-02-26 16:31:52 -08:00
phases mononoke (+ rust/shed/async_unit): update async_unit to expect async fn's 2020-02-18 01:55:00 -08:00
pushrebase/src mononoke (+ rust/shed/async_unit): update async_unit to expect async fn's 2020-02-18 01:55:00 -08:00
reachabilityindex rust: Begin upgrading to bytes 0.5 2020-02-18 21:20:09 -08:00
repo_client mononoke: asyncify signatures of two fns in getbundle_response 2020-02-27 05:01:52 -08:00
revset mononoke (+ rust/shed/async_unit): update async_unit to expect async fn's 2020-02-18 01:55:00 -08:00
scs_server/src add git identifiers to Source Control Service 2020-02-27 08:05:14 -08:00
segmented_changelog/src mononoke (+ rust/shed/async_unit): update async_unit to expect async fn's 2020-02-18 01:55:00 -08:00
server autocargo: Strip line comments 2020-02-26 16:31:52 -08:00
sshrelay autocargo: Strip line comments 2020-02-26 16:31:52 -08:00
tests add git identifiers to Source Control Service 2020-02-27 08:05:14 -08:00
walker/src mononoke: fix walker filenode walks 2020-02-26 15:21:53 -08:00
Cargo.toml autocargo: Strip line comments 2020-02-26 16:31:52 -08:00
README.md mononoke: add README.md and the missing pieces for supporting cargo (#13) 2020-02-13 00:12:36 -08:00

Mononoke

Mononoke is a next-generation server for the Mercurial source control system, meant to scale up to accepting thousands of commits every hour across millions of files. It is primarily written in the Rust programming language.

Caveat Emptor

Mononoke is still in early stages of development. We are making it available now because we plan to start making references to it from our other open source projects.

The version that we provide on GitHub does not build yet.

This is because the code is exported verbatim from an internal repository at Facebook, and not all of the scaffolding from our internal repository can be easily extracted. The key areas where we need to shore things up are:

  • Full support for a standard cargo build.
  • Open source replacements for Facebook-internal services (blob store, logging etc).

The current goal is to get Mononoke working on Linux. Other Unix-like OSes may be supported in the future