Commit Graph

2655 Commits

Author SHA1 Message Date
GitHub Actions 709f9ba0a6 fix: increase max attempts for upsertSettingWithRetry and improve transient error handling 2026-02-13 08:23:32 +00:00
GitHub Actions a73ae35de1 fix: enhance Validate method to support environment token as fallback for emergency token validation 2026-02-13 08:21:43 +00:00
GitHub Actions 954eef893d fix: enhance Restore method to retry database rehydration on transient errors 2026-02-13 08:21:01 +00:00
GitHub Actions aa06aa81c8 fix: update OptionalAuth to retrieve user details from authService and ensure user is enabled 2026-02-13 08:20:11 +00:00
GitHub Actions f4f7194550 fix: improve AuthMiddleware to handle nil authService and validate user role 2026-02-13 08:18:48 +00:00
GitHub Actions 88714d0a46 fix: update Planning and Supervisor agents to include gopls for enhanced Go code support 2026-02-13 08:17:38 +00:00
GitHub Actions f05fe48105 fix: update agent context to include gopls references for improved Go code support 2026-02-13 08:14:34 +00:00
GitHub Actions d0334ddd40 fix: enhance backup service to support restoration from WAL files and add corresponding tests 2026-02-13 08:06:59 +00:00
GitHub Actions a572a68537 fix: enhance admin security control plane request validation and add test for bearer token bypass 2026-02-13 08:05:30 +00:00
GitHub Actions 5c8aa7cad2 fix: add memory tool to Backend Dev agent for enhanced diagnostics 2026-02-13 08:04:22 +00:00
GitHub Actions 9628c305bc fix: update admin security control plane request check to include settings and config paths 2026-02-13 07:55:22 +00:00
GitHub Actions 7308c03a99 fix: implement SQLite snapshot creation for safer backups and restore operations 2026-02-13 07:54:18 +00:00
GitHub Actions 1f14557b7f fix: add checkpointing for SQLite database before backup and restore operations 2026-02-13 07:45:13 +00:00
GitHub Actions 7fd88297f4 fix: simplify rate limit enabled status check in middleware 2026-02-13 07:44:49 +00:00
GitHub Actions f59dad516b fix: update health and metrics routes to include rate limiting middleware 2026-02-13 07:44:24 +00:00
GitHub Actions cd6ad51ae7 fix: clear block security decisions during emergency reset 2026-02-13 07:43:45 +00:00
GitHub Actions 5db0e9453a fix: enhance RehydrateLiveDatabase to use a temporary file for restoring database 2026-02-13 07:14:08 +00:00
GitHub Actions 8616c52da0 fix: implement retry logic for upserting settings to handle transient database errors 2026-02-13 07:09:35 +00:00
GitHub Actions e1b648acb1 fix: implement retry logic for persisting audit logs to handle transient database errors 2026-02-13 07:07:05 +00:00
GitHub Actions 7dfed7cad7 fix: refactor RehydrateLiveDatabase for improved error handling and clarity 2026-02-13 07:04:44 +00:00
GitHub Actions 6416e20515 fix: improve error handling in RehydrateLiveDatabase for locked or busy states 2026-02-13 07:03:47 +00:00
GitHub Actions 9c2ac3050f chore: enhance user lifecycle tests with API interactions and improved assertions
- Replaced dialog-based user creation with API calls for better reliability and speed.
- Added functions for resetting security state and retrieving authentication tokens.
- Improved audit log checks by implementing polling for asynchronous data retrieval.
- Enhanced role assignment and user management tests to utilize API endpoints.
- Streamlined login processes and error handling for failed login attempts.
- Ensured unique user data generation for test isolation.
2026-02-13 07:01:46 +00:00
GitHub Actions 1a06a46700 chore: implement user audit logging for create, invite, update, and delete actions 2026-02-13 06:15:41 +00:00
GitHub Actions 162750aacb chore: enhance user lifecycle tests with invite dialog and loading handling 2026-02-13 01:58:50 +00:00
GitHub Actions 2904b7435e fix: resolve stale closure bugs in ProxyHostForm and enhance ACL/Security Headers management 2026-02-13 00:07:02 +00:00
GitHub Actions 9ff12a80bf fix: refactor golangci-lint scripts to improve version resolution and installation process 2026-02-13 00:07:02 +00:00
GitHub Actions 54f5ff5db3 chore: Add pre-commit blocker report and improve Go version management
- Created a comprehensive pre-commit blocker report detailing GolangCI-Lint and TypeScript type check failures, including remediation steps and verification commands.
- Enhanced the golangci-lint pre-commit hook to automatically rebuild the tool if a Go version mismatch is detected.
- Introduced a new script `rebuild-go-tools.sh` to rebuild essential Go development tools, ensuring they are compiled with the current Go version.
- Improved error handling and user feedback in the rebuilding process, providing clear instructions for manual intervention if needed.
- Updated supervisor review report to reflect the successful implementation of Go version management and associated documentation.
2026-02-13 00:07:02 +00:00
GitHub Actions 8a207ad846 fix: update AccessListSelector to handle string-based values and improve onChange logic 2026-02-13 00:07:02 +00:00
GitHub Actions 015ba54e55 fix: update import paths in caddy import tests for correct resolution 2026-02-13 00:07:02 +00:00
GitHub Actions 9ce9db16a9 docs: Add remediation plans for security test suite and skipped tests
- Created a comprehensive remediation plan for the security test suite, detailing test results, issues, and implementation roadmap.
- Introduced a separate remediation plan for skipped tests, identifying bugs, locator issues, and accessibility enhancements.
2026-02-13 00:07:02 +00:00
GitHub Actions f2a4d8cf9e fix: update ARIA label test for copy buttons to ensure proper accessibility checks 2026-02-13 00:07:02 +00:00
GitHub Actions 848bc500d6 fix: update base URL references from 127.0.0.1 to localhost for consistency 2026-02-13 00:07:02 +00:00
GitHub Actions 7b1f11f8d3 fix: enhance DNS Providers page loading with additional wait steps for stability 2026-02-13 00:07:02 +00:00
GitHub Actions f3a845da62 chore: add debug tests for DNS Providers page state with detailed logging 2026-02-13 00:07:02 +00:00
GitHub Actions f22da2149c chore: enhance authentication state management by adding localStorage token storage 2026-02-13 00:07:02 +00:00
GitHub Actions 5398c7bb05 fix: remove phase indications from WAF & Rate Limit Interaction test documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions c368a5abad feat: add Cerberus ACL (Role-Based Access Control) tests for user role validation 2026-02-13 00:07:02 +00:00
GitHub Actions 179c12f0c9 fix: remove phase indications from Auth Middleware Cascade tests for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions 1425da4dac feat: add comprehensive security enforcement tests for API authentication and authorization 2026-02-13 00:07:02 +00:00
GitHub Actions 9152e997a2 fix: remove phase indications from ACL & WAF Layering test documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions 193f520d68 fix: remove phase indication from Access Lists CRUD E2E test documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions aec7de00da fix: remove phase indication from emergency server E2E test documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions efa24fe8ba fix: enhance loginUser function to store authentication token in localStorage 2026-02-13 00:07:02 +00:00
GitHub Actions ad620aa46f fix: remove phase indication from WAF configuration E2E test documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions 4ca4ae6fdc fix: remove phase indication from E2E test descriptions for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions e9a7f9e1c4 fix: remove phase indication from Security Suite Integration E2E Tests documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions a84fc9125c fix: remove phase indication from Security Headers E2E Tests documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions 695b7f3431 fix: remove phase indication from Security Dashboard E2E Tests documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions bedc986059 fix: remove phase indication from Rate Limiting E2E Tests documentation for clarity 2026-02-13 00:07:02 +00:00
GitHub Actions 1e9c715f4c fix: update phase indications to improve clarity in Emergency & Break-Glass Operations tests 2026-02-13 00:07:02 +00:00