Merged origin/master into new branch list api

This commit is contained in:
Kiril Videlov 2024-07-25 19:29:26 +02:00
commit b47530af3a
No known key found for this signature in database
GPG Key ID: A4C733025427C471
381 changed files with 648 additions and 318 deletions

View File

@ -69,7 +69,7 @@ jobs:
name: Upload SvelteKit build output
with:
name: sveltekit-build
path: ./app/build/
path: ./apps/desktop/build/
retention-days: 1
if-no-files-found: error
@ -168,7 +168,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: sveltekit-build
path: ./app/build/
path: ./apps/desktop/build/
- name: Build binary
shell: bash
run: |

View File

@ -25,7 +25,7 @@ jobs:
- '.github/actions/**'
node:
- *workflows
- 'app/**'
- 'apps/desktop/**'
- 'package.json'
- 'pnpm-lock.yaml'
common-rust: &rust

View File

@ -27,7 +27,7 @@ jobs:
run: cd packages/ui && pnpm package
- name: Get installed Playwright version
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./app/package.json').devDependencies['@playwright/test'].substring(1))")" >> $GITHUB_ENV
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./apps/desktop/package.json').devDependencies['@playwright/test'].substring(1))")" >> $GITHUB_ENV
- name: Cache playwright binaries
uses: actions/cache@v4
id: playwright-cache
@ -39,7 +39,7 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: pnpm dlx "playwright@$PLAYWRIGHT_VERSION" install --with-deps chromium
- name: Run Tests
run: cd app && pnpm test:e2e
run: cd apps/desktop && pnpm test:e2e
env:
CI: true
- name: Upload Artifacts
@ -47,6 +47,6 @@ jobs:
if: ${{ !cancelled() }}
with:
name: playwright-report
path: app/test-results/**/trace.zip
path: apps/desktop/test-results/**/trace.zip
if-no-files-found: ignore
retention-days: 30

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 839 B

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 248 B

View File

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 289 B

View File

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 702 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Some files were not shown because too many files have changed in this diff Show More