Commit Graph

1617 Commits

Author SHA1 Message Date
jamesread 04d627d36c chore: dependabot less spam 2026-02-26 07:18:38 +00:00
James Read 6cebb684b9
fix: Logs page pagination (#883) (#885) 2026-02-25 19:52:52 -05:00
jamesread 907d674975 Merge branch 'fix-883-logs-pagination' of github.com:OliveTin/OliveTin into fix-883-logs-pagination 2026-02-26 00:48:25 +00:00
jamesread 1335302e80 chore: codestyle 2026-02-26 00:48:21 +00:00
James Read 0fcc26671f
Merge branch 'next' into fix-883-logs-pagination 2026-02-25 19:40:16 -05:00
jamesread ad479651b7 chore: Fix broken test configs 2026-02-26 00:33:21 +00:00
jamesread 4e2fdc2d96 chore: fix security advisory link 2026-02-26 00:11:21 +00:00
James Read e776a2d60d
Merge branch 'next' into fix-883-logs-pagination 2026-02-25 19:07:17 -05:00
jamesread 87f2a3287b chore: invalid key in test config 2026-02-26 00:04:14 +00:00
jamesread 5a0d94700c chore: typo in SECURITY.md 2026-02-26 00:01:00 +00:00
jamesread 10294e2030 chore: type in SECURITY.md 2026-02-25 23:59:49 +00:00
James Read bee81b43f2
Merge branch 'next' into fix-883-logs-pagination 2026-02-25 18:51:46 -05:00
James Read 1d61117d67
Merge branch 'next' into dependabot/npm_and_yarn/integration-tests/next/selenium-webdriver-4.41.0 2026-02-25 18:51:30 -05:00
jamesread 38d6b57077 chore: codefmt 2026-02-25 23:24:02 +00:00
jamesread c4a8eadd3f chore: Fix broken test configs 2026-02-25 23:15:57 +00:00
dependabot[bot] c3028bb3b5
chore(deps-dev): bump selenium-webdriver in /integration-tests
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.40.0 to 4.41.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.40.0...selenium-4.41.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-version: 4.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-23 05:52:28 +00:00
James Read 26e77a961d
Merge commit from fork
Advisory fix 1
2026-02-22 17:27:07 +00:00
jamesread 4bbd2eab15 security: GHSA-49gm-hh7w-wfvf 2026-02-22 10:19:08 +00:00
James Read 1db6509288
chore(deps): bump axios from 1.13.2 to 1.13.5 in /integration-tests (#877) 2026-02-22 09:36:31 +00:00
James Read a208db72d1
chore(deps): bump wait-on from 9.0.3 to 9.0.4 in /integration-tests (#881) 2026-02-22 09:36:06 +00:00
jamesread ea4cdf9df2 fix: Logs page pagination (#883) 2026-02-19 20:33:51 +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
Andrew Savinykh f58eeef49d
check return value from `unmarshalRoot` in test and fail if false
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-02-15 21:28:23 +13:00
Andrew Savinykh 2fe6d306aa substitute environment variables when loading yaml config 2026-02-15 20:36:03 +13:00
jamesread 7dcbca31fc fix: #803 enable custom JS (again!) 2026-02-15 01:03:22 +00:00
jamesread 903fd15bdb fix: #860 respect popupOnStart even if the action has args. 2026-02-15 00:31:26 +00:00
jamesread 544515c2a6 chore: #829, json support in template engine 2026-02-15 00:19:36 +00:00
jamesread 58e1f37ee4 chore: util script to cleanup bad releases 2026-02-14 22:08:52 +00:00
James Read d22bdebff7
release: Clean up docker builds, support attestation with provinence and sboms (#879) 2026-02-14 20:41:10 +00:00
James Read e057b1a69e
Merge branch 'main' into next 2026-02-14 20:21:05 +00:00
jamesread 5b9f2beccd chore: Clean up docker builds, support attestation with provinence and sboms 2026-02-14 19:48:54 +00:00
James Read 6b72348310
Next (#862) 2026-02-14 00:26:41 +00:00
James Read 321e8f9cb2
Fix: Remove JSON quotes from webhook JSONPath string extraction (#864) 2026-02-13 23:55:37 +00:00
jamesread 011ee866df feat: template parsing for env in password fields 2026-02-13 23:53:43 +00:00
jamesread 1248ee8765 chore: remove extranious comments 2026-02-13 23:36:16 +00:00
James Read 254c4a6a15
Merge branch 'main' into next 2026-02-13 23:23:32 +00:00
James Read ce5e21e2da
Merge branch 'next' into fix-jsonpath-quotes 2026-02-13 23:21:33 +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 cc8d8652f1 chore: dep update Feb 2026 2026-02-13 18:38:17 +00:00
jamesread c1062fb4fa chore: Picocrank upgrade for vue router 5 2026-02-13 14:44:14 +00:00
dependabot[bot] 20b348a8c3
chore(deps): bump axios from 1.13.2 to 1.13.5 in /integration-tests
Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 19:18:09 +00:00
jla 3afd7c26e5 Fix: Remove JSON quotes from webhook JSONPath string extraction 2026-02-07 22:35:03 -05:00
Yohany Flores Suarez 8ffed8757e Syntax error: Mismatched quote characters will break the string literal. 2026-02-07 01:09:45 +00:00
Yohany Flores Suarez e2be4a03c1 Update theme style import fallback in App.vue 2026-02-07 01:09:41 +00:00
James Read e0da041b67
fix: Massive cleanup of template parsing (#861) 2026-02-07 00:51:08 +00:00
jamesread 086a5ffd22 chore: fix tpl coderabbit suggestions 2026-02-07 00:31:24 +00:00
jamesread b777d599aa fix: Massive cleanup of template parsing 2026-02-07 00:09:46 +00:00
James Read 7240eb5c57
Apply server-configured theme when user has no preference (#854) 2026-02-03 22:37:39 +00:00
James Read 3372c7b0bc
chore(deps): bump vue-router from 4.6.4 to 5.0.1 in /frontend (#856) 2026-02-03 22:36:11 +00:00