Commit Graph

6 Commits

Author SHA1 Message Date
Kristoffer
2a7514a923 fix: patch vulnerabilities and add arm64 support (#13)
* fix: update vite version for directus/extension (#12)

Co-authored-by: Kristoffer <zs-ko@users.noreply.github.com>

* update lock

* fix: add override for vite dependency

* fix: add error messages on cache

* fix: add blank to username/password if undefined

* fix: add missing configurations to redis. add more catch statemsnts

* doc: add REDIS_JWT_DB

* add arm64

* fix: resolve vulnerabilities in get-func-name,postcss,zod

* fix: update chai

* disable default attestations

* fix: correct image build for arm

* fix: remove quemu

* fix: typo in runner name

* fix runner

* fix: add platform to build and push resolves arm64

* fix: resolve invalid lock file

---------

Co-authored-by: Kristoffer <zs-ko@users.noreply.github.com>
2023-10-13 18:29:25 +02:00
Kristoffer
beb9301f76 ci: fixed most of docker image build (#6)
ci: add docker build to release and publish
2023-08-02 23:11:56 +02:00
Kristoffer
8f8ce1e02b feat: add cache (#2)
* ci: remove main workflow
ci: add pr workflow to branch next

* docs: correct readme
ci: add docker build on release
ci: add lint and test to release flow

* feat: add cache for both memory and redis
refactor: cleanup getAccountability nested promise
refactor: import path for get-auth-providers.ts
docs: document cache options
ci: add redis file to gitignore

* ci: use test:coverage for testing to update pr

---------

Co-authored-by: Krise <krise86@users.noreply.github.com>
2023-08-02 16:44:07 +02:00
Krise
02c550ecaa ci: add secret for npm publish 2023-08-02 11:52:47 +00:00
Krise
74aa6951c4 fix: workflow uses pnpm 2023-08-02 11:47:00 +00:00
Krise
681e14ab9f feat: initial commit 2023-08-02 11:42:48 +00:00