Compare commits

..

12 commits

Author SHA1 Message Date
7f3153a32c fix: listen on 127.0.0.1
Some checks failed
container-scan / Container Scan (pull_request) Successful in 3m46s
docker-build / docker (pull_request) Successful in 5m46s
tests / Tests (pull_request) Failing after 5m29s
2025-05-14 12:58:23 +02:00
15c4f2fbde fix(tests): start server for e2e tests 2025-05-14 12:58:23 +02:00
f90fb74f44 chore(ci): improve docker cleanup 2025-05-14 12:58:23 +02:00
086f226e81 chore(ci): run e2e tests in workflow 2025-05-14 12:58:23 +02:00
9958d66c0f chore(ci): docker cleanup 2025-05-14 12:58:23 +02:00
29f570c4c5 test(e2e): test login page 2025-05-14 12:58:23 +02:00
bf73087ddf chore: add testing workflow 2025-05-14 12:58:17 +02:00
d27064376c test: theme-picker 2025-05-14 12:58:17 +02:00
fe3ecebd64 test: icon-button 2025-05-14 12:58:17 +02:00
c6a151f61d test: helper functions 2025-05-14 12:58:17 +02:00
a826ab0334 test: initialize cypress e2e testing library 2025-05-14 12:58:17 +02:00
d07a9ccae4 chore(deps): update dependency @types/node to v22.15.18
All checks were successful
docker-build / docker (push) Successful in 1m45s
container-scan / Container Scan (push) Successful in 4m38s
2025-05-14 05:00:45 +00:00
3 changed files with 8 additions and 7 deletions

View file

@ -2,4 +2,5 @@ AUTH_SECRET="auth_secret"
AUTH_URL="http://127.0.0.1:3000" AUTH_URL="http://127.0.0.1:3000"
HOSTNAME="127.0.0.1" HOSTNAME="127.0.0.1"
DATABASE_URL="file:./dev.db" DATABASE_URL="file:./dev.db"
AUTH_AUTHENTIK_ISSUER="auth_issuer" AUTH_AUTHENTIK_ID="id"
AUTH_AUTHENTIK_ISSUER="issuer"

View file

@ -41,7 +41,7 @@
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "3.3.1", "@eslint/eslintrc": "3.3.1",
"@tailwindcss/postcss": "4.1.6", "@tailwindcss/postcss": "4.1.6",
"@types/node": "22.15.17", "@types/node": "22.15.18",
"@types/react": "19.1.4", "@types/react": "19.1.4",
"@types/react-dom": "19.1.5", "@types/react-dom": "19.1.5",
"cypress": "14.3.3", "cypress": "14.3.3",

View file

@ -1881,12 +1881,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/node@npm:*, @types/node@npm:22.15.17": "@types/node@npm:*, @types/node@npm:22.15.18":
version: 22.15.17 version: 22.15.18
resolution: "@types/node@npm:22.15.17" resolution: "@types/node@npm:22.15.18"
dependencies: dependencies:
undici-types: "npm:~6.21.0" undici-types: "npm:~6.21.0"
checksum: 10c0/fb92aa10b628683c5b965749f955bc2322485ecb0ea6c2f4cae5f2c7537a16834607e67083a9e9281faaae8d7dee9ada8d6a5c0de9a52c17d82912ef00c0fdd4 checksum: 10c0/e23178c568e2dc6b93b6aa3b8dfb45f9556e527918c947fe7406a4c92d2184c7396558912400c3b1b8d0fa952ec63819aca2b8e4d3545455fc6f1e9623e09ca6
languageName: node languageName: node
linkType: hard linkType: hard
@ -5394,7 +5394,7 @@ __metadata:
"@radix-ui/react-switch": "npm:^1.2.4" "@radix-ui/react-switch": "npm:^1.2.4"
"@radix-ui/react-tabs": "npm:^1.1.11" "@radix-ui/react-tabs": "npm:^1.1.11"
"@tailwindcss/postcss": "npm:4.1.6" "@tailwindcss/postcss": "npm:4.1.6"
"@types/node": "npm:22.15.17" "@types/node": "npm:22.15.18"
"@types/react": "npm:19.1.4" "@types/react": "npm:19.1.4"
"@types/react-dom": "npm:19.1.5" "@types/react-dom": "npm:19.1.5"
class-variance-authority: "npm:^0.7.1" class-variance-authority: "npm:^0.7.1"