Victor Savkin
0111d87575
feat(repo): have separate readmes for all plugins
2020-06-14 23:33:05 -04:00
Victor Savkin
d84a2bd075
fix(repo): misc fixes to stabilize e2e tests
2020-06-08 17:11:18 -04:00
Victor Savkin
90f099cb58
fix(repo): capture stderr when runnning e2e tests
2020-06-08 11:18:06 -04:00
Victor Savkin
9f4c95b6f0
fix(repo): capture stderr when running e2e tests
2020-06-08 10:31:56 -04:00
Victor Savkin
a211d27e5a
fix(repo): fix e2e scripts to rebuild all on master
2020-06-08 10:29:49 -04:00
Victor Savkin
e71ceba4ce
feat(repo): run e2e tests using nx
2020-06-07 23:31:38 -04:00
Rares Matei
5a59f090fe
fix(linter): fix exclude pattern for tslint and eslint schematics ( #3113 )
2020-06-05 16:04:53 -04:00
Victor Savkin
d0cbc35efa
feat(repo): build nx with nx
2020-06-03 16:25:25 -04:00
Jack Hsu
d593153a33
feat(react): refactored babel support so options are more easily customized ( #3089 )
...
This reverts commit 7679df22f5b90d085b5f32f2135d828036ee5aa7.
2020-05-29 02:09:47 -04:00
Benedikt D Valdez
dbda2b8904
feat(core): generate static website with dep-graph --file=foldername.html ( #3049 )
...
* feat(core): generate static website with dep-graph --file=dep-graph.html
ISSUES CLOSED : #3048 , #2005
* fix(core): only allow .json and .html extensions in dep-graph file arg
# Conflicts:
# packages/workspace/src/command-line/dep-graph.ts
2020-05-25 13:46:14 -04:00
Victor Savkin
accacb3369
cleanup(repo): rebalance the e2e tests jobs to speed up ci time
2020-05-20 09:16:47 -04:00
Victor Savkin
0c4c39f69c
fix(repo): cache the results of all npm installs to speed up e2e tests
2020-05-19 20:50:00 -04:00
Victor Savkin
a95cba3144
feat(core): support different workspace layouts
2020-05-17 16:39:14 -04:00
Jason Jean
ec1dfba6f6
feat(repo): add tests for create-nx-workspace ( #3000 )
2020-05-15 11:30:11 -04:00
Jason Jean
89e8379f8d
feat(repo): improve local-registry publishing ( #2979 )
2020-05-11 01:22:17 -04:00
Adam L Barrett
c00f996bea
fix(testing): add a guard to not accidently publish to the registry ( #2978 )
2020-05-09 13:36:19 -04:00
Adam L Barrett
515cc37ec6
Use local-registry for E2E tests ( #2821 )
2020-05-09 12:05:17 -04:00
Victor Savkin
cb378416da
feat(repo): change release script not to upload assets to github ( #2973 )
2020-05-08 14:48:06 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Benjamin Cabanes
935f121f9d
feat(docs): show entity type and entity container's type ( #2878 )
2020-04-21 17:48:42 -04:00
James Henry
97c607a638
fix(core): runtime support for outputPath array on run-commands builder ( #2807 )
2020-04-04 14:00:26 -04:00
Victor Savkin
6e9fb0efa0
docs(core): clean up generated docs
2020-03-30 13:08:41 -04:00
Victor Savkin
295225a8a7
docs(core): clarify cli docs
2020-03-29 14:52:15 -04:00
Victor Savkin
5ab3521fdc
docs(core): clean up cli docs
2020-03-25 17:22:17 -04:00
Brandon
06a2766624
docs(core): add docs for shared Nx commands ( #2711 )
...
* docs(core): add docs for shared Nx commands
* chore(docs): add alias to run command for nx commands
2020-03-23 16:05:43 -04:00
Victor Savkin
1c2eedf9cb
cleanup(core): refactor e2e tests for workspace
2020-03-13 11:20:12 -04:00
Victor Savkin
b780a1b585
feat(core): switch to use tasks-runner-v2 by default
2020-03-09 12:01:20 -04:00
Jonathan Cammisuli
0a25cfd58f
docs(docs): update nx plugin docs with info on how to submit plugin
...
This also includes a `submit-plugin` utility that will automatically open the browser with the
correct PR template
2020-03-08 18:05:59 -04:00
Benjamin Cabanes
dd403ad1cc
docs(core): generate nx commands supports blacklist ( #2611 )
...
* docs(core): generate nx commands support blacklist
* docs(core): update documentation wording
2020-03-06 09:58:05 -05:00
Johannes Schobel
ab24c9d8c8
cleanup(misc): remove duplicate value in script ( #2598 )
2020-03-03 09:37:01 -05:00
Jay Bell
a39587a350
feat(nest): implement nest lib schematic ( #2540 )
2020-03-02 11:20:45 -05:00
Victor Savkin
65ac855536
feat(core): memoize project source hashing
2020-02-26 14:43:38 -05:00
Rares Matei
9d163551a2
feat(linter): add standalone nx linter ( #2462 )
2020-02-25 15:24:33 -05:00
Rares Matei
564ff5a642
docs(core): improve run-commands documentation ( #2546 )
2020-02-25 15:11:02 -05:00
Benjamin Cabanes
e45b7a6124
docs(core): update documentation to reflect nx commands ( #2403 )
2020-02-25 11:55:57 -05:00
Max Koretskyi
9b2e07026d
Remove dependency on Angular specific tools from @nrwl/web ( #2543 )
...
cleanup(react): remove dependency on Angular specific tools from @nrwl/web
2020-02-25 08:57:56 -05:00
Victor Savkin
224dba38bc
feat(repo): split e2e tests into 4 groups
2020-02-24 15:01:12 -05:00
Victor Savkin
49168c10e3
feat(react): rework react buildable libraries to read deps from dist ( #2513 )
2020-02-20 11:00:13 -05:00
maxkoretskyi
30721d517c
fix(repo): fix yarn e2e create-playground
...
Added a conditional check to execute the file in the correct directory
2020-02-18 17:38:14 -05:00
Victor Savkin
01575f8b3c
feat(repo): add a command to test create-nx-workspace
2020-02-06 15:17:29 -05:00
Jo Hanna Pearce
e64f66ca32
feat(nextjs) : add proxy configuration support ( #2407 )
...
* feat(nextjs): add proxy configuration support
ISSUES CLOSED : #2011
* chore(bazel): disable recalcitrant bazel e2e tests for now
2020-02-05 10:42:10 -05:00
Rares Matei
305cd42002
feat(repo): add update-playground script ( #2433 )
...
After creating a new playground, you can now run `yarn update-playground` to update with the latest
changes to NX without deleting and recreating the whole playground
2020-02-05 15:25:40 +00:00
Jason Jean
4f29fb45a5
feat(repo): create local registry scripts
2020-02-04 15:17:09 -05:00
Victor Savkin
33107b050c
feat(core): remove deprecated schematics package
2020-02-04 12:14:52 -05:00
Jason Jean
b6e6b3f1c3
Revert "Revert "feat(core): update to next version of angular deps"" ( #2264 )
...
This reverts commit f816fc424d4b0d850e0a49d0ed8e4a30ddca308c.
2020-01-31 13:08:50 -05:00
Victor Savkin
f5d4af2a22
feat(core): create create-nx-plugin package to fix npx issues
2020-01-27 13:09:04 -05:00
Victor Savkin
6706a05042
feat(misc): move create-nx-plugin create script into create-nx-workspace package
2020-01-27 09:45:08 -05:00
Jason Jean
b30930f95f
feat(core): analyze changes to nx.json and workspace.json ( #2338 )
2020-01-24 12:59:31 -05:00
Jonathan Cammisuli
fe98e29e4b
feat(nx-plugin): add new package for creating nx plugins
2020-01-21 15:18:13 -05:00
Juri Strumpflohner
77298797ed
feat(repo): add --local to release and publish script ( #2323 )
...
This allows for easier publishing to a local npm registry (i.e. Verdaccio)
2020-01-20 11:36:13 -05:00