forked from facebook/sapling
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove generated thrift code (facebook#26)
Summary: Pull Request resolved: facebookexperimental/rust-shed#26 Pull Request resolved: facebook#104 No need for the checked in generated code anymore Reviewed By: chadaustin, mitrandir77 Differential Revision: D33840545 fbshipit-source-id: 38d5e2f310ad4e96cea58d02a4b2fb74a274b7ed
- Loading branch information
1 parent
20a78c4
commit 0147deb
Showing
109 changed files
with
2,100 additions
and
32,894 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
[patch.crates-io] | ||
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" } | ||
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" } | ||
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" } | ||
prost-derive = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" } | ||
prost-types = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" } | ||
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" } | ||
reqwest = { git = "https://github.com/vmagro/reqwest", rev = "b08239c2b6c837321a697c5bb2be394d276b59ca" } | ||
rustfilt = { git = "https://github.com/jsgf/rustfilt.git", rev = "8141fa7f1caee562ee8daffb2ddeca3d1f0d36e5" } | ||
shellexpand = { git = "https://github.com/fanzeyi/shellexpand.git", rev = "179447a3f8fccd765acfd2eed15a54c716c49cfe" } | ||
terminfo = { git = "https://github.com/rust-terminfo/terminfo", rev = "9b4e1c6aae79644c9da7a2e312e3c10ee4759930" } | ||
toml = { git = "https://github.com/fbsource/toml", branch = "dotted-table-0.5.8" } | ||
|
||
[workspace] | ||
members = [ | ||
"exec/eden_apfs_mount_helper", | ||
"exec/fsprobe", | ||
"exec/hgmain", | ||
"exec/scm_daemon", | ||
"exec/scratch", | ||
"lib/async-runtime", | ||
"lib/atomicfile", | ||
"lib/auth", | ||
"lib/backingstore", | ||
"lib/blackbox", | ||
"lib/blackbox/serde_alt", | ||
"lib/cats", | ||
"lib/checkout", | ||
"lib/clidispatch", | ||
"lib/clientinfo", | ||
"lib/cliparser", | ||
"lib/commitcloudsubscriber", | ||
"lib/configmodel", | ||
"lib/configparser", | ||
"lib/cpython-async", | ||
"lib/cpython-ext", | ||
"lib/dag", | ||
"lib/dag/bindag", | ||
"lib/dag/dag-types", | ||
"lib/dag/gitdag", | ||
"lib/debugtop", | ||
"lib/dev-logger", | ||
"lib/drawdag", | ||
"lib/eagerepo", | ||
"lib/edenapi", | ||
"lib/edenapi/ext", | ||
"lib/edenapi/trait", | ||
"lib/edenapi/types", | ||
"lib/edenapi/types/proc_macros", | ||
"lib/edenfs-client", | ||
"lib/encoding", | ||
"lib/fsinfo", | ||
"lib/fsyncglob", | ||
"lib/gitstore", | ||
"lib/hg-http", | ||
"lib/hg-metrics", | ||
"lib/hgcommands", | ||
"lib/hgcommits", | ||
"lib/hgtime", | ||
"lib/http-client", | ||
"lib/indexedlog", | ||
"lib/insta_ext", | ||
"lib/io", | ||
"lib/lz4-pyframe", | ||
"lib/manifest", | ||
"lib/manifest-tree", | ||
"lib/metalog", | ||
"lib/metrics", | ||
"lib/metrics/render", | ||
"lib/mincode", | ||
"lib/minibench", | ||
"lib/minibytes", | ||
"lib/mpatch", | ||
"lib/mpatch-sys", | ||
"lib/mutationstore", | ||
"lib/nodemap", | ||
"lib/nonblocking", | ||
"lib/pathhistory", | ||
"lib/pathmatcher", | ||
"lib/pprint", | ||
"lib/procinfo", | ||
"lib/progress/model", | ||
"lib/progress/render", | ||
"lib/radixbuf", | ||
"lib/refencode", | ||
"lib/renderdag", | ||
"lib/repo", | ||
"lib/revisionstore", | ||
"lib/revisionstore/types", | ||
"lib/revlogindex", | ||
"lib/runlog", | ||
"lib/spawn-ext", | ||
"lib/status", | ||
"lib/storemodel", | ||
"lib/streams", | ||
"lib/taggederror", | ||
"lib/taggederror-util", | ||
"lib/thrift-types", | ||
"lib/tracing-analyzer", | ||
"lib/tracing-collector", | ||
"lib/tracing-runtime-callsite", | ||
"lib/tracing-sampler", | ||
"lib/treestate", | ||
"lib/types", | ||
"lib/util", | ||
"lib/version", | ||
"lib/vfs", | ||
"lib/vlqencoding", | ||
"lib/workingcopy", | ||
"lib/xdiff", | ||
"lib/xdiff-sys", | ||
"lib/zstdelta", | ||
"lib/zstore", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "eden_apfs_mount_helper" | ||
version = "0.1.0" | ||
authors = ["Wez Furlong"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.51" | ||
libc = "0.2.98" | ||
serde = { version = "1.0.126", features = ["derive", "rc"] } | ||
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"], optional = true } | ||
sha2 = "0.8" | ||
structopt = "0.3.23" | ||
|
||
[dev-dependencies] | ||
pretty_assertions = "0.6" | ||
|
||
[features] | ||
default = ["json-plist"] | ||
json-plist = ["serde_json"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "fsprobe" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.51" | ||
structopt = "0.3.23" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "hgmain" | ||
version = "0.1.0" | ||
edition = "2021" | ||
build = "build.rs" | ||
|
||
[dependencies] | ||
clidispatch = { version = "0.1.0", path = "../../lib/clidispatch" } | ||
cliparser = { version = "0.1.0", path = "../../lib/cliparser" } | ||
configparser = { version = "0.1.0", path = "../../lib/configparser" } | ||
dirs = { version = "2.0", optional = true } | ||
encoding = { version = "0.1.0", path = "../../lib/encoding" } | ||
hgcommands = { version = "0.1.0", path = "../../lib/hgcommands", default-features = false } | ||
libc = "0.2.98" | ||
pyblackbox = { path = "../../edenscmnative/bindings/modules/pyblackbox" } | ||
|
||
[target.'cfg(target_os = "windows")'.dependencies] | ||
anyhow = "1.0.51" | ||
winapi = { version = "0.3", features = ["everything"] } | ||
|
||
[features] | ||
buildinfo = [] | ||
default = [] | ||
fb = ["hgcommands/fb"] | ||
python2 = ["hgcommands/python2"] | ||
python3 = ["hgcommands/python3"] | ||
with_chg = ["dirs"] | ||
|
||
[profile.release] | ||
debug = true | ||
lto = false | ||
incremental = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "scm_daemon" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.51" | ||
clap = "2.33" | ||
commitcloudsubscriber = { version = "0.1.0", path = "../../lib/commitcloudsubscriber" } | ||
env_logger = "0.7" | ||
libc = "0.2.98" | ||
log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] } | ||
serde = { version = "1.0.126", features = ["derive", "rc"] } | ||
thiserror = "1.0.29" | ||
toml = "=0.5.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "mkscratch" | ||
version = "0.1.0" | ||
authors = ["Source Control Oncall [email protected]"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.51" | ||
clap = "2.33" | ||
dirs = "2.0" | ||
libc = "0.2.98" | ||
serde = { version = "1.0.126", features = ["derive", "rc"] } | ||
toml = "=0.5.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "async-runtime" | ||
version = "0.1.0" | ||
authors = ["Facebook Source Control Team <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
futures = { version = "0.3.13", features = ["async-await", "compat"] } | ||
num_cpus = "1.11" | ||
once_cell = "1.8" | ||
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "atomicfile" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
tempfile = "3.2" | ||
tracing = "0.1.29" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# @generated by autocargo | ||
|
||
[package] | ||
name = "auth" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
anyhow = "1.0.51" | ||
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } | ||
configmodel = { version = "0.1.0", path = "../configmodel" } | ||
indexmap = { version = "1.8.0", features = ["rayon", "serde-1"] } | ||
pem = "0.8" | ||
simple_asn1 = "0.4" | ||
thiserror = "1.0.29" | ||
tracing = "0.1.29" | ||
url = "2.2.2" | ||
util = { version = "0.1.0", path = "../util" } | ||
|
||
[dev-dependencies] | ||
configparser = { version = "0.1.0", path = "../configparser" } | ||
once_cell = "1.8" |
Oops, something went wrong.