Skip to content

Commit

Permalink
Merge pull request #1266 from runtipi/release/3.1.0
Browse files Browse the repository at this point in the history
release: 3.1.0
  • Loading branch information
meienberger committed Mar 5, 2024
2 parents 415aae1 + 933b12e commit 735a9d3
Show file tree
Hide file tree
Showing 97 changed files with 1,348 additions and 2,779 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Nightly Release

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
build-worker:
Expand Down Expand Up @@ -31,7 +33,7 @@ jobs:
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
TIPI_VERSION=nightly
file: ./packages/worker/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository_owner }}/worker:nightly
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/worker:buildcache
Expand Down Expand Up @@ -63,7 +65,7 @@ jobs:
build-args: |
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
TIPI_VERSION=nightly
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/runtipi/runtipi:nightly
cache-from: type=registry,ref=ghcr.io/runtipi/runtipi:buildcache
Expand All @@ -89,7 +91,7 @@ jobs:
repo: cli
owner: runtipi
run_id: ${{ steps.return_dispatch.outputs.run_id }}
run_timeout_seconds: 300
run_timeout_seconds: 600
poll_interval_ms: 5000

- name: Create bin folder
Expand Down
36 changes: 17 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtipi",
"version": "3.0.3",
"version": "3.1.0",
"description": "A homeserver for everyone",
"scripts": {
"clean-containers": "docker rm -f $(docker ps -a -q)",
Expand All @@ -12,7 +12,6 @@
"test:server": "jest --colors --selectProjects server --",
"test:vite": "dotenv -e .env.test -- vitest run --coverage",
"dev": "next dev",
"dev:watcher": "pnpm -r --filter cli dev",
"db:migrate": "NODE_ENV=development dotenv -e .env.local -- tsx ./src/server/run-migrations-dev.ts",
"lint": "next lint",
"lint:fix": "next lint --fix",
Expand Down Expand Up @@ -45,11 +44,11 @@
"@radix-ui/react-tabs": "^1.0.4",
"@runtipi/postgres-migrations": "^5.3.0",
"@runtipi/shared": "workspace:^",
"@sentry/integrations": "^7.94.1",
"@sentry/nextjs": "^7.94.1",
"@sentry/integrations": "^7.104.0",
"@sentry/nextjs": "^7.104.0",
"@tabler/core": "1.0.0-beta20",
"@tabler/icons-react": "^2.45.0",
"argon2": "^0.31.2",
"argon2": "^0.40.1",
"bullmq": "^5.1.6",
"clsx": "^2.1.0",
"connect-redis": "^7.1.1",
Expand All @@ -59,10 +58,11 @@
"jsonwebtoken": "^9.0.2",
"let-it-go": "^1.0.0",
"lodash.merge": "^4.6.2",
"minisearch": "^6.3.0",
"next": "14.0.4",
"next-client-cookies": "^1.1.0",
"next-intl": "^3.4.4",
"next-safe-action": "^6.0.2",
"next-safe-action": "^6.1.0",
"pg": "^8.11.3",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
Expand All @@ -72,18 +72,16 @@
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-select": "^5.8.0",
"react-tooltip": "^5.26.0",
"react-tooltip": "^5.26.3",
"redaxios": "^0.5.1",
"redis": "^4.6.12",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.70.0",
"semver": "^7.5.4",
"sharp": "0.32.6",
"sharp": "0.33.2",
"socket.io-client": "^4.7.3",
"swr": "^2.2.4",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"winston": "^3.11.0",
Expand All @@ -92,42 +90,42 @@
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@faker-js/faker": "^8.4.0",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.39.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/shoehorn": "^0.1.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.8.10",
"@types/pg": "^8.10.9",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/semver": "^7.5.6",
"@types/ssh2": "^1.11.18",
"@types/ssh2": "^1.11.19",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.5",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.2",
"dotenv-cli": "^7.3.0",
"eslint": "8.55.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -145,7 +143,7 @@
"tsx": "^4.6.2",
"typescript": "5.2.2",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1",
"vitest": "^1.3.1",
"wait-for-expect": "^3.0.2"
},
"msw": {
Expand Down
13 changes: 0 additions & 13 deletions packages/cli/.env.test

This file was deleted.

1 change: 0 additions & 1 deletion packages/cli/.eslintignore

This file was deleted.

39 changes: 0 additions & 39 deletions packages/cli/.eslintrc.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/cli/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/cli/.prettierrc.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/cli/VERSION

This file was deleted.

21 changes: 0 additions & 21 deletions packages/cli/build.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/cli/nodemon.json

This file was deleted.

60 changes: 0 additions & 60 deletions packages/cli/package.json

This file was deleted.

0 comments on commit 735a9d3

Please sign in to comment.