-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added additional galaxy[tags] checks (#4422)
Co-authored-by: Sorin Sbarnea <[email protected]>
- Loading branch information
Showing
19 changed files
with
149 additions
and
4 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
namespace: bar | ||
name: foo | ||
version: "1.0.0" # <-- that version is not valid, should be 1.0.0 or greater | ||
authors: | ||
- John | ||
readme: ../README.md | ||
description: "..." | ||
license: | ||
- Apache-2.0 | ||
repository: https://github.com/ansible-collections/community.REPO_NAME | ||
tags: | ||
- application | ||
- tag2 | ||
- tag3 | ||
- tag4 | ||
- tag5 | ||
- tag6 | ||
- tag7 | ||
- tag8 | ||
- tag9 | ||
- tag10 | ||
- tag11 | ||
- tag12 | ||
- tag13 | ||
- tag14 | ||
- tag15 | ||
- tag16 | ||
- tag17 | ||
- tag18 | ||
- tag19 | ||
- tag20 | ||
- tag21 |
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
examples/galaxy_tags/galaxy_invalid_format_tags/galaxy.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
namespace: bar | ||
name: foo | ||
version: "1.0.0" | ||
authors: | ||
- John | ||
readme: ../README.md | ||
description: "..." | ||
license: | ||
- Apache-2.0 | ||
repository: https://github.com/ansible-collections/community.REPO_NAME | ||
tags: | ||
- application | ||
- invalid-tag-format |
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
examples/galaxy_tags/galaxy_invalid_length_tags/changelogs/changelog.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
releases: {} |
15 changes: 15 additions & 0 deletions
15
examples/galaxy_tags/galaxy_invalid_length_tags/galaxy.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
namespace: bar | ||
name: foo | ||
version: "1.0.0" | ||
authors: | ||
- John | ||
readme: ../README.md | ||
description: "..." | ||
license: | ||
- Apache-2.0 | ||
repository: https://github.com/ansible-collections/community.REPO_NAME | ||
tags: | ||
- application | ||
- this_is_an_utterly_ridiculous_and_insanely_long_tag_length_eye_roll | ||
- also_a_ridiculously_long_tag_but_within_the_limits |
Empty file.
2 changes: 2 additions & 0 deletions
2
examples/galaxy_tags/galaxy_no_required_tags/changelogs/changelog.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
releases: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
releases: {} |
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters