sapling/eden/mononoke
Mark Juggurnauth-Thomas 2a76d65847 derived_data: rename BonsaiDerived::derive03 to derive
Summary: Now that `derive03` is the only version available, rename it to `derive`.

Reviewed By: krallin

Differential Revision: D24900106

fbshipit-source-id: c7fbf9a00baca7d52da64f2b5c17e3fe1ddc179e
2020-11-13 01:48:03 -08:00
..
benchmark derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
blobimport_lib Added verification of generated bonsai changeset between backup and prod repos during blobimport 2020-11-10 08:46:16 -08:00
blobrepo derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
blobrepo_utils rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
blobstore fileblob: flush and sync new file blobs 2020-11-12 11:21:55 -08:00
blobstore_sync_queue commit_rewriting: use is_empty() where possible 2020-10-04 10:03:42 -07:00
bonsai_git_mapping improve error messages for mapping length errors 2020-09-21 08:39:12 -07:00
bonsai_globalrev_mapping rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
bonsai_hg_mapping rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
bookmarks derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
bulkops bulkops: add trait ChangesetBulkFetch 2020-10-08 09:43:46 -07:00
cache_warmup derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
changesets rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
cmdlib Added verification of generated bonsai changeset between backup and prod repos during blobimport 2020-11-10 08:46:16 -08:00
cmds derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
commit_rewriting derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
common scuba: don't require static keys in log_with_msg 2020-11-11 12:40:13 -08:00
derived_data derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
edenapi_server edenapi: add segmented changelog clone endpoints 2020-11-11 22:53:38 -08:00
fastreplay mononoke: make hash_validation_percentage a tunable 2020-11-09 02:25:24 -08:00
filenodes rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
filestore mononoke/filestore: update fetch to use 0.3 futures 2020-11-06 07:26:04 -08:00
git derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
gotham_ext gotham_ext: use pin_project in SignalStream 2020-10-14 11:08:13 -07:00
hgcli rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
hgproto rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
hook_tailer mononoke: remove unnecessary .version("0.0.0") in clap App setup 2020-11-06 02:23:46 -08:00
hooks mononoke: do not allow too big commits to be landed 2020-11-06 11:24:19 -08:00
lfs_import_lib mononoke/filestore: update store to futures 0.3 2020-11-06 07:26:03 -08:00
lfs_protocol mononoke: try to compress values if they above cachelib limit 2020-06-20 01:05:54 -07:00
lfs_server mononoke/filestore: update fetch methods to return 0.3 stream 2020-11-06 07:26:04 -08:00
load_limiter Regenerate all Cargo.tomls after upgrade to futures 0.3.5 2020-07-06 20:49:43 -07:00
manifest skeleton_manifest: implement skeleton manifest derivation 2020-11-11 13:23:48 -08:00
mercurial mononoke/filestore: update fetch methods to return 0.3 stream 2020-11-06 07:26:04 -08:00
metaconfig config: add SegmentedChangelog that downloads dag for functionality 2020-11-11 22:53:38 -08:00
microwave rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
mononoke_api derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
mononoke_hg_sync_job mononoke/filestore: update fetch methods to return 0.3 stream 2020-11-06 07:26:04 -08:00
mononoke_types S3 blobstore shard keys per repo 2020-11-12 02:51:42 -08:00
mutable_counters rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
newfilenodes rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
permission_checker bypassing hooks for members of scm 2020-10-29 10:14:25 -07:00
phases rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
pushrebase tests_utils: allow all MPaths in created commits 2020-11-11 13:23:48 -08:00
reachabilityindex rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
regenerate_hg_filenodes mononoke: remove unnecessary .version("0.0.0") in clap App setup 2020-11-06 02:23:46 -08:00
repo_client derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
repo_import mononoke: remove unnecessary .version("0.0.0") in clap App setup 2020-11-06 02:23:46 -08:00
revset rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
scs_server mononoke/filestore: update metadata to futures 0.3 2020-11-06 07:26:03 -08:00
segmented_changelog config: add SegmentedChangelog that downloads dag for functionality 2020-11-11 22:53:38 -08:00
server mononoke: make hash_validation_percentage a tunable 2020-11-09 02:25:24 -08:00
sshrelay rust-shed/futures_01_ext: rename futures_ext to futures_01_ext 2020-11-05 06:07:16 -08:00
tests edenapi: add segmented changelog clone endpoints 2020-11-11 22:53:38 -08:00
time_window_counter mononoke/lfs_server: popularity: add ODS counters, timeouts and tests 2020-07-15 03:39:23 -07:00
tunables mononoke: make hash_validation_percentage a tunable 2020-11-09 02:25:24 -08:00
unbundle_replay mononoke/unbundle resolver module: replace 0.1 future_ext::BoxStream usage with 0.3 2020-11-03 13:38:09 -08:00
walker derived_data: rename BonsaiDerived::derive03 to derive 2020-11-13 01:48:03 -08:00
Cargo.toml skeleton_manifest: implement skeleton manifest derivation 2020-11-11 13:23:48 -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