summaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)Author
2024-03-04refactor: apply suggestions from code reviewJames Elliott
Per our standard review process this adjusts the appropriate elements detected during the review. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-08-20feat(server): update default headers (#5881)James Elliott
This updates the default headers for many endpoints per the OWASP best practices. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-01-30ci: fix npm run (#4849)James Elliott
2023-01-12feat(session): multiple session cookie domains (#3754)Manuel Nuñez
This adds support to configure multiple session cookie domains. Closes #1198 Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-12-13refactor(suites): replace kind with k3d (#4553)Amir Zarrinkafsh
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-11-14refactor: sql formatting (#4371)James Elliott
* refactor: sql spacing * refactor editor config
2022-06-04ci: add integration containers for duo and haproxy (#3479)Amir Zarrinkafsh
* ci: add integration containers for duo and haproxy This change utilises specific integration containers for the DuoPush and HAProxy suites. In the case of DuoPush suite specifically in dev mode the container will be built on suite startup. * ci: factorize pre-command hook and unset async on trigger steps
2022-05-28i18n(web): add zh-tw support (#3445)James Elliott
2022-05-26ci: fix editorconfig (#3436)James Elliott
This adjusts the editorconfig to be more reflective of the current style.
2022-05-24docs: editorconfig (#3402)Manuel Nuñez