Jason Jean
|
f8893b6a8e
|
chore(misc): fix yarn berry tests (#18694)
|
2023-08-18 07:33:55 -04:00 |
|
Emily Xiong
|
ed300d5f82
|
feat(testing): prompt e2eTestRunner playwright (#18203)
|
2023-08-04 11:14:59 -04:00 |
|
Miroslav Jonaš
|
10fc4dd4d8
|
fix(core): ensure proper yarn version detection even for nested projects (#18052)
|
2023-07-17 10:35:18 -04:00 |
|
Nicholas Cunningham
|
1d937b08a1
|
fix(nextjs): Respect --nextAppDir when passed during CNW (#17733)
|
2023-06-23 12:58:25 -06:00 |
|
Jack Hsu
|
a722302caf
|
feat(misc): rework create-nx-workspace prompts (#17230)
|
2023-05-30 18:13:42 -04:00 |
|
Jason Jean
|
a0d18bb588
|
chore(repo): replace references to @nrwl in e2e tests (#16441)
|
2023-04-24 18:48:44 -04:00 |
|
Nicholas Cunningham
|
425124f610
|
fix(nextjs): add e2e test case for standalone nextjs (#16447)
|
2023-04-21 10:20:09 -04:00 |
|
Jason Jean
|
5a0a4e8d26
|
feat(repo): replace usages of @nrwl/ with @nx/ in tooling packages (#16351)
|
2023-04-18 12:15:33 -04:00 |
|
Miroslav Jonaš
|
37547bdd33
|
chore(core): improve create-nx-workspace e2e tests (#16060)
|
2023-04-03 10:20:01 -04:00 |
|
Colum Ferry
|
481899ce9f
|
feat(angular): add directive generator (#15630)
|
2023-03-14 15:31:49 +00:00 |
|
Jack Hsu
|
24b82edbed
|
feat(core): move prettier init logic from @nrwl/workspace to @nrwl/js (#15501)
|
2023-03-09 16:01:19 -05:00 |
|
Colum Ferry
|
e053e06679
|
fix(angular): allow boolean usage of the prompts (#15083)
|
2023-02-21 19:04:54 -05:00 |
|
Jack Hsu
|
71fd015f3d
|
fix(js): do not generate tsconfig.base.json when creating standalone projects (#15099)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
|
2023-02-17 20:43:03 -05:00 |
|
Emily Xiong
|
a97212b601
|
feat(core): move tsconfig.base.json to @nrwl/js:init (#14467)
|
2023-02-16 11:17:30 -05:00 |
|
Jason Jean
|
d29878de28
|
chore(repo): fix e2e tests for interactive create prompts (#14926)
|
2023-02-10 17:48:46 -05:00 |
|
Colum Ferry
|
4f09949383
|
feat(core): add standalone api prompt to CNW (#14886)
|
2023-02-10 15:06:41 -05:00 |
|
Colum Ferry
|
abece6a02d
|
feat(angular): add routing option to CNW (#14845)
|
2023-02-10 13:24:48 -05:00 |
|
Colum Ferry
|
762b9f336c
|
feat(core): remove unused CLI option from CNW (#14865)
|
2023-02-10 11:35:01 -05:00 |
|
Katerina Skroumpelou
|
d637a5ece8
|
fix(core): react monorepo account for bundler (#14617)
|
2023-01-25 18:59:40 +02:00 |
|
Katerina Skroumpelou
|
6116460694
|
fix(bundling): react-standalone take into account bundler (#14573)
|
2023-01-24 08:19:03 -05:00 |
|
Jack Hsu
|
d7536aa7e3
|
feat(core): clean up workspace configuration code
|
2023-01-23 19:35:15 -05:00 |
|
Jack Hsu
|
c134efe33f
|
fix(react): add bundler to create-nx-workspace react preset so webpack package is installed (#14546)
|
2023-01-23 21:11:14 +00:00 |
|
Katerina Skroumpelou
|
dbe2c3b1e6
|
feat(core): react standalone bundler prompt (#14464)
|
2023-01-20 08:18:32 -05:00 |
|
Victor Savkin
|
8f2fb24605
|
feat(misc): assume repo and app names are the same for standlone presets
|
2022-11-29 17:01:28 -05:00 |
|
Victor Savkin
|
dd2c3728e4
|
fix(misc): rework create-nx-workspace command to show standalone presets
|
2022-11-24 14:13:15 -05:00 |
|
Leosvel Pérez Espinosa
|
70e43cdc77
|
feat(angular): add a preset to generate a workspace with a single app at the root
|
2022-11-21 11:17:03 -05:00 |
|
Victor Savkin
|
8d9de7f81d
|
cleanup(core): clean up workspace creation
|
2022-11-15 17:22:02 -05:00 |
|
Victor Savkin
|
c4ebef2803
|
feat(react): add a preset to generate a workspace with a single app at the root
|
2022-11-12 17:17:58 -05:00 |
|
Victor Savkin
|
beb04e243d
|
feat(misc): clean up package-based npm preset
|
2022-10-11 14:30:28 -04:00 |
|
Craigory Coppola
|
9b63ce167a
|
feat(core): don't generate workspace.json for v2 workspaces (#12127)
|
2022-09-27 23:16:22 +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 |
|
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 |
|
Colum Ferry
|
affa979642
|
fix(core): new and migrate commands should exit with code (#10491)
|
2022-05-27 16:23:40 -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 |
|
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 |
|
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 |
|