A Scalable, User-Friendly Source Control System.
Go to file
Mark Thomas 96a1e748bb warm_bookmarks_cache: extract cache from apiserver
Summary:
Extract the cache of warmed-up bookmarks (those for which derived data has been
computed) from the apiserver code so that we can re-use it.

Reviewed By: krallin

Differential Revision: D17913440

fbshipit-source-id: 97bf980d4c9dc3fff93000e3d30f6ea3b783bd43
2019-10-15 07:05:52 -07:00
apiserver warm_bookmarks_cache: extract cache from apiserver 2019-10-15 07:05:52 -07:00
async-compression Yearless license header 2019-10-11 13:52:34 -07:00
asyncmemo Yearless license header 2019-10-11 13:52:34 -07:00
benchmark mononoke: unify logview initialization 2019-10-13 00:46:36 -07:00
blobimport_lib/src Yearless license header 2019-10-11 13:52:34 -07:00
blobrepo mononoke: initial commit for backsyncer 2019-10-15 04:16:52 -07:00
blobrepo_utils Yearless license header 2019-10-11 13:52:34 -07:00
blobstore mononoke: pass a factory future to blobrepo for (sqlfactory, blobstore) 2019-10-15 03:36:20 -07:00
blobstore_sync_queue Yearless license header 2019-10-11 13:52:34 -07:00
bonsai_hg_mapping Yearless license header 2019-10-11 13:52:34 -07:00
bonsai_utils Yearless license header 2019-10-11 13:52:34 -07:00
bookmarks warm_bookmarks_cache: extract cache from apiserver 2019-10-15 07:05:52 -07:00
bundle2_resolver Yearless license header 2019-10-11 13:52:34 -07:00
cache_warmup/src Yearless license header 2019-10-11 13:52:34 -07:00
changesets Yearless license header 2019-10-11 13:52:34 -07:00
cmdlib/src mononoke: unify logview initialization 2019-10-13 00:46:36 -07:00
cmds Printing statistics in csv format 2019-10-15 05:54:30 -07:00
commit_rewriting Yearless license header 2019-10-11 13:52:34 -07:00
common mononoke: initial commit for backsyncer 2019-10-15 04:16:52 -07:00
derived_data Yearless license header 2019-10-11 13:52:34 -07:00
failure_ext Yearless license header 2019-10-11 13:52:34 -07:00
filenodes Yearless license header 2019-10-11 13:52:34 -07:00
filestore/src Yearless license header 2019-10-11 13:52:34 -07:00
futures-ext Yearless license header 2019-10-11 13:52:34 -07:00
hgcli Yearless license header 2019-10-11 13:52:34 -07:00
hgproto Yearless license header 2019-10-11 13:52:34 -07:00
hook_tailer Yearless license header 2019-10-11 13:52:34 -07:00
hooks Yearless license header 2019-10-11 13:52:34 -07:00
lfs_import_lib/src Yearless license header 2019-10-11 13:52:34 -07:00
lfs_server/src mononoke: unify logview initialization 2019-10-13 00:46:36 -07:00
manifest Yearless license header 2019-10-11 13:52:34 -07:00
mercurial rust/thrift: Replace bytes-ext with bufsize from crates.io 2019-10-14 08:43:22 -07:00
metaconfig mononoke: rename WireprotoLogging to WireprotoLoggingConfig 2019-10-13 00:07:35 -07:00
mononoke_api/src Support cross-repo hash lookup in mononoke API 2019-10-13 09:25:45 -07:00
mononoke_types Yearless license header 2019-10-11 13:52:34 -07:00
netstring Yearless license header 2019-10-11 13:52:34 -07:00
phases Yearless license header 2019-10-11 13:52:34 -07:00
py_tar_utils Yearless license header 2019-10-11 13:52:34 -07:00
reachabilityindex Yearless license header 2019-10-11 13:52:34 -07:00
ready_state/src Yearless license header 2019-10-11 13:52:34 -07:00
repo_client mononoke: move lca_hint and phases_hint into the MononokeRepo struct 2019-10-14 12:19:39 -07:00
revset Yearless license header 2019-10-11 13:52:34 -07:00
server mononoke: move lca_hint and phases_hint into the MononokeRepo struct 2019-10-14 12:19:39 -07:00
sshrelay Yearless license header 2019-10-11 13:52:34 -07:00
tests Support cross-repo hash lookup in mononoke API 2019-10-13 09:25:45 -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 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