Dmitry Shibanov
146c4d84a5
improve caching documentation ( #468 )
2022-04-18 16:15:27 +02:00
Deepak Dahiya
56337c4255
Updated @actions/cache ( #460 )
...
* Updated @actions/cache
* Licensed cache
* new build
* Updated version
v3.1.1
2022-04-11 19:06:18 +05:30
Anil Seervi
76d3665dc0
Convert CONDUCT to CODE_OF_CONDUCT.md ( #391 )
...
* Rename CONDUCT to CODE_OF_CONDUCT.md
* Update CODE_OF_CONDUCT link
2022-04-05 11:16:57 -04:00
Peter Mescalchin
5b52f097d3
Bump actions/checkout@v3
within advanced usage examples documentation ( #456 )
v3.1.0
2022-04-01 10:41:49 +02:00
Peter Mescalchin
75716637dc
Bump to actions/checkout@v3
( #437 )
2022-04-01 10:13:52 +02:00
Peter Mescalchin
546fd45825
Updated documentation/workflows to use actions/setup-node@v3
( #433 )
...
* Update documentation `actions/setup-node@v2` -> `actions/setup-node@v3`
* Bump workflows to `actions/setup-node@v3`
* Update `README.md` workflow status badges to new format
2022-03-31 15:14:07 -04:00
Dmitry Shibanov
bacd6b4b3a
Caching on GHES ( #452 )
...
* add support for ghes caching
* fix licesnses
* work on resolving comments
* change internal error to warning
* fix warning for internal errors
* update version
2022-03-31 15:10:37 -04:00
Brian Cristante
bed538bd04
Merge pull request #448 from actions/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-03-24 09:33:20 -04:00
dependabot[bot]
f3e93d1b9d
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 11:54:46 +00:00
Brian Cristante
ed960c9656
Merge pull request #440 from actions/joshmgross/service-codeowners
...
Update CODEOWNERS to actions-service
2022-03-10 13:32:59 -05:00
Josh Gross
77f43a4400
Update CODEOWNERS to actions-service
2022-03-10 13:27:02 -05:00
Dmitry Shibanov
9ced9a43a2
remove version input ( #424 )
v3.0.0
2022-02-24 16:31:57 +03:00
Dmitry Shibanov
3e90744edf
Update lockfileVersion ( #422 )
2022-02-24 14:42:19 +03:00
Thomas Boop
28df918a56
Update default runtime to node16 ( #414 )
2022-02-22 11:28:24 +03:00
Meng Ye
f099707f6e
fix tsc build error for @actions/http-client ( #402 )
2022-01-11 13:06:36 +03:00
Nick Schonning
f658dc5bd7
ci: use NPM cache in check-dist ( #393 )
2022-01-06 16:27:25 +03:00
Oscar Dominguez
5e2e068714
ci(workflow): add cache to workflows using actions/setup-node ( #287 )
2021-12-30 17:05:57 +03:00
HonkingGoose
7a0f7a9962
Fix grammar in the README ( #331 )
2021-12-30 17:01:04 +03:00
Nick Schonning
7b558676dd
chore: Remove strategy for non-matrix builds ( #186 )
2021-12-30 16:58:49 +03:00
Dmitry Shibanov
1f8c6b94b2
Pass to warning uncaught exceptions ( #359 )
v2.5.1
2021-12-28 12:25:43 +03:00
Dmitry Shibanov
9a74eb4e64
Throw error only if exit code is note zero. ( #358 )
2021-12-27 12:34:06 +03:00
Dmitry Shibanov
04c56d2f95
update cache to 1.0.8 ( #367 )
v2.5.0
2021-11-29 13:35:08 +03:00
Hargun Kaur
d08cf22211
Adding Node.js version file support ( #338 )
2021-11-29 12:18:31 +03:00
Alexander Forbes-Reed
360ab8b75b
Fix typo in the bug_report
template ( #353 )
2021-11-03 13:20:09 +03:00
Dmitry Shibanov
fd4bd829f2
Add issue and pull request templates ( #344 )
2021-10-18 13:39:58 +03:00
Dmitry Shibanov
a4b8ed2f4e
Update dependencies ( #346 )
2021-10-14 13:18:01 +03:00
MaksimZhukov
270253e841
Merge pull request #327 from WtfJoke/addCacheHitOutPut
...
Add 'cache-hit' as output
v2.4.1
2021-09-24 18:27:23 +03:00
Manuel
d1178716db
Add 'cache-hit' as output
2021-09-23 13:17:32 +00:00
MaksimZhukov
041bafb672
Merge pull request #322 from brcrista/brcrista/check-dist
...
Create check-dist.yml
2021-09-16 18:12:52 +03:00
Brian Cristante
996306e892
rm __tests__/verify-no-unstaged-changes.sh
2021-09-16 10:54:26 -04:00
Brian Cristante
85d4122530
Fix triggers in licensed.yml
2021-08-25 11:29:51 -04:00
Brian Cristante
928244ce45
Add check-dist.yml
2021-08-25 11:29:50 -04:00
MaksimZhukov
25316bbc1f
Merge pull request #305 from MaksimZhukov/mazhuk/adding-support-for-monorepos
...
Support caching for mono repos and repositories with complex structure
v2.4.0
2021-08-05 19:17:12 +03:00
Maxim Lobanov
76a4cff9ae
update readme and dist files
2021-08-05 12:00:47 +00:00
Maxim Lobanov
a869e7cc2d
Merge branch 'main' of https://github.com/MaksimZhukov/setup-node into mazhuk/adding-support-for-monorepos
2021-08-05 11:48:54 +00:00
MaksimZhukov
a0cdab1110
Merge pull request #299 from actions/malob/adr-caching-monorepos
...
ADR for support caching for mono repos and repositories with complex structure
2021-08-05 10:53:54 +03:00
Alena Sviridenko
4d0182af5e
Merge pull request #310 from actions/revert-308-v-alsvir/disable-cache-usage-temp-v2
...
Revert "Temporarily disabled cache usage for v2"
v2.3.2
2021-08-04 17:21:06 +03:00
Alena Sviridenko
896ee80599
Restore YARN flag
2021-08-04 17:04:32 +03:00
Alena Sviridenko
d21ecc7c5b
Revert "Temporarily disabled cache usage for v2"
2021-08-04 17:00:35 +03:00
Alena Sviridenko
d6e3b5539e
Merge pull request #308 from actions/v-alsvir/disable-cache-usage-temp-v2
...
Temporarily disabled cache usage for v2
v2.3.1
2021-08-03 19:20:30 +03:00
AlyonaSviridenko
db716f881a
Add yarn env variable
2021-08-03 18:53:52 +03:00
AlyonaSviridenko
c24389f79e
Staging unstaged
2021-08-03 18:37:52 +03:00
AlyonaSviridenko
004fb83876
Temporarily disabled cache usage
2021-08-03 18:33:25 +03:00
MaksimZhukov
180b77fed2
Update the caching section in the README
2021-08-03 17:18:13 +03:00
MaksimZhukov
9f31dbbbc4
Support caching for mono repos and repositories with complex structure
2021-08-02 20:44:59 +03:00
MaksimZhukov
aa759c6c94
Merge pull request #278 from jacobwgillespie/cache-pnpm
...
Add pnpm caching support
v2.3.0
2021-07-20 15:22:13 +03:00
Jacob Gillespie
0ae03de2b7
Reorder to npm, yarn, pnpm
2021-07-15 20:14:30 +01:00
Maxim Lobanov
4bc87b8e10
Bump e2e tests to 6.10.0
2021-07-15 14:51:41 +03:00
Jacob Gillespie
b96348a4e9
Remove unused imports
2021-07-15 12:46:07 +01:00
Jacob Gillespie
3af302a4f2
Switch to pnpm store path command
2021-07-15 12:43:19 +01:00
Jacob Gillespie
f452812b44
Unmock fs.existsSync after tests
2021-07-15 12:40:08 +01:00
Maxim Lobanov
f43d8a1f27
Update 0001-support-caching-deps-for-monorepos.md
2021-07-15 13:23:09 +03:00
Jacob Gillespie
e93556ca66
Mock fs.existsSync in tests
2021-07-14 20:11:07 +01:00
Jacob Gillespie
0453e516eb
Regenerate compiled files
2021-07-14 15:25:55 +01:00
Jacob Gillespie
399982b368
Move existence check to cache-save
2021-07-14 15:25:45 +01:00
Jacob Gillespie
d278e78bdd
Add logic to check that cache folder exists
2021-07-14 13:06:33 +01:00
Jacob Gillespie
fdbc93ea6e
Add disclaimer to pnpm action example, pin action
2021-07-14 13:03:28 +01:00
Jacob Gillespie
f24e78e0f6
Update __tests__/cache-save.test.ts
...
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
2021-07-14 13:01:18 +01:00
Maxim Lobanov
3c1fbef7d3
Update 0001-support-caching-deps-for-monorepos.md
2021-07-13 20:35:24 +03:00
Maxim Lobanov
5aa72c249a
Apply suggestions from code review
...
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
2021-07-13 19:36:58 +03:00
Maxim Lobanov
d9aab2aba4
dra
2021-07-13 16:28:09 +03:00
Jacob Gillespie
162ddf7c40
Add pnpm caching support
2021-06-30 20:17:23 +01:00
Maxim Lobanov
38d90ce44d
Merge pull request #277 from actions/malob/update-readme
...
Update readme to describe new NVM LTS syntax
v2.2.0
2021-06-30 15:20:50 +03:00
Maxim Lobanov
e1e1d4c853
Update README.md
...
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
2021-06-30 15:12:34 +03:00
Maxim Lobanov
40f85c8c97
update readme
2021-06-30 15:07:45 +03:00
Maxim Lobanov
e215578cb0
Merge pull request #272 from akv-platform/add-caching-for-node-dependencies
...
Implementation of node's caching
2021-06-30 14:07:42 +03:00
Maxim Lobanov
9af89732f0
Merge pull request #274 from actions/v-mazhuk/automate-releasing-new-versions
...
Automate releasing new action versions
2021-06-30 14:05:58 +03:00
Dmitry Shibanov
cfe70f9fe8
update dependencies
2021-06-30 13:08:07 +03:00
Dmitry Shibanov
b259ba49fe
rebuild project
2021-06-30 11:41:00 +03:00
Dmitry Shibanov
55e10498cf
Merge branch 'main' into add-caching-for-node-dependencies
2021-06-30 11:39:23 +03:00
Maxim Lobanov
bcb4cecf9b
Merge pull request #270 from gordey4doronin/gordey/support-lts-syntax
...
Support LTS aliases
2021-06-30 11:32:30 +03:00
Dmitry Shibanov
72922790cb
fix for documentation
2021-06-30 10:39:46 +03:00
Gordey Doronin
48042628a6
Stricter check and cleaner messaging
2021-06-30 09:34:42 +02:00
Gordey Doronin
8624ddbdce
Extract common setup logic to hook
2021-06-30 09:27:49 +02:00
Maxim Lobanov
282049a5b1
regenerate license ( #7 )
...
* regenerate license
* npm run build
* sync branches
* rebuild project
* fix test
Co-authored-by: Dmitry Shibanov <dmitry-shibanov@github.com>
2021-06-29 13:34:35 +03:00
MaksimZhukov
87a21fa69e
Automate releasing new action versions
2021-06-29 12:33:36 +03:00
Maxim Lobanov
e79375d669
Merge pull request #266 from actions/malob/cache-adr
...
Create ADR for integrating cache functionality to setup-node action
2021-06-29 09:50:06 +03:00
Gordey Doronin
57b9c8c424
Don't run verify check on lts syntax
2021-06-25 12:13:33 +02:00
Gordey Doronin
4bef829942
Add e2e test for lts-syntax
2021-06-25 11:56:15 +02:00
Gordey Doronin
9b447f0b81
Fix paths for windows tests
2021-06-25 11:48:41 +02:00
Dmitry Shibanov
d36a3314a5
work on resolving comments
2021-06-25 12:06:49 +03:00
Gordey Doronin
c2dfe2df98
Reuse manifest code
2021-06-22 17:52:06 +02:00
Dmitry Shibanov
f2b87bb2c2
Squashed commit of the following:
...
commit 446068aff1ec25da69c5b6af6d01dd19b230b4b2
Author: Alena Sviridenko <alenasviridenko@github.com>
Date: Tue Jun 22 17:51:35 2021 +0300
updated headers
commit d7e254e6e9534bb627373b7e40400cc45a888815
Author: Alena Sviridenko <alenasviridenko@github.com>
Date: Thu Jun 17 17:35:34 2021 +0300
updated links
commit ffd9956eda8c43e846f3305bad21fa064b07280f
Author: AlyonaSviridenko <alenasviridenko@github.com>
Date: Thu Jun 17 17:33:41 2021 +0300
Added advanced usage
commit 1e068f031030962d380a1bae32beb806d1c6f818
Author: AlyonaSviridenko <alenasviridenko@github.com>
Date: Thu Jun 17 15:07:42 2021 +0300
Updated readme with caching
commit 7528c3399a9c8e0b4e63f7a079e0078af6b92d6a
Author: Maxim Lobanov <v-malob@microsoft.com>
Date: Wed Jun 16 14:43:46 2021 +0300
Update versions.yml
2021-06-22 18:32:22 +03:00
Gordey Doronin
d9ce83b637
Formatter
2021-06-22 16:11:44 +02:00
Gordey Doronin
56c3db9dda
Cleanup redundant leftover
2021-06-22 15:51:57 +02:00
Gordey Doronin
92722aec8c
Logic remastered to not force check-latest
2021-06-22 15:45:25 +02:00
Gordey Doronin
c62861c1e7
Rename
2021-06-22 13:10:16 +02:00
Gordey Doronin
36d2ce149e
Switch warning to info logging
2021-06-21 14:33:27 +02:00
Gordey Doronin
bcdcde00c0
Stage dist files
2021-06-21 11:40:55 +02:00
Gordey Doronin
0ec4841e4b
Function renaming
2021-06-21 11:39:00 +02:00
Gordey Doronin
e761a7024e
Interface extraction
2021-06-21 11:37:50 +02:00
Gordey Doronin
c8c6442c74
Add brief comment about supported formats
2021-06-21 11:37:06 +02:00
Gordey Doronin
fa68745dc0
Test coverage for uknown and malformed aliases
2021-06-17 18:53:38 +02:00
Gordey Doronin
c8889b24a3
Support lts/* alias
2021-06-17 18:34:09 +02:00
Gordey Doronin
88d5bfde31
Support LTS aliases
2021-06-17 17:51:02 +02:00
Dmitry Shibanov
1088324e41
remove workaround
2021-06-17 17:47:24 +03:00
Dmitry Shibanov
05f3e9f4fa
remove eol in gitattributes
2021-06-17 17:20:16 +03:00
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
2021-06-16 09:52:44 +03:00
Maxim Lobanov
5929471019
Update 0000-caching-dependencies.md
2021-06-02 15:52:17 +03:00
Maxim Lobanov
1bf30534fd
Update docs/adrs/0000-caching-dependencies.md
...
Co-authored-by: Alejandro Pauly <alepauly@github.com>
2021-05-26 17:29:27 +03:00