-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
Co-authored-by: Alejandro Pauly <alepauly@github.com>
* 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
commit 446068a Author: Alena Sviridenko <alenasviridenko@github.com> Date: Tue Jun 22 17:51:35 2021 +0300 updated headers commit d7e254e Author: Alena Sviridenko <alenasviridenko@github.com> Date: Thu Jun 17 17:35:34 2021 +0300 updated links commit ffd9956 Author: AlyonaSviridenko <alenasviridenko@github.com> Date: Thu Jun 17 17:33:41 2021 +0300 Added advanced usage commit 1e068f0 Author: AlyonaSviridenko <alenasviridenko@github.com> Date: Thu Jun 17 15:07:42 2021 +0300 Updated readme with caching commit 7528c33 Author: Maxim Lobanov <v-malob@microsoft.com> Date: Wed Jun 16 14:43:46 2021 +0300 Update versions.yml
Create ADR for integrating cache functionality to setup-node action
* regenerate license * npm run build * sync branches * rebuild project * fix test Co-authored-by: Dmitry Shibanov <dmitry-shibanov@github.com>
Add pnpm caching support
…age-temp-v2 Temporarily disabled cache usage for v2
…le-cache-usage-temp-v2 Revert "Temporarily disabled cache usage for v2"
ADR for support caching for mono repos and repositories with complex structure
…o mazhuk/adding-support-for-monorepos
…t-for-monorepos Support caching for mono repos and repositories with complex structure
…tream-version # Conflicts: # README.md # dist/index.js # package-lock.json
1501c9a
to
96a9274
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's Get tHis Merged 🚢
I ran Licensed locally to update the cached license files. There were three that were parsed as It does seem like this is including devDependencies too. I'm not sure if we can/should be ignoring those but at least this check is now passing. |
i've added it to https://github.com/guardian/source-shakedown and it looks good – caching is also super fast |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks @sndrs and @jamie-lynch!
pushed these changes to actions#239 |
pulls the upstream changes up to current main (2.4) and tags main accordingly