sapling/eden/mononoke/cmds/admin
Thomas Orozco 097e4ad00c mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively)
Summary:
The earlier diffs in this stack have removed all our dependencies on the Tokio
0.1 runtime environment (so, basically, `tokio-executor` and `tokio-timer`), so
we don't need this anymore.

We do still have some deps on `tokio-io`, but this is just traits + helpers,
so this doesn't actually prevent us from removing the 0.1 runtime!

Note that we still have a few transitive dependencies on Tokio 0.1:

- async-unit uses tokio-compat
- hg depends on tokio-compat too, and we depend on it in tests

This isn't the end of the world though, we can live with that :)

Reviewed By: ahornby

Differential Revision: D26544410

fbshipit-source-id: 24789be2402c3f48220dcaad110e8246ef02ecd8
2021-02-22 09:22:42 -08:00
..
blobstore_fetch.rs mononoke: update admin to use new common cmdlib scrub action argument 2021-02-05 01:19:54 -08:00
bonsai_fetch.rs convert admin to new type futures 2020-12-18 17:14:23 -08:00
bookmarks_manager.rs Make it possible to filter bookmark log entries by timestamp 2021-01-25 05:26:13 -08:00
common.rs mononoke/cmds/admin: Add entry_id to admin bookmark log 2021-01-15 14:38:28 -08:00
content_fetch.rs convert BlobRepoHg to new type futures 2020-12-17 07:45:26 -08:00
create_bonsai.rs convert BlobRepoHg to new type futures 2020-12-17 07:45:26 -08:00
crossrepo.rs mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
derived_data.rs Removed static lifetime constants 2021-01-29 04:40:27 -08:00
error.rs mononoke: update various error enums to use #[source] 2020-05-05 05:44:52 -07:00
filenodes.rs mononoke: fix help text 2021-02-05 11:32:12 -08:00
filestore.rs convert admin to new type futures 2020-12-18 17:14:23 -08:00
hash_convert.rs convert BlobRepoHg to new type futures 2020-12-17 07:45:26 -08:00
hg_changeset.rs convert admin to new type futures 2020-12-18 17:14:23 -08:00
hg_sync.rs mononoke/cmds/admin: Add entry_id to admin bookmark log 2021-01-15 14:38:28 -08:00
main.rs mononoke: remove tokio-compat (i.e. use tokio 0.2 exclusively) 2021-02-22 09:22:42 -08:00
mutable_counters.rs mononoke: remove the need to pass in cachelib settings twice 2020-12-02 07:27:23 -08:00
phases.rs mononoke: fix phases mononoke admin 2021-02-11 06:06:27 -08:00
pushrebase.rs mononoke: allow pushes in globalrev repos to ancestors of globalrev bookmark 2021-02-01 05:30:57 -08:00
rebase.rs admin: create a subcommand for a rebase 2021-02-16 16:11:59 -08:00
redaction.rs convert admin to new type futures 2020-12-18 17:14:23 -08:00
rsync.rs mononoke: move functions from rsync admin to copy_utils 2021-01-27 02:47:04 -08:00
skiplist_subcommand.rs mononoke: add choice of direction to bulkops 2021-01-11 10:55:39 -08:00
subcommand_blame.rs convert admin to new type futures 2020-12-18 17:14:23 -08:00
subcommand_deleted_manifest.rs convert admin to new type futures 2020-12-18 17:14:23 -08:00
subcommand_fsnodes.rs mononoke: remove the need to pass in cachelib settings twice 2020-12-02 07:27:23 -08:00
subcommand_skeleton_manifests.rs admin: add --ordered to skeleton manifest tree command 2021-02-02 09:00:17 -08:00
subcommand_unodes.rs common/rust: remove tracing 2021-02-22 09:22:41 -08:00