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
90387415e6
feat(misc): alias connect-to-nx-cloud to connect
2022-11-02 13:40:12 -04:00
Jason Jean
5df5339cb6
fix(core): fix missing options from some nx commands ( #12944 )
2022-11-02 16:17:36 +00:00
Jason Jean
145dda709b
feat(core): properly passthrough flags unparsed to executors ( #12890 )
2022-11-01 15:05:30 -04:00
Jason Jean
17993dbd19
docs(misc): fix cli examples documentation ( #12891 )
2022-10-29 03:28:57 +00:00
Benjamin Cabanes
ea40631999
docs(core): update format docs generation ( #12880 )
2022-10-28 10:54:05 -04:00
Benjamin Cabanes
1e5297edfc
docs(core): use shell code blocks ( #12587 )
2022-10-13 21:25:40 +00:00
Jason Jean
678bb83636
feat(core): remove deprecated --only-failed option ( #12471 )
...
BREAKING CHANGE: --only-failed has been removed
2022-10-07 17:48:10 -04:00
Benjamin Cabanes
c9feb2c2e5
docs(core): update pnpm command line ( #12443 )
2022-10-06 14:58:57 +00:00
Markus Machatschek
b69d68ec88
fix(core): update wording of print affected select input parameter ( #11832 )
2022-09-22 18:53:45 -04: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
a3e480b6d7
fix(core): rework the daemon process communication to use a queue and a long running connection
2022-09-13 16:34:41 -04:00
Victor Savkin
f9ef42e8c2
cleanup(misc): update to cloud message
2022-09-06 15:31:01 -04:00
Isaac Mann
e717660102
docs(nx-dev): diataxis restructure ( #11649 )
...
* docs(nxdev): restructure docs to diataxis style
* docs(nxdev): cleanup
* docs(nxdev): fix links
* chore(nxdev): format
* docs(nxdev): fix broken images
* docs(nxdev): fix links
* docs(nxdev): fix links
* docs(nxdev): fix links
* docs(nxdev): tweaks
* docs(nxdev): redirect rules
* docs(nxdev): fixes
2022-08-29 08:36:55 -04:00
Victor Savkin
c0dd2f5832
fix(core): make --verbose consistent with NX_VERBOSE_LOGGING=true
2022-08-19 13:46:19 -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
Jason Jean
3c2ad25cfd
feat(misc): implement nx repair and prettify migrate output ( #11288 )
2022-07-26 17:34:32 -04:00
Juri
4e292f2454
feat(core): run-many runs all projects by default
2022-07-08 08:36:54 -04:00
Juri
80c5f328a9
fix(core): nx Cloud messaging on the wrkspace setup commands
2022-06-27 04:58:16 -07:00
Victor Savkin
9b60d4fc8e
cleanup(core): speed up code loading by not loading the info about the daemon process
2022-06-07 11:28:33 -04:00
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Miroslav Jonaš
0844ab97e6
feat(core): deprecate affected:apps and affected:libs ( #10524 )
...
Co-authored-by: Victor Savkin <mail@vsavkin.com>
2022-05-31 11:42:44 +00:00
Victor Savkin
912e81957f
cleanup(core): rework task graph creation to handle edge cases better
2022-05-30 19:57:21 -04:00
Victor Savkin
7bfceb6d6d
feat(core): add the flag to stop execution on first error
2022-05-27 22:22:27 -04:00
Victor Savkin
844679ed78
feat(core): prefix when using --output-style=stream
2022-05-25 19:44:35 -04:00
Leosvel Pérez Espinosa
7c2f9452fa
docs(core): remove invalid cli commands
2022-05-16 10:06:12 -04:00
Benjamin Cabanes
17a11b6a83
docs(nxdev): update nx plugin doc links ( #10266 )
2022-05-12 10:56:41 -04:00
Victor Savkin
53460849a2
feat(core): introduce an explicit variable for deciding on how output is printed
2022-05-05 17:22:22 -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
James Henry
13807d3a81
chore(core): remove deprecated with-deps, NxJsonProjectConfiguration + operators ( #9947 )
2022-04-26 10:55:24 -04:00
Miroslav Jonaš
5fe8d84396
feat(core): add CI generation to create-nx-workspace ( #9611 )
2022-04-20 14:51:15 -04:00
James Henry
2e907af1e3
feat(core): add --create-commits option to nx migrate ( #9845 )
2022-04-20 10:22:54 -04:00
Miroslav Jonas
31b647343e
fix(core): make CNW preset property open for custom presets
2022-04-19 13:20:13 +02:00
Leosvel Pérez Espinosa
96db3c51c4
docs(misc): render values correctly ( #9712 )
2022-04-08 09:45:51 -04:00
Miroslav Jonaš
7c7e415fff
docs(core): remove obsolete nx cloud default value from docs ( #9747 )
2022-04-08 12:40:31 +01:00
Miroslav Jonaš
1755094bf7
docs(core): cleanup nx commands help after yargs update ( #9694 )
2022-04-05 23:05:06 +02:00
Miroslav Jonaš
15d8222200
feat(nxdev): add types to CLI docs ( #9607 )
2022-03-31 10:15:49 +02:00
Miroslav Jonaš
1d64428a53
docs(core): remove dangling backtick from name description ( #9612 )
2022-03-30 14:16:46 +00:00
Miroslav Jonaš
9e06020575
feat(core): toggle additional prompts in CNW with a flag ( #9546 )
...
* feat(core): toggle additional prompts in CNW with a flag
* feat(repo): handle cli params with yargs
* feat(core): add docs generation
* chore(repo): add colors
* fix(core): migrate to yargs 17.x
* fix(core): update markup generation
2022-03-29 14:00:07 -04:00
Isaac Mann
753277ad50
docs(nxdev): customize webpack guide ( #8857 )
...
* docs(nxdev): customize webpack guide
* docs(core): add webpack-merge
* docs(core): webpack config example
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-03-25 11:27:16 -04:00
Juri Strumpflohner
09c356bfb1
docs(nxdev): make sure rendered command string includes param indication ( #9489 )
2022-03-24 09:17:22 -04:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Jason Jean
bf70569636
fix(core): deprecate, fix error, and print warning when using --only-failed ( #8748 )
2022-01-28 13:28:16 -05:00
Juri Strumpflohner
d5d25a8614
docs(core): fix Nx daemon docs ( #8740 )
2022-01-28 10:42:10 -05:00
Benjamin Cabanes
c3d89478a4
docs(core): improve workspace-lint command ( #8731 )
2022-01-27 22:10:34 +00:00
Isaac Mann
07ebdb36a3
feat(core): add nx graph as alias of nx dep-graph ( #8539 )
...
* feat(core): add nx graph as alias of nx dep-graph
* docs(core): add note about old dep-graph syntax
* cleanup(core): formatting
* feat(core): formatting
* feat(core): formatting
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-21 11:15:23 -05:00
Phillip Barta
75eb1c532f
cleanup(core): improve list command performance
2022-01-20 12:37:33 -05:00
André Dias (he/him)
46db84ad0f
docs(core): improve workspace-lint description ( #8513 )
2022-01-14 17:24:42 +00:00
Benjamin Cabanes
57995d8d14
docs(core): renamed generated folder ( #8491 )
2022-01-13 12:37:19 -05:00