A Scalable, User-Friendly Source Control System.
Go to file
Kostia Balytskyi 320cb79ea2 mononoke: report all errors from crossrepo verification, not just one
Summary:
Prior to this diff we'd exit as soon as the first missing path is identified.
This is not helpful, as we'd like to understand how many of these paths are
there altogether, to understand if the problem is with the particular path,
or with the setup in general.

Reviewed By: farnz

Differential Revision: D18833691

fbshipit-source-id: 7e628670996a4de51f129fe31df22277c475d6f3
2019-12-05 10:10:24 -08:00
apiserver blobrepo: add fn blobstore(&self) -> &RepoBlobstore 2019-12-03 05:54:27 -08:00
async-compression tp2/rust: update rust-crates-io 2019-10-31 09:40:14 -07:00
asyncmemo Yearless license header 2019-10-11 13:52:34 -07:00
benchmark blobrepo: add fn blobstore(&self) -> &RepoBlobstore 2019-12-03 05:54:27 -08:00
blobimport_lib/src Teach blobimport to set up large repo mappings for imports to megarepo 2019-11-27 00:25:59 -08:00
blobrepo mononoke: remove usage of bonsai_utils 2019-12-05 04:11:35 -08:00
blobrepo_utils mononoke: remove usage of bonsai_utils 2019-12-05 04:11:35 -08:00
blobstore mononoke/multiplexedblob: add sample_rate to Scuba sample 2019-12-03 06:19:46 -08:00
blobstore_sync_queue Yearless license header 2019-10-11 13:52:34 -07:00
bonsai_globalrev_mapping rust: Replace derive(Fail) with derive(Error) 2019-11-14 22:04:37 -08:00
bonsai_hg_mapping rust: Replace derive(Fail) with derive(Error) 2019-11-14 22:04:37 -08:00
bookmarks mononoke/git: add git tree derivation 2019-12-05 08:51:57 -08:00
cache_warmup/src Remove direct dependencies on failure crate 2019-11-18 16:43:16 -08:00
changesets mononoke/changesets: Make SelectChangeset >800x times faster on sqlite 2019-11-20 07:12:40 -08:00
cmdlib/src mononoke: address followup from S191123 2019-12-03 10:58:56 -08:00
cmds mononoke: report all errors from crossrepo verification, not just one 2019-12-05 10:10:24 -08:00
commit_rewriting mononoke: add docstrings for rewrite_commit and sync_commit 2019-12-05 02:14:14 -08:00
common rust-shed: add deny(warnings, missing_docs, clippy::all) to failure_ext 2019-11-29 15:27:24 -08:00
derived_data HgBlobManifest: take a Arc<dyn Blobstore> where we need a Arc<dyn Blobstore> 2019-12-03 05:54:27 -08:00
filenodes mononoke: do not compute hash unnecessarily 2019-12-04 00:34:54 -08:00
filestore/src rust: Replace derive(Fail) with derive(Error) 2019-11-14 22:04:37 -08:00
futures-ext cargo_from_buck: introduce CratesIoLockingPolicy to replace * dependencies 2019-12-05 08:47:16 -08:00
git mononoke/gitimport: add compatibility with hggit 2019-12-05 08:51:58 -08:00
hgcli Re-sync with internal repository 2019-11-13 20:16:37 +01:00
hgproto mononoke: use BTreeSet instead of HashSet in gettreepack args 2019-12-05 03:28:24 -08:00
hook_tailer mononoke: shortened tokio worker threadpool names 2019-12-03 02:51:32 -08:00
hooks mononoke: remove usages of changed_entry_stream in hooks 2019-12-05 05:47:37 -08:00
lfs_import_lib/src rust: Replace implementation of failure_ext to remove failure dependency 2019-11-22 09:27:59 -08:00
lfs_protocol/src mononoke/lfs_server: extract lfs_protocol 2019-10-17 06:53:53 -07:00
lfs_server/src mononoke/lfs_server: added a direct-download by SHA256 endpoint 2019-12-04 05:40:27 -08:00
manifest mononoke: add ManifestOps::filtered_diff() 2019-12-05 09:32:03 -08:00
mercurial HgBlobManifest: take a Arc<dyn Blobstore> where we need a Arc<dyn Blobstore> 2019-12-03 05:54:27 -08:00
metaconfig config: convert structs to thrift definitions (4) 2019-12-04 02:33:56 -08:00
mononoke_api/src blobrepo: add fn blobstore(&self) -> &RepoBlobstore 2019-12-03 05:54:27 -08:00
mononoke_types mononoke/git: add git tree derivation 2019-12-05 08:51:57 -08:00
phases rust: Replace derive(Fail) with derive(Error) 2019-11-14 22:04:37 -08:00
pushrebase/src mononoke: remove usage of bonsai_utils 2019-12-05 04:11:35 -08:00
py_tar_utils Yearless license header 2019-10-11 13:52:34 -07:00
reachabilityindex rust: Replace implementation of failure_ext to remove failure dependency 2019-11-22 09:27:59 -08:00
ready_state/src Yearless license header 2019-10-11 13:52:34 -07:00
repo_client mononoke: use BTreeSet instead of HashSet in gettreepack args 2019-12-05 03:28:24 -08:00
revset Remove direct dependencies on failure crate 2019-11-18 16:43:16 -08:00
scs_server/src Split SCS thrift service trait from the main implementation 2019-11-29 05:16:49 -08:00
server mononoke: rename RepoSyncTarget into PushRedirector 2019-11-27 11:56:27 -08:00
sshrelay/src common/rust: Remove failure_ext dependencies 2019-12-04 21:38:46 -08:00
tests mononoke/gitimport: add compatibility with hggit 2019-12-05 08:51:58 -08:00
walker/src mononoke: shortened tokio worker threadpool names 2019-12-03 02:51:32 -08:00
.gitignore add .gitignore 2018-03-13 11:58:20 -07:00
.rlsconfig cargo_from_buck: make it possible to define autocargo projects without generated Cargo.toml files 2019-11-21 14:16:58 -08:00
.travis.yml Add travis-CI integration by adding .travis.yml file. 2018-07-26 10:09:32 -07: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 Get rustfmt/rls working in fbcode again. 2019-09-19 18:06:23 -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