1524 Commits

Author SHA1 Message Date
Jason Jean
e56dadc09a feat(bazel): generate all target rules 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
f9da4d93d5
fix(core): handle projects with directories correctly (#2194) 2019-12-13 19:29:13 -05:00
Jason Jean
8d96737b59
fix(core): forbid project dependencies onto self (#2190) 2019-12-13 18:45:25 -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
Jack Hsu
a82737968b
chore(core): refactor generation of dependency graph (aka project graph) (#2151) 2019-12-12 15:54:31 -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
bd230e0530 feat(core): update to next version of angular deps 2019-12-08 16:16:33 -05:00
Victor Savkin
6eae959184 feat(misc): add first version of the nx insights plugin 2019-12-08 14:49:58 -05:00
Anthony Garritano
feca793d32 fix(nx): fix support for * in lint rules
fix #2076
2019-12-01 14:17:57 -05:00
Matt Briggs
4fada77d2b fix: invalid projects to run-many cause it to exit (#2094) 2019-11-25 12:26:32 -05:00
Victor Savkin
f916379007 fix(nx): fix migration script 2019-11-22 19:41:38 -05:00
Victor Savkin
667915692d style(nx): don't display common package when running list 2019-11-19 16:35:20 -05:00
Matt Briggs
bebc71a714 feat(nx): add run-many
This adds a run-many command to:

 - make more semantic sense for the --all option
 - to add the ability to specify specific projects to run

It also involves a quite substancial refactoring of affected.ts in order
to attempt reuse of the code in both commands
2019-11-15 18:59:05 -05:00
Brandon Roberts
0821c564dd chore(nx): add missing node_module libraries for e2e tests 2019-11-12 09:53:43 -05:00
Dan Smith
f095647013 fix(angular): allow creating an app named 'app' or lib named 'lib'
Currently when trying to create an app named 'app' or a lib named 'lib', the schematics inject the
'projectType' as 'apps/application' or lib as 'libs/library', breaking the Angular build.

fix #1844
2019-11-11 13:17:40 -05:00
Jo Hanna Pearce
607bcfdeb2 feat(nx): refactor nx list to also show plugins with builders and uninstalled approved plugins 2019-11-11 13:09:18 -05:00
Brandon
8812ce1fe2
chore(nx): bump dependencies on Angular, Angular DevKit, and NgRx (#2002) 2019-11-07 13:57:36 -06:00
Jimmy Liu
e4d54f08d1 fix(nx): affected maximum call stack size exceeded when circular dependencies 2019-11-04 18:06:44 -05:00
Victor Savkin
13ac19f0b6 Revert "fix(nx): ng-add schematic updated for ng8"
This reverts commit 2d6194598a720785ff768b86c1e1f6954d94127b.
2019-11-04 15:36:16 -05:00
Victor Savkin
5b6edea866 Revert "fix(nx): update style paths. Fixes #1468"
This reverts commit 48dae930abc022865eb77e1b1308b50411013334.
2019-11-04 15:36:08 -05:00
Victor Savkin
ed087959a9 Revert "fix(nx): processing tests config properly on ng-add"
This reverts commit d7184dfd5606e49494da8fce340c4711b50b66e7.
2019-11-04 15:35:59 -05:00
minijus
49e6a58a03 fix(nx): affected --all should not parse for affected files
Closes #1988
2019-11-03 16:56:36 -05:00
Mateo Tibaquira
d7184dfd56 fix(nx): processing tests config properly on ng-add 2019-11-03 16:46:07 -05:00
Mateo Tibaquirá
48dae930ab fix(nx): update style paths. Fixes #1468 2019-11-03 16:46:07 -05:00
Mateo Tibaquirá
2d6194598a fix(nx): ng-add schematic updated for ng8 2019-11-03 16:46:07 -05:00
Zachary Williams
99bc6df846 fix(nx): parse schema boolean properties as booleans for workspace-schematic
fix #1952
2019-10-31 15:58:48 -04:00
Isaac Mann
c60857a6df feat(nx): storybook schematics
chore(nx): move some schematics into @nrwl/angular

    chore(nx): add e2e test

    feat(nx): add storybook schematics and builder

    test: Add tests

    test: remove test

    chore: Move some schematics into @nrwl/angular

    test: fix tests

    chore: Add e2e test

    chore: Bump storybook versions

    chore: createTestUiLib takes a libName argument

    chore: configs extend root config

    fix: Remove custom scss loader

    feat: add storybook builder

    fix: generate documentation and fix linting

    chore: Builder tests passing

    fix(nx): configuration schematic can run multiple times

    feat(nx): component story format

    docs(nx): update storybook docs

    fix(nx): pin core-js dev dependency to ^2.6.9

    chore(nx): fix formatting

    chore(nx): match core-js version for web/storybook

    chore(nx): remove storybook's angular dependencies

    chore(nx): modifyObstructiveCode to false in cypress.json

    See: https://github.com/cypress-io/cypress/issues/4042#issuecomment-487562075

    chore(nx): storybook tests --no-interactive

    chore(nx): add storybook to e2e tests

    chore(nx): reorder e2e tests
2019-10-23 17:16:19 -04:00
Victor Savkin
7109577efb fix(nx): simplify migrations by always updating all first-party plugins 2019-10-22 21:05:45 -04:00
Jack Hsu
383b17531e chore(nx): add 8.7.0 migration for @nrwl/workspace 2019-10-22 17:09:25 -04:00
Joshua D. Mentzer
f6ad171450 feat(nx): inclusion and exclusion capability added to nx dep-graph
`nx dep-graph --filter=todos-feature-main --exclude=shared-utils` will launch dep graph with all
ancestors and descendants of todos-feature-main and exclude the shared-utils library

fix #1864
2019-10-21 21:46:15 -04:00
Victor Savkin
5b8989f87e fix(nx): add a message about dep graph server 2019-10-18 16:18:17 -04:00
Jack Hsu
7df0e58043 fix(nx): add support for regexp in allow option of enforce-module-boundaries lint rule
Closes #1943
2019-10-18 15:26:08 -04:00
Jack Hsu
3a191dd30c
chore(react): update React-related libs (#1950) 2019-10-17 08:53:03 -04:00
Victor Savkin
1c7b8dce8c feat(nx): implement print-affected
This allows printing information about affected projects, which is useful in CI.
2019-10-15 16:56:38 -04:00
Peter Blazejewicz
da62415edf fix(nx): update ESLint types to stable version
Closes #1833
2019-10-15 15:35:28 -04:00
Jason Jean
01c88fdb5b fix(nx): handle adding @nrwl/workspace to projects with camel case names 2019-10-15 15:30:51 -04:00
Jason Jean
fa675f1194 fix(nx): fix affected logic for app tsconfigs 2019-10-15 15:28:44 -04:00
Austin Shoecraft
0f1fa29277 fix(nx): update dep-graph render logic to show full graph
adds width attribute to svg on render call based on graph size

fix #1938
2019-10-15 15:27:02 -04:00
Jason Jean
ed546337f1 feat(nx): add generic task execution 2019-10-08 15:00:54 -04:00
Jo Hanna Pearce
b962b09ac6 feat(nx): add new nx list command which enables simpler schematic discovery 2019-10-08 10:59:38 -04:00
Victor Savkin
1aa255cd65 fix(nx): dep-graph vizualiation should only highlight an edge when both nodes are affected 2019-10-07 10:34:56 -04:00
Jo Hanna Pearce
1d377eac29 feat(nx): add report function to @nrwl/workspace which lists versions of select packages 2019-10-04 17:16:02 -04:00
Jason Jean
98fc5e00bb refactor(nx): refactor affected to produce affected metadata 2019-10-03 13:47:47 -04:00
Victor Savkin
3516890ec6 feat(nx): add a flag to run affected:libs and affected:apps without pretty formatting 2019-10-02 17:54:38 -04:00
Victor Savkin
156f961195 fix(nx): make dep-graph work on node 12 2019-10-02 16:26:28 -04:00
Ryan Diehl
adcd9280ad fix(nx): increases buffer size for git commands
increases buffer size to 10MB

fix #1886
2019-10-01 17:16:20 -04:00