Commit Graph

30 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
ef9bf28444 Update workflows and Makefile to use Python scripts instead of shell scripts
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 08:18:51 +00:00
copilot-swe-agent[bot]
4ad79f27d2 Add Dolibarr support and convert tabs/no_secrets validation to Python
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 08:16:35 +00:00
copilot-swe-agent[bot]
404987a59d feat: convert validation scripts to Python
- Add scripts/validate/manifest.py for manifest validation
- Add scripts/validate/php_syntax.py for PHP syntax checking
- Add scripts/validate/xml_wellformed.py for XML validation
- All Python validators maintain CLI compatibility with bash versions
- Support both JSON output and verbose human-readable output
- Update .gitignore to exclude Python cache files
- Update Makefile with scaffolding commands

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 05:17:28 +00:00
copilot-swe-agent[bot]
c286e98212 Remove mandatory Unreleased section requirement from changelog validation
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 01:36:00 +00:00
copilot-swe-agent[bot]
2534fd3cae Address code review feedback - improve error handling and use bash built-ins
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 01:26:21 +00:00
copilot-swe-agent[bot]
d89744df28 Add CI improvements and version management scripts
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 01:24:38 +00:00
copilot-swe-agent[bot]
aaa6560d74 Implement verbose error feedback across all scripts
- Enhanced die() function with environment context and stack trace
- Added detailed error output with line numbers and file paths
- Improved check_dependencies with installation guides
- Enhanced PHP syntax validation with full error details
- Added verbose error messages to manifest, tabs, and paths validations
- Updated validate_all to show error summaries (full output in verbose mode)
- Updated smoke_test with detailed PHP error reporting
- Updated ENTERPRISE.md with verbose error examples
- All error messages now provide actionable troubleshooting steps

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-03 23:16:45 +00:00
copilot-swe-agent[bot]
0341131f18 Add enterprise features: timeout handling, duration tracking, and health checking
- Add timeout handling to PHP syntax validation
- Add execution duration tracking to smoke_test and validate_all
- Create script_health.sh to validate enterprise standards compliance
- Enhance error messages with better context and actionable guidance
- Add log_duration helper function to common.sh
- Update ENTERPRISE.md and README.md with new features
- All scripts now follow complete enterprise standards

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-03 23:12:40 +00:00
copilot-swe-agent[bot]
f2b8bc9003 Add enterprise-grade standards to scripts
- Add copyright headers to all validation scripts
- Add usage/help functions to user-facing scripts
- Enhance common.sh with dependency checking and timestamps
- Add ENTERPRISE.md with comprehensive standards documentation
- Update scripts/README.md with enterprise features section
- Improve error messages and exit code handling

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-03 23:08:55 +00:00
copilot-swe-agent[bot]
835632460e Update tabs validation to only check YAML files where tabs are not allowed
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-03 21:31:52 +00:00
Jonathan Miller
443f15d722 Clean up header in xml_wellformed.sh
Removed copyright and license information from the script.

Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:19:13 -06:00
Jonathan Miller
beba380972 Clean up php_syntax.sh header comments
Removed copyright and licensing information from the script.

Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:18:57 -06:00
Jonathan Miller
4567237650 Add shebang to no_secrets.sh
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:18:40 -06:00
Jonathan Miller
598d8743f7 Update manifest.sh
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:18:30 -06:00
Jonathan Miller
b17e2d5d59 Add shebang to license_headers.sh
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:18:16 -06:00
Jonathan Miller
931d2693e4 Update language_structure.sh
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:18:07 -06:00
Jonathan Miller
cbee921f97 Add shebang to changelog.sh
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:17:58 -06:00
Jonathan Miller
a918a844c6 Remove copyright notice from no_secrets.sh
Removed copyright and licensing information from the script.

Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:17:34 -06:00
Jonathan Miller
8753de4847 Update manifest.sh
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:17:24 -06:00
Jonathan Miller
15b8448184 Update license_headers.sh
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:17:11 -06:00
Jonathan Miller
53a2205204 Remove copyright notice from language_structure.sh
Removed copyright and licensing information from the script.

Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:16:55 -06:00
Jonathan Miller
d57bf419d5 Remove copyright comments from changelog.sh
Removed copyright and licensing information from the changelog script.

Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:16:36 -06:00
Jonathan Miller
70e3951377 Refactor paths.sh to improve readability and logic
Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:16:21 -06:00
Jonathan Miller
1a667920ab Refactor tabs.sh to use bash for tab detection
Removed copyright notice and unnecessary comments. Updated script to detect tab characters in source files using bash instead of Python.

Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:16:04 -06:00
Jonathan Miller
d643874de7 Refactor version alignment script for better checks
Updated the version alignment script to improve functionality and error handling.

Signed-off-by: Jonathan Miller <jmiller2979@gmail.com>
2026-01-03 15:15:46 -06:00
66e5204cc3 Update xml_wellformed.sh 2026-01-03 13:21:09 -06:00
c9ac58d342 Scripts/Validation Update 2026-01-03 12:50:10 -06:00
8401568fc0 Update paths.sh 2026-01-03 12:00:29 -06:00
e37e6ed080 Naming Cleanup 2026-01-03 12:00:04 -06:00
b2839c10a5 Reorganization 2025-12-26 23:27:20 -06:00