A Scalable, User-Friendly Source Control System.
Go to file
Kostia Balytskyi 37bf0356ba mononoke: make admin tool capable of fetching non-manifold blobstores
Summary: This helps us investigate the workings of the (upcoming) xdb blobstore.

Reviewed By: StanislavGlebik

Differential Revision: D16208770

fbshipit-source-id: 33542f3d34a5c8b4287bb14b0aa97d3802b0e0d6
2019-07-12 10:50:50 -07:00
apiserver open source fb303_status and getStatus 2019-07-11 12:46:36 -07:00
async-compression Apply rustfmt to all rust files 2019-07-10 19:36:32 -07:00
asyncmemo Apply rustfmt to all rust files 2019-07-10 19:36:32 -07:00
benchmark mononoke: extract RepoBlobstore and RepoBlobstoreArgs into a separate crate 2019-07-12 10:01:12 -07:00
blobimport_lib/src mononoke: support non-publishing / non-pull_default Bookmarks 2019-05-30 07:14:32 -07:00
blobrepo mononoke: extract RepoBlobstore and RepoBlobstoreArgs into a separate crate 2019-07-12 10:01:12 -07:00
blobrepo_utils remove MemoryManifest implementation 2019-07-12 07:31:06 -07:00
blobstore mononoke: safeguard against instantiating a blobrepo with incorrect prefix 2019-07-12 10:01:12 -07:00
blobstore_sync_queue rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
bonsai_hg_mapping Modify abomonation_future_cache to use VolatileLruCachePool 2019-06-21 23:35:07 -07:00
bonsai_utils Transition fbcode Rust crates to 2018 edition 2019-06-24 13:15:17 -07:00
bookmarks rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
bundle2_resolver rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
bytes-ext rust: Remove extern crate from common/rust 2019-07-10 11:58:48 -07:00
cache_warmup/src add more traces 2019-06-17 05:13:11 -07:00
changesets rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
cmdlib/src mononoke: allow disabling hooks from the command line 2019-07-11 06:45:02 -07:00
cmds mononoke: make admin tool capable of fetching non-manifold blobstores 2019-07-12 10:50:50 -07:00
common add cachelib layer to CacheManager 2019-06-24 17:48:30 -07:00
failure_ext Apply rustfmt to all rust files 2019-07-10 19:36:32 -07:00
filenodes Transition fbcode Rust crates to 2018 edition 2019-06-24 13:15:17 -07:00
futures-ext rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
hgcli Transition fbcode Rust crates to 2018 edition 2019-06-24 13:15:17 -07:00
hgproto rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
hook_tailer mononoke: allow disabling hooks from the command line 2019-07-11 06:45:02 -07:00
hooks rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
manifest/src generic implementation of manifest 2019-07-12 07:31:02 -07:00
mercurial Transition fbcode Rust crates to 2018 edition 2019-06-24 13:15:17 -07:00
mercurial_bundles mononoke: make PartId a public alias for u32, importable from mercurial_bundles 2019-07-01 10:06:10 -07:00
mercurial_types rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
metaconfig scuba report for censored file accesses 2019-07-10 02:38:11 -07:00
mononoke_api/src remove inefficient find_path_in_manifest 2019-06-19 09:33:50 -07:00
mononoke_types rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
netstring rust: Remove extern crate from common/rust 2019-07-10 11:58:48 -07:00
phases add ods stats for sql requests 2019-06-03 07:46:50 -07:00
py_tar_utils move tar_utils.py from update_rust into an open sourceable location 2017-09-14 13:52:23 -07:00
reachabilityindex rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
ready_state/src Apply rustfmt to all rust files 2019-07-10 19:36:32 -07:00
repo_client mononoke: extract RepoBlobstore and RepoBlobstoreArgs into a separate crate 2019-07-12 10:01:12 -07:00
revset rust: Head start on some upcoming warnings 2019-07-12 00:56:44 -07:00
server mononoke: add test_instance config argument 2019-07-12 07:21:59 -07:00
sshrelay Transition fbcode Rust crates to 2018 edition 2019-06-24 13:15:17 -07:00
tests added new admin subcommand to verify manifest generation logic 2019-07-12 07:31:02 -07:00
.gitignore add .gitignore 2018-03-13 11:58:20 -07:00
.rlsconfig mononoke: add a .rlsconfig 2019-07-04 02:00:09 -07:00
.travis.yml Add travis-CI integration by adding .travis.yml file. 2018-07-26 10:09:32 -07:00
Cargo.toml mononoke: rename crates to contain underscores instead of dashes 2019-03-06 07:18:28 -08:00
CONTRIBUTING.md Initial commit 2017-07-27 18:00:19 -07:00
LICENSE Initial commit 2017-07-27 18:00:19 -07:00
packman.yml mononoke: add mononoke_exec helper script 2019-06-14 03:59:58 -07:00
README.md mononoke: simple useless change 2019-05-21 12:25:10 -07:00
rustfmt.toml provide edition in .rustfmt.toml 2019-05-29 19:55:37 -07: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 such as Eden.

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