A Scalable, User-Friendly Source Control System.
Go to file
Lukas Piatkowski 040c1a2b4d integration tests: use newblobimport in integration tests where possible
Summary: After ceasing recomputation of NodeHashes the newblobimport is working in many of our tests as a replacement of blobimport

Reviewed By: sid0

Differential Revision: D7707684

fbshipit-source-id: e7b4391916cd4a37968afd828f456a7b49ecabf9
2018-04-20 12:17:40 -07:00
async-compression/src mercurial_bundles: make Bundle2Stream sendable across threads 2018-01-15 10:36:32 -08:00
asyncmemo/src asyncmemo: remove Polling state 2018-04-18 04:09:09 -07:00
blobrepo blobrepo: optionally verify that provided and computed entry hashes are consistent 2018-04-20 08:40:54 -07:00
blobstore blobstore: restrict the types that can be stored 2018-04-18 19:53:32 -07:00
bookmarks CODEMOD: rename mercurial_types::HgChangesetId to DChangesetId 2018-04-16 03:40:24 -07:00
bookmarks_old/src CODEMOD: rename mercurial_types::HgChangesetId to DChangesetId 2018-04-16 03:40:24 -07:00
bundle2-resolver/src blobrepo: optionally verify that provided and computed entry hashes are consistent 2018-04-20 08:40:54 -07:00
bytes-ext add cargo build support for local development 2018-02-22 04:30:32 -08:00
changesets CODEMOD: rename mercurial_types::HgChangesetId to DChangesetId 2018-04-16 03:40:24 -07:00
cmds blobrepo: optionally verify that provided and computed entry hashes are consistent 2018-04-20 08:40:54 -07:00
common/pylz4/src mononoke: add compress function 2018-02-06 11:23:57 -08:00
docs CODEMOD: rename mercurial::Parents to HgParents 2018-04-16 03:40:25 -07:00
eden_server/src mononoke: add xdb tier to the config and use it for filenodes 2018-04-18 04:09:09 -07:00
filenodes mononoke: connection pooling in filenodes 2018-04-18 04:09:09 -07:00
futures-ext/src mononoke: fix select_all() 2018-04-10 02:22:51 -07:00
heads CODEMOD: rename mercurial_types::NodeHash to DNodeHash 2018-04-16 03:40:24 -07:00
hgcli fix test-init.t 2018-01-01 17:52:36 -08:00
hgproto CODEMOD: rename mercurial::NodeHash to HgNodeHash 2018-04-16 03:40:25 -07:00
hooks/src CODEMOD: rename mercurial_types::HgChangesetId to DChangesetId 2018-04-16 03:40:24 -07:00
mercurial/src blobrepo: make upload_entry arguments named, move to Hg domain 2018-04-20 08:40:54 -07:00
mercurial-bundles/src CODEMOD: rename mercurial::BlobNode to HgBlobNode 2018-04-16 03:40:25 -07:00
mercurial-types mercurial-types: use the base DateTime from mononoke-types 2018-04-18 19:53:33 -07:00
metaconfig/src mononoke: add xdb tier to the config and use it for filenodes 2018-04-18 04:09:09 -07:00
mononoke-types blobrepo: optionally verify that provided and computed entry hashes are consistent 2018-04-20 08:40:54 -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
repoinfo/src asyncmemo: remove overgeneric Weight implementation 2018-04-18 03:30:07 -07:00
revset/src CODEMOD: rename mercurial_types::HgChangesetId to DChangesetId 2018-04-16 03:40:24 -07:00
server/src CODEMOD server: rename HgRepo and hgrepo to less confusing names 2018-04-18 09:00:16 -07:00
sshrelay/src Initial commit 2017-07-27 18:00:19 -07:00
storage tp2: update rust-crates-io 2018-02-27 09:27:19 -08:00
tests integration tests: use newblobimport in integration tests where possible 2018-04-20 12:17:40 -07:00
vfs/src CODEMOD: rename mercurial::EntryId to HgEntryId 2018-04-16 03:40:25 -07:00
.gitignore add .gitignore 2018-03-13 11:58:20 -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
README.md mention in README that Mononoke supports Mercurial 2017-07-28 14:41:37 -07:00
rustfmt.toml updates for rustfmt 0.3.4 2018-01-05 12:07:01 -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 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.