Commit Graph

76 Commits

Author SHA1 Message Date
david
7a930d7def Feature: Adding test build for testing images
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-12 09:13:20 +02:00
d8a7589e5e Merge pull request 'Feature: Remove jvm-impl choice since Adoptium only offers hotspot impl' (#6) from feature/remove_jvm_impl_choice into develop
Reviewed-on: #6
2024-05-12 08:51:49 +02:00
david
1b395c6c68 Feature: Remove jvm-impl choice since Adoptium only offers hotspot impl
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-12 08:48:01 +02:00
cfcff034c4 Merge pull request 'Feature: Fixing name in .drone.yml' (#5) from feature/fixing_warp4j_names_for_build into develop
Reviewed-on: #5
2024-05-12 08:40:19 +02:00
david
f463391e0f Feature: Fixing name in .drone.yml
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-12 08:11:28 +02:00
bce7315995 Merge pull request 'feature/add_drone_support' (#4) from feature/add_drone_support into develop
Reviewed-on: #4
2024-05-12 00:29:49 +02:00
david
5d03fbe45e Feature: Changing from push to pull_request event
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-12 00:15:44 +02:00
david
21cf3c330b Feature: Adding first draft of .drone.yml.
Some checks reported errors
continuous-integration/drone Build was killed
continuous-integration/drone/push Build is passing
2024-05-11 23:55:00 +02:00
cb03fbf739 Merge pull request 'feature/using_new_adoptium_url' (#3) from feature/using_new_adoptium_url into develop
Reviewed-on: #3
2024-05-11 21:16:57 +02:00
241aae92b4 Merge pull request 'Feature: Updating to new domain name' (#2) from feature/update_domain into develop
Reviewed-on: #2
2024-05-11 21:15:59 +02:00
david
3352169028 Feature: Fixing class-path 2024-05-11 21:07:27 +02:00
david
d15b451319 Feature: Updating url and parser to fetch from Adoptium 2024-05-11 20:16:48 +02:00
david
938ac7f33d Feature: Updating to new domain name 2024-05-11 09:09:28 +02:00
David
6ee83e1056 feature/manual_and_auto_classpath_option (#1)
Reviewed-on: https://git.kirby-link.dd-dns.de/public/warp4j/pulls/1
2022-08-12 18:40:09 +02:00
Serge Guzik
aeffdc3eb5 fix: Too many arguments message does not list all redundant arguments 2019-02-28 16:53:50 +02:00
Serge Guzik
b19e527e55 feat: Remove downloaded archives after uncompressing 2019-02-20 14:20:55 +02:00
Serge Guzik
b496a3f1af feat: Filter distributions and take normal heap size 2019-02-20 14:20:12 +02:00
Serge Guzik
c43f699705 refactor: Generalize logging 2019-02-20 12:28:08 +02:00
Serge Guzik
a118ec64db docs: Update help and README 2019-02-18 16:37:27 +02:00
Serge Guzik
e8de4b7e8e refactor: Add more potential error handling 2019-02-18 16:36:46 +02:00
Serge Guzik
e0e2b028f3 chore: Make separate Dockerfile for docker hub 2019-02-17 14:21:21 +02:00
Serge Guzik
5cc7b21eb2 docs: Make separate docker README 2019-02-17 13:34:46 +02:00
Serge Guzik
645c9b4098 docs: Install stable version 2019-02-17 13:04:24 +02:00
Serge Guzik
7e97d4afce feat: Add option to list available releases 2019-02-17 12:56:58 +02:00
Serge Guzik
2050fa61fc chore: Add Dockerfile 2019-02-16 21:12:49 +02:00
Serge Guzik
a490e3f868 docs: Make separate INSTALL document 2019-02-16 21:12:03 +02:00
Serge Guzik
85c9732271 refactor: Rename '--target-*' options 2019-02-16 17:47:37 +02:00
Serge Guzik
bd33a10f07 feat: Add 'file' dependency 2019-02-16 17:46:39 +02:00
Serge Guzik
1c3dadab32 fix: Executable not found when creating archive for windows 2019-02-16 17:44:59 +02:00
Serge Guzik
c18dd33c53 feat: Add ability to override cache location with environment variable 2019-02-16 13:25:36 +02:00
Serge Guzik
9702fbf328 refactor: Temporary binaries are now created in cache 2019-02-16 13:23:19 +02:00
Serge Guzik
3c2cf64c3d docs: Mention that JDK and JRE are not required to be installed 2019-02-15 11:56:43 +02:00
Serge Guzik
4fe236386a docs: Use 'bash -c' instead of 'eval' and 'install' instead of 'mv,...' 2019-02-15 11:44:41 +02:00
Serge Guzik
2a3771f0fd feat: Add option to override output directory 2019-02-15 11:36:51 +02:00
Serge Guzik
4e87231b59 chore: Use 'install' instead of 'cp, chmod, mv,...' 2019-02-15 11:32:49 +02:00
Serge Guzik
19ebc90cc5 chore: Show missing dependencies after install 2019-02-15 11:31:04 +02:00
Serge Guzik
7670f5d03a chore: Improve install script error handling 2019-02-14 20:35:22 +02:00
Serge Guzik
94391201ba docs: Add one-liner to install 2019-02-14 19:43:19 +02:00
Serge Guzik
72ca8260c8 chore: Add install script 2019-02-14 19:42:45 +02:00
Serge Guzik
e145f518d8 docs: Update README 2019-02-14 18:08:36 +02:00
Serge Guzik
5b99571ef4 docs: Update help 2019-02-14 18:08:21 +02:00
Serge Guzik
bc8088402d feat: Improve java archive recognition 2019-02-14 17:34:35 +02:00
Serge Guzik
43460d2f67 feat: Show warning if zip is not available
Do not crash trying to create archive for windows if zip is not available, just show warning and continue.
2019-02-14 17:33:53 +02:00
Serge Guzik
86634f8207 refactor: Remove unused options parsing 2019-02-14 17:30:55 +02:00
Serge Guzik
6cfa23dc20 feat: Drop support for Cygwin and MinGW 2019-02-14 17:29:25 +02:00
Serge Guzik
d73e02cd9d refactor: Quote all variables with potential spaces within 2019-02-13 18:39:19 +02:00
Serge Guzik
436c7cae3d fix: macOS distro uncompressing on macOS 2019-02-13 17:41:30 +02:00
Serge Guzik
5ecb3eabdb fix: $distro_info passing 2019-02-13 13:55:06 +02:00
Serge Guzik
fc0f53cc2f docs: Make install command work on fresh macOS 2019-02-13 13:54:23 +02:00
Serge Guzik
412bed9894 feat: Strip debug to further decrease bundle size 2019-02-13 13:10:40 +02:00