Kirill Chernyshov
a3c5119839
Prepare version 10.0
10.0
2022-10-31 10:43:24 +01:00
Kirill Chernyshov
c8050e4dbd
Merge pull request #76 from DeLaGuardo/cli/resolve-latest-version
...
Use stable ClojureCLI version if requested latest
2022-10-31 10:39:53 +01:00
Kirill Chernyshov
0a8c186e50
Use stable ClojureCLI version if requested latest
2022-10-25 13:10:46 +02:00
Kirill Chernyshov
05cb4bfdf5
Prepare 9.5 release
9.5
2022-08-29 10:40:49 +02:00
Kirill Chernyshov
18d583aeed
Merge pull request #71 from fluree/fix/respect-arch-when-installing-babashka
...
Install arm64 babashka in arm64 runners
2022-08-29 10:29:11 +02:00
Wes Morgan
ad55de5e88
Install arm64 babashka in arm64 runners
2022-08-26 14:42:58 -06:00
Sergei Zharinov
75e4242836
Add caching step sample to README.md
( #64 )
...
This would be useful to have a snippet rather than searching this somewhere else
2022-08-12 15:50:08 +02:00
Kirill Chernyshov
b5e067fe9e
Combine pre/main/post into single run entrypoint ( #68 )
9.4
2022-08-12 15:40:10 +02:00
Kirill Chernyshov
3199aaaa9c
Prepare release 9.3
9.3
2022-07-22 10:58:00 +02:00
Kirill Chernyshov
55ab1002c9
Unify setup for Clojure CLI ( #63 )
2022-07-22 10:56:02 +02:00
Kirill Chernyshov
8bf18942d2
Prepare release 9.2
9.2
2022-07-21 13:07:47 +02:00
ikappaki
3410b07cb0
Install clojure cli tools to a location common to powershell & pwsh ( #62 )
...
* Install clojure cli tools to a location common to powershell & pwsh
* reference PR branch in smoke test
* use fork
* Ref PR in correct job
* Reset action location before merge
Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>
2022-07-21 13:06:37 +02:00
Kirill Chernyshov
4dcfa4bc29
fix smoke test worflow
9.1
2022-07-21 10:57:44 +02:00
Kirill Chernyshov
54d8251fe9
Properly identify java version ( #60 )
...
use `java -XshowSettings:properties -version` to find java version
2022-07-21 10:55:50 +02:00
Kirill Chernyshov
8d08bc1a86
Rename branch
2022-07-20 15:19:23 +02:00
Kirill Chernyshov
46f2616ac7
Merge pull request #58 from DeLaGuardo/boot-on-windows
...
Refactoring: boot.exe on windows and cache for installed tools
9.0
2022-07-20 15:09:16 +02:00
Kirill Chernyshov
57e50d7c3b
Check pre
2022-07-20 15:04:26 +02:00
Kirill Chernyshov
c3c99992f9
Attempt to use pre/post for caching
2022-07-19 12:16:49 +02:00
Kirill Chernyshov
28aba54040
Test boot.exe on windows
2022-07-19 10:38:12 +02:00
Kirill Chernyshov
0481a417df
Prepare 8.0 release
8.0
2022-07-01 12:18:27 +02:00
Kirill Chernyshov
fc73f6f88b
Merge pull request #55 from zharinov/cmd-exe-workaround
...
Install `deps.clj` as workaround for `cmd.exe`
2022-07-01 12:15:47 +02:00
Kirill Chernyshov
31b5c0cb5d
Merge pull request #54 from zharinov/zprint
...
Support for zprint formatter
2022-07-01 12:06:12 +02:00
Sergei Zharinov
560c280202
Update readme
2022-06-28 09:04:57 +03:00
Sergei Zharinov
4936eb844a
Fix smoke test
2022-06-28 08:58:10 +03:00
Sergei Zharinov
5f43e3b2e6
Fix test
2022-06-28 08:50:32 +03:00
Sergei Zharinov
966cb83920
Install deps.clj
as cmd.exe
workaround
2022-06-28 08:48:28 +03:00
Sergei Zharinov
9677d20360
Fix test
2022-06-27 19:44:44 +03:00
Sergei Zharinov
fe5ca14329
Add entrypoint test
2022-06-27 19:39:36 +03:00
Sergei Zharinov
ebab3499b6
Fix fs issue
2022-06-27 19:34:47 +03:00
Sergei Zharinov
da715ab903
fmt
2022-06-27 19:26:31 +03:00
Sergei Zharinov
395689e10e
Support for zprint formatter
2022-06-27 19:23:56 +03:00
Kirill Chernyshov
d3f93a4817
Prepare 7.0 release
7.0
2022-06-16 14:08:13 +02:00
Kirill Chernyshov
fe65acc218
Merge pull request #51 from just-sultanov/add-cljstyle-support
...
Add cljstyle support
2022-06-16 14:02:45 +02:00
Kirill Chernyshov
d609163a05
Merge branch 'master' into add-cljstyle-support
2022-06-16 14:02:16 +02:00
Ilshat Sultanov
3a55fb8d46
Add cljstyle support
2022-06-16 16:57:17 +05:00
Kirill Chernyshov
702cb0a82e
Merge pull request #53 from aviflat/patch-2
...
Update versions of other actions in README example
2022-06-16 12:52:36 +02:00
Kirill Chernyshov
f3ada4db09
Merge pull request #52 from aviflat/patch-1
...
Remove github-token from example in README
2022-06-15 18:19:00 +02:00
Avi Flax @ Latacora
98c7c89fce
Update versions of other actions in README example
...
I noticed that these were out of date and I figure it couldn’t hurt to
keep the ancillary aspects of the example up to date, just in case
people copy-pasta the whole example.
Speaking of which, I was also tempted to add `cache: maven` to
the `setup-java` args since it seems like a good default to me, but
I held off just to keep this change focused on one specific kind of
change. That said, I do think that’d be a good idea.
2022-06-15 12:18:22 -04:00
Avi Flax @ Latacora
5057b75293
Remove github-token from example in README
...
My impression is that this is no longer necessary due to #45 which was released via 5.1.
2022-06-15 12:10:23 -04:00
Kirill Chernyshov
b23a7d0825
Bump version in README
2022-06-10 11:44:24 +02:00
Kirill Chernyshov
9cd7303f70
Merge pull request #50 from DeLaGuardo/refactoring
...
Small refactoring to simplify the check for incomplete input data
6.0
2022-06-10 11:35:04 +02:00
Kirill Chernyshov
db204b4118
Upgrade dependencies
2022-06-10 11:24:53 +02:00
Kirill Chernyshov
fded4810f0
Small refactoring
2022-06-10 11:00:41 +02:00
Kirill Chernyshov
4fcd82c5ec
Merge pull request #49 from zharinov/clj-kondo
...
Add clj-kondo support
2022-06-10 10:47:29 +02:00
Sergei Zharinov
38353796d2
Add clj-kondo support
2022-06-02 09:36:21 +03:00
Kirill Chernyshov
7a3a170982
Merge pull request #48 from zharinov/entrypoint-tests
...
Add unit tests for entrypoint function
2022-05-12 18:59:00 +02:00
Sergei Zharinov
956a521fe1
Add unit tests for entrypoint function
2022-05-12 18:57:55 +03:00
Kirill Chernyshov
f1c081311f
latest version is available for every tool
...
close #46
2022-04-27 09:35:32 +02:00
Kirill Chernyshov
911bc4413d
Merge pull request #45 from MrEbbinghaus/patch-1
...
Set the GitHub token as default
5.1
2022-04-11 15:54:39 +02:00
Björn Ebbinghaus
f0a3632937
Set the GitHub token as default
2022-04-10 18:10:32 +02:00
Kirill Chernyshov
011e216657
Small fix
5.0
2022-04-05 14:44:30 +02:00
Kirill Chernyshov
2c4f3b9416
Release 5.0
2022-04-05 14:34:00 +02:00
Kirill Chernyshov
b73a870437
Merge pull request #43 from zharinov/babashka
...
Babashka support
2022-04-05 14:24:21 +02:00
Kirill Chernyshov
c54d98d36a
Merge pull request #41 from zharinov/unit-test-mocks
...
Refactor unit tests to use mocks
2022-04-05 14:23:17 +02:00
Sergei Zharinov
108b0f1888
Update readme
2022-03-23 15:32:09 +03:00
Sergei Zharinov
4811c048d6
Add unit tests
2022-03-23 10:04:27 +03:00
Sergei Zharinov
fcf1a258ef
Fix auth
2022-03-22 16:01:07 +03:00
Sergei Zharinov
8ef44ef9e8
Fix url
2022-03-22 15:51:04 +03:00
Sergei Zharinov
ba9f215e21
Add support for Babashka
2022-03-22 15:41:09 +03:00
Sergei Zharinov
d6fd7b33f6
Fix
2022-03-20 14:26:44 +03:00
Sergei Zharinov
f7a69f4e60
More tests and refactor
2022-03-20 14:17:06 +03:00
Sergei Zharinov
418cc74752
Refactor unit tests to use mocks
2022-02-21 23:49:37 +03:00
Kirill Chernyshov
f71ef226d2
Bump action version in README
2022-02-21 15:15:30 +01:00
Kirill Chernyshov
a434c7d415
Fix #38 , thanks @zharinov for PR #40
...
Bump dependencies
4.0
2022-02-21 15:12:10 +01:00
Kirill Chernyshov
a7463fd4d6
Merge pull request #40 from zharinov/github-auth-token
...
Support "github-token" parameter
2022-02-21 14:59:57 +01:00
Sergei Zharinov
87bf84f4ca
Revert out-of-scope changes and compiled dist
2022-02-21 13:03:04 +03:00
Sergei Zharinov
8505958fe1
Fix string formatting
2022-02-19 15:55:15 +03:00
Sergei Zharinov
3c49eba702
Provide HOMEBREW_GITHUB_API_TOKEN
2022-02-19 15:49:09 +03:00
Sergei Zharinov
016052c6fc
Support "github-token" parameter
2022-02-19 15:07:04 +03:00
Kirill Chernyshov
fa522696ba
Bump version in README
3.7
2021-12-19 12:19:08 +01:00
Kirill Chernyshov
d8988af733
Merge pull request #37 from DeLaGuardo/issue-36
...
Fix url generation for latest win version
2021-12-19 12:18:00 +01:00
Kirill Chernyshov
fcbd1b5f13
Fix url generation for latest win version
2021-12-19 11:51:28 +01:00
Kirill Chernyshov
0fe110ad5a
Bump version in README
3.6
2021-12-01 18:52:09 +01:00
Kirill Chernyshov
4b90301b8a
Merge pull request #35 from DeLaGuardo/34-add-missing-config-file
...
Use linux-install.sh for Linux and MacOS
2021-12-01 18:50:50 +01:00
Kirill Chernyshov
b43e1c94d9
Use linux-install script
2021-12-01 18:48:22 +01:00
Kirill Chernyshov
0c3aaf47fb
Fix tests
2021-12-01 17:52:09 +01:00
Kirill Chernyshov
3ac60757ef
Add missing configuration file
2021-12-01 17:38:39 +01:00
Kirill Chernyshov
5bc5c9cd03
Merge pull request #32 from frenchy64/patch-1
...
Fix version in readme
2021-08-06 10:38:41 +02:00
Kirill Chernyshov
0cc08aab21
Update setup-java action's version
2021-08-06 10:37:54 +02:00
Ambrose Bonnaire-Sergeant
d01558f08a
Fix version in readme
2021-08-05 13:17:48 -04:00
Kirill Chernyshov
5042876523
Merge pull request #30 from DeLaGuardo/upgrade-dependencies
...
Upgrade dependencies and nodejs
3.5
2021-06-01 10:11:36 +02:00
Kirill Chernyshov
0b7739d599
Upgrade dependencies and nodejs
2021-06-01 10:07:47 +02:00
Kirill Chernyshov
45c53ddafe
Update version tag in the README file
3.4
2021-06-01 09:51:29 +02:00
Kirill Chernyshov
28c1e37e17
Merge pull request #29 from palloberg/master
...
Make it work on self-hosted runners without Java installed
2021-05-31 21:49:34 +02:00
Paul Loberg
458b56878e
Make all smoke tests use the local action
2021-05-31 16:46:14 +02:00
Paul Loberg
4a2f78e98e
Pass PATH and JAVA_CMD when exec'ing the setup scripts
2021-05-31 16:40:00 +02:00
Kirill Chernyshov
38cb63c34a
Merge pull request #27 from DeLaGuardo/tdeps-deprecation-on-windows
...
Do not fail on windows with specified 'tools-deps' instead of 'cli'
3.3
2021-05-16 14:07:08 +02:00
Kirill Chernyshov
6a1d1d403a
Do not fail on windows with specified 'tools-deps' instead of 'cli'
2021-05-14 10:38:13 +02:00
Kirill Chernyshov
12f4eac607
Upgrade dependencies
2021-05-10 11:30:39 +02:00
Kirill Chernyshov
3e7b376abc
Update README
2021-03-24 17:58:20 +01:00
Kirill Chernyshov
876708bc5b
Merge pull request #21 from DeLaGuardo/cli-windows
...
Provision clojure cli on windows
3.2
2021-03-24 14:03:50 +01:00
Kirill Chernyshov
8361a25454
More fixes
2021-03-24 13:56:31 +01:00
Kirill Chernyshov
a57db9cc59
Use include instead of exclude
2021-03-24 13:52:08 +01:00
Kirill Chernyshov
21d39bb433
Use powershell as runner for smoke test
2021-03-24 13:47:56 +01:00
Kirill Chernyshov
f634d28167
Specify install location
2021-03-24 13:41:01 +01:00
Kirill Chernyshov
5beea5a7ac
Use powershell -c
2021-03-24 13:29:15 +01:00
Kirill Chernyshov
3ef99499b0
Provision clojure cli on windows
2021-03-24 13:21:47 +01:00
Kirill Chernyshov
91054c3b9d
Merge pull request #19 from DeLaGuardo/upgrade-dependencies
...
Upgrade dependencies
3.1
2020-12-24 12:32:36 +01:00
Kirill Chernyshov
50dae26811
Upgrade dependencies
2020-12-24 12:30:30 +01:00
Kirill Chernyshov
e73bf2b643
Upgrade dependencies
3.0
2020-10-09 09:41:43 +02:00