sapling/eden/mononoke
Jeremy Fitzhardinge 28830035dd rust: regenerate autocargo for tokio rollback
Reviewed By: dtolnay

Differential Revision: D20956714

fbshipit-source-id: f13256350cc7082543c7b69231a783b262f8a4d8
2020-04-10 01:12:57 -07:00
..
apiserver memcache: don't panic if Memcache fails to initialize 2020-04-02 10:07:23 -07:00
benchmark mononoke: cover more crates with OSS buildability that depend on cmdlib crate 2020-04-08 03:09:07 -07:00
blobimport_lib/src Swap out a while loop instead of .and_then + .fold 2020-04-08 08:19:32 -07:00
blobrepo rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
blobrepo_utils mononoke: cover more crates with OSS buildability that depend on cmdlib crate 2020-04-08 03:09:07 -07:00
blobstore rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
blobstore_sync_queue use operation keys for selects 2020-04-06 09:57:24 -07:00
bonsai_git_mapping rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
bonsai_globalrev_mapping rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
bonsai_hg_mapping third-party/rust: Turn off async-trait/support_old_nightly 2020-04-02 17:01:24 -07:00
bookmarks rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
cache_warmup/src mononoke/cache_warmup: conditionally use microwave for faster warmup 2020-03-05 11:57:43 -08:00
changesets mononoke: add a test backfill derived data 2020-04-07 08:44:25 -07:00
cmdlib rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
cmds mononoke: measure the whole duration of deriving chunks 2020-04-09 23:40:30 -07:00
commit_rewriting rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
common rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
config_structs/repos third-party/rust: Turn off async-trait/support_old_nightly 2020-04-02 17:01:24 -07:00
derived_data rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
edenapi_server/src edenapi_server: use client identity middleware 2020-03-31 14:07:14 -07:00
fastreplay/src Move hooks over from an internal representation based on HgChangesets to BonsaiChangesets 2020-04-08 08:59:00 -07:00
filenodes third-party/rust: Turn off async-trait/support_old_nightly 2020-04-02 17:01:24 -07:00
filestore mononoke: add sampling_fingerprint to hash types 2020-04-02 09:08:05 -07:00
git third-party/rust: Turn off async-trait/support_old_nightly 2020-04-02 17:01:24 -07:00
gotham_ext/src mononoke/{edenapi,lfs}_server: update to new Hyper, new Bytes, new Gotham 2020-03-11 10:22:28 -07:00
hgcli rust-shed: add hostname crate to the shed 2020-03-20 08:56:12 -07:00
hgproto mononoke/repo_client: use wireproto encoding for directories 2020-04-07 04:36:06 -07:00
hook_tailer Run Bonsai hooks as well as old-style hooks 2020-04-08 08:59:00 -07:00
hooks Port over all hooks whose behaviour doesn't change from Mercurial form to Bonsai form 2020-04-08 08:59:01 -07:00
lfs_import_lib/src mononoke: update internals to Bytes 0.5 2020-02-27 08:08:28 -08:00
lfs_protocol mononoke/{edenapi,lfs}_server: update to new Hyper, new Bytes, new Gotham 2020-03-11 10:22:28 -07:00
lfs_server/src mononoke/lfs_server: add option to disable ACL Checker 2020-04-08 11:58:10 -07:00
manifest rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
megarepolib mononoke: cover more crates with OSS buildability that depend on cmdlib crate 2020-04-08 03:09:07 -07:00
mercurial include sorted parents in getcommitdata output 2020-04-09 11:04:22 -07:00
metaconfig migrate from sql_ext::SqlConstructors to sql_construct 2020-04-02 05:27:16 -07:00
microwave mononoke: add repo name in BlobRepo 2020-03-10 08:32:33 -07:00
mononoke_api/src mononoke/scs-log: add history stream terminator 2020-04-07 07:08:24 -07:00
mononoke_types mononoke_types: add Sha256 stubs 2020-04-08 11:58:08 -07:00
mutable_counters mononoke: cover more crates with OSS buildability that depend on cmdlib crate 2020-04-08 03:09:07 -07:00
newfilenodes rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
phases mononoke: add missing telemetry to phases 2020-04-03 10:38:42 -07:00
pushrebase rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
reachabilityindex third-party/rust: Turn off async-trait/support_old_nightly 2020-04-02 17:01:24 -07:00
repo_client add getcommitdata to wireproto capabilities 2020-04-09 12:57:07 -07:00
revset mononoke: make blobrepo and its dependencies OSS buildable 2020-03-31 04:02:45 -07:00
scs_server/src mononoke/scs-log: add history stream terminator 2020-04-07 07:08:24 -07:00
segmented_changelog/src segmented_changelog: add Dag struct and location_to_name functionality 2020-03-27 13:48:52 -07:00
server rust: regenerate autocargo for tokio rollback 2020-04-10 01:12:57 -07:00
sshrelay mononoke: allow selecting a priority in hgcli, and passing it to Mononoke 2020-03-11 08:54:51 -07:00
tests mononoke/lfs_server: don't return a 502 on batch error 2020-04-08 11:58:09 -07:00
unbundle_replay Run Bonsai hooks as well as old-style hooks 2020-04-08 08:59:00 -07:00
walker/src mononoke: walker: log errors to scuba regardless of the error_as_data setting 2020-04-06 03:17:40 -07:00
Cargo.toml mononoke/mercurial: make revlog crate OSS buildable 2020-04-08 09:49:11 -07: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