Victor Savkin
a1615e8346
fix(repo): change e2e tests setup to use a different version
2020-11-16 13:09:23 -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
Juri Strumpflohner
0e1b98ccc7
chore(repo): use npx to not rely on global Nx or Webstorm nx bin linking ( #4077 )
2020-11-12 11:25:55 +01:00
Juri Strumpflohner
da77047a4f
docs(misc): add ngconf webinar recording to talks ( #4064 )
2020-11-11 16:19:12 +01:00
Victor Savkin
7a9214bce8
fix(core): allow --all=true in addition to --all
2020-11-09 16:10:04 -05:00
Victor Savkin
5e9a7d76ac
cleanup(repo): remove bazel package
2020-11-02 09:28:14 -05:00
Philip Fulcher
cf7d779b2b
feat(core): add dep-graph-client app ( #3695 )
2020-10-16 19:00:27 -04:00
Vivek
b04158b671
cleanup(core): hyphenate npm script names ( #3672 )
...
separate words in npm scripts with hyphen for consistency
2020-10-01 23:12:32 -04:00
Jason Jean
232fd9f30b
feat(core): update to typescript 4 ( #3814 )
2020-09-29 18:53:22 -04:00
Victor Savkin
bfc2f6f53d
cleanup(repo): remove unused @nrwl/bazel build target
2020-09-28 13:20:25 -04:00
Tasos Bekos
9153007462
feat(repo): check package dependencies on CI
2020-09-25 09:06:02 +03:00
Tasos Bekos
07ba927ed7
cleanup(core): avoid referencing node_modules on workspace creation
2020-09-15 21:53:29 -04:00
Tasos Bekos
b11a50f9a0
cleanup(repo): add packages to dependency lists in package.json
...
This commit also adds a dependency check tool.
2020-09-14 13:07:45 -04:00
Jonathan Cammisuli
0304516318
feat(docs): add node document generation
2020-09-01 11:23:57 -04:00
Webber Wang
498e23f9b0
fix(repo): registry is set incorrectly when using --local ( #3513 )
2020-08-14 16:32:05 -04:00
Victor Savkin
3cd9f4fe6c
feat(misc): add nx package to make installing global cli easier
2020-07-29 12:16:12 -04:00
Sebastiandg7
2770ec0cff
chore(repo): print commitizen types & scopes on commit lint error
2020-07-21 21:09:41 -04:00
Sebastiandg7
65db0503aa
chore(repo): use commitizen config in commit linting
...
Use the commitizen configuration during the commit linting process to be aware of any types/scope
moification without requiring additional changes in the commit lint script
ISSUES CLOSED : #3313
2020-07-21 21:09:41 -04:00
Victor Savkin
5d53661139
fix(repo): update the repo to nx 10
2020-07-16 16:18:00 -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
Jason Jean
a7b7af2dfe
feat(core): switch over to angular 10 ( #3056 )
...
* feat(core): switch over to devkit 10-rc.0
* feat(core): implement solution tsconfigs wip
* feat(angular): add angular migrations
* fix(angular): modify angularjs tests
2020-07-07 17:02:06 -04:00
Victor Savkin
db4d12497c
fix(repo): fix unit test script
2020-07-02 09:47:24 -04:00
Victor Savkin
74c73b5398
fix(core): provide a way to override nx root path to fix unit tests
...
patch
2020-07-01 23:29:02 -04:00
Jack Hsu
a74108ade7
chore(repo): update checkversions script to also check for invalid versions ( #3225 )
2020-06-23 21:26:05 -04:00
Jo Hanna Pearce
06a7080132
feat(core): implicitDependency tests for mv & rm schematics
2020-06-22 12:38:52 +01:00
Victor Savkin
7cbf4ffd88
feat(core): add oss preset to create-nx-workspace
2020-06-19 13:01:57 -04:00
Victor Savkin
a34af96093
fix(repo): e2e test script should handle SIGINT
2020-06-15 16:55:35 -04:00
Victor Savkin
1e593a2b07
fix(misc): minor format changes in readmes
2020-06-15 10:27:07 -04:00
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