Commit Graph

3851 Commits (74e5272f33ef562f21fd769cd8199128f4980319)

Author SHA1 Message Date
renovate[bot] 3de693623e
build(deps): update dependency react-router-dom to v6.5.0 (#4580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 20:13:46 +00:00
Austin Alvarado 8d1f8fcbd7
docs: fix incorrect command doc (#4579) 2022-12-16 15:12:04 +11:00
James Elliott aa61058ca9
docs: improve svg color accuracy (#4578)
This improves the color accuracy of the Illustrator files and SVG's.
2022-12-15 21:36:26 +11:00
James Elliott fb62c33129
docs: fix branding svgs and add ai branding (#4577)
This adds Adobe Illustrator branding files, and fixes the SVG's.
2022-12-15 20:15:29 +11:00
renovate[bot] 38104410b5
build(deps): update dependency esbuild to v0.16.7 (#4576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-15 16:31:39 +11:00
renovate[bot] fd788e7339
build(deps): update dependency vite-tsconfig-paths to v4.0.3 (#4575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 20:59:44 +00:00
renovate[bot] c8b3c2b402
build(deps): update dependency esbuild to v0.16.6 (#4573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 17:16:19 +11:00
James Elliott 241b9b1950
docs(api): update openapi.yml with oidc endpoints (#4572) 2022-12-14 16:18:34 +11:00
James Elliott 28cd927f88
fix(authentication): msad dlsg excluded from default filter (#4569)
The groups filter narrowing for Active Directory to purposefully exclude distribution groups (which are not designed to act as security groups) unintentionally removed DLSG's from the filter results. This effectively reverts that allowing both DLSG's and GUSG's to be returned by default.

Fixes #4551, Fixes #4528
2022-12-14 14:57:32 +11:00
James Elliott a0134271af
build(deps): replace react-otp-input with react18-input-otp (#4548)
This replaces react-otp-input with react18-input-otp which fixes an issue with pasting on some devices.

Fixes #3665
2022-12-14 14:31:51 +11:00
renovate[bot] 81a316268f
build(deps): update module github.com/pquerna/otp to v1.4.0 (#4571)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 13:26:47 +11:00
Amir Zarrinkafsh 1e5304b280
build(deps): update redis and mariadb docker tags for k8s (#4570) 2022-12-14 12:18:46 +11:00
renovate[bot] 300c7ee975
build(deps): update dependency @types/node to v18.11.15 (#4568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 11:37:52 +11:00
renovate[bot] ec5c5f5c1c
build(deps): update material-ui monorepo to v5.11.0 (#4564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 11:12:01 +11:00
renovate[bot] 34fc0ed442
build(deps): update typescript-eslint monorepo to v5.46.1 (#4555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 10:33:56 +11:00
renovate[bot] 59e39f9daa
build(deps): update dependency @vitejs/plugin-react to v3 (#4532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 10:00:00 +11:00
renovate[bot] f781913557
build(deps): update dependency vite to v4 (#4533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-14 09:31:20 +11:00
renovate[bot] eefacc9517
build(deps): update dependency esbuild to v0.16.5 (#4567) 2022-12-14 08:28:01 +11:00
renovate[bot] 2a82bb90c2
build(deps): update dependency i18next to v22.4.5 (#4563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-13 16:21:36 +00:00
renovate[bot] 8afb5ed35d
build(deps): update dependency @types/node to v18.11.14 (#4561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-13 13:30:32 +00:00
renovate[bot] 0261b7843e
build(deps): update dependency i18next to v22.4.4 (#4562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-13 10:18:33 +00:00
renovate[bot] 59287f4e18
build(deps): update osixia/openldap docker tag to v1.5.0 (#4559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-13 07:34:16 +00:00
renovate[bot] 95f219033e
build(deps): update dependency esbuild to v0.16.4 (#4538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-13 16:00:40 +11:00
Amir Zarrinkafsh ea3c284b97
ci: fix pnpm asset location for coverage dockerfile (#4560) 2022-12-13 14:11:53 +11:00
renovate[bot] 3320900d8b
build(deps): update mariadb docker tag to v10.4.27 (#4557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-13 02:18:43 +00:00
James Elliott e15e157dbe
ci: fix .renovaterc and add json schema (#4556)
Fixes #3293.
2022-12-13 10:50:53 +11:00
Amir Zarrinkafsh 505a7e90b3
refactor(suites): replace kind with k3d (#4553)
This change replaces Kind with a might lighter K8s variation K3D.
Many of our manifests have also been consolidated.
Other key changes have been highlighted below:
* Utilise K3D Traefik Ingress
* Automatically provision all manifests, removing the abundance of shell scripts
* Expose Traefik and K8s dashboards through the Ingress
2022-12-13 10:15:32 +11:00
renovate[bot] 180620e519
build(deps): update dependency i18next to v22.4.3 (#4552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 11:41:16 +00:00
renovate[bot] b70e532e09
build(deps): update dependency vite-plugin-svgr to v2.4.0 (#4550)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 07:03:15 +00:00
renovate[bot] f249f7eb4f
build(deps): update dependency i18next to v22.4.1 (#4549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-11 23:54:56 +00:00
renovate[bot] d67f188633
build(deps): update dependency @types/node to v18.11.13 (#4544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-11 21:44:04 +00:00
renovate[bot] bb7608d468
build(deps): update dependency i18next to v22.4.0 (#4542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-11 19:57:52 +00:00
renovate[bot] ec0ce5ad08
build(deps): update dependency i18next-http-backend to v2.1.0 (#4543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 20:34:31 +00:00
renovate[bot] d126d06192
build(deps): update dependency i18next to v22.1.5 (#4531)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 10:46:51 +00:00
renovate[bot] 596ffe54bd
build(deps): update dependency vite-plugin-svgr to v2.3.0 (#4540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 08:26:28 +00:00
boomam 93c0d65830
docs: spelling fix (#4534)
Corrected spelling of "postgres" in server config example.

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-12-10 10:16:31 +11:00
renovate[bot] c93e3bc95f
build(deps): update dependency vite-tsconfig-paths to v4.0.2 (#4536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-09 20:50:39 +00:00
James Elliott d9d63ea2b3
docs: storage ref clarity (#4530) 2022-12-09 22:38:56 +11:00
James Elliott 2c270a21bf
docs: storage ref clarity (#4529) 2022-12-09 21:57:12 +11:00
James Elliott cfdd036590
docs: improve mariadb upgrade docs (#4527) 2022-12-09 19:29:41 +11:00
James Elliott 32b3ce65f2
docs: improve database docs (#4526)
* docs: improve database docs

* docs: improve database docs
2022-12-09 18:24:02 +11:00
James Elliott df63f08980
docs: bump versions (#4524) 2022-12-09 10:42:29 +11:00
renovate[bot] 7e58041974
build(deps): update dependency @types/node to v18.11.12 (#4521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-09 10:01:49 +11:00
renovate[bot] cdaa24e859
build(deps): update dependency esbuild to v0.16.3 (#4522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-09 09:21:58 +11:00
James Elliott a91f98de12
release: v4.37.3 (#4518) 2022-12-08 22:20:51 +11:00
James Elliott 017be7b4a4
docs: generate (#4512) 2022-12-08 22:04:44 +11:00
renovate[bot] 785332a124
build(deps): update traefik docker tag to v2.9.6 (#4513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 21:56:31 +11:00
renovate[bot] 9e442b75f7
build(deps): update typescript-eslint monorepo to v5.46.0 (#4516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 21:09:24 +11:00
renovate[bot] 8cc642a20b
build(deps): update dependency esbuild to v0.16.2 (#4514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 20:25:24 +11:00
renovate[bot] 59c5fdcd2a
build(deps): update dependency react-router-dom to v6.4.5 (#4510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 19:02:49 +11:00