Skip to content

Commit

Permalink
Merge pull request #1061 from cardstack/v2-addon-motion
Browse files Browse the repository at this point in the history
Convert boxel-motion to v2 addon
  • Loading branch information
lukemelia authored Mar 12, 2024
2 parents ac8b6e7 + 966fe67 commit 60ddbee
Show file tree
Hide file tree
Showing 236 changed files with 1,719 additions and 2,138 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ jobs:
# This addition to each step causes the job to proceed even if one lint job fails so we can see all errors
if: always()
run: pnpm run lint
working-directory: packages/boxel-motion
- name: Lint Boxel Motion Test App
working-directory: packages/boxel-motion/addon
- name: Build Boxel Motion
# To faciliate linting of projects that depend on Boxel Motion
if: always()
run: pnpm run lint
working-directory: packages/boxel-motion-test-app
- name: Lint Boxel Motion Demo App
run: pnpm run build
working-directory: packages/boxel-motion/addon
- name: Lint Boxel Motion Test App
if: always()
run: pnpm run lint
working-directory: packages/boxel-motion-demo-app
working-directory: packages/boxel-motion/test-app
- name: Lint Boxel UI
if: always()
run: pnpm run lint
Expand Down Expand Up @@ -86,9 +87,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/init
- name: Run Tests
run: pnpm run test:ember
working-directory: packages/boxel-motion-test-app
- name: Build boxel-motion
run: pnpm build
working-directory: packages/boxel-motion/addon
- name: Run test suite
run: pnpm test
working-directory: packages/boxel-motion/test-app

boxel-ui-test:
name: Boxel UI Tests
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"prettier.documentSelectors": ["**/*.gjs", "**/*.gts"]
"prettier.documentSelectors": ["**/*.gjs", "**/*.gts"],
"search.followSymlinks": false
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

`packages/boxel-motion-test-app` is the test suite for boxel-motion

`packages/boxel-motion-demo-app` is the demo app for boxel-motion
`packages/boxel-motion/test-app` is the demo app for boxel-motion

`packages/matrix` is the docker container for running the matrix server: synapse, as well as tests that involve running a matrix client.

Expand Down Expand Up @@ -173,7 +173,7 @@ There is a ember-freestyle component explorer available to assist with developme

In order to run the boxel-motion demo app:

1. `cd packages/boxel-motion-demo-app`
1. `cd packages/boxel-motion/test-app`
2. `pnpm start`
3. Visit http://localhost:4200 in your browser

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"hcl2-parser": "^1.0.3",
"prettier": "^2.7.1",
"prettier-plugin-ember-template-tag": "^1.1.0",
"typescript": "^5.1.6"
"typescript": "~5.1.6"
},
"engines": {
"pnpm": "^8"
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"stream-chain": "^2.2.5",
"stream-json": "^1.8.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "~5.1.6"
},
"devDependencies": {
"qunit": "^2.18.0"
Expand Down
12 changes: 0 additions & 12 deletions packages/boxel-motion-demo-app/app/app.js

This file was deleted.

19 changes: 0 additions & 19 deletions packages/boxel-motion-demo-app/app/components/accordion/index.css

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions packages/boxel-motion-demo-app/app/controllers/routes.ts

This file was deleted.

Loading

0 comments on commit 60ddbee

Please sign in to comment.