1300 Commits

Author SHA1 Message Date
Jeppe Reinhold
60cea662db Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-898-blocks-canvas 2022-11-16 13:47:59 +01:00
Yann Braga
cd646a6786
Merge pull request #19841 from storybookjs/yann/improve-reporting-mechanism
CI: improve error reporting mechanism
2022-11-16 13:01:42 +01:00
Yann Braga
fd15defb0d update branch names for reporting checks 2022-11-16 12:51:24 +01:00
Yann Braga
9af77c9352 improve format 2022-11-15 11:55:54 +01:00
Yann Braga
d120c2f3f7 format line breaks for discord message 2022-11-15 11:45:14 +01:00
Yann Braga
ebb64aa0bc add default value for template 2022-11-15 11:31:23 +01:00
Yann Braga
919dca3fae add command to compose discord report message 2022-11-15 11:21:23 +01:00
Jeppe Reinhold
2941d9266f fix eslint config syntax 2022-11-15 10:40:42 +01:00
Jeppe Reinhold
1cb1c2654a
Merge branch 'next' into jeppe/sb-898-blocks-canvas 2022-11-15 10:22:24 +01:00
Michael Shilman
9321b658e3
Merge pull request #19832 from storybookjs/shilman/add-skip-stories-to-bench
Build: Fix benchmark to run on local packages
2022-11-15 09:44:00 +08:00
Norbert de Langen
3fd2261293
all sorts of ts fixes or ignores after enabling ts to function on tests and stories 2022-11-14 17:06:53 +01:00
Michael Shilman
196245c0af Task: support placing sandbox in different root 2022-11-15 00:01:31 +08:00
Michael Shilman
d4357e176b Task: Add ability to skip stories/addons 2022-11-14 23:58:48 +08:00
Norbert de Langen
dbb98764fa
some typings improvements 2022-11-14 14:05:51 +01:00
Jeppe Reinhold
fe04b8d29c Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-898-blocks-canvas 2022-11-14 07:37:12 +01:00
Jeppe Reinhold
9be25a1946 make canvas interaction tests more robust 2022-11-11 22:48:18 +01:00
Norbert de Langen
bcd14f61d1
less noise when compiling 2022-11-11 16:49:03 +01:00
Norbert de Langen
9fc90597d9
revert bundling in components into blocks 2022-11-10 17:00:44 +01:00
Yann Braga
e796e2f59a remove artificial error 2022-11-09 11:13:51 +01:00
Yann Braga
947b0c349f switch from systemError to just error with a stack 2022-11-09 10:58:11 +01:00
Yann Braga
b477e75974 force an error for test purposes 2022-11-09 10:27:03 +01:00
Yann Braga
11414a72cd improve junit feedback for abritary code errors 2022-11-09 09:27:06 +01:00
Kasper Peulen
0362b4e023
Merge pull request #19768 from storybookjs/kasper/ci-pr-workflow
CI: Use a new cadence (ci, pr, merged, daily) and trigger CircleCI from github actions
2022-11-08 20:23:14 +01:00
Yann Braga
79cfb853b7 task: turn file checks into async 2022-11-08 18:28:27 +01:00
Yann Braga
28e8c4ed1d tasks: skip writing junit no failure if it has already been reported 2022-11-08 11:53:27 +01:00
Yann Braga
4fdc8317a0 provide expected failure metadata in junit reports 2022-11-08 11:49:59 +01:00
Kasper Peulen
c18743d2d9 Use ci, pr, merged, daily cadence 2022-11-08 09:33:05 +01:00
Michael Shilman
c47ea637c4
Merge pull request #19765 from storybookjs/fix-eslint-in-scripts
Build: Fix eslint formatting in scripts
2022-11-07 15:40:30 +08:00
Tom Coleman
737d339927 Fix eslint formatting in scripts 2022-11-07 17:20:42 +11:00
Tom Coleman
9def39c592 Merge remote-tracking branch 'origin/next' into tom/sb-754-hmr-does-not-detect-addedremoved-stories 2022-11-07 12:11:16 +11:00
Tom Coleman
7bc85c0628 Fix files to search subdirectories 2022-11-07 11:48:29 +11:00
Valentin Palkovic
9593c414a7 Fix prepare script on Windows machines 2022-11-06 15:07:35 +01:00
Tom Coleman
a37905763c Deepscan issue 2022-11-04 16:45:15 +11:00
Tom Coleman
4efd919120 Update sandbox script to create stories entry per linked package 2022-11-04 16:16:11 +11:00
Ian VanSchooten
b37061cbd1 Merge remote-tracking branch 'origin/next' into prettier-upgrade 2022-11-02 16:05:04 -04:00
Yann Braga
ad615a6a64 use a custom environment variable to specify cleaning up 2022-11-02 19:52:51 +01:00
Yann Braga
299bc9775c delete node_modules once repro is generated 2022-11-02 17:57:31 +01:00
Norbert de Langen
a18424ab8a
fix a bug me and ian found
Co-authored-by: Ian VanSchooten <ian.vanschooten@gmail.com>
2022-11-02 16:15:04 +01:00
Norbert de Langen
04a464267f
set number of runners for ts checking to 8 2022-10-28 15:17:48 +02:00
Ian VanSchooten
40381d2002 Allow up to prettier 3 2022-10-28 09:10:00 -04:00
Ian VanSchooten
d99ed8af01 Remove html parser override 2022-10-28 08:20:58 -04:00
Ian VanSchooten
5ed707f5d1 Remove .prettierrc files 2022-10-28 08:20:37 -04:00
Norbert de Langen
5e4f4aee2d
make it 2 2022-10-28 09:48:46 +02:00
Norbert de Langen
51e09cc6bd
run check tasks in parallel of 2 in CI 2022-10-28 09:48:12 +02:00
Ian VanSchooten
b9fa572050 Configure @typescript-eslint/consistent-type-imports
This ensures that types are importing using the `type` notation, improving clarity
and explicitness.
2022-10-27 19:32:01 -04:00
Tom Coleman
a752cb75ef Small check fixes 2022-10-27 17:32:28 +11:00
Norbert de Langen
9e60c3428f
Merge branch 'next' into ugrades/eslint 2022-10-26 08:51:41 +02:00
Tom Coleman
8885d83045 Drop a whole lot of stuff from scripts 2022-10-25 16:01:18 +11:00
Norbert de Langen
a889dac3ee
upgrade eslint 2022-10-24 13:23:37 +02:00
Norbert de Langen
af2aef763f
Merge branch 'next' into future/CSF3-svelte 2022-10-23 15:34:56 +02:00