41712 Commits

Author SHA1 Message Date
Tom Coleman
c537effe4f Fix some minor things 2022-08-09 17:17:51 +10:00
Tom Coleman
1b075df5da Filter by cadence 2022-08-09 17:17:51 +10:00
Tom Coleman
4777e943e8 Run local registry on sandboxes command 2022-08-09 17:17:51 +10:00
Tom Coleman
a1b94ba45c Created multiplex script and use for sandbox 2022-08-09 17:17:50 +10:00
Tom Coleman
97f72c63c8 Fix issues with sandbox 2022-08-09 17:16:51 +10:00
Tom Coleman
308de76eee
Merge pull request #18869 from storybookjs/yann/sb-635-command-silently-fails-if-sandbox-doesnt
improve sandbox command error handling and debugging
2022-08-09 16:42:41 +10:00
jonniebigodes
6cca929bec
Merge pull request #18897 from storybookjs/jonniebigodes-patch-cli
Chore: (Docs) Updates to the CLI options
2022-08-08 23:03:01 +01:00
Yann Braga
523537c448
Merge pull request #18878 from storybookjs/tech/use-self-hosted-placeholder-images
change the location of placeholder images to something we host ourselves
2022-08-08 23:54:22 +02:00
jonniebigodes
5e7c9e3de9
Chore: (Docs) Updates to the CLI options
While reviewing another pull request related to this part of the documentation, I discovered that there's an issue with the link mentioning how to opt-out of the telemetry.

This pull request fixes it.

What was done:
- Removed additional spacing in the docs
2022-08-08 22:44:06 +01:00
Yann Braga
4d41f44feb sandbox: improve error handling 2022-08-08 18:29:08 +02:00
jonniebigodes
4a532ec8d8
Merge pull request #18883 from AbrahamBrookes/patch-2
Update cli-options.md
2022-08-08 15:08:59 +01:00
Abraham Brookes
b0e19bbef3
Update cli-options.md
Just wanted to add some links to the commands from the top of the doc 👍
2022-08-08 10:29:46 +10:00
Yann Braga
71fc31706f utils: throw error rather than just logging it 2022-08-05 20:48:52 +02:00
Norbert de Langen
3d06286155
change the location of placeholder images to something we host ourselves
to reduce flake (you can ask yann what that means)
2022-08-05 15:05:10 +02:00
Norbert de Langen
c8bcbeb510
Merge pull request #18857 from storybookjs/norbert/sb-631-sb18789-theming-v700-alpha16-no-loader
add image support to builder-manager
2022-08-05 14:04:00 +02:00
Yann Braga
b503e3d3fe fix build-package command 2022-08-05 12:13:39 +02:00
Yann Braga
6689609a08 builder manager: add correct loader type for images 2022-08-05 12:13:20 +02:00
Yann Braga
0f56a10895 improve sandbox command error handling and debugging 2022-08-04 13:16:16 +02:00
Yann Braga
67102c84f5
Merge pull request #18866 from storybookjs/fix/no-init-on-repro
CLI: add --no-init to repro-next command
2022-08-04 11:12:55 +02:00
Yann Braga
ac9606c374 CLI: add --no-init to repro-next command 2022-08-04 09:32:05 +02:00
Norbert de Langen
85db984dab
Merge pull request #18856 from storybookjs/norbert/sb-502-it-seems-core-server-is-still-depending
move webpack to be a devDependency
2022-08-03 17:15:48 +02:00
Norbert de Langen
c155a5cdf2
Merge pull request #18710 from ProjektGopher/fix/vue-client-extractArgTypes
[bugfix] Check for undefined before reading property in extractArgTypes.ts
2022-08-03 17:15:15 +02:00
Norbert de Langen
2f181650ed
cleanup 2022-08-03 15:25:34 +02:00
Norbert de Langen
08c4231f69
Merge branch 'next' into fix/vue-client-extractArgTypes 2022-08-03 15:21:31 +02:00
Norbert de Langen
c321fa0eac
add image support to builder-manager 2022-08-03 13:32:11 +02:00
Norbert de Langen
70c319b7f2
move webpack to be a devDependency 2022-08-03 11:51:25 +02:00
Tom Coleman
4ee407b4d0
Merge pull request #18844 from storybookjs/tom/sb-593-start-verdaccio-publish-packages-install
Got verdaccio working, borrowing heavily from the old repro command
2022-08-03 10:24:21 +10:00
Michael Shilman
c6d9ea96ab
Merge pull request #18706 from storybookjs/run-interactions-conditionally
Interactions: Run conditionally based on query param
2022-08-02 15:41:42 -07:00
Michael Shilman
e95109b189 Update git head to 7.0.0-alpha.18, update yarn.lock [ci skip] 2022-08-02 15:23:18 -07:00
Michael Shilman
bd59f1eef0 v7.0.0-alpha.18 v7.0.0-alpha.18 2022-08-02 15:19:16 -07:00
Michael Shilman
2cfbc4822f Update root, peer deps, version.ts/json to 7.0.0-alpha.18 [ci skip] 2022-08-02 15:06:05 -07:00
Michael Shilman
a6d6d1cf94 7.0.0-alpha.18 changelog 2022-08-02 15:05:41 -07:00
Tom Coleman
dc82898548 Use the global cache in sandbox mode
so we aren't re-caching dependencies each time we run sandbox
2022-08-02 23:10:09 +10:00
Tom Coleman
a29aef299a Use global cache for linked projects 2022-08-02 23:09:39 +10:00
Tom Coleman
63828515d1 Got verdaccio working, borrowing heavily from the old repro command 2022-08-02 23:08:42 +10:00
Norbert de Langen
6f7db19a62
Merge pull request #18842 from luciana-mendonca/build/addon-outline-tsup
build(addon-outline): use ts-up to build `addon-outline`
2022-08-02 15:00:57 +02:00
Norbert de Langen
b677750600
Merge pull request #18676 from storybookjs/future/frameworkOptions-preset-value
Core: Fix default framework options handling
2022-08-02 14:41:03 +02:00
luciana-mendonca
d299def249 build(addon-outline): use ts-up to build addon-outline 2022-08-02 13:21:29 +02:00
Norbert de Langen
5de2b212d4
Merge pull request #18160 from storybookjs/fix/refs-with-authentication-hosted-on-chromatic
Fix refs with authentication being broken if the fetch for `iframe.html` succeeds (but with a request to authenticate)
2022-08-02 11:55:46 +02:00
Norbert de Langen
4298fbd6a5
Merge pull request #18837 from luciana-mendonca/build/addon-measure-tsup
build(addon-measure): use tsup to build `addon-measure` and fix related imports in `examples/official-storybook`
2022-08-02 11:35:10 +02:00
Norbert de Langen
68512e520c
Merge branch 'next' into future/frameworkOptions-preset-value
# Conflicts:
#	code/lib/core-server/src/presets/common-preset.ts
2022-08-02 11:20:58 +02:00
Norbert de Langen
d6b0dbf257
add a 200 check 2022-08-02 11:02:35 +02:00
luciana-mendonca
153f262e9f build(addon-measure): use tsup to build addon-measure and fix related imports in examples/official-storybook 2022-08-02 11:01:45 +02:00
Norbert de Langen
40e0792dd9
Merge branch 'next' into fix/refs-with-authentication-hosted-on-chromatic
# Conflicts:
#	lib/manager-webpack4/src/manager-config.ts
#	lib/manager-webpack5/src/manager-config.ts
2022-08-02 11:00:09 +02:00
Norbert de Langen
51239e26af
Merge pull request #18836 from luciana-mendonca/build/addon-jest-tsup
build(addon-jest): use tsup to build addon-jest
2022-08-02 10:35:18 +02:00
Tom Coleman
43aba62bd1
Merge pull request #18839 from storybookjs/tom/sb-630-add-the-final-implementation-to-the-cli
Use `repro-next` in the example script!
2022-08-02 15:41:10 +10:00
Tom Coleman
5dd97a77b7
Merge pull request #18838 from storybookjs/rename-example-to-sandbox
Rename `example` => `sandbox`
2022-08-02 14:32:47 +10:00
Tom Coleman
bcc60c1538 Remove duplicate output 2022-08-02 14:32:11 +10:00
Tom Coleman
31b0fe7df9 Small fixes 2022-08-02 14:32:03 +10:00
Tom Coleman
36a006ab03 Use repro-next in the example script! 2022-08-02 14:11:37 +10:00