MaxKless
|
13f33eada3
|
feat(core): track project changes in source map when applying plugins (#19955)
|
2023-11-16 18:59:58 -05:00 |
|
Jason Jean
|
8a0707df86
|
feat(testing): distribute cypress tests for ci (#20188)
|
2023-11-15 16:04:52 -05:00 |
|
Philipp Kirchniawy
|
4a5659ef7f
|
fix(core): pass workingDirectory to executed schematic, if found in schema (#19371)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
|
2023-11-14 15:07:17 -05:00 |
|
Craigory Coppola
|
206247f9ad
|
feat(core): make createNodes async (#20195)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
|
2023-11-13 16:57:20 -05:00 |
|
Jonathan Cammisuli
|
dc7c3dbfe4
|
feat(core): extglob to standard glob parser (#20089)
|
2023-11-10 12:09:40 -05:00 |
|
Jason Jean
|
c04fa3ad5f
|
fix(core): drop file lock after its used (#20165)
|
2023-11-10 00:02:23 -05:00 |
|
Jason Jean
|
7a62353454
|
cleanup(core): create root map in js and send to rust instead of full… (#20166)
|
2023-11-09 18:28:50 -05:00 |
|
Jason Jean
|
a86d926612
|
feat(testing): add cypress create nodes plugin (#19840)
|
2023-11-09 14:05:19 -05:00 |
|
Jonathan Cammisuli
|
dcbf60baec
|
fix(core): always ignore ".git/", "node_modules" and ".nx/" directories even when use_ignore is set to false for the watcher (#20126)
|
2023-11-09 13:53:38 +00:00 |
|
Jason Jean
|
b4faf2dd3b
|
fix(core): fix changelog configuration (#20138)
|
2023-11-08 17:52:17 -05:00 |
|
Craigory Coppola
|
08a4891494
|
feat(core): change the signature of createNodes to return a project root map instead of project name map (#20102)
|
2023-11-08 13:20:53 -05:00 |
|
Jason Jean
|
c7d0d21761
|
chore(repo): update nx to 17.1.0-beta.4 (#20124)
|
2023-11-08 13:01:06 -05:00 |
|
Craigory Coppola
|
4f23523ba0
|
fix(core): should use nx cloud if access token specified by env (#19975)
|
2023-11-08 12:26:11 -05:00 |
|
Jonathan Cammisuli
|
d4ef5c0528
|
fix(core): always load nxignore last for highest priority (#20104)
|
2023-11-07 16:14:13 -05:00 |
|
Leosvel Pérez Espinosa
|
25d6ec3a92
|
feat(angular): support angular v17 (#19689)
|
2023-11-07 15:45:42 -05:00 |
|
Jason Jean
|
c2d63af60d
|
fix(nx-cloud): fallback to nx-cloud bin if enterprise is outdated and… (#20098)
|
2023-11-07 13:31:24 -05:00 |
|
Emily Xiong
|
15b5cce5bd
|
feat(core): change exec to run adhoc tasks (#19910)
|
2023-11-07 13:30:57 -05:00 |
|
Jason Jean
|
79e4c3f06c
|
fix(core): attach github release to the current branch (#20046)
|
2023-11-07 19:19:44 +04:00 |
|
Guy Senpai
|
33ca59673a
|
fix(core): ensure Github repo slug can be resolved in nx release changelog (#20001)
|
2023-11-06 14:38:17 +01:00 |
|
Jason Jean
|
4dc69808f7
|
chore(core): split package.json scripts from project.json plugin (#20041)
|
2023-11-03 16:58:16 -04:00 |
|
Craigory Coppola
|
96dd3b5aa6
|
fix(core): shallow merge named inputs (#20040)
|
2023-11-03 16:04:40 -04:00 |
|
Jonathan Cammisuli
|
9c0e6a1a98
|
fix(core): properly sort all workspace files (#20013)
|
2023-11-02 21:13:13 -04:00 |
|
Craigory Coppola
|
c83afeb260
|
fix(core): ensure project order in graph is deterministic (#19968)
|
2023-11-01 13:47:56 -04:00 |
|
Jason Jean
|
8a89df66bf
|
feat(testing): move test config more into nx.json targetDefaults (#19963)
|
2023-11-01 10:20:18 -04:00 |
|
Craigory Coppola
|
18f71d25e0
|
fix(misc): nx init should add .nx/cache to gitignore (#19961)
|
2023-10-31 18:23:51 -04:00 |
|
Craigory Coppola
|
7db366b1be
|
fix(core): generate should handle multiselect shorthand (#19790)
|
2023-10-31 14:25:52 -04:00 |
|
Jason Jean
|
bdde0ddc98
|
chore(devkit): add util for migrating to a plugin (#19942)
|
2023-10-31 14:21:17 -04:00 |
|
Craigory Coppola
|
c156058790
|
feat(core): merge target configurations from plugin results (#19935)
|
2023-10-30 20:16:27 -04:00 |
|
Miroslav Jonaš
|
936b814cd7
|
fix(js): add dlx to pm commands (#19743)
|
2023-10-30 11:56:32 -04:00 |
|
Jason Jean
|
bf97dbb2ba
|
fix(js): fix typescript analysis for imports in objects in arrays (#19862)
|
2023-10-26 12:28:34 -04:00 |
|
Craigory Coppola
|
fe162290eb
|
fix(core): package json configuration should never override project.json in generators (#19874)
|
2023-10-26 10:32:08 -04:00 |
|
Austin Fahsl
|
dbb73aa2eb
|
feat(release): add 'git-tag' currentVersionResolver and conventional commits support (#19267)
Co-authored-by: James Henry <james@henry.sc>
|
2023-10-26 11:52:49 +03:00 |
|
Jonathan Cammisuli
|
a7e0abd3e4
|
fix(core): canonicalize watch event paths on all linux distros (#19848)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
|
2023-10-25 18:51:31 -04:00 |
|
Leosvel Pérez Espinosa
|
5552b3b324
|
fix(angular): resolve generator collections when generating a extended schematic (#19815)
|
2023-10-25 15:08:30 +02:00 |
|
Jonathan Cammisuli
|
2c850cfd27
|
fix(core): provide better error message if we cannot read a file when finding imports (#19809)
|
2023-10-24 15:00:06 +00:00 |
|
Jonathan Cammisuli
|
f5eeb0aed6
|
fix(core): sort all workspace files after combining (#19806)
|
2023-10-24 10:21:38 -04:00 |
|
Jonathan Cammisuli
|
d077efa59e
|
fix(core): change the order of watch ignores so that nxignore is the last one added (#19801)
|
2023-10-24 09:41:01 -04:00 |
|
Craigory Coppola
|
228636cb95
|
fix(core): await output drain before exiting show (#19793)
|
2023-10-23 17:24:53 -04:00 |
|
Craigory Coppola
|
48eb232f8c
|
fix(core): negated paths should be considered by prefix migration (#19791)
|
2023-10-23 17:19:04 -04:00 |
|
Nicholas Cunningham
|
022f1ea355
|
fix(react): Update error message for invalid remote name (#19744)
|
2023-10-23 11:09:22 -04:00 |
|
Jonathan Cammisuli
|
f19d1db881
|
feat(core): remove parcel/watcher (#19751)
|
2023-10-20 17:20:00 -04:00 |
|
James Henry
|
39423322c1
|
feat(core): support changelog customizations and project changelogs (#19704)
|
2023-10-20 16:27:03 -04:00 |
|
Jonathan Cammisuli
|
e522fcb16a
|
fix(core): do not filter updated files when the native watcher is in use (#19757)
|
2023-10-20 11:41:19 -04:00 |
|
MaxKless
|
04187087d8
|
fix(nx-cloud): fix nx connect throwing if run twice (#19729)
|
2023-10-19 08:34:41 -04:00 |
|
Katerina Skroumpelou
|
879436f3c4
|
fix(core): check nxjson cli exists before looking for keys (#19730)
|
2023-10-19 08:14:52 -04:00 |
|
Craigory Coppola
|
024abd2cdb
|
fix(core): only show cloud messaging when migrating if not using cloud (#19709)
|
2023-10-18 19:20:47 -04:00 |
|
Jason Jean
|
d0005c954f
|
feat(core): remove deprecated defaultCollection and npmScope nx.json … (#19708)
|
2023-10-18 18:03:57 -04:00 |
|
Jason Jean
|
4ee29167a2
|
chore(core): remove deprecated re-export (#19717)
|
2023-10-18 16:37:13 -04:00 |
|
Emily Xiong
|
0b0df51263
|
chore(core): add batch description in cli (#19707)
|
2023-10-18 15:15:20 -04:00 |
|
Craigory Coppola
|
c56b5a3c77
|
fix(devkit): correct nx-json typing after plugin tweaks (#19706)
|
2023-10-18 15:15:00 -04:00 |
|