Commit Graph

130 Commits

Author SHA1 Message Date
jamesread 1a7e44eb42 chore: dep update May 26th 2026 2026-05-26 00:44:15 +01:00
jamesread be1db222bb chore: dep update May 19 2026 2026-05-19 22:16:18 +01:00
jamesread 0bdf4ab3ec test: make suggestionsBrowserKey values ascii-safe for CI
Use alphanumeric-only suggestion strings so runs pass when arguments
default to ascii. Increase logs-page wait; drop unused import.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-11 10:13:12 +01:00
jamesread f33d764a5f fix: argument form submit and suggestionsBrowserKey integration config
Call preventDefault at the start of handleSubmit so failed validation
does not trigger a native form submit. Map ascii_sentence inputs to
text. Set ascii_sentence on suggestionsBrowserKey test arguments so
hyphenated values pass validation.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-11 09:54:50 +01:00
jamesread 95a14c5aa5 chore: dep update 20260511 2026-05-11 09:08:45 +01:00
jamesread 196c5ccfc0 chore: dep update 20260510 2026-05-10 09:37:39 +01:00
jamesread 841ef770f3 chore: Dep update March 24th 2026-03-24 22:52:17 +00:00
jamesread 5ff6b5d080 fix: Entity ordering (#886, #762) 2026-03-08 22:16:24 +00:00
jamesread 7051aad599 feat: Clickable links in outout (#900) 2026-03-01 23:17:44 +00:00
jamesread 7717f735aa chore: dep update 2026-02-26 17:42:12 +00:00
jamesread ad479651b7 chore: Fix broken test configs 2026-02-26 00:33:21 +00:00
jamesread 87f2a3287b chore: invalid key in test config 2026-02-26 00:04:14 +00:00
jamesread c4a8eadd3f chore: Fix broken test configs 2026-02-25 23:15:57 +00:00
dependabot[bot] 4700f998e3
chore(deps): bump wait-on from 9.0.3 to 9.0.4 in /integration-tests
Bumps [wait-on](https://github.com/jeffbski/wait-on) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](https://github.com/jeffbski/wait-on/compare/v9.0.3...v9.0.4)

---
updated-dependencies:
- dependency-name: wait-on
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 05:49:56 +00:00
jamesread ea7a1fb3e3 fix: cssClass again again #804 2026-02-13 23:18:35 +00:00
jamesread a1e5a0ff4e fix: cssClass - again. #805 2026-02-13 20:58:02 +00:00
jamesread b9f55ab508 fix: load logs on startup (#299) 2026-01-23 14:18:30 +00:00
jamesread 1e774f0078 chore: integration test for env 2026-01-23 08:54:32 +00:00
jamesread f46a48bf5b chore: bump integraiton test dep on selenium 2026-01-21 13:35:05 +00:00
jamesread a0f3b265b9 chore: Removed broken test, thats not how we load themes anymore 2026-01-11 22:43:46 +00:00
jamesread 93d56cc42e chore: Fix broken unit tests, add themeLoading test 2026-01-11 22:24:18 +00:00
jamesread 6493f7bee7 feat: block notifications, and cleanup of action/binding IDs 2026-01-11 01:10:20 +00:00
jamesread 9b1b72773d chore: Fix integration test edge cases in suggestionsBrowserKey 2026-01-09 12:23:14 +00:00
jamesread 661bcdda08 feat: #625 Option to save suggested values in the browser local storage across different args 2026-01-09 00:53:52 +00:00
jamesread 7428c160e7 chore: Refactor enabledExpression tests to use LightDashboard and improve button identification 2026-01-07 00:24:21 +00:00
jamesread 3d5268d1c9 chore: enableExpression, broken test and config 2026-01-06 21:51:35 +00:00
jamesread 3e23fed3d6 feat: Enable/Disable actions based on rules 2026-01-06 21:38:18 +00:00
James Read d5607c363a
feat: add custom theme for integration tests (#807) 2025-12-25 08:29:58 +00:00
jamesread 79f37f3b8d feat: add custom theme for integration tests 2025-12-25 01:17:45 +00:00
jamesread b4157ed5ba fix: argument validation on bindings 2025-12-25 01:16:04 +00:00
jamesread 09e1f0f984 fix: Argument validation targets the bindings (fixes checkboxes, etc) 2025-12-23 16:42:00 +00:00
jamesread 14359a5327 chore: Update integration test deps 2025-12-23 15:06:15 +00:00
jamesread 76035a56ab chore: fix typo in test 2025-12-01 22:02:23 +00:00
jamesread a2410fc9d6 feat: Entity directories, inline actions, and all entity fields are now available in the entity details view 2025-12-01 21:48:27 +00:00
jamesread 32fea4ec30 feat: Dashboard configs can now self-contain their entities, and actions all in one neat file 2025-12-01 16:15:08 +00:00
jamesread e58677e12c feat: inline actions on dashboards 2025-12-01 12:29:41 +00:00
jamesread fe8ecf49eb Merge branch 'next' of github.com:OliveTin/OliveTin into next 2025-12-01 00:24:13 +00:00
James Read 7282d7a9f6
Feat (#763) mre output in 3k (#771) 2025-12-01 00:24:03 +00:00
jamesread a163347992 feat: Sidebar now closes when clicking outside of it (#714) 2025-12-01 00:23:03 +00:00
jamesread c59bcc62db chore: fix sleep action test 2025-12-01 00:15:01 +00:00
jamesread caaf37e091 feat: Most Recent Execution output in dashboard 2025-12-01 00:02:42 +00:00
James Read 6bc3a7bf1f
Merge branch 'next' into dependabot/npm_and_yarn/integration-tests/glob-10.5.0 2025-11-30 16:55:16 +00:00
jamesread dca8e04518 fix: #765 Page title was not being set 2025-11-29 21:16:23 +00:00
dependabot[bot] 4686b044e7
chore(deps-dev): bump glob from 10.4.5 to 10.5.0 in /integration-tests
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27 01:10:24 +00:00
jamesread 0046ae427d chore: fix broken integration test for fieldset markup 2025-11-27 00:37:15 +00:00
jamesread 3d763a84df fix: Various oauth issues 2025-11-22 22:39:05 +00:00
jamesread d05ea54f8d fix: (#718) OAuth Login Buttons not redirecting 2025-11-22 21:13:19 +00:00
jamesread 458f50a6ae chore: colocate tests 2025-11-22 19:24:51 +00:00
jamesread 49b8c2c4f2 chore: fix broken datetime test 2025-11-22 10:43:56 +00:00
jamesread 5bf2d6935b chore: dep update 2025-11-22 08:36:38 +00:00