Jason Jean
|
4a587e392d
|
feat(schematics): create global karma conf
|
2018-07-20 12:00:05 -04:00 |
|
Jonathan Cammisuli
|
b960480fce
|
feat(schematics): make sure that libs are built to their own directory
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
e3af8984e4
|
test(schematics): update unit tests to check new ouput path for libraries
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
560311079a
|
feat(schematics): output built libraries to dist/lib/@scope
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
2ce49ca7ce
|
feat(schematics) update ng-package and ng-package.prod.json
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
fecce40000
|
style(schematics) fix formatting on library schematic
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
5b3f0ae92b
|
test(schematics) add tests to check if ng-package.prod.json is updated for publishable libraries
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
73d0fb21d0
|
feat(schematics) check to see if a library is publishable before trying to update ng-package.prod.json
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
9ce52af41f
|
feat(schematics) include npmScope in ng-package.prod.json
The ng-package.prod.js dest property now includes the `@npmScope`. This allows prod builds of libraries to be under the same directory
|
2018-07-09 11:29:27 -04:00 |
|
Jonathan Cammisuli
|
4916c7ce88
|
test(schematics): update ng-add e2e tests to check for new 'affected:libs' property
|
2018-07-09 11:27:47 -04:00 |
|
Jonathan Cammisuli
|
2a31bdb4e5
|
feat(schematics): add "affected:libs" to package.json when using ng add
Also use `===` for comparisons
|
2018-07-09 11:27:47 -04:00 |
|
Jonathan Cammisuli
|
ea15cf2a94
|
test(schematics): add e2e tests for building publishable libs
|
2018-07-09 11:27:47 -04:00 |
|
Jonathan Cammisuli
|
d16caf9b66
|
feat(schematics): add getAffectedBuildables function
This function filters on the `build` property in project's architect
|
2018-07-09 11:27:47 -04:00 |
|
Jonathan Cammisuli
|
3a1796a5d1
|
fix(schematics): update arguments to better match expectations
Changes `nx affected:libs` to print out library names. Changes `nx affected:build` to build all projects that have the `build` architype
|
2018-07-09 11:27:47 -04:00 |
|
Jonathan Cammisuli
|
7db42520a4
|
feat(schematics): add an option to build affected libs
`nx affected:lib --base=master` will build only libraries that were affected
|
2018-07-09 11:27:47 -04:00 |
|
Jason Jean
|
80b243eaca
|
fix(schematics) change readme instructions to use --project
|
2018-06-21 18:00:08 -04:00 |
|
Jason Jean
|
42533b1f33
|
fix(schematics) add nx.json to ng-new schematic
|
2018-06-14 12:02:44 -04:00 |
|
Jason Jean
|
0ad61c7acb
|
feat(schematics): deprecate nx update
|
2018-06-14 12:02:29 -04:00 |
|
Victor Savkin
|
72f546acda
|
fix(schematics): update migration script to update to Nx 6.1.0
|
2018-06-14 11:09:18 -04:00 |
|
Victor Savkin
|
96425833e2
|
fix(schematics): remove no-trailing-whitespace lint check
|
2018-06-14 10:42:30 -04:00 |
|
Jason Jean
|
577c72ba78
|
feat(schematics): allow isolation of failed affected commands
|
2018-06-13 17:13:32 -04:00 |
|
Victor Savkin
|
fca224e0ad
|
cleanup(schematics): removes an old path mapping
|
2018-06-11 15:19:29 -04:00 |
|
Victor Savkin
|
eda5a13177
|
feat(schematics): add an option to run affected:* by only specifying --base
|
2018-06-11 12:12:11 -04:00 |
|
Victor Savkin
|
f80061d37d
|
feat(schematics): add --all to all affected:* commands
|
2018-06-11 12:12:11 -04:00 |
|
Victor Savkin
|
f99210a5e2
|
fix(schematics): update create-nx-workspace to use the latest stable version of the @nrwl/bazel package
|
2018-06-11 10:32:59 -04:00 |
|
Victor Savkin
|
f00ff2c7d2
|
feat(schematics): add nx.json to the default list of implicit deps
|
2018-06-11 10:26:08 -04:00 |
|
Jason Jean
|
fae5788dce
|
fix(schematics) affect a project by deleting a file
|
2018-06-09 12:57:20 -04:00 |
|
Jason Jean
|
caa5274fad
|
feat(schematics) add migration for implicitDependencies
|
2018-06-09 12:54:33 -04:00 |
|
Jason Jean
|
9aab6f39e0
|
feat(schematics): add implicit dependencies
|
2018-06-07 20:42:30 -04:00 |
|
Jason Jean
|
d2350c4e86
|
feat(schematics): fail gracefully and warn when project is missing a format npm script
|
2018-06-07 20:40:14 -04:00 |
|
Jason Jean
|
e18f94e566
|
feat(schematics) add migration to add affected:lint npm script
|
2018-06-02 18:36:33 -04:00 |
|
Jason Jean
|
1ec9af56fd
|
fix(schematics): add rxjs-compat during ng-add
|
2018-06-02 18:23:06 -04:00 |
|
Jason Jean
|
dd0a93251a
|
fix(schematics): allow projects without e2e configurations and report more useful errors during add and update
|
2018-06-02 18:22:51 -04:00 |
|
Victor Savkin
|
1e22e25425
|
fix(schematics): fix parallel command on windows
|
2018-05-31 19:19:24 -04:00 |
|
Victor Savkin
|
aeb0d8eb83
|
feat(schematics): add lint:affected
|
2018-05-31 16:53:28 -04:00 |
|
Victor Savkin
|
a1357082d4
|
feat(schematics): add maxParallel option to control the number of parallel processes
|
2018-05-31 16:31:44 -04:00 |
|
Jason Jean
|
dd04b95b96
|
fix(schematics) add NxModule during ng add
|
2018-05-31 15:43:32 -04:00 |
|
Jason Jean
|
7af36a4f3c
|
feat(schematics) support adding nx to platform-server workspaces
|
2018-05-30 20:30:00 -04:00 |
|
Jason Jean
|
2c1bda7ce1
|
fix(schematics) fix package json inconsistencies when using ng add
|
2018-05-29 09:45:51 -04:00 |
|
Jason Jean
|
dff1ce00b3
|
fix(schematics) lock cosmiconfig to 4.0.0
|
2018-05-29 09:45:51 -04:00 |
|
Victor Savkin
|
1d4a0ef189
|
fix(schematics): revert the change prohibiting libs deep importing themselves
|
2018-05-22 12:29:36 -04:00 |
|
Victor Savkin
|
d917ad09e1
|
fix(schematics): fix the update script to point to the right version of @nrwl/nx
|
2018-05-22 10:02:46 -04:00 |
|
Victor Savkin
|
e7c16ebd74
|
fix(schematics): skip projects without "test" when running affected:test
|
2018-05-21 11:21:39 -04:00 |
|
Victor Savkin
|
bee990a63c
|
feature(schematics): libraries should not be able to deep import themselves
|
2018-05-21 10:44:17 -04:00 |
|
Victor Savkin
|
6c81127eea
|
cleanup: fix formatting
|
2018-05-21 10:44:17 -04:00 |
|
Victor Savkin
|
19910c6c2f
|
fix(schematics): update angular.json to set warnings correctly
|
2018-05-20 11:14:12 -04:00 |
|
Victor Savkin
|
7650950abd
|
fix(schematic): make the migration to 6.0.0 more flexible
|
2018-05-18 14:15:05 -04:00 |
|
Victor Savkin
|
9fc7c9f4c3
|
fix(schematics): fix an invalid error message
|
2018-05-18 14:14:26 -04:00 |
|
Jason Jean
|
31b1150229
|
fix(schematics): use migrate-only flag to skip installation during upgrade
|
2018-05-18 12:36:07 -04:00 |
|
Jason Jean
|
cd5ae4a1ea
|
fix(schematics) fix update metadata in package.json and fix migration
|
2018-05-16 21:07:07 -04:00 |
|