163 Commits

Author SHA1 Message Date
Norbert de Langen
e28030862f ADD integration artefacts store step to circle.yml 2017-10-30 08:28:29 +01:00
Norbert de Langen
462ea1cc4a Merge branch 'master' into release/3.3 2017-10-24 23:25:18 +02:00
Norbert de Langen
ce74a760ca FIX unit tests (should not run integration) 2017-10-24 11:34:03 +02:00
Norbert de Langen
63c5113a90 FIX unit tests task in CI 2017-10-24 10:06:54 +02:00
Norbert de Langen
6efc1ed71f switch to circleci/node 2017-10-24 09:57:09 +02:00
Norbert de Langen
c95893dd68 FIX circleci yml 2017-10-24 09:01:24 +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
0d684f89dc Merge remote-tracking branch 'origin/master' into release/3.3
# Conflicts:
#	addons/knobs/package.json
#	app/react-native/package.json
#	docs/pages/basics/faq/index.md
#	examples/vue-kitchen-sink/package.json
#	lib/cli/generators/SFC_VUE/index.js
#	lib/cli/generators/VUE/index.js
#	lib/cli/lib/helpers.js
#	lib/cli/package.json
#	lib/ui/package.json
#	package.json
#	yarn.lock
2017-10-17 03:24:46 +03:00
Carlos Vega
217ec79eb8 Merge branch 'release/3.3' of github.com:storybooks/storybook into 269-angular-support 2017-10-06 08:46:33 -06:00
hypnos
844ea52a6c Dirty-check repo state on CI to ensure lockfiles being up-to-date 2017-10-05 20:33:49 +02:00
Filipp Riabchun
6e79d4cdd2 Merge branch 'master' into release/3.3 2017-10-01 14:47:28 -07:00
hypnos
65a9a968b8 Run bootstrap before linting on CI 2017-10-01 03:24:23 +03:00
hypnos
7e32662666 Merge branch 'master' into release/3.3
# Conflicts:
#	.circleci/config.yml
#	CONTRIBUTING.md
#	README.md
#	addons/knobs/package.json
#	addons/storyshots/package.json
#	app/vue/package.json
#	docs/yarn.lock
#	lerna.json
#	package.json
#	scripts/hoist-internals.js
#	yarn.lock
2017-09-30 16:20:37 +03:00
hypnos
89e8f2cf73 Remove validate step 2017-09-29 23:21:54 +03:00
hypnos
2f53feb64a Use yarn workspaces on master 2017-09-29 23:00:47 +03:00
hypnos
ac421a3b99 Drop "Install latest yarn version" as it's now part of official node docker image 2017-09-29 02:54:45 +03:00
hypnos
dc140b02ed Merge remote-tracking branch 'upstream/release/3.3' into 269-angular-support 2017-09-15 03:45:42 +03:00
hypnos
067ccdf9a0 Refactor CLI 2017-09-14 04:35:40 +03:00
Norbert de Langen
8e041e97b9 ADD build-test and smoke-test for angular example 2017-09-13 00:41:40 +02:00
hypnos
dad58b0894 CI: Add environment to cli test jobs 2017-09-09 03:20:01 +03:00
hypnos
c7fad6ce47 CI: Add "Install latest yarn version" step to cli test jobs 2017-09-09 03:16:10 +03:00
hypnos
d417f094ae Use yarn options passthrough 2017-09-09 03:09:00 +03:00
hypnos
5afe9e556e Merge remote-tracking branch 'upstream/release/3.3' into cli-tests
# Conflicts:
#	package.json
#	yarn.lock
2017-09-09 03:04:04 +03:00
hypnos
e5860f516f Stop running update_fixtures automatically to prevent noisy diffs 2017-09-08 04:08:45 +03:00
hypnos
11298bf25a Revert "CI: bootstrap --core isn't needed for react-native examples, npm pack runs prepublish anyway"
This reverts commit f3046d5d29836d48ef61616b59d022c6f9336276.
2017-09-08 03:35:13 +03:00
hypnos
f3046d5d29 CI: bootstrap --core isn't needed for react-native examples, npm pack runs prepublish anyway 2017-09-08 03:17:09 +03:00
hypnos
38011e89d6 CI: bring back install phase, as it's needed for bootstrap script 2017-09-08 03:14:51 +03:00
hypnos
fe9ee4e40c CI: use latest yarn instead of nightly. Cache all the dependencies together 2017-09-08 02:35:24 +03:00
Norbert de Langen
5382fcbf54 IMPROVE yarn workspaces setup 2017-09-08 00:24:32 +02:00
hypnos
181878df83 CI: use yarn nightly in docs task 2017-09-07 02:58:14 +03:00
hypnos
5d8e07e1ea CI: Remove "Install root dependencies" phase where possible, as it's now part of bootstrap:core
# Conflicts:
#	.circleci/config.yml
2017-09-07 02:30:35 +03:00
hypnos
2308e98269 Use yarn scripts where possible, omitting extra -- because now we can 2017-09-07 01:58:49 +03:00
hypnos
51363c2b07 Enable all the steps back, extract environment into defaults 2017-09-07 01:26:49 +03:00
hypnos
cd7472a906 CI: Temporarily disable all steps but lint 2017-09-07 01:22:31 +03:00
hypnos
d22f209e26 add BASH_ENV 2017-09-07 01:21:45 +03:00
hypnos
b4d9ee0a6d add BASH_ENV 2017-09-07 01:18:03 +03:00
hypnos
adb20c6ca4 Add export PATH 2017-09-07 01:00:11 +03:00
hypnos
4d10a55997 Introduce yarn workspaces 2017-09-07 00:55:44 +03:00
hypnos
15ea4cb03b Merge remote-tracking branch 'upstream/release/3.3' into cli-tests
# Conflicts:
#	package.json
#	yarn.lock
2017-09-06 03:21:52 +03:00
hypnos
3f51b0b891 Merge remote-tracking branch 'upstream/master' into release/3.3
# Conflicts:
#	.circleci/config.yml
2017-09-06 03:08:34 +03:00
hypnos
7c1a09d0df Run smoke tests on CI
(cherry picked from commit 9ca0625)
2017-09-06 02:44:06 +03:00
hypnos
ffa77ff54b Update CI command 2017-09-04 02:07:37 +03:00
hypnos
71e37dcb73 Use docker-node-rsync image 2017-09-03 07:03:23 +03:00
hypnos
d68dc9f3ca Give up on trying to set up older node versions testing on CI 2017-08-30 03:12:13 +03:00
hypnos
2497aefd11 Fix ci config 2017-08-30 03:06:11 +03:00
hypnos
0110e186c9 Fix ci config 2017-08-30 03:04:17 +03:00
hypnos
f81287ecdb Fix ci config 2017-08-30 03:01:48 +03:00
hypnos
9ef462571c Fix ci config 2017-08-30 02:56:56 +03:00
hypnos
6798614df9 Skip CRNA for node 4 2017-08-30 02:47:30 +03:00
hypnos
7df5a6ab93 Add tests for CLI. Support node 4 2017-08-30 02:47:15 +03:00