vsavkin
05f2f94543
Revert "cleanup(core): copy from cache only when needed"
...
This reverts commit c4967fa462d79e05f1c0eb536e02f5fe5e1abd88.
2021-04-21 15:09:19 -04:00
Leosvel Pérez Espinosa
c4967fa462
cleanup(core): copy from cache only when needed
2021-04-19 16:14:19 -04:00
vsavkin
f89cf4a14b
feat(core): cache task failures
2021-04-14 14:49:46 -04:00
Jason Jean
2319dc36dc
Revert "cleanup(core): copy from cache only when needed"
...
This reverts commit 4dac0a21228977379e5d794343390181e8e84759.
2021-04-14 13:20:31 -04:00
Leosvel Pérez Espinosa
4dac0a2122
cleanup(core): copy from cache only when needed
2021-04-06 12:18:10 -04:00
Victor Savkin
a25e081a84
feat(core): remove angular devkit deps
2021-01-25 12:52:30 -05:00
Victor Savkin
ce877bb8ad
fix(core): store nx results and nx deps in the configured cache directory
2020-12-19 20:50:53 -05:00
Tasos Bekos
e03d7d56c1
cleanup(core): avoid referencing node_modules
2020-09-28 11:48:37 -04:00
Kyle Bastien
b548f1a759
feat(core): adds ability for outputs to be files and not just folders
...
Makes the cache put code slightly more flexible, which allows for specified outputs to be not
just
folder but also files. This allows for greater flexibility of control when it comes to which
files
you want Nx to cache, so you could exclude sub folders of your dist. This is useful so that
Nx
doesn't spend time copying sometimes complex folder structures to cache (i.e. node_modules in
the
case of using npm link).
2020-09-14 14:15:25 -04:00
Victor Savkin
acf92e4e2b
fix(core): handle empty list of cacheable targets
2020-06-08 11:25:04 -04:00
Victor Savkin
606ad29b93
feat(core): support other targets but build that require strict ordering
2020-05-30 00:06:03 -04:00
Victor Savkin
690be207be
fix(misc): several misc fixes
2020-05-28 15:02:06 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Victor Savkin
b780a1b585
feat(core): switch to use tasks-runner-v2 by default
2020-03-09 12:01:20 -04:00
Victor Savkin
ed2259b5f1
feat(core): hash tasks in run commands
2020-01-19 16:19:23 -05:00
Victor Savkin
840f49943e
fix(core): make command caching work with earlier versions of node
2020-01-15 21:06:42 -05:00
Victor Savkin
f84c55d5aa
feat(core): remove old cache records
2020-01-10 08:04:55 -05:00
Victor Savkin
c3fdf2e702
feat(core): running one task uses the same tasks runner as run-many
2020-01-09 12:07:41 -05:00
Victor Savkin
d2d9f1cca0
feat(core): implement caching
2020-01-01 10:51:58 -05:00