Skip to content

Commit b8bf855

Browse files
committed
refactor(backend): bake aqua registry from merged yaml
1 parent d68ba51 commit b8bf855

2,147 files changed

Lines changed: 95331 additions & 99505 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
zipsign.pub binary
22
aqua-registry/ linguist-vendored
3+
crates/aqua-registry/aqua-registry/** linguist-vendored

.github/workflows/vendored-file-warning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: vendored-file-warning
33
on:
44
pull_request_target:
55
paths:
6-
- "crates/aqua-registry/aqua-registry/pkgs/**"
6+
- "crates/aqua-registry/aqua-registry/registry.yaml"
77

88
permissions: {}
99

@@ -23,7 +23,7 @@ jobs:
2323
if [ "$existing" = "0" ]; then
2424
gh pr comment "${{ github.event.pull_request.number }}" \
2525
-R "${{ github.repository }}" \
26-
--body "The aqua registry YAML files under \`crates/aqua-registry/\` are vendored from the upstream [aqua-registry](https://github.com/aquaproj/aqua-registry) and should not be modified directly in this repo. Please submit the package definitions to the upstream aqua-registry instead, and they will be picked up here when we next update the vendored copy.
26+
--body "The aqua registry YAML file under \`crates/aqua-registry/\` is vendored from the upstream [aqua-registry](https://github.com/aquaproj/aqua-registry) and should not be modified directly in this repo. Please submit package definition changes to the upstream aqua-registry instead, and they will be picked up here when we next update the vendored copy.
2727
2828
The \`registry/*.toml\` files are fine to add here, but the backend should reference the package after it's been accepted upstream."
2929
fi

crates/aqua-registry/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ include = [
1515
"/README.md",
1616
"/build.rs",
1717
"/src/**/*.rs",
18-
"/aqua-registry/pkgs/**/registry.yaml",
18+
"/aqua-registry/LICENSE",
19+
"/aqua-registry/registry.yaml",
1920
]
2021

2122
[package.metadata.cargo-machete]

crates/aqua-registry/aqua-registry/pkgs/01mf02/jaq/registry.yaml

Lines changed: 0 additions & 79 deletions
This file was deleted.

crates/aqua-registry/aqua-registry/pkgs/1password/cli/registry.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

crates/aqua-registry/aqua-registry/pkgs/1xyz/pryrite/registry.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

crates/aqua-registry/aqua-registry/pkgs/8051Enthusiast/biodiff/registry.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

crates/aqua-registry/aqua-registry/pkgs/99designs/aws-vault/registry.yaml

Lines changed: 0 additions & 130 deletions
This file was deleted.

crates/aqua-registry/aqua-registry/pkgs/AGWA/git-crypt/registry.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

crates/aqua-registry/aqua-registry/pkgs/Adembc/lazyssh/registry.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)