Katerina Skroumpelou
|
9e9623e309
|
fix(storybook): increase timeout of flaky test (#15947)
|
2023-03-29 09:18:08 +00:00 |
|
Jason Jean
|
8cf8f18c1c
|
feat(core): refactor most of js graph work into its own folder (#15365)
|
2023-03-28 14:57:06 -04:00 |
|
Leosvel Pérez Espinosa
|
9dbc90d45e
|
cleanup(angular): consolidate and improve e2e-angular-core tests (#15726)
|
2023-03-28 12:53:33 -04:00 |
|
Katerina Skroumpelou
|
4e2b07e179
|
fix(storybook): improve and simplify e2e tests (#15734)
|
2023-03-27 15:42:52 +00:00 |
|
Miroslav Jonaš
|
15e29b2a3e
|
fix(linter): remove outdated e2e test check (#15899)
|
2023-03-27 11:13:10 -04:00 |
|
Emily Xiong
|
04b6ddb596
|
feat(react-native): update @react-native-community/cli to 10.2.1 (#15738)
|
2023-03-24 12:51:35 -04:00 |
|
Jack Hsu
|
b3200fb7c4
|
fix(nextjs): set correct distDir when running production server through Nx (#15861)
|
2023-03-23 16:57:10 +00:00 |
|
Craigory Coppola
|
7d61ae238b
|
fix(misc): prevent --quiet and --verbose from both being true (#15836)
|
2023-03-23 10:47:43 -04:00 |
|
Jack Hsu
|
b124b97c36
|
feat(testing): add static serve target for e2e tests in CI (#15808)
|
2023-03-22 18:53:02 +00:00 |
|
Miroslav Jonaš
|
4bf652d2e7
|
fix(node): fix standalone linter setup (#15681)
|
2023-03-22 14:17:40 -04:00 |
|
Jack Hsu
|
c7e49c564a
|
fix(nextjs): produce correct next.config.js file for production server (#15824)
|
2023-03-22 14:03:09 -04:00 |
|
Craigory Coppola
|
0370794e63
|
feat(core): add --quiet option to suppress generate output (#15802)
|
2023-03-21 19:53:21 -04:00 |
|
Jack Hsu
|
63cdddfa11
|
fix(nextjs): handle buildable libs correctly (#15795)
|
2023-03-21 11:21:02 -04:00 |
|
Jack Hsu
|
7ebca5107e
|
feat(bundling): add for esbuild to enable/disable package.json generation (#15777)
|
2023-03-21 08:48:16 -04:00 |
|
Colum Ferry
|
f10ecc1c8e
|
chore(angular): disable flaky ssr test (#15788)
|
2023-03-21 10:39:07 +00:00 |
|
Caleb Ukle
|
d1ddd523c2
|
feat(testing): add --port flag (#15486)
|
2023-03-20 14:18:46 -04:00 |
|
Leosvel Pérez Espinosa
|
cf690c655b
|
cleanup(storybook): fix nested layout e2e test case (#15768)
|
2023-03-20 12:08:45 +00:00 |
|
Katerina Skroumpelou
|
61fb737fba
|
fix(storybook): enable e2e tests (#15709)
Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
|
2023-03-19 15:29:46 +01:00 |
|
Craigory Coppola
|
7740bb17ce
|
fix(core): add warning if running on an outdated global install (#15443)
|
2023-03-18 00:52:32 -04:00 |
|
Emily Xiong
|
32198c2e8e
|
chore(testing): speed up react-native and expo e2e tests (#15644)
|
2023-03-17 14:47:10 -04:00 |
|
Caio Oliveira
|
fd11334600
|
fix(core): combine serial and parallel execution + forward sigint to child process (#13885)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
|
2023-03-17 11:49:21 -04:00 |
|
Colum Ferry
|
d1d69e230c
|
cleanup(angular): replace usage of wrapAngularDevkitSchematics for application (#15698)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
|
2023-03-17 08:34:15 +00:00 |
|
Miroslav Jonaš
|
c6904619aa
|
fix(angular): fix e2e tests to support pnpm v7 (#15587)
|
2023-03-16 12:22:22 +01:00 |
|
Colum Ferry
|
481899ce9f
|
feat(angular): add directive generator (#15630)
|
2023-03-14 15:31:49 +00:00 |
|
Miroslav Jonaš
|
7450e724b7
|
feat(repo): add new flag for verbose e2e logging (#15541)
|
2023-03-13 17:30:21 +00:00 |
|
Leosvel Pérez Espinosa
|
467be2011d
|
cleanup(misc): unset NODE_ENV=test when running craco in e2e tests (#15632)
|
2023-03-13 14:38:45 +00:00 |
|
Emily Xiong
|
b7beb99fe2
|
fix(expo): fix expo run-ios command (#15582)
|
2023-03-10 14:15:41 -05:00 |
|
Colum Ferry
|
80f3d03d1d
|
feat(core): move string utils to devkit (#15479)
|
2023-03-10 13:15:47 -05:00 |
|
Miroslav Jonaš
|
e55882f2fc
|
chore(linter): combine tests to reduce total duration (#15596)
|
2023-03-10 10:52:18 -05:00 |
|
Miroslav Jonaš
|
79256f3d36
|
chore(linter): fix deprecated ts overloads in e2e tests (#15585)
|
2023-03-10 08:23:12 -06:00 |
|
Leosvel Pérez Espinosa
|
79f88dc7ef
|
cleanup(angular): remove --preserve-angular-cli-layout flag from ng-add generator (#15490)
|
2023-03-10 09:53:33 +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 |
|
Katerina Skroumpelou
|
a0e00c85fc
|
fix(core): refactor the logging logic in e2e tests (#15548)
|
2023-03-09 15:13:32 -05:00 |
|
Katerina Skroumpelou
|
16ad3086be
|
fix(js): libraries should be buildable by default (#15533)
|
2023-03-09 14:20:19 -05:00 |
|
Leosvel Pérez Espinosa
|
83f47aa7fc
|
cleanup(core): inline cra migration logic into nx init (#15555)
|
2023-03-09 17:05:03 +00:00 |
|
Craigory Coppola
|
803de0d8be
|
chore(core): updates to nx wrapper and naming (#15552)
|
2023-03-09 08:38:41 -05:00 |
|
Leosvel Pérez Espinosa
|
111ebace3f
|
cleanup(core): inline monorepo migration logic into nx init (#15496)
|
2023-03-08 18:24:30 -05:00 |
|
Nicholas Cunningham
|
0383fa6017
|
Add e2e tests for nest (#15522)
|
2023-03-08 11:53:31 -07:00 |
|
Jack Hsu
|
a69f8abdf9
|
fix(node): add default build configuration (#15542)
|
2023-03-08 12:32:29 -05:00 |
|
Leosvel Pérez Espinosa
|
e1a2c98556
|
cleanup(core): inline angular cli nested project migration logic into nx init (#15396)
|
2023-03-07 18:08:10 -05:00 |
|
Caleb Ukle
|
3a4b108dd8
|
feat(web): add a generator to add @nrwl/web:file-server target (#15434)
|
2023-03-07 13:09:57 -06:00 |
|
Jack Hsu
|
d7cd1538e5
|
fix(bundling): default Node scriptType to CommonJS since it has the widest compatibility (#15483)
|
2023-03-06 21:45:33 +00:00 |
|
Miroslav Jonaš
|
088a236306
|
chore(repo): temporarily disabling flaky next test (#15473)
|
2023-03-06 10:49:47 -05:00 |
|
Emily Xiong
|
67e41da79e
|
feat(expo): upgrade expo to 48 (#15400)
|
2023-03-06 10:30:44 -05:00 |
|
Miroslav Jonaš
|
82d499c492
|
feat(repo): use caching for pnpm workspaces in e2e tests (#15461)
|
2023-03-06 16:20:19 +01:00 |
|
Craigory Coppola
|
4a53ace70d
|
fix(core): nx migrate should work in encapsulated Nx repos (#15338)
|
2023-03-03 15:45:42 -05:00 |
|
Katerina Skroumpelou
|
808ca1215c
|
chore(core): rearrange e2e utils (#15421)
|
2023-03-03 15:22:23 +00:00 |
|
Katerina Skroumpelou
|
b84125f9dd
|
fix(js): integrate buildable bundler and compiler options (#15376)
|
2023-03-03 09:56:57 -05:00 |
|
Miroslav Jonaš
|
9a014c792c
|
fix(core): plugin should not override existing external nodes (#15219)
|
2023-03-02 17:53:20 -05:00 |
|
Craigory Coppola
|
a4a9c27637
|
fix(nx-plugin): e2e utils should work (#15397)
|
2023-03-02 16:20:45 -05:00 |
|