Commit Graph

199 Commits (c8ed3f974d00780c27073a812ab7f44cc4821a6d)
 

Author SHA1 Message Date
IvanZosimov c8ed3f974d
Merge pull request #1 from dmitry-shibanov/v-dmshib/modules-caching
regenerate dependencies
3 years ago
Dmitry Shibanov e7d12af31e regenerate package-lock.json 3 years ago
Dmitry Shibanov 666e762399 Merge branch 'modules-caching' into v-dmshib/modules-caching 3 years ago
Ivan Zosimov 3b613b0b82 Change actions/cache dependency to version 2.0.2 3 years ago
Ivan Zosimov d8930c523d Add unit tests to the new feature 3 years ago
Ivan Zosimov 1466d1b901 Add functionality for caching with GHES 3 years ago
Ivan Zosimov e72fc4648f Fix cache-save.ts file 3 years ago
Ivan Zosimov c733861b29 Fix review points 3 years ago
Dmitry Shibanov fce3a09c89 Merge branch 'modules-caching' into v-dmshib/modules-caching 3 years ago
Ivan Zosimov c1691a39b4 Change text message in unit-test related to cache-restore file 3 years ago
Ivan Zosimov b427445125 Change documentation according to changes brought by feature 3 years ago
Ivan Zosimov 2968ddac8d Format text of messages in the unit-tests 3 years ago
Ivan Zosimov 104f9bb034 Add unit-tests for cache-restore file 3 years ago
Ivan Zosimov 0d5a33faa6 Merge branch 'modules-caching' into modules-caching-tests 3 years ago
Ivan Zosimov 3f2174ee39 Fix actions/cache module version and add tsc command to build command 3 years ago
Ivan Zosimov ccf8d261da Fix review points and rebuild solution 3 years ago
Ivan Zosimov 1a1c412f7e Merge branch 'modules-caching' into modules-caching-tests 3 years ago
Ivan Zosimov ed123a232f Merge branch 'main' into modules-caching 3 years ago
Vladimir Safonkin 341b20ac36
Update usage examples on readme (#212)
* Fix action usage examples on readme

* Revert changes on package-lock

* Fix some checkout action version
3 years ago
Brian Cristante a5865a93f2
Merge pull request #211 from Frassle/awaitmkdirp
await io.mkdirP
3 years ago
Fraser Waters 13df686579 Update dist 3 years ago
Brian Cristante 8e9a229830
Merge pull request #210 from vsafonkin/v-vsafonkin/update-readme-v3
Update README to v3
3 years ago
Fraser Waters 0b4fbc55f6 await io.mkdirP 3 years ago
Vladimir Safonkin acdbc5377c Remove stable input description from README 3 years ago
Vladimir Safonkin 3e6475c089 Update README to v3 3 years ago
Brian Cristante 65771601ff
Merge pull request #208 from actions/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
3 years ago
dependabot[bot] fcc0174ef2
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>
3 years ago
Brian Cristante 75726802f3
Merge pull request #175 from mmlb/do-not-export-GOROOT
Do not export GOROOT for Go versions >= 1.9
3 years ago
Josh Gross 0c03929337
Remove duplicated `spyOn` 3 years ago
Josh Gross 229eefa42b
Update `dist` 3 years ago
Josh Gross 802876f7c7
Fix formatting 3 years ago
Josh Gross 2a34c33bd7
Export `GOROOT` for versions < 1.9 3 years ago
Manuel Mendez 83124a14b6 Do not export GOROOT
This has not been necessary since [Go 1.9](https://go.dev/doc/go1.9#goroot) at
least (although clunky to do so then) but definitely not since
[Go 1.10](https://go.dev/doc/go1.10#goroot).

This is cargo culting code that is more than 2 years out of date and runs into
issues when multiple go versions are used in an action run.

Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
3 years ago
Brian Cristante 9a1626044c
Merge pull request #204 from actions/joshmgross/service-codeowners
Update CODEOWNERS to actions-service
3 years ago
Josh Gross 24c791c06c
Update CODEOWNERS to actions-service 3 years ago
Manuel Mendez ec07be593a Add test for export of GOROOT to env var
Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
3 years ago
Ivan Zosimov (Akvelon INC) c8d315d95f Merge branch 'main' into modules-caching 3 years ago
Ivan Zosimov (Akvelon INC) 07ecad3aa8 Add changes before sync with upstream 3 years ago
Ivan Zosimov (Akvelon INC) 4d62da4173 Add some unit tests fot cache-utils.ts file 3 years ago
Ivan Zosimov (Akvelon INC) 2d0c507407 Change cache-save.ts file 3 years ago
Ivan Zosimov (Akvelon INC) 8d80cd6b60 Change code according to review points 3 years ago
Ivan Zosimov (Akvelon INC) 86d1cd689b Change code according to review points 3 years ago
Ivan Zosimov (Akvelon INC) fc2e404438 Merge branch 'main' into modules-caching 3 years ago
Dmitry Shibanov f6164bd8c8
Remove stable input and fix SemVer notation (#195) 3 years ago
Dmitry Shibanov 2bb2aab2fd
update types node (#194) 3 years ago
Dmitry Shibanov edcbc0c2cd
update lockfileVersion (#193) 3 years ago
Ivan Zosimov (Akvelon INC) 2e1e7c7d7e Make some small changes according to review points 3 years ago
Dmitry Shibanov 865dc0ce0e fix tests and change to dirname 3 years ago
Dmitry Shibanov ac150f8555 regenerate dependencies 3 years ago
Ivan Zosimov (Akvelon INC) b50606f375 Rebuild action 3 years ago