Craigory Coppola
a4a9c27637
fix(nx-plugin): e2e utils should work ( #15397 )
2023-03-02 16:20:45 -05:00
Jason Jean
92610fe4b6
chore(repo): update nx to 15.8.0-beta.7 ( #15293 )
2023-02-27 17:24:06 -05:00
Jason Jean
84fedf36e0
Revert "chore(repo): update nx to 15.8.0-beta.6" ( #15274 )
2023-02-26 12:39:15 -05:00
Jason Jean
3c50474f40
chore(repo): update nx to 15.8.0-beta.6 ( #15247 )
2023-02-26 02:26:53 -05:00
Craigory Coppola
6ff04d5a9b
fix(nx-plugin): local plugin execution should work with ts-node ( #15066 )
2023-02-17 22:25:30 +00:00
Craigory Coppola
b2df831076
fix(core): tsconfig.base.json module setting should not break local plugins ( #14610 )
2023-02-13 16:28:32 -05:00
Craigory Coppola
3f65438208
chore(nx-plugin): disable failing nx plugin tests ( #14923 )
2023-02-10 18:48:03 -05:00
Jack Hsu
d7536aa7e3
feat(core): clean up workspace configuration code
2023-01-23 19:35:15 -05:00
Craigory Coppola
7992ec618f
chore(repo): setup negative config for several targets ( #14080 )
2023-01-04 11:34:50 -05:00
Craigory Coppola
f311ecbdd7
chore(repo): remove workspace.json ( #13040 )
2022-11-08 13:12:31 -05:00
Victor Savkin
23de788b5e
chore(repo): update to 15.0.0-rc1 ( #12586 )
2022-10-13 18:34:24 -04:00
Jason Jean
9d06b3c084
fix(misc): remove remaining usages of @nrwl/workspace:run-commands executor ( #12299 )
2022-09-28 19:29:21 -04:00
Craigory Coppola
9b63ce167a
feat(core): don't generate workspace.json for v2 workspaces ( #12127 )
2022-09-27 23:16:22 +00:00
Jason Jean
5d74e43775
chore(repo): temporarily switch failing e2e tests in pnpm to yarn ( #12252 )
2022-09-27 05:07:11 +00:00
Miroslav Jonaš
1aebdd6d7d
fix(nx-plugin): add cleanup on e2e tests ( #12097 )
2022-09-19 19:17:30 +00:00
Victor Savkin
f8da1ad42b
chore(repo): update nx to 14.6.0-beta.3
2022-08-12 16:10:56 -04:00
Péter Ferenc Gyarmati
69881c277a
docs(core): fix typo "a executor" ( #10862 )
...
fixes "a executor" and "a Executor" to use "an"
2022-06-23 10:35:47 -04:00
Craigory Coppola
10363e3bec
feat(nx-plugin): add plugin eslint rules ( #9697 )
...
* feat(nx-plugin): add lint rule for nx-plugin validation
* chore(repo): review feedback
Co-authored-by: Giora Guttsait <giora111@gmail.com>
* chore(repo): review feedback
Co-authored-by: Giora Guttsait <giora111@gmail.com>
* chore(nx-plugin): review comments
* chore(nx-plugin): review feedback
Co-authored-by: Giora Guttsait <giora111@gmail.com>
2022-06-03 16:03:39 -04:00
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1
2022-05-30 20:10:02 -04:00
Victor Savkin
6351413b98
fix(core): preserve dash casing when passing args to executors
2022-05-17 14:48:53 -04:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 ( #10132 )
2022-05-04 15:27:43 +00:00
Jason Jean
5e23c07077
fix(core): automatically add root to the project.json projects ( #9977 )
...
* fix(core): automatically add root to the project.json projects
* chore(core): move project-configuration generator utils to nx package
* fix(core): add migrations to remove root
2022-04-28 13:24:35 -04:00
Craigory Coppola
c3d30a4fc7
fix(nx-plugin): executors that spread async generators should work locally ( #9956 )
2022-04-28 12:06:48 -04:00
Craigory Coppola
99fcb7873e
feat(nx-plugin): add --includeHasher option to generate hasher boilerplate ( #9891 )
...
Co-authored-by: James Henry <james@henry.sc>
2022-04-27 12:44:48 -04:00
Jason Jean
4f99b77e42
chore(repo): update nx to 14.0.2 ( #9974 )
2022-04-23 18:06:01 +00:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Craigory Coppola
75ad30ca18
feat(core): ability to run local nx plugins w/o build step ( #9116 )
...
* feat(core): ability to run local nx plugins generators and executors
* feat(core): support for project inference and graph extension local plugins
* chore(core): cleanup after package relocation
* chore(core): changes for review
2022-03-18 14:10:06 +00:00
James Henry
faef0d8c85
chore(core): task runner dynamic output life cycle ( #8590 )
2022-01-19 14:52:10 -05:00
AgentEnder
f6a562d1ec
chore(repo): migrate to v13.1.4
2021-11-11 15:12:06 -05:00
Craigory Coppola
bdcbac4445
feat(core): standalone project configuration is default ( #7351 )
...
* feat(core): standalone project configuration is default
* chore(core): changes to e2e tests
* fix(core): intuit projects when inside their directories when using project.json files
* chore(core): e2e changes
* fix(core): standalone configurations work with npm-project generator
* chore(core): e2e tests should use standalone configurations
* chore(core): e2e fixes per review
2021-10-16 00:07:12 +02:00
Craigory Coppola
79cf69b4e4
feat(core): consolidate nx.json and workspace.json ( #6642 )
...
* feat(core): consolidate settings between workspace.json + nx.json
workspace.json (and linked project.json files) now contain all project specific settings.
nx.json now contains all settings that affect the whole workspace.
* chore(core): fix angular unit tests w/ new config
* chore(core): fix failing tests
* chore(core): fix formatting
* chore(core): fix more tests
* chore(core): normalize-nx-json feedback
* chore(core): Fix more unit tests
* chore(core): fix remaining tests in workspace
* chore(linter): fix remaining linter tests
* chore(core): fix remaining spec + build issues
* chore(core): formatting fixes
* feat(core): migration script to move config options to new locations
* chore(core): fix e2e tests
* chore(core): run format
* chore(react-native): fix failing tests
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* feat(core): move properties to new location during format step
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* feat(core): initial pass on ngcli-adapter for property consolidation
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(misc): fix tests
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* docs(core): update docs with changes
* chore(misc): fix tests
* chore(core): code review changes
updateWorkspaceJson -> updateWorkspace, no longer uses updater function
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(core): fix bug in ngcli impl
* fix(core): fix bug in ngcli-adapter
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* fix(core): fix ngcli-adapter
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(core): fix workspace e2e
* chore(core): fix nx-plugin e2e
* fix(core): move defaultProject to nx.json
* chore(core): fix broken workspace test
* chore(core): formatting
* chore(core): fix workspace format
* chore(core): add nxJson to ExecutorContext
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
* chore(core): remove all references ot `NxProjectConfiguration` from our code
* chore(core): Review Changes
* fix(core): update new config locations v13 migration
2021-10-14 10:42:47 -04:00
Miroslav Jonaš
549b735057
chore(repo): improve e2e test stability ( #6658 )
...
* chore(repo): rest mac failing tests
* chore(repo): update mac to bigsur
* chore(repo): revert mac to catalina
* chore(react): fix flaky react report test
* chore(web): check if content exists serving file server
* chore(core): fix flaky arguments test
* chore(repo): increase duration of web file serve test
* chore(repo): fix tests
* chore(repo): fix cleanup console logs
* chore(repo): test latest changes
* chore(repo): fix typo
* chore(repo): remove content check from file-server
* chore(repo): check workspace
* chore(repo): check workspace
* chore(repo): turn on all the tests
2021-08-09 12:48:48 -07:00
Craigory V Coppola
442e4fc6a1
chore(repo): convert to project json format ( #6286 )
2021-07-08 11:36:35 -04:00
Miroslav Jonaš
9af4004922
fix(nx-plugin): export compatibility e2e builder in a separate file ( #6246 )
...
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-07-06 10:54:01 +02:00
Miroslav Jonaš
a86efe0db0
chore(repo): remove flaky headless param from e2e test ( #6244 )
2021-07-05 15:11:58 +02:00
Miroslav Jonaš
f77bc78cba
chore(repo): run all cypress e2e tests headless and w/o watch ( #6125 )
2021-06-25 12:59:51 +02:00
Miroslav Jonaš
4b7902b74e
chore(repo): hide cypress e2e tests behind NX_E2E_CI_NIGHTLY flag ( #6079 )
2021-06-21 11:18:07 +02:00
Miroslav Jonaš
b3c36dc067
chore(repo): enable windows nightly tests ( #5889 )
2021-06-18 21:16:50 +02:00
Miroslav Jonaš
a9945e2946
chore(testing): fix broken nx-plugin e2e test ( #6002 )
2021-06-14 16:47:06 +02:00
Miroslav Jonaš
bb8d73fb3e
feat(repo): remove obsolete kill commands and check if ports closed ( #5939 )
2021-06-14 12:48:33 +02:00
Phillip Barta
251b417a8a
feat(nx-plugin): migrate generators to @nrwl/devkit ( #5744 )
...
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2021-06-04 16:08:53 -04:00
Craigory V Coppola
c0d79baad5
fix(nx-plugin): plugins should not include spec files ( #5566 )
...
Glob pattern for assets previously picked up spec files.
#5563
2021-05-07 11:55:40 -04:00
vsavkin
d4e659c660
feat(repo): explicitly kill processes holding onto ports
2021-05-03 11:59:28 -04:00
Tasos Bekos
156e3c2c40
chore(repo): use jest-circus runner
2021-04-26 15:16:09 -04:00
Minijus L
357ecd09a4
fix(testing): update ts-jest to version 26.5.5 ( #5405 )
...
Update `jest.config.js` ts-jest section with lower-cased 'tsconfig' property as 'tsConfig' is to be deprecated in version 27.
2021-04-26 08:56:52 -04:00
vsavkin
aef1b1783c
feat(repo): switch to using dependsOn for the relationship between build and build-base
2021-04-23 10:11:31 -04:00
Vivek More
49ba90b81a
cleanup(misc): use shorthand
2021-03-08 10:13:06 -05:00
victor savkin
48bcaf099d
feat(core): update the migrate command to support @nrwl/devkit generators
2020-11-26 21:38:56 -05:00
Jonathan Cammisuli
15213119b7
feat(nx-plugin): use @nrwl/devkit
2020-11-25 14:34:03 -05:00