Skip to content

Commit 74e86b5

Browse files
emilyalbinijclulow
andcommitted
user: implement user factory
Co-Authored-By: Joshua M. Clulow <jmc@oxide.computer>
1 parent 3017cfc commit 74e86b5

24 files changed

Lines changed: 2439 additions & 96 deletions

File tree

Cargo.lock

Lines changed: 119 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ members = [
1010
"download",
1111
"factory/aws",
1212
"factory/gimlet",
13+
"factory/user",
1314
"factory/lab",
1415
"factory/propolis",
1516
"github/client",
@@ -44,6 +45,7 @@ wrong_self_convention = "allow"
4445
[workspace.dependencies]
4546
ansi-to-html = { version = "0.2", features = [ "lazy-init" ] }
4647
anyhow = "1"
48+
async-compression = { version = "0.4", features = ["gzip", "tokio"] }
4749
aws-config = "1"
4850
aws-credential-types = "1"
4951
aws-runtime = "1"
@@ -58,6 +60,7 @@ devinfo = { version = "0.1", features = [ "private" ] }
5860
dialoguer = { version = "0.12.0", default-features = false }
5961
dirs-next = "2"
6062
dropshot = "0.16"
63+
expect-test = "1"
6164
futures = "0.3"
6265
futures-core = "0.3"
6366
getopts = "0.2"
@@ -80,6 +83,7 @@ percent-encoding = "2.1"
8083
progenitor = { version = "0.11" }
8184
progenitor-client = { version = "0.11" }
8285
rand = "0.10"
86+
rand_pcg = "0.10"
8387
regex = "1"
8488
reqwest = { version = "0.12", features = [ "json", "stream" ] }
8589
rust-toolchain-file = "0.1"

0 commit comments

Comments
 (0)