Phillip Barta
fe97444d78
feat(core): migrate prettier to v2.3.1 ( #5623 )
2021-06-17 16:44:30 +02:00
Benjamin Cabanes
8f397c5927
docs(core): nx dev release script ( #5979 )
2021-06-11 20:39:57 +00:00
Isaac Mann
c39135e0d2
docs(core): autogenerate nx devkit api ( #5827 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-06-11 15:34:55 +00:00
Zachary DeRose
6fdf9d62f9
fix(repo): fixing issue with some options missing from docs ( #5641 )
2021-05-12 17:50:09 -04:00
Leosvel Pérez Espinosa
678818a58b
feat(angular): upgrade Angular to v12.0.0-rc.3 ( #5630 )
...
* feat(angular): upgrade Angular to v12.0.0-rc.3
* feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade
* fix(angular): use defaultConfiguration if no other configuration is passed
* cleanup(angular): sync migration folder name to target version
* fix(repo): creating custom schema flattener for docs
* chore(repo): amend yarn.lock
* feat(angular): update angular storybook to use webpack 5
* fix(angular): add legacy peer deps for angular+jest
* fix(angular): move migrations to 12.3.0-rc.0
Co-authored-by: Zack DeRose <zack.derose@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 12:20:12 -04:00
Phillip Barta
02d1373b57
fix(repo): fixed documentation map-link-checker
2021-05-04 20:29:43 -04:00
Phillip Barta
c0ce1ce65e
cleanup(core): normalized usage of fs-extra and updated fs-extra to 9.1.0 ( #5199 )
...
* cleanup(core): normalized usage of fs-extra and updated fs-extra
* cleanup(misc): use fs over fs-extra when possible
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-22 12:52:52 -04:00
Phillip Barta
27df60164d
feat(misc): updated documentation generation scripts and removed shelljs ( #5381 )
...
cleanup(repo): updated documentation generation scripts and removed shelljs
2021-04-19 15:26:17 -04:00
vsavkin
1a918d7e6b
feat(misc): add a convenince command to connect to nx cloud
2021-04-04 20:14:57 -04:00
Isaac Mann
de1401965a
docs(nxdev): rewrite getting started section ( #5139 )
...
* docs(nxdev): rewrite getting started section
* docs(nxdev): revisions
* docs(nxdev): update features section
* docs(nxdev): updates
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-04-01 15:12:52 -04:00
Tasos Bekos
01e536c6eb
fix(repo): documentation generation correclty handles deprecated
2021-03-31 21:03:10 -04:00
Zachary DeRose
dad3f0708f
fix(misc): using path.join() in internal-link-checker ( #5162 )
2021-03-30 16:13:13 -04:00
Zachary DeRose
bcb64358c3
fix(repo): allowing wildcard {{version}} links to pass ( #5172 )
2021-03-30 13:23:19 -04:00
Jack Hsu
7f9b3b5f1b
chore(repo): fix internal link check script ( #5168 )
2021-03-30 10:58:25 -04:00
Zachary DeRose
d500401562
Adding internal link script to pre commit hook and checking anchors ( #4846 )
...
* chore(repo): add internal link checker to pre-push hook
* chore(repo): add anchor checks and logging to internal link checker
2021-03-29 19:36:07 -04:00
Vivek
d1b09eaabd
cleanup(misc): make code more consistent and fix typos
2021-03-23 13:03:17 -04:00
Zack DeRose
e746fcaab3
chore(repo): internal link checker: adding file scraping for direct links
2021-03-10 08:44:47 -05:00
Isaac Mann
1c94df17c7
docs(nxdev): fix link to docs from executors ( #4908 )
...
ISSUES CLOSED : #4862
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-02-26 09:43:58 -05:00
Zachary DeRose
95365564f2
chore(repo): internal link checker script ( #4786 )
2021-02-14 11:39:42 -05:00
Victor Savkin
c40ce8a539
feat(testing): update cypress use nx devkit
2021-01-18 21:46:17 -05:00
victor savkin
93ebc835dc
docs(misc): clean up api docs
2020-12-02 10:51:43 -05:00
Jason Jean
b9791a3108
feat(core): upgrade to angular and angular devkit 11 ( #4095 )
2020-11-30 14:07:27 -05:00
victor savkin
0a955a420c
cleanup(docs): use words generator and executor in api docs
2020-11-24 11:57:52 -05:00
Victor Savkin
4a17b7339f
feat(core): use the new schematics api for workspace schematics
2020-11-17 19:31:08 -05:00
Benjamin Cabanes
60b9964d81
docs(docs): add map checker script ( #4046 )
...
* docs(docs): add map checker script
* feat(docs): map checker discards shared files
* docs(core): fix orphan files and documentation links
* feat(repo): add documentation map checks before push
2020-11-12 13:39:33 -05:00
Jason Jean
232fd9f30b
feat(core): update to typescript 4 ( #3814 )
2020-09-29 18:53:22 -04:00
Jonathan Cammisuli
0304516318
feat(docs): add node document generation
2020-09-01 11:23:57 -04:00
Victor Savkin
3cd9f4fe6c
feat(misc): add nx package to make installing global cli easier
2020-07-29 12:16:12 -04:00
Philip Fulcher
4968b6e6e3
feat(core): add filtering arguments to dep-graph CLI ( #3171 )
...
BREAKING CHANGE:
Dependency graph will now default to having no projects selected if run without filtering arguments
2020-07-10 19:31:32 -04:00
Victor Savkin
d0cbc35efa
feat(repo): build nx with nx
2020-06-03 16:25:25 -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
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
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
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
Victor Savkin
9c8e09ab2d
feat(core): make migrate command more permissive and add docs
2020-01-18 12:00:25 -05:00
Jason Jean
40ae2032c7
fix(repo): fix imports and error on unsuccessful documentation generation
2019-12-16 17:36:57 -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
Jason Jean
ebfa64570e
feat(repo): only format documentation when generating documentation ( #2186 )
2019-12-13 18:45:54 -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
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
Victor Savkin
c23572a8fa
docs(nx): add an example of using --with-deps
2019-11-04 10:46:03 -05: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