Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Validation #19

Merged
merged 6 commits into from
Jun 2, 2024
Merged

Basic Validation #19

merged 6 commits into from
Jun 2, 2024

Conversation

k9withabone
Copy link
Owner

Adds methods to Compose for ensuring that all networks, volumes, configs, and secrets used by each Service are defined in the corresponding top-level field.

Closes: #18

Ensures that all networks used in each service is defined in the
top-level `networks` field of the `Compose` file.
Ensures that named volumes used across multiple services are defined in
the top-level `volumes` field of the `Compose` file.
Ensures that all configs used in each service is defined in the
top-level `configs` field of the `Compose` file.
Ensures that all secrets used in each service is defined in the
top-level `secrets` field of the `Compose` file.
@k9withabone k9withabone added the enhancement New feature or request label May 29, 2024
@k9withabone k9withabone added this to the v0.2.1 milestone May 29, 2024
@k9withabone k9withabone linked an issue May 29, 2024 that may be closed by this pull request
@k9withabone k9withabone merged commit 8393052 into main Jun 2, 2024
9 checks passed
@k9withabone k9withabone deleted the validation branch June 2, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic Validation
1 participant