Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/ci-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ on:
pull_request:
paths:
- "packages/host/**"
- "packages/base/**"
- "packages/boxel-icons/**"
- "packages/boxel-ui/**"
- "packages/catalog-realm/**"
- "packages/eslint-plugin-boxel/**"
- "packages/realm-server/**"
- "packages/runtime-common/**"
- ".github/workflows/ci-host.yaml"
- "package.json"
- "pnpm-lock.yaml"
workflow_dispatch:

permissions:
Expand Down
640 changes: 61 additions & 579 deletions .github/workflows/ci.yaml

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions .github/workflows/diff-skills.yaml

This file was deleted.

7 changes: 3 additions & 4 deletions packages/realm-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,19 @@
"typescript-memoize": "catalog:",
"undici": "catalog:",
"uuid": "catalog:",
"vitest": "catalog:",
"wait-for-localhost-cli": "catalog:",
"yaml": "catalog:",
"yargs": "catalog:"
},
"scripts": {
"test": "./tests/scripts/run-qunit-with-test-pg.sh",
"test-module": "./tests/scripts/run-qunit-with-test-pg.sh --module ${TEST_MODULE}",
"test": "./tests-vitest/scripts/run-vitest-with-test-pg.sh",
"migrate": "NODE_NO_WARNINGS=1 ts-node --transpileOnly scripts/run-migrations.ts",
"start:matrix": "./scripts/start-matrix.sh",
"start:smtp": "cd ../matrix && pnpm assert-smtp-running",
"start:icons": "sh ./scripts/start-icons.sh",
"start:pg": "./scripts/start-pg.sh",
"stop:pg": "./scripts/stop-pg.sh",
"test:wait-for-servers": "WAIT_ON_TIMEOUT=900000 NODE_NO_WARNINGS=1 start-server-and-test 'pnpm run wait' 'http-get://localhost:4201/base/_readiness-check?acceptHeader=application%2Fvnd.api%2Bjson' 'pnpm run wait' 'http-get://localhost:4202/node-test/_readiness-check?acceptHeader=application%2Fvnd.api%2Bjson|http://localhost:8008|http://localhost:5001' 'test-module'",
"setup:base-in-deployment": "mkdir -p /persistent/base && rsync --dry-run --itemize-changes --checksum --recursive --delete ../base/. /persistent/base/ && rsync --checksum --recursive --delete ../base/. /persistent/base/",
"setup:experiments-in-deployment": "mkdir -p /persistent/experiments && rsync --dry-run --itemize-changes --checksum --recursive ../experiments-realm/. /persistent/experiments/ && rsync --checksum --recursive ../experiments-realm/. /persistent/experiments/",
"setup:catalog-in-deployment": "mkdir -p /persistent/catalog && rsync --dry-run --itemize-changes --checksum --recursive --delete ../catalog-realm/. /persistent/catalog/ && rsync --checksum --recursive --delete ../catalog-realm/. /persistent/catalog/",
Expand Down Expand Up @@ -133,7 +132,7 @@
"lint:js": "eslint . --report-unused-disable-directives --cache",
"lint:js:fix": "eslint . --report-unused-disable-directives --fix",
"lint:glint": "glint",
"lint:test-shards": "ts-node --transpileOnly scripts/lint-test-shards.ts",
"codemod:qunit-to-vitest": "ts-node --transpileOnly scripts/codemods/qunit-to-vitest.ts",
"full-reset": "./scripts/full-reset.sh",
"full-reindex": "./scripts/full-reindex.sh",
"check-user-pg-connections": "./scripts/check-user-pg-connections.sh",
Expand Down
Loading
Loading