Commit Graph

1238 Commits

Author SHA1 Message Date
James Read ef072806da
chore(deps-dev): bump glob from 10.4.5 to 10.5.0 in /integration-tests (#767) 2025-12-01 00:06:53 +00:00
James Read f15f0ef329
feat: action status display on logs list (#770) 2025-12-01 00:06:20 +00:00
jamesread caaf37e091 feat: Most Recent Execution output in dashboard 2025-12-01 00:02:42 +00:00
jamesread abecf6f8c6 feat: Action status display on logs list 2025-11-30 22:41:06 +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 7425db53f6 fix: #718 - Clear OAuth2 authentication cookie on logout 2025-11-30 11:19:36 +00:00
James Read 09d933722e
fix: #765 Page title was not being set (#769) 2025-11-30 10:29:07 +00:00
jamesread 6ccd10a970 feat: Added copy to clipboard buttons to Diagnostics view, with markdown backticks 2025-11-30 10:28:07 +00:00
jamesread dca8e04518 fix: #765 Page title was not being set 2025-11-29 21:16:23 +00:00
jamesread a91e903873 feat: add browser info to diagnostics 2025-11-29 20:37:08 +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
James Read f28944bee2
Next (#766) 2025-11-27 01:09:06 +00:00
jamesread 470f31db6e chore: Remove unecessary OAauth2 log 2025-11-27 00:41:53 +00:00
jamesread 0046ae427d chore: fix broken integration test for fieldset markup 2025-11-27 00:37:15 +00:00
jamesread 8bad1b5400 fix: #703 - Entities order was non-deterministic 2025-11-27 00:02:08 +00:00
jamesread 6b4dfddf4c Merge branch 'next' of github.com:OliveTin/OliveTin into next 2025-11-26 23:30:13 +00:00
James Read ff77e9121c
fix: (#718) OAuth Login Buttons not redirecting (#759) 2025-11-26 23:28:57 +00:00
jamesread 7f1e509e12 chore: Little fixes for OAuth2 login 2025-11-26 23:28:29 +00:00
jamesread f33ccbd2fa fix: Log errors when loading theme CSS 2025-11-26 23:08:10 +00:00
jamesread e9bde8b094 fix: OAuth2 scopes for GitHub 2025-11-26 23:07:55 +00:00
jamesread 853972384c security: Possible to kill actions without authentication & credential leak in logs 2025-11-26 23:07:25 +00:00
jamesread 695ad65d3e chore: Improve dashboard markup and layout 2025-11-26 22:57:26 +00:00
jamesread b47cf7cab3 fix: Fix dashboard legends being left-aligned to centered again 2025-11-26 22:38:45 +00:00
jamesread be7c754043 feat: Rebuild authentication system to support 3k authentication 2025-11-26 22:33:19 +00:00
jamesread b244b42e91 fix: sort OAuth2 providers by key 2025-11-22 23:27:54 +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 55d8f75d1b fix: Sidebar, when unstuck, clicking links will close it (#714) 2025-11-22 20:44:44 +00:00
jamesread c663c9d10d chore: Update release notes to strip out nonsense 2025-11-22 20:06:07 +00:00
James Read 7f12b6d72c
chore: colocate tests (#758) 2025-11-22 19:57:26 +00:00
jamesread 3cbafcb4fc chore: Remove dummy link from config.yaml 2025-11-22 19:49:53 +00:00
jamesread 458f50a6ae chore: colocate tests 2025-11-22 19:24:51 +00:00
James Read 1b89b3e217
doc: Add config tool to help support people (#713) 2025-11-22 10:59:12 +00:00
jamesread 3e6a751132 chore: config-tool wont overwrite original config 2025-11-22 10:49:48 +00:00
jamesread 49b8c2c4f2 chore: fix broken datetime test 2025-11-22 10:43:56 +00:00
James Read 738ec884d8
docs(contributing): update setup instructions for pre-commit (#717) 2025-11-22 09:50:55 +00:00
James Read d2e7474eea
Merge branch 'next' into chore-add-config-tool 2025-11-22 09:47:14 +00:00
jamesread ca0a134acd chore: write back to the same config path in config-tool 2025-11-22 09:34:37 +00:00
jamesread 40d9377bbd fmt: main.js 2025-11-22 08:36:58 +00:00
jamesread 5bf2d6935b chore: dep update 2025-11-22 08:36:38 +00:00
jamesread 15390f7b80 fix: #721 Datetime args not being rendered 2025-11-22 08:34:53 +00:00
jamesread d4c80c65c2 chore: Configure dependabot for 2 release branches 2025-11-22 08:00:52 +00:00
Anton Bobov 378db80c73
docs(contributing): update setup instructions for pre-commit
Update CONTRIBUTING guide to reflect migration from custom git hooks to
standard pre-commit framework:

* Add pre-commit package to installation commands for Fedora and Windows
* Replace 'make githooks' with standard 'pre-commit install' command

This completes the migration to pre-commit started in previous refactor
commit, ensuring documentation matches current development workflow.
2025-11-20 00:08:10 +05:00
jamesread b3e67bad75 doc: Add config tool to help support people 2025-11-16 23:08:20 +00:00
James Read c2843aa581
3k release: terminal sizes, confirmation buttons, translations, entity fieldsets drawn in random order, code quality (#709) 2025-11-16 00:51:51 +00:00
jamesread d1ec688c9a chore: cleanup executor.go 2025-11-16 00:47:03 +00:00
jamesread c1508a0a65 fix: Replace custom pagination component with picocrank pagination component
- Replace custom pagination component with picocrank pagination component
- Update package.json and package-lock.json to include picocrank
- Update style.css to include new padding class
- Update ActionDetailsView.vue and LogsListView.vue to use new pagination component
2025-11-16 00:05:50 +00:00
jamesread 5b57cf2480 fix: Logs were being displayed in the wrong order 2025-11-11 23:32:00 +00:00
jamesread b97dd23abb chore: Better fixups on lang tool and support 2025-11-11 23:24:44 +00:00
jamesread 7c66170ef5 Merge branch 'next' of github.com:OliveTin/OliveTin into next 2025-11-11 10:55:54 +00:00