File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed
Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ commit bd8551ea9aee87e3aef2d84e292c9fa82ee5b09e
2+ Author: Greg Rundlett <greg.rundlett@gmail.com>
3+ Date: Thu Oct 30 20:42:50 2025 -0400
4+
5+ Make lint-files.sh script more quiet
6+
7+ By default only show warnings and errors.
8+
9+ We introduce a -v or --verbose option if you want to show success
10+ messages too.
11+
12+ Add --help with usage
13+
14+ commit 979fe6098683e23f3673fa4a05c67e3e929fc819
15+ Author: Greg Rundlett <greg.rundlett@gmail.com>
16+ Date: Thu Oct 30 20:38:35 2025 -0400
17+
18+ Fix yaml linting errors
19+
20+ commit 99d95977997cc576c5ef5018e57e7eb1c807e544
21+ Author: Greg Rundlett <greg.rundlett@gmail.com>
22+ Date: Thu Oct 30 20:23:52 2025 -0400
23+
24+ Improve linting configuration
25+
26+ Ignore 'collections' which is 3rd-party code.
27+
28+ commit ff9e66b99ea223ff7e5461536f552d381c19ffd2
29+ Author: GitHub Action <action@github.com>
30+ Date: Thu Oct 30 18:38:37 2025 +0000
31+
32+ Auto-update CHANGELOG and release notes
33+
34+ - Updated CHANGELOG with latest commits
35+ - Generated RELEASE_NOTES-HEAD.md
36+ - Automated by GitHub Actions
37+
138commit 51e8d6f8f41ed4bc8d7ad901b165c93bd402cb5a
239Author: Greg Rundlett <greg.rundlett@gmail.com>
340Date: Thu Oct 30 14:38:24 2025 -0400
Original file line number Diff line number Diff line change 33### Commits
44
55HEAD -> dev origin/dev
6+ * bd8551e (2025-10-30) Greg Rundlett: Make lint-files.sh script more quiet By default only show warnings and errors.
7+ We introduce a -v or --verbose option if you want to show success
8+ messages too.
9+ Add --help with usage
10+ - Modified: ` src/scripts/lint-files.sh `
11+
12+ * 979fe60 (2025-10-30) Greg Rundlett: Fix yaml linting errors
13+ - Modified: ` .github/workflows/release-notes.yml `
14+ - Modified: ` src/playbooks/create-wiki.yml `
15+ - Modified: ` src/playbooks/debug.yml `
16+ - Modified: ` src/playbooks/migrate-wikis.yml `
17+ - Modified: ` src/roles/configure-wiki/tasks/main.yml `
18+ - Modified: ` src/roles/delete-wiki-wrapper/tasks/main.yml `
19+ - Modified: ` src/roles/imagemagick/tasks/setup-Debian.yml `
20+ - Modified: ` src/roles/imagemagick/tasks/setup-RedHat.yml `
21+
22+ * 99d9597 (2025-10-30) Greg Rundlett: Improve linting configuration Ignore 'collections' which is 3rd-party code.
23+ - Modified: ` .ansible-lint `
24+ - Modified: ` .yamllint `
25+
26+ * ff9e66b (2025-10-30) GitHub Action: Auto-update CHANGELOG and release notes - Updated CHANGELOG with latest commits
27+ - Generated RELEASE_NOTES-HEAD.md
28+ - Automated by GitHub Actions
29+ - Modified: ` CHANGELOG `
30+ - Modified: ` RELEASE_NOTES-HEAD.md `
31+
632* 51e8d6f (2025-10-30) Greg Rundlett: We don't need no stinkin' badges
733 - Modified: ` README.md `
834
You can’t perform that action at this time.
0 commit comments