Skip to content

Commit

Permalink
refactor: cleanup now un-used graphql resolvers and services
Browse files Browse the repository at this point in the history
  • Loading branch information
meienberger committed Dec 28, 2022
1 parent 0991758 commit 041c1f9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 646 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"start:pg": "docker run --name test-db -p 5433:5432 -d --rm -e POSTGRES_PASSWORD=postgres postgres",
"version": "echo $npm_package_version",
"release:rc": "./scripts/deploy/release-rc.sh",
"test:build": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t meienberger/runtipi:test ."
"test:build": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t meienberger/runtipi:test .",
"test:build:arm64": "docker buildx build --platform linux/arm64 -t meienberger/runtipi:test ."
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@trpc/next": "^10.7.0",
"@trpc/react-query": "^10.7.0",
"@trpc/server": "^10.7.0",
"argon2": "^0.29.1",
"clsx": "^1.1.1",
"fs-extra": "^10.1.0",
"graphql": "^15.8.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/system-api/.env.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ROOT_FOLDER=/test
ROOT_FOLDER_HOST=/tipi
JWT_SECRET=secret
POSTGRES_DBNAME=postgres
POSTGRES_HOST=localhost
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=postgres
APPS_REPO_ID=repo-id
APPS_REPO_URL=http://test.com
INTERNAL_IP=localhost
JWT_SECRET=secret
STORAGE_PATH=/tipi/test
234 changes: 0 additions & 234 deletions packages/system-api/src/modules/auth/__tests__/auth.resolver.test.ts

This file was deleted.

0 comments on commit 041c1f9

Please sign in to comment.