GitHub Actions
94356e7d4e
fix(logging): convert hostID to string for improved logging in SyncAndCheckForHost
2026-03-01 03:56:41 +00:00
GitHub Actions
63c9976e5f
fix(tests): improve login handling in navigation tests to manage transient 401 errors
2026-03-01 03:54:45 +00:00
GitHub Actions
09ef4f579e
fix(tests): optimize response handling in Firefox import tests
2026-03-01 03:50:50 +00:00
GitHub Actions
fbd94a031e
fix(import): handle cancellation of stale import sessions in various states
2026-03-01 03:50:43 +00:00
GitHub Actions
6483a25555
chore(tests): remove deprecated proxy host dropdown tests
2026-03-01 03:49:20 +00:00
GitHub Actions
61b73bc57b
fix(tests): increase dashboard load time threshold to 8 seconds
2026-03-01 03:49:12 +00:00
GitHub Actions
d77d618de0
feat(uptime): add pending state handling for monitors; update translations and tests
2026-03-01 02:51:18 +00:00
GitHub Actions
2cd19d8964
fix(uptime): implement SyncAndCheckForHost and cleanup stale failure counts; add tests for concurrency and feature flag handling
2026-03-01 02:46:49 +00:00
GitHub Actions
61d4e12c56
fix(deps): update go.mod entries for various dependencies
2026-03-01 02:46:49 +00:00
Jeremy
5c5c1eabfc
Merge branch 'development' into feature/beta-release
2026-02-28 21:02:54 -05:00
GitHub Actions
d9cc0ead71
chore: move ACL and Security Headers hotfix plan documentation to archive
2026-03-01 01:43:10 +00:00
GitHub Actions
b78798b877
chore: Update dependencies in go.sum
...
- Bump github.com/bytedance/sonic from v1.14.1 to v1.15.0
- Bump github.com/gabriel-vasile/mimetype from v1.4.12 to v1.4.13
- Bump github.com/glebarez/go-sqlite from v1.21.2 to v1.22.0
- Bump github.com/gin-gonic/gin from v1.11.0 to v1.12.0
- Bump github.com/google/pprof to v0.0.0-20250317173921-a4b03ec1a45e
- Bump go.opentelemetry.io/auto/sdk to v1.2.1
- Bump go.opentelemetry.io/otel to v1.40.0
- Update various other dependencies to their latest versions
2026-03-01 01:34:37 +00:00
GitHub Actions
e90ad34c28
chore: add script to update Go module dependencies
2026-03-01 01:33:26 +00:00
GitHub Actions
1a559e3c64
fix(deps): update caniuse-lite to version 1.0.30001775
2026-03-01 01:31:48 +00:00
GitHub Actions
a83967daa3
fix(deps): add new dependencies for pbkdf2, scram, stringprep, and pkcs8
2026-03-01 01:28:24 +00:00
Jeremy
e374d6f7d2
Merge pull request #778 from Wikid82/renovate/feature/beta-release-non-major-updates
...
chore(deps): update dependency @types/node to ^25.3.3 (feature/beta-release)
2026-02-28 20:27:51 -05:00
renovate[bot]
7723d291ce
chore(deps): update dependency @types/node to ^25.3.3
2026-03-01 01:14:16 +00:00
Jeremy
386fcd8276
Merge pull request #776 from Wikid82/feature/beta-release
...
Proxy Host ACL and Security Headers drop down hotfix
2026-02-28 17:33:38 -05:00
GitHub Actions
10f5e5dd1d
chore: enhance coverage for AccessListSelector and ProxyHostForm components
...
- Added new test suite for AccessListSelector to cover token normalization and emitted values.
- Updated existing tests for AccessListSelector to handle prefixed and numeric-string form values.
- Introduced tests for ProxyHostForm to validate DNS detection, including error handling and success scenarios.
- Enhanced ProxyHostForm tests to cover token normalization for security headers and ensure proper handling of existing host values.
- Implemented additional tests for ProxyHostForm to verify domain updates based on selected containers and prompt for new base domains.
2026-02-28 21:08:16 +00:00
GitHub Actions
89281c4255
fix: add UUID validation in resolveSecurityHeaderProfileReference method
2026-02-28 21:08:16 +00:00
Jeremy
de7861abea
Merge pull request #777 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update module github.com/gin-gonic/gin to v1.12.0 (feature/beta-release)
2026-02-28 09:02:53 -05:00
renovate[bot]
25443d3319
fix(deps): update module github.com/gin-gonic/gin to v1.12.0
2026-02-28 13:42:23 +00:00
GitHub Actions
be279ba864
fix: update oxc-resolver package versions to 11.19.1 in package-lock.json
2026-02-28 13:06:55 +00:00
GitHub Actions
5fe1cf9265
fix: enhance security header profile handling in ProxyHost to support UUIDs and improve form data normalization
2026-02-28 12:58:59 +00:00
GitHub Actions
cdf7948575
fix: update access list handling in ProxyHostService and forms to support access_list structure
2026-02-28 05:11:33 +00:00
GitHub Actions
b04b94e429
fix: enhance access list handling in ProxyHostHandler and forms to support string IDs
2026-02-28 05:07:24 +00:00
GitHub Actions
0ff19f66b6
fix: update resolveAccessListToken to handle accessLists and improve UUID resolution in AccessListSelector
2026-02-28 05:00:32 +00:00
GitHub Actions
bf583927c1
fix: improve ID parsing logic in AccessListSelector and ProxyHostForm to ensure valid numeric IDs
2026-02-28 04:45:26 +00:00
GitHub Actions
6ed8d8054f
fix: update getOptionToken to handle string IDs correctly
2026-02-28 04:41:59 +00:00
GitHub Actions
5c4a558486
chore: enhance ACL handling in dropdowns and add emergency token flows
...
- Add tests to normalize string numeric ACL IDs in AccessListSelector.
- Implement regression tests for ProxyHostForm to ensure numeric ACL values are submitted correctly.
- Introduce a recovery function for ACL lockout scenarios in auth setup.
- Create new tests for ACL creation and security header profiles to ensure dropdown coverage.
- Add regression tests for ACL and Security Headers dropdown behavior in ProxyHostForm.
- Establish a security shard setup to validate emergency token configurations and reset security states.
- Enhance emergency operations tests to ensure ACL selections persist across create/edit flows.
2026-02-28 04:41:00 +00:00
GitHub Actions
2024ad1373
fix: enhance AccessListSelector and ProxyHostForm to support UUID-only options and improve token resolution
2026-02-28 03:34:54 +00:00
Jeremy
5c0185d5eb
Merge branch 'development' into feature/beta-release
2026-02-27 17:13:19 -05:00
GitHub Actions
c9e4916d43
fix: update SelectContent styles to improve z-index and pointer events handling
2026-02-27 22:07:26 +00:00
GitHub Actions
75d945f706
fix: ensure ACL and Security Headers dropdown selections persist correctly in Proxy Host form
2026-02-27 21:57:05 +00:00
Jeremy
99ab2202a2
Merge pull request #774 from Wikid82/feature/beta-release
...
Caddy version to 2.11.1
2026-02-27 16:18:30 -05:00
GitHub Actions
feaae052ac
fix: enhance SQLite error handling in global setup and TestDataManager for better diagnostics
2026-02-27 20:28:43 +00:00
GitHub Actions
476e65e7dd
fix: enhance navigation error handling in Caddy import tests with retry logic
2026-02-27 18:44:43 +00:00
GitHub Actions
24a5773637
fix: implement session resume feature in Caddy import tests with mock status handling
2026-02-27 18:38:25 +00:00
Jeremy
0eb0e43d60
Merge branch 'development' into feature/beta-release
2026-02-27 13:37:55 -05:00
Jeremy
6f98962981
Merge pull request #775 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-02-27 13:37:25 -05:00
renovate[bot]
2b3b5c3ff2
fix(deps): update non-major-updates
2026-02-27 18:37:12 +00:00
GitHub Actions
eb5518092f
fix: update brace-expansion package to version 5.0.4
2026-02-27 13:44:24 +00:00
GitHub Actions
1b10198d50
fix: improve import session management with enhanced cleanup and status handling
2026-02-27 13:41:26 +00:00
GitHub Actions
449d316174
fix: update fallback Caddy version to 2.11.1 in Dockerfile
2026-02-27 11:04:36 +00:00
Jeremy
9356756065
Merge pull request #772 from Wikid82/feature/beta-release
...
Hotfix Nightly Build
2026-02-27 05:53:23 -05:00
GitHub Actions
5b3e005f2b
fix: enhance nightly build workflow with SBOM generation and fallback mechanism
2026-02-27 10:16:09 +00:00
Jeremy
7654acc710
Merge pull request #770 from Wikid82/renovate/feature/beta-release-major-7-github-artifact-actions
...
chore(deps): update github artifact actions to v7 (feature/beta-release) (major)
2026-02-27 05:06:32 -05:00
renovate[bot]
afb2901618
chore(deps): update github artifact actions to v7
2026-02-27 10:04:19 +00:00
Jeremy
117fd51082
Merge pull request #754 from Wikid82/feature/beta-release
...
Enable and test Gotify and Custom Webhook notifications
2026-02-26 22:31:53 -05:00
GitHub Actions
b66ba3ad4d
fix: enhance admin onboarding tests with deterministic login navigation and improve accessibility checks in authentication flows
2026-02-27 03:05:41 +00:00