Commit Graph

16 Commits (48b90677b6048efbc723b11a94acb950d3f1ac36)

Author SHA1 Message Date
aparnajyothi-y 48b90677b6
Add macos-13 to the workflows and upgrade publish-actions from 0.2.2 to 0.3.0 (#1174)
* Update versions.yml

* Update versions.yml

* ubuntu-24, macos-13 updates

* check -failure fix
9 months ago
HarithaVattikuti eff380dfbc
Fix macos latest check failures (#1041)
* Update latest node versions

* Update latest node versions

* Update test data

* Update test data

* Update test data

* Update test data

* Update test data

* macos lts failure fix

* Update macos-13
1 year ago
Trivikram Kamat ee36e8b5c0
Ignore engines check in Yarn 1 e2e-cache tests (#882) 2 years ago
Dmitry Shibanov 8f152de45c
Update actions/checkout for documentation and yaml (#876) 2 years ago
Dmitry Shibanov 1a4442cacd
Update toolkit cache and core (#875) 2 years ago
Dmitry Shibanov 34050076a5
Add check for existing paths (#803) 2 years ago
Sergey Dolin e33196f742
Do not ivalidate the cache entirely on lock file change (#744)
* Do not ivalidate the cache entirely on yarn3 lock file change

* Use cache prefix if all sub-projects are yarn managed

* Rename functions & add e2e tests
2 years ago
Sergey Dolin 8170e22e8f
Detect cached folders from multiple directories (#735)
* Add project-dir

* Fix find lock file

* Remove package-dir input

* format & resolve conflicts

* Add unit tests

* build dist

* Apply change request fixes

* handle non-dir cache-dependency-path

* bump cache version

* run checks

* Handle globs in cacheDependencyPath

* refactor, introduce `cacheDependencyPathToProjectsDirectories`

it is necessary for the next PR related yarn optimization

* Changes requests

* Apply fixes

* review fixes

* add e2e

* Add unique

* review updates

* review updates second stage

* Review fixes 3

* imporve e2e tests
2 years ago
Dmitry Shibanov 788c6ccbd0
remove node-version 12 from matrix (#594) 3 years ago
Peter Mescalchin 75716637dc
Bump to `actions/checkout@v3` (#437) 4 years ago
AlyonaSviridenko db716f881a Add yarn env variable 4 years ago
Maxim Lobanov 4bc87b8e10
Bump e2e tests to 6.10.0 4 years ago
Jacob Gillespie 162ddf7c40
Add pnpm caching support 4 years ago
Maxim Lobanov 40f85c8c97 update readme 4 years ago
Dmitry Shibanov d36a3314a5 work on resolving comments 4 years ago
Dmitry Shibanov 3d0d4edb10
Add node's caching implementation (#2)
* first iteration for implementation of caching

* add logs

* add debug line

* fix build command

* fix path

* add possible post-if

* remove braces

* test new action post-if variant

* work on built-in caching

* remove post-if

* pass version

* work on yarn support

* fix return value

* change names and remove logs

* worked on resolving comments

* check post-if for null

* add success() condition

* remove primary key field

* work on resolving comments

* remove logs

* resolving comments

* resolving comments

* resolving comments

* resolving comments

* fix getpackageManagerVersion

* run clean for unstaged changes

* fix falling version tests

* work on resolving comments

* resolving comments

* fix comment

* resolve comments

* Add tests to cover node's caching (#3)

* add tests to cover node's caching

* work on fixing tests

* fix e2e tests

* rebuild and fix test

* fixing tests

* change name of describes, it and fix test

* add names for jobs

* fix issue
4 years ago