16 Commits

Author SHA1 Message Date
eec8c28fb3 changed perms
Some checks are pending
Go Benchmark / Performance Regression Check (push) Waiting to run
Cerberus Integration / Cerberus Security Stack Integration (push) Waiting to run
Upload Coverage to Codecov / Backend Codecov Upload (push) Waiting to run
Upload Coverage to Codecov / Frontend Codecov Upload (push) Waiting to run
CodeQL - Analyze / CodeQL analysis (go) (push) Waiting to run
CodeQL - Analyze / CodeQL analysis (javascript-typescript) (push) Waiting to run
CrowdSec Integration / CrowdSec Bouncer Integration (push) Waiting to run
Docker Build, Publish & Test / build-and-push (push) Waiting to run
Docker Build, Publish & Test / Security Scan PR Image (push) Blocked by required conditions
Quality Checks / Auth Route Protection Contract (push) Waiting to run
Quality Checks / Codecov Trigger/Comment Parity Guard (push) Waiting to run
Quality Checks / Backend (Go) (push) Waiting to run
Quality Checks / Frontend (React) (push) Waiting to run
Rate Limit integration / Rate Limiting Integration (push) Waiting to run
Security Scan (PR) / Trivy Binary Scan (push) Waiting to run
Supply Chain Verification (PR) / Verify Supply Chain (push) Waiting to run
WAF integration / Coraza WAF Integration (push) Waiting to run
2026-04-22 18:19:14 +00:00
GitHub Actions
e7bf81fd71 fix(tests): derive script location from test directory for portability 2025-12-09 15:34:43 +00:00
GitHub Actions
9fb930e5a1 fix(history-rewrite): improve repo root resolution in test script for Bash safety 2025-12-09 15:28:44 +00:00
GitHub Actions
d8d1e52bbc fix(history-rewrite): use dynamic REPO_ROOT for script paths in test scripts 2025-12-09 15:26:09 +00:00
GitHub Actions
fed1fce041 test(history-rewrite): add non-interactive test for clean_history script 2025-12-09 15:13:39 +00:00
GitHub Actions
e024ff882e fix(history-rewrite): remove dead positional args check 2025-12-09 15:10:11 +00:00
GitHub Actions
8bc1c4d410 fix(history-rewrite): avoid duplicate logging by tee in loops 2025-12-09 15:07:33 +00:00
GitHub Actions
84e692f04e fix(history-rewrite): remove redundant || true from push warning echo 2025-12-09 15:05:21 +00:00
GitHub Actions
4c2b6e0686 fix(shebang): use bash and enable pipefail 2025-12-09 14:51:12 +00:00
Jeremy
7fb26ca800 ci: trigger re-run of PR checks (automation) 2025-12-09 09:32:21 -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
7f2e81335b test: add bats test for dry_run script to ignore tag-only objects 2025-12-09 14:22:24 +00:00
GitHub Actions
3ec6eba23a feat(history-rewrite): enhance object checks in history rewrite scripts to focus on blob types and improve logging 2025-12-09 14:20:37 +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
fe75c58861 chore(history-rewrite): mark scripts executable 2025-12-09 02:08:39 +00:00
GitHub Actions
6acd94672e chore(history-rewrite): add scripts/docs for history rewrite plan 2025-12-09 02:06:33 +00:00