Philip Fulcher
144b1e5e0b
chore(graph): remove e2e-graph-client from e2e-matrix ( #15732 )
2023-03-17 18:16:11 -04:00
Craigory Coppola
c8208de587
chore(repo): bump lock-threads to hourly until it catches up ( #15713 )
2023-03-16 10:48:06 -04:00
Miroslav Jonaš
85cd9546a3
feat(repo): improve yarn install caching for nightly ( #15683 )
2023-03-15 18:13:55 -04:00
Miroslav Jonaš
5a9274e57e
chore(repo): fix nightly message format ( #15663 )
2023-03-14 18:08:02 -04:00
Miroslav Jonaš
7450e724b7
feat(repo): add new flag for verbose e2e logging ( #15541 )
2023-03-13 17:30:21 +00:00
Miroslav Jonaš
5ca2d398b5
chore(repo): ensure correct flags for nightly e2e ( #15538 )
2023-03-13 13:07:01 +01:00
Miroslav Jonaš
3d76f052f1
feat(repo): make granular slack notifications when E2E tests fail ( #15462 )
2023-03-13 14:36:08 +04:00
Miroslav Jonaš
4c9a2ee368
fix(repo): disable long running manual dispatch ( #15575 )
2023-03-09 17:13:01 -05:00
Craigory Coppola
e72f993149
feat(repo): add github action to periodically check issue counts ( #15392 )
2023-03-02 14:54:12 -05:00
Craigory Coppola
8941063f6e
feat(repo): automatically lock closed issues after 30 days of inactivity ( #15253 )
2023-03-02 14:32:59 -05:00
Miroslav Jonaš
f6dd44145f
fix(repo): improve nightly workflow setup ( #15358 )
2023-03-01 13:46:39 -05:00
Jason Jean
da579aced3
fix(react): fix typo in cra-to-nx ( #15183 )
2023-02-23 10:14:16 -05:00
Jonathan Cammisuli
fecf7fb82f
feat(core): add native node bindings for hashing ( #14476 )
...
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-01 14:43:40 -05:00
Jack Hsu
b9ff26495d
fix(react): fix nx init so that it works on Windows ( #14586 )
2023-01-24 14:39:04 -05:00
Miroslav Jonaš
2b979f22e2
chore(repo): update pnpm/action-setup to latest v2 ( #13029 )
2022-11-07 13:22:55 +00:00
Alex
7f3b994994
feat(repo): restrict permissions on github actions ( #12909 )
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-11-07 14:16:39 +01:00
Miroslav Jonaš
e7a59af328
chore(repo): update action/cache to v3 ( #13028 )
2022-11-07 13:03:05 +00:00
Miroslav Jonaš
f26f2a1d33
fix(repo): change github set output to env vars ( #12618 )
2022-10-15 12:15:41 +02:00
Miroslav Jonaš
3a306899b0
fix(repo): update github workflows to use v3 actions ( #12617 )
2022-10-14 21:36:54 +02:00
Miroslav Jonaš
7d19df0a15
chore(repo): bump actions/checkout to v3 ( #12544 )
2022-10-12 12:18:20 +02:00
Miroslav Jonaš
e72b049804
chore(repo): cache cypress on windows nightly ( #12536 )
2022-10-12 01:21:37 +02:00
Miroslav Jonaš
707a9ace58
chore(repo): use local folder for nx cache on nightly ( #12538 )
2022-10-12 01:21:21 +02:00
Philip Fulcher
6c3ef9d417
chore(graph): move dep-graph-client to graph-client ( #11792 )
2022-09-01 04:20:08 +00:00
Miroslav Jonaš
45deeca2c4
chore(repo): disable snync for nightly audit temporarily ( #11704 )
2022-08-24 11:11:03 +00:00
Colum Ferry
dde045afa9
cleanup(angular): add e2e test for make-angular-cli-faster on nightly ( #11463 )
...
This is a bit of a misnomer, hence it running on the nightly tests. It uses _only_ the published
versions of `@nrwl/*` packages on npmjs registry, due to a limitation with verdaccio, where it only
looks at the local registry for `@nrwl/*` packages.
2022-08-17 10:51:53 -04:00
Philip Fulcher
2408eb8fbc
chore(repo): re-enable graph e2e tests on win ( #11106 )
2022-07-12 09:56:20 -04:00
Miroslav Jonaš
cc74de6a71
chore(repo): split e2e packages in nightly run for better report ( #11110 )
2022-07-12 09:00:43 +00:00
Miroslav Jonaš
438ea6cdfe
chore(repo): add better status notification to audit run ( #11099 )
2022-07-11 12:50:24 +00:00
Miroslav Jonaš
4a3a223d07
chore(repo): use npx over yarn for audit checks ( #11096 )
2022-07-11 05:04:32 -06:00
Miroslav Jonaš
26ca133a76
chore(repo): add snync check to nightly audit ( #11074 )
2022-07-08 11:08:39 +00:00
Miroslav Jonaš
6186daabf8
feat(repo): add lock file linting to commit check, PR and nightly ( #11071 )
2022-07-08 10:39:23 +00:00
Miroslav Jonaš
9375172d69
chore(repo): disable graph e2e tests on win ( #10906 )
2022-06-27 07:31:18 +00:00
Philip Fulcher
0ae2154ca3
chore(dep-graph): re-enable project graph e2e ( #10799 )
2022-06-25 12:07:27 +02:00
Colum Ferry
1e6b19b5c6
chore(storybook): refactor e2e tests ( #10811 )
2022-06-20 16:21:12 +01:00
Colum Ferry
b215362bdb
chore(testing): refactor e2e-workspace tests to e2e-nx tests ( #10739 )
...
remove run commands
remove workspace core e2e
chore(testing): remove e2e-cli package
chore(testing): add nx-run e2e package
chore(testing): refactor cache tests
chore(testing): remove empty workspace-core e2e lib
chore(testing): update graph asset
2022-06-17 09:37:41 +01:00
Miroslav Jonaš
fe8a8d9bea
chore(repo): switch nightly pnpm to use v7 ( #10330 )
2022-05-16 15:08:12 -06:00
Miroslav Jonaš
7f894889a8
chore(repo): update pnpm action version ( #9824 )
2022-04-13 16:16:00 +00:00
Miroslav Jonaš
926b52ab9c
chore(repo): update pnpm version ( #9682 )
2022-04-05 20:51:29 +02:00
Miroslav Jonaš
ba74e9ce42
chore(repo): disable detox on nightly ( #9092 )
2022-02-23 12:11:17 +00:00
Miroslav Jonaš
aa7bd611c6
chore(repo): fix failing windows nightly ( #9066 )
2022-02-21 20:22:21 +01:00
Miroslav Jonaš
36245e14af
chore(repo): remove obsolete NX_E2E_SKIP_DAEMON_CLEANUP flag ( #9061 )
2022-02-21 16:11:20 +00:00
Miroslav Jonaš
6283d289a3
chore(repo): skip building obsolete packages for e2e ( #9048 )
2022-02-21 10:56:17 +01:00
Miroslav Jonaš
76f195c15b
chore(repo): fix node version on windows workflow ( #8967 )
2022-02-14 19:20:35 +00:00
Miroslav Jonaš
eb987f9d7a
chore(repo): fix invalid reference to node version ( #8966 )
2022-02-14 14:16:21 -05:00
Miroslav Jonaš
b9f6c73fb9
chore(repo): remove nightly e2e test trigger on new nx version ( #8878 )
2022-02-07 03:44:20 -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š
147d929984
chore(repo): trigger nightly when workflow changes ( #8458 )
2022-01-10 13:57:00 +01:00
Miroslav Jonaš
5549ded23f
chore(repo): fix version of tmate github action ( #8454 )
2022-01-10 11:40:12 +01:00
Miroslav Jonaš
a44abd39bd
chore(repo): skip daemon cleanup on grouped e2e tests ( #8314 )
2021-12-28 21:09:28 +01:00
Miroslav Jonaš
e3fe3ba7a5
chore(core): sync parallel flags on e2e test runs on CI ( #8071 )
2021-12-10 11:07:51 +01:00