8697 Commits

Author SHA1 Message Date
Jason Jean
bbb7cfdb3f fix(misc): add prettier to create-nx-workspace sandbox 2019-12-22 11:22:05 -05:00
Jason Jean
9fea0bc02b fix(core): add import to project string comparitor locator 2019-12-20 18:24:50 -05:00
Jack Hsu
3a36c24873 feat(core): add support for npm package dependencies in project graph 2019-12-20 18:23:02 -05:00
Jonathan Cammisuli
6328b8f718 feat(node): add library schematic 2019-12-20 10:52:57 -05:00
Jason Jean
cee6888a12
feat(misc): export mock builder context from workspace (#2221) 2019-12-19 18:30:21 -05:00
Andrew Yang
6ef95bd454 feat(testing): add --ci-build-id option to cypress in order to make parallel work for some ci (#2218) 2019-12-19 16:07:41 -05:00
Kristof degrave
8579894796 feat(storybook): added static storybook build (#2074)
* chore(nx): added static storybook build

Added static storybook build builder

* chore(nx): added documentation + configuration for storybook-static

Added documentation files for storybook-static builder task
Added creation of storybook-static task to the configuration schematics of storybook

* docs(nx): generated documentation correctly

Generated documentation correctly

* chore(nx) renamed task to storybook-build

Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test

* chore(nx): renamed task to storybook-build

Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test

* chore(nx): improved e2e test

Improved e2e test

* chore(nx): fixed missing import e2e test

fixed missing import e2e test

* chore(nx): excluded added storybook build test

Verifiy of the test run correctly when the last added test is excluded

* chore(nx): refactored e2e test

refactored e2e test build storybook for beter performance
extended the wait in travis yaml file to fix timeouts on the test

* chore(nx): fixed issue with travis file

fixed issue with travis file

* chore(nx): fixed merge issue

fixed merge issue

* chore(nx): increased timout of travis_wait

increased timeout of travis_wait

* chore(nx): ignored original test

ignored original test to check how long mine taks.

* chore(nx): increased travis wait (again)

increased travis wait (again)

* chore(nx): wrapped storybook build in from observable

wrapped storybook build in from observable so it would finish
Moved to one storybook test again for performance
Remove travis_wait statement

* chore(nx): fix import for build

fixed import for build

* chore(nx): removed commented out code

Removed comments

* chore(nx): run yarn format

run yarn format

* chore(nx): fixed line endings

fixed line endings

* chore(nx): needed correct commitmsg

needed a correct commit message to build.

* chore(storybook): needed correct commitmsg

needed a correct commit message to build.

* chore(storybook): removed whitespaces

removed whitespaces

* chore(storybook): removed whitespaces

removed whitespaces

* chore(storybook): rename to build-storybook

Renamed 'storybook-build' to 'build-storybook'

* chore(storybook): added unit test

Added a unit test

* chore(storybook): applied formatting

* test(storybook): added additional tests

Added additional tests for the build-storybook + fixed the unittests

* test(storybook): formatted tests

formatted test build-storybook

* chore(storybook): provide a correct commitmsg

Provide a correct commit message

* chore(storybook): increased test timeout build-storybook

increased the timeout of a test in the build-storybook tests

* chore(storybook): ignore storybook test except one failing

ignore storybook tests except the one failing on the buildserver for investigation

* chore(storybook): reenabled stroybook tests

Reenabled storybook tests

* chore(storybook): consolidated unit tests

Consolidated unit tests into a single one
2019-12-19 15:13:58 -05:00
Jason Jean
6c83f2dc59
feat(nextjs): support next@9.1.5 and add log when ready (#2216) 2019-12-18 23:10:29 -05:00
Mike Brocchi
8da8ee08a2 fix(core): account for files with paths (#2166) 2019-12-18 23:09:43 -05:00
Jonathan Cammisuli
aeeebeb12c feat(core): use TypeScript to resolve import modules for dependencies 2019-12-18 12:44:57 -05:00
Jason Jean
36b757b8d7
fix(misc): add missing packages to package group (#2208) 2019-12-18 10:29:46 -05:00
Jason Jean
9c50569c55 fix(storybook): fix storybook peer dependencies 2019-12-16 17:37:05 -05:00
Jason Jean
40ae2032c7 fix(repo): fix imports and error on unsuccessful documentation generation 2019-12-16 17:36:57 -05:00
Isaac Mann
27de5b1518 docs(core): update contributing guide
added steps to debug tests
2019-12-16 16:13:33 -05:00
Jason Jean
34f51631bb
fix(testing): set cypress 3.6.1 migration to 8.x version (#2185) 2019-12-16 16:07:31 -05:00
Victor Savkin
8e08924bc3 feat(core): add ability to select data from the print affected output 2019-12-16 16:04:35 -05:00
Victor Savkin
8749c18f91 cleanup(core): extract "core" folder from "command-line" 2019-12-16 16:04:35 -05:00
Victor Savkin
b794aa68a9 fix(repo): do not publish bazel package 2019-12-14 15:33:50 -05:00
Victor Savkin
f5b56fd41b fix(misc): reenable run-many tests 2019-12-14 15:26:34 -05:00
Jason Jean
6a6f795d6e fix(bazel): fix bazel e2e tests 2019-12-14 12:57:05 -05:00
Jason Jean
e56dadc09a feat(bazel): generate all target rules 2019-12-14 12:57:05 -05:00
Jason Jean
bf4728a035 fix(bazel): move dependencies to srcs file_group 2019-12-14 12:57:05 -05:00
Jason Jean
5fcbc5ab5b fix(bazel): add bazel to e2e tests 2019-12-14 12:57:05 -05:00
Jason Jean
b84aca5d8c feat(bazel): add init for bazel (#2135) 2019-12-14 12:57:05 -05:00
Jason Jean
2e2167d9f3 feat(bazel): re-introduce @nrwl/bazel 2019-12-14 12:57:05 -05:00
Jason Jean
fb4fccb713
feat(repo): set names for tasks in circle ci (#2187) 2019-12-13 23:41:29 -05:00
Jason Jean
f9da4d93d5
fix(core): handle projects with directories correctly (#2194) 2019-12-13 19:29:13 -05:00
Jason Jean
ebfa64570e
feat(repo): only format documentation when generating documentation (#2186) 2019-12-13 18:45:54 -05:00
Jason Jean
8d96737b59
fix(core): forbid project dependencies onto self (#2190) 2019-12-13 18:45:25 -05:00
Jason Jean
567b9b5b8e fix(repo): disable failing run-many test 2019-12-13 17:02:55 -05:00
Victor Savkin
d71e9df221 feat(repo): link to the how-to-get-started video 2019-12-13 17:00:14 -05:00
Matt Briggs
734acefeb2 feat(core): update run-many to handle --with-deps 2019-12-12 18:10:56 -05:00
Victor Savkin
e5377d223f feat(core): improves print-affected command to support more use cases 2019-12-12 18:08:43 -05:00
Jason Jean
88920ac381 fix(misc): fix project tslint generation 2019-12-12 16:12:29 -05:00
Victor Savkin
a99eefed24 feat(core): simplify the migrate command and provide more info about it 2019-12-12 16:07:14 -05:00
Jack Hsu
a82737968b
chore(core): refactor generation of dependency graph (aka project graph) (#2151) 2019-12-12 15:54:31 -05:00
Jonathan Cammisuli
bf56469c0a fix(testing): set NODE_ENV to 'test' when running jest 2019-12-12 11:32:19 -05:00
Jason Jean
617e4c378f fix(node): add webpack-merge to @nrwl/node dependencies (#2171) 2019-12-11 21:40:00 -05:00
Isaac Mann
ff33cd7cde chore(repo): improve PR submission process
Add cz-customizable to restrict scopes
Add a prepush hook with husky
2019-12-11 08:56:21 -05:00
Jason Jean
77ee6f8cb7 fix(core): make prettier a peerDependency to respect installed version of prettier 2019-12-10 15:17:52 -05:00
Victor Savkin
f816fc424d Revert "feat(core): update to next version of angular deps"
This reverts commit bd230e0530e690b2ae7896a876510f62002943c8.
2019-12-10 08:07:26 -05:00
Jason Jean
5229529e03
fix(node): fix node e2e test for circle (#2163) 2019-12-09 12:39:30 -05:00
Jason Jean
37669914cb
fix(docs): fix formatting of tutorial (#2162) 2019-12-08 18:35:55 -05:00
Jason Jean
bd230e0530 feat(core): update to next version of angular deps 2019-12-08 16:16:33 -05:00
Andy Van Slaars
82b96dece0 docs(nx): update 04-connect-to-api.md 2019-12-08 15:09:48 -05:00
Jason Jean
965901f4e5 fix(angular): migrate users to matching versions of cli and build-angular 2019-12-08 14:58:19 -05:00
Victor Savkin
6eae959184 feat(misc): add first version of the nx insights plugin 2019-12-08 14:49:58 -05:00
Jason Jean
a346817d15
fix(node): fix node tests for circle (#2156) 2019-12-07 13:46:54 -05:00
Jason Jean
fd6b12029d
fix(node): fix and reenable node e2e tests (#2145) 2019-12-06 14:46:42 -05:00
Jason Jean
74c5c69a37
feat(repo): add circleci config (#2146) 2019-12-06 14:46:29 -05:00