sapling/eden/mononoke
Pavel Aslanov f91d6f6b29 conditionally enable warmup chache based on derived data configuration
Summary:
- Conditionally enable warmup cache based on derived data configuration
- Blame is temporarily disabled for ovrsource, it is currently not used, and will be enabled again once new blame is generated for this repository

Reviewed By: StanislavGlebik

Differential Revision: D19902902

fbshipit-source-id: 7b782a32f7bfd76024686aea027bb15223079b9d
2020-02-14 12:07:25 -08:00
..
apiserver mononoke: cover server/context with OSS build 2020-02-14 04:51:49 -08:00
benchmark remove the need to pass mapping to ::derive method 2020-02-12 10:22:39 -08:00
blobimport_lib/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
blobrepo mononoke: disable filenodes generation during hg changeset generation, take 2 2020-02-13 03:18:13 -08:00
blobrepo_utils mononoke: disable filenodes generation during hg changeset generation, take 2 2020-02-13 03:18:13 -08:00
blobstore Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
blobstore_sync_queue Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
bonsai_globalrev_mapping Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
bonsai_hg_mapping Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
bookmarks conditionally enable warmup chache based on derived data configuration 2020-02-14 12:07:25 -08:00
cache_warmup/src remove the need to pass mapping to ::derive method 2020-02-12 10:22:39 -08:00
changesets Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
cmdlib Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
cmds extend blame with origin_offset 2020-02-13 08:56:32 -08:00
commit_rewriting Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
common mononoke: always prefer replica even if it's no the closest 2020-02-14 11:03:55 -08:00
derived_data extend blame with origin_offset 2020-02-13 08:56:32 -08:00
edenapi_server/src mononoke: move facebook/scuba_ext to common/scuba_ext 2020-02-14 01:29:39 -08:00
fastreplay/src mononoke: fastreplay: Add ability to skip replay for repos 2020-02-12 05:19:38 -08:00
filenodes Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
filestore/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
git remove the need to pass mapping to ::derive method 2020-02-12 10:22:39 -08:00
gotham_ext/src gotham_ext: move TLS-related middleware into gotham_ext 2020-02-13 17:47:34 -08:00
hgcli Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
hgproto Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
hook_tailer Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
hooks Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_import_lib/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_protocol/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
lfs_server/src gotham_ext: move TLS-related middleware into gotham_ext 2020-02-13 17:47:34 -08:00
manifest Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
mercurial Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
metaconfig mononoke: disable filenodes generation during hg changeset generation, take 2 2020-02-13 03:18:13 -08:00
mononoke_api/src conditionally enable warmup chache based on derived data configuration 2020-02-14 12:07:25 -08:00
mononoke_types extend blame with origin_offset 2020-02-13 08:56:32 -08:00
phases Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
pushrebase/src mononoke: disable filenodes generation during hg changeset generation, take 2 2020-02-13 03:18:13 -08:00
reachabilityindex Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
repo_client mononoke: cover server/context with OSS build 2020-02-14 04:51:49 -08:00
revset Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
scs_server/src mononoke: cover server/context with OSS build 2020-02-14 04:51:49 -08:00
segmented_changelog/src Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
server mononoke: cover server/context with OSS build 2020-02-14 04:51:49 -08:00
sshrelay Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01:00
tests connectionpool: add a debug note saying connection being reused 2020-02-13 12:16:21 -08:00
walker/src mononoke: disable filenodes generation during hg changeset generation, take 2 2020-02-13 03:18:13 -08:00
Cargo.toml mononoke: move facebook/scuba_ext to common/scuba_ext 2020-02-14 01:29:39 -08: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