jamesread
dca8e04518
fix : #765 Page title was not being set
2025-11-29 21:16:23 +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
jamesread
15390f7b80
fix : #721 Datetime args not being rendered
2025-11-22 08:34:53 +00:00
jamesread
3df22f2ccb
Merge branch 'feat-add-language-support' of github.com:OliveTin/OliveTin into feat-add-language-support
2025-11-10 22:50:58 +00:00
jamesread
1140453f30
fix: broken integration test after fieldsets changes
2025-11-10 22:50:42 +00:00
jamesread
e7d4747727
chore: fix broken integration test after fieldsets changes
2025-11-10 20:52:49 +00:00
jamesread
58593c6f04
doc: Improve HAProxy example
2025-11-06 23:44:00 +00:00
jamesread
7a1c4d3efa
fix: Test authRequireGuestsToLogin redirect
2025-10-30 11:58:51 +00:00
jamesread
c89979ddb2
fix: Wait for login UI to appear in authRequireGuestsToLogin test
2025-10-30 11:05:14 +00:00
jamesread
961ddac193
fix: Duplicate ACL rendering bug in UserControlPanel
2025-10-30 09:17:55 +00:00
jamesread
d21f06e555
fix: Require guests to login
2025-10-30 02:13:40 +00:00
jamesread
a551589840
feat: #428 Initial support for include directive in config files
2025-10-27 15:32:30 +00:00
jamesread
fcd3ccc59a
fix: authRequireGuestsToLogin config, and config loading improvements
2025-10-27 14:56:32 +00:00
jamesread
8686a5629e
fix: User Information panel and login/logout flow
2025-10-26 13:42:06 +00:00
jamesread
43cfe41378
fix: Issues with login form and local auth
2025-10-26 13:24:22 +00:00
jamesread
91dfe2437e
fix: increase integration test timeout
2025-10-11 00:56:56 +01:00
jamesread
b330fbd1a5
fix: all broken integration tests
2025-10-11 00:45:41 +01:00
dependabot[bot]
60c0c5db27
build(deps-dev): bump tmp from 0.2.3 to 0.2.4 in /integration-tests ( #638 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Read <contact@jread.com>
2025-09-02 20:56:57 +01:00
dependabot[bot]
d4fe9eaa79
build(deps): bump form-data from 4.0.0 to 4.0.4 in /integration-tests ( #626 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 06:19:32 +00:00
James Read
54447774d1
fix : #616 - JSON parsing of ints to float64 ( #617 )
2025-07-12 22:02:50 +00:00
James Read
433456986d
fix : #603 - Dashboards that have fieldsets without entities are hidden ( #609 )
2025-06-22 21:09:03 +00:00
James Read
1357eae9b8
fix: Empty dashboards are hidden ( #599 )
2025-06-06 15:11:02 +00:00
James Read
c19428f6b6
feature: Policy support - allow hiding daignostics and logs ( #569 )
2025-04-19 23:05:49 +00:00
James Read
ff31abe66c
refactor: Project directories ( #541 )
2025-03-22 01:06:59 +00:00
James Read
270f20ec75
refactor: Moved proto files into own folder ( #537 )
2025-03-21 02:41:41 +00:00
dependabot[bot]
1275934ac1
build(deps): bump axios from 1.7.4 to 1.8.4 in /integration-tests ( #534 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Read <contact@jread.com>
2025-03-20 23:00:03 +00:00
dependabot[bot]
906b6c5783
build(deps): bump serialize-javascript and mocha in /integration-tests ( #513 )
...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript ) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha ). These dependencies need to be updated together.
Updates `serialize-javascript` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/yahoo/serialize-javascript/releases )
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.0...v6.0.2 )
Updates `mocha` from 10.4.0 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v10.4.0...v10.8.2 )
---
updated-dependencies:
- dependency-name: serialize-javascript
dependency-type: indirect
- dependency-name: mocha
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 17:14:25 +00:00
James Read
9117163316
bugfix: Login form was not displayed if only OAuth2 was configured ( #457 )
...
* bugfix: Login form was not displayed if only OAuth2 was configured
* bugfix: npe in AuthOAuth2Provider
* test: Try and fix flakey tests
2024-10-27 08:56:28 +00:00
James Read
ee26fe6b50
ci github int tests settle ( #459 )
...
* ci: Allow more time for GitHub tests to settle
* ci: Run build-snapshot on any push, but dont dupe with PR
2024-10-26 22:10:33 +00:00
dependabot[bot]
c9095b4d67
build(deps): bump axios from 1.6.8 to 1.7.4 in /integration-tests ( #387 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.8 to 1.7.4.
- [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.6.8...v1.7.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-14 22:14:35 +00:00
James Read
fab0264d9b
feature: Cleanup execution dialog, and log display status. ( #378 )
...
* feature: Cleanup execution dialog, and log display status.
* fmt: Remove empty block
* cicd: Use ActionStatusDisplay in test
* bugfix: missed promise
* bugfix: missed promise
* bugfix: Didnt return getText on ActionStatusDisplay
2024-08-08 20:46:46 +00:00
wushuzh
6958445f83
Use windows compatible cmds and wait more time ( #374 )
...
* bugfix: change action request cnt type as Counter
* bugfix: fix type of act req count and typo
* bugfix: change to correct type of act req in TC
* bugfix: use Windows compatible cmds for test
* bugfix: wait more for slow test env
---------
Co-authored-by: wushuzh <wushuzh@outlook.com>
2024-08-06 13:43:16 +00:00
wushuzh
d9e921950f
bugfix: fix type of the prometheus metric act req as count ( #370 )
...
* bugfix: change action request cnt type as Counter
* bugfix: fix type of act req count and typo
* bugfix: change to correct type of act req in TC
---------
Co-authored-by: wushuzh <wushuzh@outlook.com>
2024-07-26 08:41:42 +00:00
wushuzh
ffcd19e748
bugfix: use cross-platform module filepath to set usedConfigDir ( #369 )
...
* bugfix: use filepath to set correct configDir in Windows
* test: improve unittest rep folder creation
---------
Co-authored-by: wushuzh <wushuzh@outlook.com>
2024-07-22 09:33:56 +00:00
dependabot[bot]
3d9cb621dd
build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /integration-tests
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-04 00:34:34 +01:00
dependabot[bot]
eb4f28dfda
build(deps-dev): bump ws from 8.16.0 to 8.17.1 in /integration-tests ( #335 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 05:25:03 +00:00
James Read
c82beb61a9
feature: Vastly improved logs and tests for killing actions ( #330 )
...
* bugfix: Sleep testing
* feature: Vastly improved testing for killing actions (#328 )
* cicd: Add find-flakey-tests target
* cicd: Better debugging for domStatus
* cicd: Debug flakey test
* cicd: Debug flakey test
* cicd: Is cors messing with killaction?
* cicd: Slip broken test in CI
* cicd: Skip broken test in CI
* cicd: Skip broken test in CI
2024-06-03 16:19:15 +00:00
jamesread
447ad36d4d
cicd: update package-lock.json
2024-05-06 23:00:05 +01:00
James Read
638e5b7fe1
doc: fix default licenses in package.json ( #304 )
2024-05-01 07:38:47 +00:00
James Read
318d4fe0d0
cicd: Reduce test flake and add lots more debugging info ( #290 )
2024-04-24 15:22:15 +00:00
James Read
a3aee3603f
More screenshots link ( #289 )
...
* More screenshots link
* bugfix: wip
* cicd: Test flakey tests
* cicd: more tests
* cicd: more tests
* cicd: Try a 10s timeout
* cicd: Better debugging of process start / stop
* cicd: Better debugging of process start / stop
* cicd: Possibly unflaky tests
2024-04-23 20:54:54 +00:00
James Read
dde8a9cbb6
cicd: More test coverage that would have caught recent issues ( #287 )
...
* cicd: More test coverage that would have caught recent issues
* bugfix: test flake
* bugfix: test flake
* cicd: Reduce test flake
* cicd: more test coverage
* depbump: testing packages
2024-04-22 21:40:48 +00:00
James Read
7dd1d0a7fc
Markup optimisations ( #258 )
...
* feature: Cleanup markup for accessibility
* feature: Cleanup markup for accessibility
* feature: Cleanup markup for accessibility
* feature: Cleanup markup for accessibility
* bugfix: Broken test
* feature: Cleanup markup for accessibility
2024-04-02 21:58:23 +00:00
dependabot[bot]
2b7bdffe41
build(deps): bump follow-redirects in /integration-tests ( #248 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-24 21:32:11 +00:00
James Read
522e5bb129
cicd: Flakey test on dropdowns ( #241 )
2024-03-05 17:23:17 +00:00