Ivan Zosimov
5ee8b21df4
Change definition of the cache input and rewrite README
2022-04-21 15:58:14 +02:00
IvanZosimov
3a3f8d0d3c
Merge pull request #3 from IvanZosimov/compiler-caching
...
Added caching for compiler's dependencies
2022-04-20 17:53:23 +02:00
Ivan Zosimov
ede5159e42
Fix review points
2022-04-20 17:36:08 +02:00
Ivan Zosimov
832658fa34
Fixed text of the error
2022-04-20 17:07:52 +02:00
Ivan Zosimov
9bc7dce839
Fix typo
2022-04-20 16:54:50 +02:00
Ivan Zosimov
8c8442b8f8
Change behavior of the exception throwing
2022-04-20 16:43:06 +02:00
Ivan Zosimov
c64d0e04b0
Adjust unit-tests for supporting new feature
2022-04-18 18:50:24 +02:00
Ivan Zosimov
661954d154
Add caching of the compiler's temporary files
2022-04-18 17:57:33 +02:00
IvanZosimov
c8ed3f974d
Merge pull request #1 from dmitry-shibanov/v-dmshib/modules-caching
...
regenerate dependencies
2022-04-12 19:25:03 +02:00
Dmitry Shibanov
e7d12af31e
regenerate package-lock.json
2022-04-11 18:32:34 +02:00
Dmitry Shibanov
666e762399
Merge branch 'modules-caching' into v-dmshib/modules-caching
2022-04-11 18:09:48 +02:00
Ivan Zosimov
3b613b0b82
Change actions/cache dependency to version 2.0.2
2022-04-11 18:06:03 +02:00
Ivan Zosimov
d8930c523d
Add unit tests to the new feature
2022-04-07 13:13:11 +02:00
Ivan Zosimov
1466d1b901
Add functionality for caching with GHES
2022-04-07 11:44:23 +02:00
Ivan Zosimov
e72fc4648f
Fix cache-save.ts file
2022-04-04 19:50:32 +02:00
Ivan Zosimov
c733861b29
Fix review points
2022-04-04 19:29:29 +02:00
Dmitry Shibanov
fce3a09c89
Merge branch 'modules-caching' into v-dmshib/modules-caching
2022-04-01 14:34:20 +02:00
Ivan Zosimov
c1691a39b4
Change text message in unit-test related to cache-restore file
2022-04-01 12:26:59 +02:00
Ivan Zosimov
b427445125
Change documentation according to changes brought by feature
2022-04-01 12:23:22 +02:00
Ivan Zosimov
2968ddac8d
Format text of messages in the unit-tests
2022-04-01 11:51:57 +02:00
Ivan Zosimov
104f9bb034
Add unit-tests for cache-restore file
2022-03-31 21:19:33 +02:00
Ivan Zosimov
0d5a33faa6
Merge branch 'modules-caching' into modules-caching-tests
2022-03-30 11:46:29 +02:00
Ivan Zosimov
3f2174ee39
Fix actions/cache module version and add tsc command to build command
2022-03-30 11:32:18 +02:00
Ivan Zosimov
ccf8d261da
Fix review points and rebuild solution
2022-03-30 11:03:10 +02:00
Ivan Zosimov
1a1c412f7e
Merge branch 'modules-caching' into modules-caching-tests
2022-03-30 11:00:12 +02:00
Ivan Zosimov
ed123a232f
Merge branch 'main' into modules-caching
2022-03-30 10:18:08 +03:00
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
2022-03-29 15:16:03 -04:00
Brian Cristante
a5865a93f2
Merge pull request #211 from Frassle/awaitmkdirp
...
await io.mkdirP
2022-03-28 09:47:39 -04:00
Fraser Waters
13df686579
Update dist
2022-03-28 14:23:54 +01:00
Brian Cristante
8e9a229830
Merge pull request #210 from vsafonkin/v-vsafonkin/update-readme-v3
...
Update README to v3
2022-03-28 09:19:11 -04:00
Fraser Waters
0b4fbc55f6
await io.mkdirP
2022-03-28 10:54:44 +01:00
Vladimir Safonkin
acdbc5377c
Remove stable input description from README
2022-03-28 10:24:34 +02:00
Vladimir Safonkin
3e6475c089
Update README to v3
2022-03-25 09:53:28 +01:00
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
2022-03-24 09:32:50 -04:00
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>
2022-03-24 11:54:47 +00:00
Brian Cristante
75726802f3
Merge pull request #175 from mmlb/do-not-export-GOROOT
...
Do not export GOROOT for Go versions >= 1.9
2022-03-17 16:02:21 -04:00
Josh Gross
0c03929337
Remove duplicated spyOn
2022-03-14 12:32:36 -04:00
Josh Gross
229eefa42b
Update dist
2022-03-14 12:24:32 -04:00
Josh Gross
802876f7c7
Fix formatting
2022-03-14 12:23:03 -04:00
Josh Gross
2a34c33bd7
Export GOROOT
for versions < 1.9
2022-03-14 12:21:30 -04:00
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>
2022-03-11 08:26:16 -05:00
Brian Cristante
9a1626044c
Merge pull request #204 from actions/joshmgross/service-codeowners
...
Update CODEOWNERS to actions-service
2022-03-10 13:33:03 -05:00
Josh Gross
24c791c06c
Update CODEOWNERS to actions-service
2022-03-10 13:29:40 -05:00
Manuel Mendez
ec07be593a
Add test for export of GOROOT to env var
...
Signed-off-by: Manuel Mendez <mmendez534@gmail.com>
2022-03-09 08:56:55 -05:00
Ivan Zosimov (Akvelon INC)
c8d315d95f
Merge branch 'main' into modules-caching
2022-03-05 13:38:05 +03:00
Ivan Zosimov (Akvelon INC)
07ecad3aa8
Add changes before sync with upstream
2022-03-05 13:24:53 +03:00
Ivan Zosimov (Akvelon INC)
4d62da4173
Add some unit tests fot cache-utils.ts file
2022-03-05 11:01:57 +03:00
Ivan Zosimov (Akvelon INC)
2d0c507407
Change cache-save.ts file
2022-03-04 09:51:45 +03:00
Ivan Zosimov (Akvelon INC)
8d80cd6b60
Change code according to review points
2022-02-28 15:30:28 +03:00
Ivan Zosimov (Akvelon INC)
86d1cd689b
Change code according to review points
2022-02-28 14:02:27 +03:00