renovate[bot]
82e02482ce
chore(deps): update weekly-non-major-updates
2026-01-19 21:16:19 +00:00
renovate[bot]
91191037bd
fix(deps): update weekly-non-major-updates
2026-01-18 17:11:08 +00:00
renovate[bot]
962d933601
fix(deps): update weekly-non-major-updates
2026-01-16 21:39:53 +00:00
renovate[bot]
adf5797b17
chore(deps): update weekly-non-major-updates
2026-01-16 02:17:40 +00:00
renovate[bot]
7a55cb0be9
fix(deps): update weekly-non-major-updates
2026-01-15 16:34:35 +00:00
GitHub Actions
bc9c6e2abd
feat: Add end-to-end tests for DNS Provider Types and UI interactions
...
- Implement API tests for DNS Provider Types, validating built-in and custom providers.
- Create UI tests for provider selection, ensuring all types are displayed and descriptions are shown.
- Introduce fixtures for consistent test data across DNS Provider tests.
- Update manual DNS provider tests to improve structure and accessibility checks.
2026-01-15 01:37:21 +00:00
renovate[bot]
2c355d1dcb
fix(deps): update npm minor/patch
2026-01-13 20:22:59 +00:00
renovate[bot]
6794935518
fix(deps): update npm minor/patch
2026-01-12 05:02:46 +00:00
renovate[bot]
0894de3ebb
fix(deps): update npm minor/patch
2026-01-08 20:27:19 +00:00
Jeremy
acefca27cc
Merge branch 'feature/beta-release' into development
2026-01-07 02:05:17 -05:00
GitHub Actions
d6f913b92d
fix: resolve React 19 production runtime error with lucide-react icons
...
- Updated package.json to include @types/node@25.0.3 for compatibility.
- Modified package-lock.json to reflect the new version of @types/node and updated cookie package to 1.1.1.
- Adjusted tsconfig.json to specify @testing-library/jest-dom/vitest for type definitions.
- Updated vite.config.ts to disable code splitting temporarily to diagnose React initialization issues, increasing chunk size warning limit.
2026-01-07 06:48:40 +00:00
renovate[bot]
11e3c4e0de
fix(deps): update dependency react-hook-form to ^7.70.0 ( #467 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-04 21:27:36 +00:00
renovate[bot]
9fb422741e
fix(deps): update npm minor/patch
2026-01-03 03:19:01 +00:00
renovate[bot]
53eb4b9e67
fix(deps): update npm minor/patch
2025-12-30 17:49:13 +00:00
renovate[bot]
7beb1cb2fd
chore(deps): update npm minor/patch
2025-12-23 06:03:07 +00:00
renovate[bot]
90ee470250
fix(deps): update npm minor/patch ( #444 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-22 04:04:21 +00:00
GitHub Actions
05c2045f06
chore: reorganize repository structure
...
- Move docker-compose files to .docker/compose/
- Move docker-entrypoint.sh to .docker/
- Move DOCKER.md to .docker/README.md
- Move 16 implementation docs to docs/implementation/
- Delete test artifacts (block_test.txt, caddy_*.json)
- Update all references in Dockerfile, Makefile, tasks, scripts
- Add .github/instructions/structure.instructions.md for enforcement
- Update CHANGELOG.md
Root level reduced from 81 items to ~35 visible items.
2025-12-21 04:57:31 +00:00
renovate[bot]
03d166f05a
fix(deps): update dependency lucide-react to ^0.562.0 ( #432 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-19 00:52:20 +00:00
copilot-swe-agent[bot]
e912bc4c80
feat: add i18n infrastructure and language selector
...
Co-authored-by: Wikid82 <176516789+Wikid82@users.noreply.github.com >
2025-12-18 18:47:41 +00:00
renovate[bot]
062b595b11
fix(deps): update dependency react-router-dom to ^7.11.0
2025-12-18 00:34:28 +00:00
renovate[bot]
8005858593
chore(deps): update dependency knip to ^5.75.1
2025-12-17 14:26:03 +00:00
GitHub Actions
8f2f18edf7
feat: implement modern UI/UX design system ( #409 )
...
- Add comprehensive design token system (colors, typography, spacing)
- Create 12 new UI components with Radix UI primitives
- Add layout components (PageShell, StatsCard, EmptyState, DataTable)
- Polish all pages with new component library
- Improve accessibility with WCAG 2.1 compliance
- Add dark mode support with semantic color tokens
- Update 947 tests to match new UI patterns
Closes #409
2025-12-16 21:21:39 +00:00
renovate[bot]
e5918d392c
chore(deps): update npm minor/patch
2025-12-16 15:53:48 +00:00
renovate[bot]
c1aba6220f
chore(deps): update npm minor/patch ( #399 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-15 05:29:19 +00:00
Jeremy
5b54b6582c
Merge pull request #363 from Wikid82/main
...
chore: Sync main to development
2025-12-12 21:17:00 -05:00
renovate[bot]
09266a281f
chore(deps): update dependency eslint to ^9.39.2 ( #360 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 23:52:13 +00:00
GitHub Actions
4e9d6825a6
feat: Add pretype-check script to streamline dependency installation
2025-12-12 16:45:12 +00:00
renovate[bot]
8abe689e74
fix(deps): update npm minor/patch
2025-12-12 15:37:45 +00:00
renovate[bot]
bfa9367505
fix(deps): update npm minor/patch to ^19.2.3
2025-12-12 04:08:09 +00:00
GitHub Actions
effed44ce8
feat: Rename WAF to Coraza in UI and update related tests
...
- Updated UI components to reflect the renaming of "WAF (Coraza)" to "Coraza".
- Removed WAF controls from the Security page and adjusted related tests.
- Verified that all frontend tests pass after updating assertions to match the new UI.
- Added a test script to package.json for running tests with Vitest.
- Adjusted imports for jest-dom to be compatible with Vitest.
- Updated TypeScript configuration to include Vitest types for testing.
2025-12-12 03:19:27 +00:00
renovate[bot]
7a0fb23a46
fix(deps): update npm minor/patch to ^19.2.2
2025-12-11 22:45:42 +00:00
renovate[bot]
79eeaebdd8
chore(deps): update npm minor/patch to ^4.1.18
2025-12-11 18:28:15 +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
renovate[bot]
34a8fbd97a
fix(deps): update npm minor/patch
2025-12-11 08:53:58 +00:00
renovate[bot]
f84b77a2a7
chore(deps): update dependency knip to ^5.73.0
2025-12-10 02:58:25 +00:00
renovate[bot]
4c21e977f3
chore(deps): update npm minor/patch to ^8.49.0 ( #333 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 21:51:49 +00:00
renovate[bot]
594acb1c6d
chore(deps): update dependency jsdom to ^27.3.0
2025-12-08 13:46:14 +00:00
renovate[bot]
5dada0e350
chore(deps): update dependency @vitejs/plugin-react to ^5.1.2 ( #329 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 13:40:27 +00:00
renovate[bot]
c52d1c4aea
chore(deps): update dependency knip to ^5.72.0
2025-12-08 06:39:34 +00:00
renovate[bot]
81f588e117
fix(deps): update npm minor/patch
2025-12-08 04:47:32 +00:00
renovate[bot]
a74174b009
fix(deps): update dependency react-router-dom to ^7.10.1 ( #311 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-04 21:51:58 +00:00
renovate[bot]
d2c59370aa
fix(deps): update dependency @tanstack/react-query to ^5.90.12
2025-12-04 12:59:38 +00:00
renovate[bot]
8f12071577
fix(deps): update dependency react-hook-form to ^7.68.0
2025-12-03 23:09:41 +00:00
renovate[bot]
b6d353c5af
fix(deps): update npm minor/patch to ^19.2.1
2025-12-03 19:39:24 +00:00
Jeremy
377c331ff9
Merge branch 'feature/beta-release' into development
2025-12-03 09:20:34 -05:00
GitHub Actions
cd900e2495
feat: Add path verification instructions and constraints to agent workflows
2025-12-02 22:30:05 +00:00
GitHub Actions
355992e665
refactor: update verification and testing commands for clarity and consistency
2025-12-02 22:08:51 +00:00
renovate[bot]
e97c46a4b9
fix(deps): update npm minor/patch
2025-12-02 18:39:07 +00:00
renovate[bot]
a714a35056
chore(deps): update npm minor/patch to ^8.48.1 ( #287 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-02 14:28:02 +00:00