vsavkin
aef1b1783c
feat(repo): switch to using dependsOn for the relationship between build and build-base
2021-04-23 10:11:31 -04:00
Tasos Bekos
9869139294
chore(repo): pin PNPM version for e2e tests
...
PNPM@6.0.0 has been released with a few breaking changes, making our e2e tests to fail. Unitl we properly upgrade, we should use PNPM@5.
2021-04-06 13:22:22 +03:00
Tasos Bekos
82c66bd190
chore(repo): e2e on windows use the same Node version
...
Latest `jest-worker` intalled via `next` has dropped support for old Node versions, causing our E2E on Windows to fail, with the following message:
`error jest-worker@27.0.0-next.5: The engine "node" is incompatible with this module. Expected version "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0". Got "12.11.1"`.
This commits uses NVM to align the Node version of Windows machine with the one we use in Linux.
2021-04-05 09:39:36 -04:00
Jason Jean
a582bfd5a1
chore(repo): move dep-graph client code to it's own folder ( #5141 )
2021-03-26 16:17:41 -04:00
Tasos Bekos
ead6dd8864
chore(repo): run e2e outside project directory on CI ( #5037 )
2021-03-26 11:19:31 -04:00
Tasos Bekos
fca2bfe64a
cleanup(repo): free space during e2e & enable Windows
2021-03-08 20:21:18 +02:00
Victor Savkin
e518289df5
fix(repo): temporary disable flaky tests
2021-02-10 08:32:02 -05:00
Jack Hsu
51973b88e2
chore(gatsby): move gatsby plugin to main repo
2021-01-26 12:17:28 -05:00
Tasos Bekos
eff20a64be
feat(repo): re-enable e2e tests on Windows
2021-01-21 10:53:53 -05:00
Tasos Bekos
166dc7d03b
feat(repo): PRs use PNPM & add scheduled matrix for e2e tests
2021-01-17 09:35:21 -05:00
Tasos Bekos
96625c77fb
fix(repo): fix dependenies/discrepancies causing e2e tests with PNPM to fail
2021-01-16 17:54:54 +02:00
Victor Savkin
cd2d2c95fe
fix(repo): update circle config to run e2e tests
2021-01-15 09:48:13 -05:00
Victor Savkin
9a84179117
fix(repo): restore circle config
2021-01-14 20:31:43 -05:00
Victor Savkin
8653d37e11
fix(repo): remove windows executor
2021-01-14 16:14:07 -05:00
Victor Savkin
ac87c5954e
fix(repo): temp disable running e2e tests on windows
2021-01-11 13:51:40 -05:00
Tasos Bekos
00b1c12651
cleanup(repo): run unit tests on CI
...
Accidentally removed during last refactor.
2021-01-10 21:16:55 +02:00
Tasos Bekos
9abdb78a4a
feat(repo): run E2E tests on Windows (cmd)
2021-01-06 15:47:18 -05:00
Victor Savkin
cdcd2415a6
chore(repo): reenable linting
2020-11-13 20:56:19 -05:00
Victor Savkin
6be4f3c33b
chore(repo): temporary turn off linting
2020-11-13 11:33:53 -05:00
Vivek
b04158b671
cleanup(core): hyphenate npm script names ( #3672 )
...
separate words in npm scripts with hyphen for consistency
2020-10-01 23:12:32 -04:00
Tasos Bekos
9153007462
feat(repo): check package dependencies on CI
2020-09-25 09:06:02 +03:00
Victor Savkin
7582aab6cc
fix(repo): update the version of nx-cloud that set NX_BRANCH and NX_RUN_GROUP automatically
2020-09-24 13:12:25 -04:00
James Henry
122afe7731
fix(repo): tests and e2e, enable linting for workspace to set baseline ( #3790 )
...
* chore(repo): enable linting for workspace to set baseline
* fix(repo): broken tests from master branch
* fix(repo): broken e2e tests from master branch
2020-09-23 10:00:20 -04:00
Benjamin Cabanes
1ee5faa590
chore(core): nxbranch default value ( #3723 )
2020-09-13 15:26:27 -04:00
Benjamin Cabanes
faf451adca
feat(core): fix typo on ci config ( #3721 )
2020-09-13 14:09:58 -04:00
Benjamin Cabanes
7b796f0c9b
chore(repo): add nxbranch ( #3719 )
2020-09-12 20:09:20 -04:00
Victor Savkin
14d8a8e3dd
feat(repo): add NX_BRANCH and NX_RUN_GROUP env vars
2020-09-11 13:04:19 -04:00
Victor Savkin
e90fbdae6f
feat(core): indicate that a nested process was invoked by nx
2020-09-01 23:32:14 -04:00
Jason Jean
a7b7af2dfe
feat(core): switch over to angular 10 ( #3056 )
...
* feat(core): switch over to devkit 10-rc.0
* feat(core): implement solution tsconfigs wip
* feat(angular): add angular migrations
* fix(angular): modify angularjs tests
2020-07-07 17:02:06 -04:00
Victor Savkin
080164c8a6
fix(repo): remove context from circle config
2020-06-12 21:23:24 -04:00
Victor Savkin
6c7b8a2556
feat(repo): update circle config to ues nx cloud in prs
2020-06-08 23:06:04 -04:00
Victor Savkin
e71ceba4ce
feat(repo): run e2e tests using nx
2020-06-07 23:31:38 -04:00
Victor Savkin
d0cbc35efa
feat(repo): build nx with nx
2020-06-03 16:25:25 -04:00
Victor Savkin
7679df22f5
Revert "feat(react): refactored babel support so options are more easily customized ( #3058 )"
...
This reverts commit 0e036272cbe156fe9750a2f2bc6498a08cf7f457.
2020-05-28 13:11:56 -04:00
Jason Jean
ba3f49c828
fix(repo): reorder CI ci to run most valuable steps first ( #3060 )
2020-05-23 16:54:45 -04:00
Victor Savkin
1c2eedf9cb
cleanup(core): refactor e2e tests for workspace
2020-03-13 11:20:12 -04:00
Jason Jean
e2b8406692
feat(repo): improve ci caching
2020-03-04 14:29:53 -05:00
Victor Savkin
224dba38bc
feat(repo): split e2e tests into 4 groups
2020-02-24 15:01:12 -05:00
Jason Jean
fb4fccb713
feat(repo): set names for tasks in circle ci ( #2187 )
2019-12-13 23:41:29 -05:00
Jack Hsu
a82737968b
chore(core): refactor generation of dependency graph (aka project graph) ( #2151 )
2019-12-12 15:54:31 -05:00
Jason Jean
74c5c69a37
feat(repo): add circleci config ( #2146 )
2019-12-06 14:46:29 -05:00