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š
|
12c27d3621
|
fix(misc): ensure cleanup is run on a proper cwd in e2e (#12101)
|
2022-09-19 19:51:25 +00:00 |
|
Miroslav Jonaš
|
635b2a61a7
|
fix(core): add cleanup on e2e tests (#12093)
|
2022-09-19 19:13:17 +00:00 |
|
Emily Xiong
|
a411e85e42
|
Feature/move expo (#11712)
* feat(expo): move expo to main repo
* feat(expo): add e2e expo tests and fix expo unit tests
* feat(expo): add generated docs
* feat(expo): update cz-config to add expo to commit message
* feat(expo): add @nrwl/expo to e2e test setup
* feat(expo): add expo to preset
* feat(expo): add detox tests
* feat(expo): update docs
* feat(expo): fix e2e tests
* feat(expo): upgrade expo to 46.0.10
* fix(expo): correct eas-cli build:info parameters names
* fix(expo): add cleanupProject to e2e test
|
2022-09-16 11:56:28 -04:00 |
|
Miroslav Jonaš
|
15d83258fe
|
feat(core): move git commit from generators to create-nx-workspace (#11633)
* fix(core): move git commit to create-nx-workspace
* fix(core): add git init to create-nx-plugin
|
2022-08-18 18:40:46 -04:00 |
|
Victor Savkin
|
f8da1ad42b
|
chore(repo): update nx to 14.6.0-beta.3
|
2022-08-12 16:10:56 -04:00 |
|
Victor Savkin
|
932404303a
|
cleanup(core): use npm.json instead core.json as the preset name for npm workspaces
|
2022-06-06 15:10:29 -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 |
|
Colum Ferry
|
affa979642
|
fix(core): new and migrate commands should exit with code (#10491)
|
2022-05-27 16:23:40 -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 |
|
Craigory Coppola
|
62d0535acd
|
fix(nx-plugin): create-nx-plugin should generate valid import path (#10107)
|
2022-05-03 10:42:23 -04:00 |
|
Miroslav Jonaš
|
899e0caac8
|
feat(core): switch cnw ci option to be single-select (#10007)
* feat(core): switch cnw ci option to be single-select
* chore(repo): enforce cache renewal
* chore(repo): revert cache renewal
* fix(core): fix tests
* fix(core): fix enquirer limitation with falsy values
|
2022-05-02 16:01:34 +02:00 |
|
Jason Jean
|
4f99b77e42
|
chore(repo): update nx to 14.0.2 (#9974)
|
2022-04-23 18:06:01 +00:00 |
|
Philip Fulcher
|
5e66babcee
|
fix(react): enforce valid jest config when creating workspace with react preset (#8626)
ISSUES CLOSED: #8354
|
2022-01-21 14:25:15 -07:00 |
|
Jason Jean
|
5c921d864c
|
fix(misc): setup package manager workspaces for core preset (#8621)
|
2022-01-20 15:05:35 -05:00 |
|
Jack Hsu
|
f231cfc01b
|
feat(repo): move gatsby plugin to nx-labs repo (#8617)
|
2022-01-20 12:00:51 -05:00 |
|
Miroslav Jonaš
|
495f5c6d8d
|
chore(repo): update CI node version to v16 (#8186)
|
2021-12-23 23:14:14 +00:00 |
|
Victor Savkin
|
9051ff2605
|
feat(core): add ts preset to create-nx-workspace
|
2021-12-17 21:57:15 -05:00 |
|
Miroslav Jonaš
|
bd5f04835f
|
chore(repo): extend e2e project cleanup to stop the daemon as well (#8037)
|
2021-12-08 00:01:03 +01:00 |
|
Victor Savkin
|
7d14859863
|
fix(core): support target names with colons
|
2021-11-11 21:43:31 -05:00 |
|
AgentEnder
|
f6a562d1ec
|
chore(repo): migrate to v13.1.4
|
2021-11-11 15:12:06 -05: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š
|
a01a5c9d34
|
chore(repo): split e2e-workspace to two applications (#7240)
|
2021-10-05 18:59:03 +02:00 |
|