Commit Graph
33 Commits
Author SHA1 Message Date
Dmitry ShibanovandGitHub 72c43c2d8f Update semver (#861) 2023-09-27 12:57:35 +02:00
Dmitry ShibanovandGitHub 5e21ff4d9b Remove filter for cached paths (#831) 2023-08-15 15:53:46 +02:00
Dmitry ShibanovandGitHub bea5baf987 change getinput to getstate for cache (#816) 2023-08-10 16:32:24 +02:00
Dmitry ShibanovandGitHub c7a93deeac resolve SymbolicLink (#809) 2023-07-13 14:06:23 +02:00
Dmitry ShibanovandGitHub 34050076a5 Add check for existing paths (#803) 2023-07-13 14:03:41 +02:00
Dmitry ShibanovandGitHub cb95c398f6 Update toolkit cache to fix zstd (#804) 2023-07-12 12:13:18 +02:00
Dmitry ShibanovandGitHub c6722d36aa update doc for frozen lock file (#789) 2023-06-22 15:55:14 +02:00
Dmitry ShibanovandGitHub 5b32c9063c Update xml2js (#742) 2023-04-20 12:55:12 +02:00
Dmitry ShibanovandGitHub 9d255ef245 Adjust usage section (#734) 2023-04-06 10:52:43 +02:00
Dmitry ShibanovandGitHub 64ed1c7eab Add support for v8-canary, nightly and rc (#655) 2023-01-05 13:16:21 +01:00
Dmitry ShibanovandGitHub 2349c84f5c Add support for nightly and rc versions (#611) 2022-11-17 14:35:58 +01:00
Dmitry ShibanovandGitHub 6bc15ab23c Update minimatch (#608) 2022-11-14 13:34:05 +01:00
Dmitry ShibanovandGitHub 9b8fcdc725 change datadog to ubuntu docker image (#620) 2022-11-09 18:18:47 +01:00
Dmitry ShibanovandGitHub 00e1b6691b Pass the token input through on GHES (#595) 2022-11-02 12:24:44 +01:00
Dmitry ShibanovandGitHub 16352bb09b Get rid of warnings for set-output (#607) 2022-10-25 16:37:59 +02:00
Dmitry ShibanovandGitHub 788c6ccbd0 remove node-version 12 from matrix (#594) 2022-10-17 12:23:04 +02:00
Dmitry ShibanovandGitHub c96ab56c5b Add information about always-auth input (#585) 2022-10-03 15:15:33 +02:00
Dmitry ShibanovandGitHub 9ced9a43a2 remove version input (#424) 2022-02-24 16:31:57 +03:00
Dmitry ShibanovandGitHub 3e90744edf Update lockfileVersion (#422) 2022-02-24 14:42:19 +03:00
Dmitry ShibanovandGitHub 1f8c6b94b2 Pass to warning uncaught exceptions (#359) 2021-12-28 12:25:43 +03:00
Dmitry ShibanovandGitHub 9a74eb4e64 Throw error only if exit code is note zero. (#358) 2021-12-27 12:34:06 +03:00
Dmitry ShibanovandGitHub 04c56d2f95 update cache to 1.0.8 (#367) 2021-11-29 13:35:08 +03:00
Dmitry ShibanovandGitHub fd4bd829f2 Add issue and pull request templates (#344) 2021-10-18 13:39:58 +03:00
Dmitry ShibanovandGitHub a4b8ed2f4e Update dependencies (#346) 2021-10-14 13:18:01 +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
Dmitry Shibanov 72922790cb fix for documentation 2021-06-30 10:39:46 +03:00
Dmitry Shibanov d36a3314a5 work on resolving comments 2021-06-25 12:06:49 +03: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
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 ShibanovandGitHub 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