Skip to content

Commit

Permalink
Merge pull request #121 from DeterminateSystems/colemickens/refactor-…
Browse files Browse the repository at this point in the history
…for-gitlab

refactor internals, add initial gitlab support
  • Loading branch information
colemickens authored May 8, 2024
2 parents f4df6dd + 9b4b3f8 commit 925b381
Show file tree
Hide file tree
Showing 18 changed files with 2,075 additions and 1,413 deletions.
1,237 changes: 888 additions & 349 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.3.4", features = ["derive", "env"] }
color-eyre = { version = "0.6.2", default-features = false, features = [ "track-caller", "issue-url", "tracing-error", "capture-spantrace", "color-spantrace" ] }
graphql_client = { version = "0.13.0" }
tokio = { version = "1.21.0", default-features = false, features = ["time", "io-std", "process", "fs", "signal", "tracing", "rt-multi-thread", "macros", "io-util", "parking_lot" ] }
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls-native-roots", "stream", "socks", "json"] }
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "stream", "socks", "json"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
gix = { version = "0.62.0", features = ["async-network-client", "serde"] }
Expand All @@ -32,6 +32,8 @@ uuid = { version = "1.4.0", features = ["serde", "v7", "rand", "std"] }
semver = { version = "1.0.18", features = ["serde"] }
thiserror = "1.0.56"
url = { version = "2.5.0", features = ["serde"] }
http = "1.1.0"
gitlab = "0.1610.0"

[profile.release]
strip = true # Automatically strip symbols from the binary.
Expand Down
50 changes: 25 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

nodejs_latest
nodePackages_latest.pnpm
bacon
]
++ inputs.self.packages.${system}.flakehub-push.buildInputs
++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [ Security ]);
Expand Down
Loading

0 comments on commit 925b381

Please sign in to comment.