42 Commits

Author SHA1 Message Date
Hypnosphi
7e8962992d Use relative URLs for acceptance stories 2018-04-15 19:24:04 +03:00
Thomas Bertet
b96345b484 add jest-image-snapshot to storyshots 2017-12-28 10:33:26 +01:00
Thomas Bertet
cfdf2b43f5 unignore testresults & pretty things 2017-12-05 10:21:38 +01:00
Thomas Bertet
e01b6516fe extract jest config from package.json to config file 2017-12-05 10:21:38 +01:00
hypnos
1dd0024cb0 Test styles directly instead of using snapshots 2017-11-24 02:54:36 +03:00
Norbert de Langen
f38a027bec
Linting 2017-11-14 00:40:04 +01:00
Norbert de Langen
462ea1cc4a Merge branch 'master' into release/3.3 2017-10-24 23:25:18 +02:00
Norbert de Langen
c1d14191cb ADD integration test: automatic screenshot of cra-kitchen-sink and vue-kitchen-sink examples 2017-10-24 01:39:59 +02:00
hypnos
2f53feb64a Use yarn workspaces on master 2017-09-29 23:00:47 +03:00
Josh Callender
8852d63a80 Update gitignore to be happier for vim'ers 2017-08-31 14:53:51 -07:00
hypnos
0bec0a5885 Merge branch 'master' into commit-yarn-lock
# Conflicts:
#	CONTRIBUTING.md
2017-08-24 23:20:42 +03:00
Norbert de Langen
f84623d86b ADD .vscode and .idea to gitignore, but whitelist them from being removed with git clean 2017-08-23 20:08:16 +02:00
hypnos
a4c5142126 Stop ignoring yarn.locks 2017-08-22 00:42:06 +03:00
Filipp Riabchun
a0235994f7 Remove only static dir (#1618) 2017-08-10 19:49:58 +03:00
hypnos
2c181d05f8 ignore .nvmrc 2017-08-05 18:50:38 +03:00
Michael Shilman
7787b9bf3c Ignore package-lock.json (for now) 2017-06-23 01:04:59 +10:00
Tom Coleman
77974e0659 Added explanation of packs dir 2017-06-22 12:18:16 +10:00
Tom Coleman
b04849bc6e Use a pack -> install technique to recreate local packages
As suggested by https://github.com/npm/npm/pull/15900. This is a workaround until we get a better resolution of https://github.com/storybooks/storybook/issues/1286
2017-06-22 12:18:16 +10:00
Norbert de Langen
f4fc55c45d FIX linting 2017-05-26 14:33:46 +02:00
Norbert de Langen
51ad5d5e8d Single source of truth for LICENCE for all packages 2017-05-16 08:16:22 +02:00
Norbert de Langen
7ccb773e72 FIX an issue where a test in a package was using async-await
but was not transpiring them correctly.

MOVE jest cache directory to subdirectory `.cache`
2017-04-27 22:33:36 +02:00
Norbert de Langen
730feb7b0c Merge branch 'master' into am-jest-migration
# Conflicts:
#	packages/react-storybook/package.json
2017-04-15 23:44:18 +02:00
Norbert de Langen
7eef6b88d0 Merge branch 'examples-regressiontesting' of github.com:storybooks/mono into add-examples
# Conflicts:
#	.gitignore
#	packages/addon-knobs/yarn.lock
2017-04-15 21:17:26 +02:00
Norbert de Langen
e2ff8c3325 Merge branch 'master' into am-jest-migration
# Conflicts:
#	.eslintrc
#	.gitignore
#	package.json
#	packages/addon-knobs/package.json
#	packages/addon-knobs/yarn.lock
#	packages/react-storybook/package.json
#	packages/storybook-ui/package.json
#	packages/storybook-ui/src/modules/api/actions/__tests__/api.js
#	packages/storybook-ui/src/modules/shortcuts/actions/__tests__/shortcuts.js
#	packages/storybook-ui/src/modules/ui/actions/__tests__/ui.js
#	packages/storybook-ui/src/modules/ui/configs/__tests__/handle_keyevents.js
#	packages/storybook-ui/src/modules/ui/configs/__tests__/handle_routing.js
#	packages/storybook-ui/src/modules/ui/configs/__tests__/init_panels.js
#	packages/storyshots/package.json
#	packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap
2017-04-14 14:49:34 +02:00
Norbert de Langen
513f337ec6 UPGRADE react & add react-test-render 2017-04-12 22:02:27 +02:00
Norbert de Langen
65f8650e39 ADD build to gitignore 2017-04-10 22:16:33 +02:00
Norbert de Langen
30f28bac26 ADD examples to lerna && remove yarn 2017-04-10 20:09:59 +02:00
Norbert de Langen
d6ca5b156f ADD some basis for automated integration regression testing
By adding examples we can both help users by giving them something to
look at when starting their project; and also do regression tests by
trying to run the examples with new version of storybook & addons.
2017-04-10 18:38:26 +02:00
Aaron Mc Adam
9986d94e63 chore(tests): migrate to Jest
So far, we've set up the tools and have one failing test inside
storyshots.
2017-04-09 18:39:35 +01:00
Norbert de Langen
fb33dc93e9 Merge branch 'master' of github.com:storybooks/getstorybook into add-getstorybook-repo
# Conflicts:
#	.eslintrc
#	.gitignore
#	README.md
#	package.json
2017-04-04 23:49:10 +02:00
Norbert de Langen
e50269fd96 Merge branch 'master' of github.com:storybooks/storybook-addon-knobs
# Conflicts:
#	.gitignore
2017-03-29 21:19:42 +02:00
Jason T. Wong
b91c819202
Feature Select Knob
Why:

* We want a new knob that uses a select box for predefined values.

This change addresses the need by:

* Update `.gitignore`.
* Add new `SelectType`.
* Update example story.
* `npm run prepublish`
2016-09-10 12:22:44 -04:00
Muhammed Thanish
5a688095df Ignore dist files (#438) 2016-09-09 17:03:26 +05:30
Arunoda Susiripala
b80ab9a020 Update README.md 2016-08-02 14:49:03 +05:30
Arunoda Susiripala
314b1a2f5c Add .gitignore. 2016-08-02 13:30:59 +05:30
Aruna Herath
ab15a9e75c Initialized with react-cdk 2016-07-21 13:04:31 +05:30
Nadav Dav
4230237016 Added npm-shrinkwrap.json to npmignore (#305) 2016-07-11 18:33:30 +05:30
Ritesh Kumar
1e1aefe3d7 added transition to log created on action trigger 2016-04-08 04:01:07 +05:30
Arunoda Susiripala
b110b2750e Add dist directory, if someone loading the package via GH 2016-04-06 03:45:45 +05:30
Duncan Beevers
9edd8a702c Fix typo in .gitignore 2016-04-03 14:29:15 -05:00
Arunoda Susiripala
fcc43a99cd ignore log files 2016-03-28 10:28:34 +05:30
Arunoda Susiripala
a97d2421af Configure eslint for client side code 2016-03-25 18:38:15 +05:30