Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor riot to its own repo #14800

Merged
merged 5 commits into from
May 6, 2021
Merged
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
13 changes: 4 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ executors:
class:
description: The Resource class
type: enum
enum: [ 'small', 'medium', 'large', 'xlarge' ]
enum: ['small', 'medium', 'large', 'xlarge']
default: 'medium'
working_directory: /tmp/storybook
docker:
Expand Down Expand Up @@ -177,12 +177,12 @@ jobs:
condition:
and:
- not:
equal: [ master, << pipeline.git.branch >> ]
equal: [master, << pipeline.git.branch >>]
- not:
equal: [ next, << pipeline.git.branch >> ]
equal: [next, << pipeline.git.branch >>]
steps:
- ensure-pr-is-labeled-with:
label: "run e2e extended test suite"
label: 'run e2e extended test suite'
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
- attach_workspace:
Expand Down Expand Up @@ -362,11 +362,6 @@ jobs:
command: |
cd examples/mithril-kitchen-sink
yarn storybook --smoke-test --quiet
- run:
name: Run riot kitchen-sink (smoke test)
command: |
cd examples/riot-kitchen-sink
yarn storybook --smoke-test --quiet
- run:
name: Run preact kitchen-sink (smoke test)
command: |
Expand Down
3 changes: 0 additions & 3 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ object SmokeTests : BuildType({
cd ../mithril-kitchen-sink
yarn storybook --smoke-test --quiet

cd ../riot-kitchen-sink
yarn storybook --smoke-test --quiet

cd ../preact-kitchen-sink
yarn storybook --smoke-test --quiet

Expand Down
25 changes: 0 additions & 25 deletions app/riot/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions app/riot/bin/build.js

This file was deleted.

3 changes: 0 additions & 3 deletions app/riot/bin/index.js

This file was deleted.

82 changes: 0 additions & 82 deletions app/riot/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions app/riot/src/client/index.ts

This file was deleted.

72 changes: 0 additions & 72 deletions app/riot/src/client/preview/__snapshots__/render-riot.test.ts.snap

This file was deleted.

23 changes: 0 additions & 23 deletions app/riot/src/client/preview/compileStageFunctions.ts

This file was deleted.

3 changes: 0 additions & 3 deletions app/riot/src/client/preview/globals.ts

This file was deleted.

26 changes: 0 additions & 26 deletions app/riot/src/client/preview/index.ts

This file was deleted.

Loading