GitHub Actions
03dadf6dcd
fix(docs): add security scanning steps for CodeQL and Trivy in QA phase
2025-12-11 18:55:36 +00:00
GitHub Actions
5d81e44ba1
fix(docs): update definition of done to include CodeQL and Trivy for security compliance
2025-12-11 18:46:43 +00:00
GitHub Actions
8294d6ee49
Add QA test outputs, build scripts, and Dockerfile validation
...
- Created `qa-test-output-after-fix.txt` and `qa-test-output.txt` to log results of certificate page authentication tests.
- Added `build.sh` for deterministic backend builds in CI, utilizing `go list` for efficiency.
- Introduced `codeql_scan.sh` for CodeQL database creation and analysis for Go and JavaScript/TypeScript.
- Implemented `dockerfile_check.sh` to validate Dockerfiles for base image and package manager mismatches.
- Added `sourcery_precommit_wrapper.sh` to facilitate Sourcery CLI usage in pre-commit hooks.
2025-12-11 18:26:24 +00:00
GitHub Actions
65d837a13f
chore: clean cache
2025-12-11 18:17:21 +00:00
Jeremy
8c09b2c514
Merge branch 'feature/beta-release' into development
2025-12-09 11:04:24 -05:00
Jeremy
84d41edc0e
Merge branch 'development' into renovate/major-5-github-artifact-actions
2025-12-09 11:02:13 -05:00
Jeremy
28559f2d2e
Merge branch 'development' into renovate/actions-github-script-8.x
2025-12-09 11:01:51 -05:00
renovate[bot]
f92648f3ab
chore(deps): update actions/upload-artifact action to v5
2025-12-09 16:01:28 +00:00
renovate[bot]
73dbf075aa
chore(deps): update actions/github-script action to v8
2025-12-09 16:01:22 +00:00
renovate[bot]
ec746540e2
chore(deps): update actions/checkout action to v6
2025-12-09 16:01:17 +00:00
Jeremy
626ebdb318
Merge pull request #342 from Wikid82/development
...
Propagate changes from development into feature/beta-release
2025-12-09 11:01:03 -05:00
GitHub Actions
c9278786cd
feat(propagation): add configuration for sensitive paths to prevent auto-propagation
2025-12-09 15:59:13 +00:00
renovate[bot]
4bedaa89eb
chore(deps): pin dependencies
2025-12-09 15:40:45 +00:00
GitHub Actions
2dee87d4ed
fix(quality-checks): enhance frontend change detection with fallback mechanisms
2025-12-09 15:32:25 +00:00
GitHub Actions
733875d1d9
ci(docker): normalize IMAGE_NAME reliably to avoid invalid tags
2025-12-09 14:48:27 +00:00
GitHub Actions
cf747cc5f5
feat(ci): add Docker build, publish, and test workflow for feature/beta-release branch
2025-12-09 14:46:42 +00:00
Jeremy
8c9e04d458
ci: add minimal docker-build workflow (placeholder) to satisfy code scanning config discovery for feature/beta-release
2025-12-09 09:39:32 -05:00
GitHub Actions
dfe681dba8
refactor(tests): update script paths to use dynamic repository root for better portability
2025-12-09 14:27:26 +00:00
GitHub Actions
320028a64a
fix(pr-checklist): improve checklist validation with regex patterns for robustness
2025-12-09 14:23:32 +00:00
GitHub Actions
9adf2735dd
feat(history-rewrite): Enhance history rewrite process with detailed backup and validation steps
...
- Added a comprehensive plan for history rewrites in `docs/plans/history_rewrite.md`, including backup requirements and a checklist for destructive operations.
- Created a QA report for history-rewrite scripts in `docs/reports/qa_report.md`, summarizing tests, findings, and recommendations.
- Introduced `check_refs.sh` script to list branches and tags, saving a tarball of tag references.
- Updated `clean_history.sh` to include non-interactive mode and improved error handling for backup branch pushes.
- Enhanced `preview_removals.sh` to support JSON output format and added shallow clone detection.
- Added Bats tests for `clean_history.sh` and `validate_after_rewrite.sh` to ensure functionality and error handling.
- Implemented pre-commit hook to block commits to `data/backups/` directory.
- Improved validation script to check for backup branch existence and run pre-commit checks.
- Created temporary test scripts for validating `clean_history.sh` and `validate_after_rewrite.sh` functionality.
2025-12-09 14:07:17 +00:00
GitHub Actions
01bf6a9e43
feat(quality-checks): enhance frontend checks and install conditions in CI workflow
2025-12-09 02:52:19 +00:00
GitHub Actions
b20a38e980
feat(pr-checklist): make checklist validation conditional for history-rewrite related PRs
2025-12-09 02:42:37 +00:00
GitHub Actions
1adbd0aba4
feat(ci): implement CI dry-run workflow and PR checklist for history rewrite process
2025-12-09 02:36:10 +00:00
GitHub Actions
79ac891f60
ci: run repo health check in quality checks workflow
2025-12-09 01:40:21 +00:00
GitHub Actions
5d364baae5
chore(ci): add repo health check workflow, LFS enforcement, and gitattributes
2025-12-09 01:25:57 +00:00
GitHub Actions
9e846bc1dd
fix: update definition of done to include frontend coverage tests in completion criteria
2025-12-08 21:03:35 +00:00
GitHub Actions
35ff409fee
fix: update definition of done to enforce pre-commit and security scan requirements
2025-12-08 17:16:11 +00:00
GitHub Actions
83e6cbb848
fix: Add task specifics for direct audits and tests in Management agent documentation
2025-12-08 15:24:01 +00:00
GitHub Actions
bd520be64e
fix: spelling error in Agent name
2025-12-08 15:08:01 +00:00
GitHub Actions
9c6912fc85
fix: Clarify delegation process in Management agent documentation to ensure user approval before code changes
2025-12-08 14:38:14 +00:00
GitHub Actions
31936906bf
fix: Enhance delegation prompt in Management agent documentation for improved planning and file review
2025-12-08 14:35:28 +00:00
GitHub Actions
b9a1cd21e3
fix: Update QA and Security agent documentation for clarity on roles and testing procedures
2025-12-08 14:18:20 +00:00
GitHub Actions
0d5c5083c8
fix: Clarify delegation roles in Management agent documentation
2025-12-08 14:14:18 +00:00
GitHub Actions
dbf6b2ff14
fix: Improve token selection logic in Renovate workflow for better clarity and error handling
2025-12-08 06:42:14 +00:00
Jeremy
ffda6f065f
Merge branch 'feature/beta-release' into development
2025-12-08 01:04:49 -05:00
GitHub Actions
089c046112
fix: Update Renovate workflow to use GITHUB_TOKEN instead of RENOVATE_TOKEN for authentication
2025-12-08 06:04:18 +00:00
GitHub Actions
05418fe638
feat: Update Go test workflow to use coverage script and include additional package in coverage exclusion
2025-12-08 05:59:35 +00:00
GitHub Actions
e92429f7bb
feat: Add GolangCI-Lint step to QA workflow for consistent linting in tests
2025-12-08 05:55:17 +00:00
renovate[bot]
3ca9660180
chore(deps): pin paulhatch/semantic-version action to a8f8f59
2025-12-08 04:49:04 +00:00
Jeremy
8d9e677c74
Merge branch 'feature/beta-release' into development
2025-12-07 23:48:18 -05:00
renovate[bot]
bdae222934
chore(deps): update github/codeql-action action to v4.31.7 ( #321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 04:46:47 +00:00
renovate[bot]
e10fcf93a2
chore(deps): update github/codeql-action digest to cf1bb45
2025-12-08 00:35:42 +00:00
GitHub Actions
fa66884e59
feat: Add guideline for Pull Request title conventions in documentation
2025-12-07 03:22:49 +00:00
GitHub Actions
2c1cf5f0ac
feat: Implement SSL Provider selection feature with tests and documentation
...
- Added functionality to select SSL Provider (Auto, Let's Encrypt, ZeroSSL) in the Caddy Manager.
- Updated the ApplyConfig method to handle different SSL provider settings and staging flags.
- Created unit tests for various SSL provider scenarios, ensuring correct behavior and backward compatibility.
- Enhanced frontend System Settings page to include SSL Provider dropdown with appropriate options and descriptions.
- Updated documentation to reflect new SSL Provider feature and its usage.
- Added QA report detailing testing outcomes and security verification for the SSL Provider implementation.
2025-12-06 20:59:34 +00:00
GitHub Actions
92a7a6e942
feat: update QA phase to include security tasks in audit process
2025-12-06 03:42:53 +00:00
GitHub Actions
334de738c8
feat: enhance QA phase by adding linting and manual pre-commit checks in audit process
2025-12-06 03:41:40 +00:00
GitHub Actions
3b7eb7be2d
feat: update QA phase to include regression testing in audit process
2025-12-06 03:38:35 +00:00
GitHub Actions
944216f98a
feat: enhance QA phase by specifying meticulous testing requirements
2025-12-06 03:36:50 +00:00
GitHub Actions
ceeedca585
feat: refine Management agent's delegation model and update workflow phases
2025-12-06 03:18:04 +00:00
GitHub Actions
bd5b3b31bf
feat: refactor Management agent to enhance orchestration role and streamline delegation process
2025-12-05 23:20:24 +00:00