sapling/eden/mononoke
Alex Hornby 6658b17fb6 mononoke: add packblob to blobstore_factory
Summary: mononoke: add packblob to blobstore_factory

Reviewed By: farnz

Differential Revision: D21924406

fbshipit-source-id: d42702b11bdc0b187467869a7959f68022c60ab2
2020-06-16 04:11:43 -07:00
..
backsyncer cross_repo: record sync map version_name in synced_commit_mapping 2020-06-01 07:16:52 -07:00
benchmark mononoke: add_filenodes now return FilenodeResult and removes TODO 2020-06-10 19:29:29 -07:00
blobimport_lib mononoke/bonsai_git_mapping: add CoreContext to BonsaiGitMapping functions 2020-06-15 11:23:23 -07:00
blobrepo rust: clean up some warnings 2020-06-15 16:50:40 -07:00
blobrepo_utils autocargo: regenerate 2020-05-19 16:08:40 -07:00
blobstore mononoke: add packblob to blobstore_factory 2020-06-16 04:11:43 -07:00
blobstore_sync_queue mononoke: blobstore_sync_queue: switch to insert rather than insert ignore 2020-06-10 19:29:41 -07:00
bonsai_git_mapping mononoke/bonsai_git_mapping: add CoreContext to BonsaiGitMapping functions 2020-06-15 11:23:23 -07:00
bonsai_globalrev_mapping mononoke: add merge commit validation 2020-05-20 11:17:21 -07:00
bonsai_hg_mapping cargo_from_buck: Hide generated code from rustfmt 2020-06-10 19:29:49 -07:00
bookmarks rustfmt: Use use_try_shorthand default 2020-06-10 19:29:15 -07:00
bulkops mononoke: update bulkops::fetch_all_public_changesets to return commits in order 2020-05-21 20:43:45 -07:00
cache_warmup RFC: introduce FilenodeResult 2020-06-01 05:27:34 -07:00
changesets cargo_from_buck: Hide generated code from rustfmt 2020-06-10 19:29:49 -07:00
cmdlib rust: clean up some warnings 2020-06-15 16:50:40 -07:00
cmds rust: clean up some warnings 2020-06-15 16:50:40 -07:00
commit_rewriting mononoke: migrate megarepolib to new futures 2020-06-16 03:32:50 -07:00
common mononoke: move replication_lag utilities from blobstore_healer to sql_ext 2020-06-11 12:38:50 -07:00
config_structs mononoke: add packblob to blobstore_factory 2020-06-16 04:11:43 -07:00
derived_data derived_data: add splay to lease retry backoff times 2020-06-11 02:52:00 -07:00
edenapi_server edenapi_server: rename the subtree endpoint to complete_trees 2020-06-15 13:40:44 -07:00
fastreplay metaconfig/parser: use free functions for loading configuration 2020-06-02 09:30:03 -07:00
filenodes cargo_from_buck: Hide generated code from rustfmt 2020-06-10 19:29:49 -07:00
filestore rustfmt: Use use_try_shorthand default 2020-06-10 19:29:15 -07:00
git mononoke/bonsai_git_mapping: add CoreContext to BonsaiGitMapping functions 2020-06-15 11:23:23 -07:00
gotham_ext edenapi_server: add ErrorKind 2020-06-12 12:16:52 -07:00
hgcli mononoke: add Cargo.toml files for code previously depending on identity_ext 2020-06-10 18:16:04 -07:00
hgproto edenapi_server: rename the subtree endpoint to complete_trees 2020-06-15 13:40:44 -07:00
hook_tailer metaconfig/parser: use free functions for loading configuration 2020-06-02 09:30:03 -07:00
hooks mononoke: opsfiles: Port deny_from_corp.sh hook 2020-06-10 19:29:47 -07:00
lfs_import_lib autocargo: regenerate 2020-05-19 16:08:40 -07:00
lfs_protocol lfs_protocol: move LFS MIME type into protocol crate 2020-04-23 13:58:04 -07:00
lfs_server gotham_ext: Add StreamBody 2020-06-11 13:03:24 -07:00
load_limiter mononoke: remove getfiles from ratelimiter and perf counter 2020-05-19 04:43:00 -07:00
manifest Expose ctime from Blobstore::get() in mononoke 2020-05-06 00:55:07 -07:00
megarepolib mononoke: migrate megarepolib to new futures 2020-06-16 03:32:50 -07:00
mercurial mononoke: rename comments() to message() 2020-06-11 01:24:47 -07:00
metaconfig mononoke: add packblob to blobstore_factory 2020-06-16 04:11:43 -07:00
microwave cargo_from_buck: Hide generated code from rustfmt 2020-06-10 19:29:49 -07:00
mononoke_api mononoke/bonsai_git_mapping: add CoreContext to BonsaiGitMapping functions 2020-06-15 11:23:23 -07:00
mononoke_types cargo_from_buck: Hide generated code from rustfmt 2020-06-10 19:29:49 -07:00
mutable_counters admin: add a subcommand to manipulate mutable_counters 2020-04-16 03:19:44 -07:00
newfilenodes mononoke: add counters for fetching disabled filenodes 2020-06-10 19:29:29 -07:00
permission_checker mononoke: replace instances of whitelist/blacklist/blackhole 2020-06-10 19:29:30 -07:00
phases Clean out unused deps from our TARGETS files 2020-04-14 03:38:11 -07:00
pushrebase rustfmt: Use use_try_shorthand default 2020-06-10 19:29:15 -07:00
reachabilityindex fix the problem with updating skiplists after trimming 2020-06-15 09:58:15 -07:00
repo_client mononoke/bonsai_git_mapping: add CoreContext to BonsaiGitMapping functions 2020-06-15 11:23:23 -07:00
revset make LeastCommonAncestorsHint async 2020-06-15 08:14:36 -07:00
scs_server/src rust/thrift: add an option to stop processing requests if client disconnected, take 2 2020-06-15 07:17:12 -07:00
segmented_changelog mononoke: make segmented_changelog OSS buildable 2020-06-12 06:54:32 -07:00
server mononoke: opsfiles: Port deny_from_corp.sh hook 2020-06-10 19:29:47 -07:00
sshrelay Clean out unused deps from our TARGETS files 2020-04-14 03:38:11 -07:00
tests mononoke: add packblob to blobstore_factory 2020-06-16 04:11:43 -07:00
time_window_counter mononoke/rust-shed: apply new coding style convention that separates oss-only code 2020-05-07 04:52:16 -07:00
tunables rust: clean up some warnings 2020-06-15 16:50:40 -07:00
unbundle_replay autocargo: regenerate 2020-05-19 16:08:40 -07:00
walker mononoke: replace direct usages of ServiceData by dynamic singleton counters 2020-06-10 19:29:19 -07:00
Cargo.toml mononoke: add basic packblob blobstore 2020-06-16 04:11:43 -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