Commit Graph

3558 Commits

Author SHA1 Message Date
GitHub Actions 557e08c783 fix: enhance encryption key validation and add trigger parity check for Codecov workflows 2026-02-17 00:58:44 +00:00
GitHub Actions 2e84f88003 fix: correct file path reference in Management agent instructions 2026-02-17 00:33:30 +00:00
GitHub Actions 74faee1a33 fix: update benchmark job condition to include pull_request event 2026-02-17 00:07:16 +00:00
GitHub Actions 6d7cca712e fix: remove workflow_run trigger from benchmark workflow 2026-02-17 00:06:03 +00:00
GitHub Actions 28f444de51 fix: update feature branch pattern in benchmark workflow to support nested branches 2026-02-17 00:04:33 +00:00
GitHub Actions 70ae7d247f fix: add feature branch support to pull request trigger in benchmark workflow 2026-02-17 00:03:21 +00:00
GitHub Actions 66cb95275d fix(tests): adapt TestMain_DefaultStartupGracefulShutdown_Subprocess to Go 1.26.0 signal handling
- Increased SIGTERM signal timeout from 500ms to 1000ms
- Go 1.26.0 changed signal delivery timing on Linux
- Test now passes reliably with adequate startup grace period

Related to Go 1.26.0 upgrade (commit dc40102a)
2026-02-16 23:53:30 +00:00
GitHub Actions bea88e0f9f chore: downgrade eslint and related packages to version 9.x
- Updated @eslint/js from ^10.0.1 to ^9.39.2
- Updated eslint from ^10.0.0 to ^9.39.2
- Updated eslint-plugin-react-hooks from ^7.1.0-canary to ^7.0.1
2026-02-16 22:58:59 +00:00
GitHub Actions 27c8365267 fix: add pull request trigger for main and development branches in benchmark workflow 2026-02-16 22:53:23 +00:00
Jeremy a4e8686f26 Merge pull request #706 from Wikid82/renovate/feature/beta-release-weekly-non-major-updates
chore(deps): update dependency eslint-plugin-react-hooks to ^7.1.0-canary-fd524fe0-20251121 (feature/beta-release)
2026-02-16 17:53:03 -05:00
renovate[bot] e6a5ebc464 chore(deps): update dependency eslint-plugin-react-hooks to ^7.1.0-canary-fd524fe0-20251121 2026-02-16 22:31:30 +00:00
GitHub Actions 4d00af75b6 fix(tests): enhance database setup for unit tests and address CI failures
- Implemented a function to create a valid SQLite database for testing in db_health_handler_test.go.
- Replaced dummy database file creation with a proper SQLite setup to ensure tests run against a valid database.
- Set CHARON_ENCRYPTION_KEY environment variable in dns_provider_service_test.go to prevent RotationService initialization warnings.
- Added detailed remediation plan for CI Codecov backend test failures, addressing encryption key requirements and database record not found errors.
2026-02-16 21:20:34 +00:00
GitHub Actions 3e4022cd69 fix: add CHARON_ENCRYPTION_KEY environment variable to benchmark and quality check workflows 2026-02-16 21:00:43 +00:00
GitHub Actions 716ec91f8f chore: Enhance test coverage across various handlers and services
- Added tests for transient SQLite errors in emergency_handler_test.go.
- Introduced validation tests for provider errors in notification_provider_handler_validation_test.go.
- Implemented helper tests for settings handling in settings_handler_helpers_test.go.
- Expanded backup_handler_test.go to include SQLite database setup and validation.
- Improved system_permissions_handler_test.go with additional path repair tests.
- Updated backup_service_test.go to ensure proper database handling and error checks during backup operations.
- Refined import_handler_test.go with additional session validation tests.
2026-02-16 20:32:16 +00:00
GitHub Actions 6944488be0 fix: refactor parsedDetails initialization in AuditLogDetailModal for improved readability 2026-02-16 19:46:25 +00:00
GitHub Actions 5b3a3f41d4 fix: add @eslint/js dependency at version 10.0.1 2026-02-16 19:40:37 +00:00
GitHub Actions b2cad09fe2 fix: update eslint and eslint-plugin-react-hooks to latest versions 2026-02-16 19:25:27 +00:00
Jeremy 16f5573433 Merge pull request #704 from Wikid82/renovate/feature/beta-release-weekly-non-major-updates
chore(deps): update github/codeql-action digest to ad5a6c0 (feature/beta-release)
2026-02-16 14:12:39 -05:00
Jeremy fa42065ad0 Merge pull request #705 from Wikid82/renovate/feature/beta-release-major-10-eslint-monorepo
chore(deps): update dependency eslint to v10 (feature/beta-release)
2026-02-16 14:12:17 -05:00
renovate[bot] 6adc1dbb86 chore(deps): update dependency eslint to v10 2026-02-16 19:01:58 +00:00
renovate[bot] 0064dd55e0 chore(deps): update github/codeql-action digest to ad5a6c0 2026-02-16 19:01:45 +00:00
GitHub Actions 9222314681 fix: update go-test-coverage script to handle test failures correctly with gotestsum and go test 2026-02-16 18:54:21 +00:00
GitHub Actions d9a0875af2 fix: update condition for backend and frontend Codecov uploads to handle boolean inputs correctly 2026-02-16 18:54:15 +00:00
GitHub Actions 8c12ddebe0 chore: add model configuration and user invocability to agent definitions 2026-02-16 18:54:03 +00:00
GitHub Actions f275613294 fix: update Playwright test command to include 'chromium' project 2026-02-16 18:47:34 +00:00
GitHub Actions f1527b9cf8 fix: correct configuration key from 'settings' to 'linters-settings' in golangci-lint files 2026-02-16 18:43:04 +00:00
GitHub Actions ec36ce32b6 chore: add unit tests for email recipient normalization and SQLite error detection 2026-02-16 18:28:38 +00:00
Jeremy ede4dc6037 Merge pull request #703 from Wikid82/renovate/feature/beta-release-weekly-non-major-updates
fix(deps): update weekly-non-major-updates (feature/beta-release)
2026-02-16 12:44:09 -05:00
renovate[bot] a7ed841d25 fix(deps): update weekly-non-major-updates 2026-02-16 17:36:30 +00:00
GitHub Actions 4d3962e05a test: add tests for production environment detection and request scheme handling 2026-02-16 17:31:10 +00:00
GitHub Actions ae00b367c4 fix: update minimum coverage threshold to 85% 2026-02-16 09:36:52 +00:00
GitHub Actions 24c8deff7a fix: increase memory limit for vitest and improve test stability
- Updated test scripts in package.json to set NODE_OPTIONS for increased memory limit.
- Added safety checks for remote servers and domains in ProxyHostForm component to prevent errors.
- Refactored Notifications tests to remove unnecessary use of fake timers and improve clarity.
- Updated ProxyHosts extra tests to specify button names for better accessibility.
- Enhanced Security functional tests by centralizing translation strings and improving mock implementations.
- Adjusted test setup to suppress specific console errors related to act() warnings.
- Modified vitest configuration to limit worker usage and prevent memory issues during testing.
2026-02-16 09:24:52 +00:00
GitHub Actions c52d0086ae chore: remove temporary quarantine for unrelated flaky tests in coverage exclusions 2026-02-16 09:24:52 +00:00
GitHub Actions 7f2532a3f7 chore: remove deprecated entry points from coverage exclusions 2026-02-16 09:24:52 +00:00
Jeremy 2a58e220f6 Merge pull request #700 from Wikid82/renovate/feature/beta-release-weekly-non-major-updates
fix(deps): update dependency i18next to ^25.8.9 (feature/beta-release)
2026-02-16 02:28:02 -05:00
renovate[bot] b0010e43c7 fix(deps): update dependency i18next to ^25.8.9 2026-02-16 07:15:55 +00:00
GitHub Actions 2c8b74ca97 chore: update coverage guidelines to clarify patch coverage requirements and thresholds 2026-02-16 07:07:40 +00:00
GitHub Actions e99fc79948 fix: improve ACL dropdown handling in ProxyHostForm tests 2026-02-16 07:03:33 +00:00
GitHub Actions e0181deb66 chore: add unit tests for LogsWebSocketHandler and streaming with filters 2026-02-16 06:57:12 +00:00
GitHub Actions 2e80733028 chore: add unit tests for auth handler, permission helpers, and mail service error handling 2026-02-16 06:48:49 +00:00
GitHub Actions 21b0f7908f chore: enhance coverage with new unit tests for various handlers and services 2026-02-16 06:06:45 +00:00
GitHub Actions 3a25782a11 chore: add unit tests for system permissions handler and proxy host service validation 2026-02-16 05:41:49 +00:00
GitHub Actions 943fb2df40 fix: update frontend unit tests to improve coverage and handle edge cases 2026-02-16 05:26:38 +00:00
GitHub Actions d50c316167 fix: refactor invite link display logic in InviteModal for improved readability 2026-02-16 03:53:56 +00:00
GitHub Actions 5a46ef4219 fix: include invite URL in user invitation response and update related tests 2026-02-16 03:39:28 +00:00
Jeremy da3117b37c Merge pull request #698 from Wikid82/renovate/feature/beta-release-weekly-non-major-updates
chore(deps): update weekly-non-major-updates (feature/beta-release)
2026-02-15 22:30:34 -05:00
Jeremy fa234461c3 Merge pull request #697 from Wikid82/bot/update-geolite2-checksum
chore(docker): update GeoLite2-Country.mmdb checksum
v0.18.15
2026-02-15 22:29:55 -05:00
renovate[bot] 90f280af84 chore(deps): update weekly-non-major-updates 2026-02-16 03:27:02 +00:00
GitHub Actions e672d6ff72 fix: improve dashboard load time test with dynamic timeout handling 2026-02-16 03:08:18 +00:00
GitHub Actions 7fd0145baf fix: refactor backup creation test for improved reliability and clarity 2026-02-16 03:00:26 +00:00