Skip to content

Commit

Permalink
Merge branch 'daeuniverse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki authored Jul 16, 2023
2 parents ff11a24 + ca3ea96 commit e937d03
Show file tree
Hide file tree
Showing 9 changed files with 1,049 additions and 1,055 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
instantiate-check-runs:
if: startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
runs-on: ubuntu-latest
strategy:
matrix:
id: ["checkout-full-src", "build-web", "build-bundle", "build-passed"]
id: ['checkout-full-src', 'build-web', 'build-bundle', 'build-passed']
steps:
- name: Instantiate required check runs
uses: daeuniverse/ci-seed-jobs/core/daed/instantiate-check-runs@master
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/${{ matrix.id }}"
id: 'dae-bot[bot]/${{ matrix.id }}'

checkout-full-src:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -64,14 +65,14 @@ jobs:
with:
name: daed-full-src.zip
path: daed-full-src.zip

- name: Report result
if: always() && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
uses: daeuniverse/ci-seed-jobs/core/daed/report-check-run@master
if: always()
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/checkout-full-src"
id: 'dae-bot[bot]/checkout-full-src'

build-web:
runs-on: ubuntu-latest
Expand All @@ -97,14 +98,14 @@ jobs:
with:
name: web
path: dist

- name: Report result
if: always() && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
uses: daeuniverse/ci-seed-jobs/core/daed/report-check-run@master
if: always()
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/build-web"
id: 'dae-bot[bot]/build-web'

build-bundle:
needs: build-web
Expand Down Expand Up @@ -245,17 +246,17 @@ jobs:
with:
name: ${{ steps.get_filename.outputs.BUNDLE_NAME }}
path: bundled/*

- name: Report result
if: always() && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
uses: daeuniverse/ci-seed-jobs/core/daed/report-check-run@master
if: always()
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/build-bundle"
id: 'dae-bot[bot]/build-bundle'

conclusion:
if: always()
if: always() && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
needs: [build-bundle]
runs-on: ubuntu-latest
steps:
Expand All @@ -264,6 +265,5 @@ jobs:
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
id: "dae-bot[bot]/build-passed"
id: 'dae-bot[bot]/build-passed'
conclusion: ${{ needs.build-bundle.result }}

2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}
335 changes: 168 additions & 167 deletions CHANGELOGS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Preview

![preview](public/preview.png)
![preview](docs/preview.png)

## Features

Expand Down
Binary file added docs/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.11.1",
"@faker-js/faker": "^8.0.2",
"@fontsource/fira-sans": "^5.0.4",
"@fontsource/source-code-pro": "^5.0.4",
"@fontsource/fira-sans": "^5.0.5",
"@fontsource/source-code-pro": "^5.0.5",
"@graphiql/toolkit": "^0.8.4",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.1",
Expand All @@ -46,59 +46,59 @@
"@mantine/spotlight": "^6.0.16",
"@mantine/tiptap": "^6.0.16",
"@monaco-editor/react": "^4.5.1",
"@nanostores/persistent": "^0.9.0",
"@nanostores/persistent": "^0.9.1",
"@nanostores/react": "^0.7.1",
"@tabler/icons-react": "^2.24.0",
"@tabler/icons-react": "^2.25.0",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@tanstack/react-query": "^4.29.23",
"@tanstack/react-query-devtools": "^4.29.23",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/urijs": "^1.19.19",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"dayjs": "^1.11.9",
"embla-carousel-react": "8.0.0-rc07",
"eslint": "^8.44.0",
"embla-carousel-react": "8.0.0-rc11",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "5.0.0-alpha.2",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^7.1.1",
"framer-motion": "^10.12.18",
"graphiql": "^3.0.0",
"framer-motion": "^10.12.21",
"graphiql": "^3.0.1",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"husky": "^8.0.3",
"i18next": "^23.2.8",
"i18next": "^23.2.11",
"i18next-browser-languagedetector": "^7.1.0",
"immer": "^10.0.2",
"js-base64": "^3.7.5",
"lint-staged": "^13.2.3",
"mantine-datatable": "^2.8.2",
"monaco-editor": "^0.39.0",
"mantine-datatable": "^2.8.3",
"monaco-editor": "^0.40.0",
"monaco-themes": "^0.4.4",
"nanostores": "^0.9.3",
"prettier": "^3.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1",
"react-i18next": "^13.0.2",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"simple-git": "^3.19.1",
"sort-package-json": "^2.5.1",
"typescript": "^5.1.6",
"urijs": "^1.19.11",
"vite": "^4.4.1",
"vite": "^4.4.4",
"vite-plugin-environment": "^1.1.3",
"zod": "^3.21.4"
}
Expand Down
Loading

0 comments on commit e937d03

Please sign in to comment.