GitHub Actions
317b695efb
chore: update tldts and tldts-core to version 7.0.24 in package-lock.json
2026-03-02 14:54:51 +00:00
GitHub Actions
077e3c1d2b
chore: add integration tests for import/save route regression coverage
2026-03-02 14:53:59 +00:00
GitHub Actions
b5c5ab0bc3
chore: add workflow_dispatch trigger to quality checks workflow
2026-03-02 14:53:59 +00:00
Jeremy
a6188bf2f1
Merge branch 'development' into feature/beta-release
2026-03-02 09:48:21 -05:00
GitHub Actions
16752f4bb1
fixt(import): update cancel functions to accept session UUID and modify related tests
2026-03-02 14:30:24 +00:00
GitHub Actions
a75dd2dcdd
chore: refactor agent tools and improve documentation
...
- Consolidated tools for Management, Planning, Playwright Dev, QA Security, and Supervisor agents to streamline functionality and reduce redundancy.
- Updated terminology from "Proper" fix to "Long Term" fix in Management agent for clarity on implementation choices.
- Added mandatory lintr and type checks before declaring slices "DONE" in Management agent to enhance code quality.
- Enhanced argument hints and descriptions across agents for better guidance on usage.
2026-03-02 14:24:31 +00:00
GitHub Actions
63e79664cc
test(routes): add strict route matrix tests for import and save workflows
2026-03-02 14:11:54 +00:00
GitHub Actions
005b7bdf5b
fix(handler): enforce session UUID requirement in Cancel method and add related tests
2026-03-02 14:11:20 +00:00
GitHub Actions
0f143af5bc
fix(handler): validate session UUID in Cancel method of JSONImportHandler
2026-03-02 14:10:45 +00:00
GitHub Actions
76fb800922
fix(deps): update @csstools/css-syntax-patches-for-csstree and cssstyle to latest versions
2026-03-02 08:39:22 +00:00
Jeremy
58f5295652
Merge pull request #782 from Wikid82/renovate/feature/beta-release-non-major-updates
...
fix(deps): update non-major-updates (feature/beta-release)
2026-03-02 03:32:42 -05:00
renovate[bot]
0917a1ae95
fix(deps): update non-major-updates
2026-03-02 08:19:58 +00:00
Jeremy
409dc0526f
Merge pull request #779 from Wikid82/feature/beta-release
...
Uptime Monitoring Hotfix
2026-03-01 23:10:57 -05:00
GitHub Actions
10259146df
fix(uptime): implement initial uptime bootstrap logic and related tests
2026-03-02 03:40:37 +00:00
Jeremy
8cbd907d82
Merge pull request #781 from Wikid82/renovate/feature/beta-release-non-major-updates
...
chore(deps): update non-major-updates (feature/beta-release)
2026-03-01 22:16:52 -05:00
renovate[bot]
fbb86b1cc3
chore(deps): update non-major-updates
2026-03-02 03:15:19 +00:00
GitHub Actions
aaddb88488
fix(uptime): refine host monitor checks to short-circuit TCP monitors while allowing HTTP/HTTPS checks
2026-03-02 00:24:03 +00:00
GitHub Actions
f79f0218c5
fix(tests): update mock heartbeat generation to align with monitor's latest status
2026-03-01 17:38:01 +00:00
GitHub Actions
d94c9ba623
fix(tests): enhance overwrite resolution flow test to handle browser-specific authentication
2026-03-01 17:17:49 +00:00
GitHub Actions
0241de69f4
fix(uptime): enhance monitor status handling and display logic in MonitorCard
2026-03-01 16:33:09 +00:00
GitHub Actions
f20e789a16
fix(tests): increase timeout for ProxyHostForm tests to improve reliability
2026-03-01 16:30:51 +00:00
GitHub Actions
6f5c8873f9
fix(tests): refactor proxy host creation to use dynamic server URLs in uptime tests
2026-03-01 16:30:21 +00:00
GitHub Actions
7a12ab7928
fix(uptime): remove redundant host failure count reset logic
2026-03-01 16:26:24 +00:00
GitHub Actions
871adca270
fix(deps): update modernc.org/libc to v1.69.0 for improved compatibility
2026-03-01 14:08:13 +00:00
GitHub Actions
dbff270d22
fix(tests): update input handling in ProxyHostForm tests for improved reliability
2026-03-01 14:04:40 +00:00
GitHub Actions
8e1b9d91e2
fix(tests): enhance session handling and cleanup in Caddy import tests
2026-03-01 13:43:50 +00:00
GitHub Actions
67bcef32e4
fix(tests): improve header verification and response handling in Firefox import tests
2026-03-01 13:43:42 +00:00
GitHub Actions
739104e029
fix(workflows): update cron schedule for weekly security rebuild and nightly promotion
2026-03-01 13:14:25 +00:00
GitHub Actions
2204b7bd35
fix(tests): implement retry logic for session reset and navigation stability in Caddy import tests
2026-03-01 13:06:47 +00:00
GitHub Actions
fdbba5b838
fix(tests): remove redundant caddy-import spec exclusions for improved test coverage
2026-03-01 13:06:36 +00:00
GitHub Actions
4ff65c83be
fix(tests): refactor CORS handling in Firefox import tests for improved clarity and reliability
2026-03-01 05:31:37 +00:00
GitHub Actions
3409e204eb
fix(tests): enhance timeout handling for UI preconditions in import page navigation
2026-03-01 05:18:44 +00:00
GitHub Actions
61bb19e6f3
fix(tests): enhance session resume handling in import tests for improved reliability
2026-03-01 05:18:33 +00:00
GitHub Actions
3cc979f5b8
fix(tests): remove webkit-only test skipping logic for improved test execution
2026-03-01 05:16:38 +00:00
GitHub Actions
ef8f237233
fix(tests): remove redundant Firefox-only test skipping logic
2026-03-01 05:16:27 +00:00
GitHub Actions
43a63007a7
fix(tests): update testIgnore patterns to exclude specific caddy-import tests
2026-03-01 05:14:59 +00:00
GitHub Actions
404aa92ea0
fix(tests): improve response handling and session management in import tests
2026-03-01 05:11:18 +00:00
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