886 Commits

Author SHA1 Message Date
Marco Vermeulen
ce39e2d162 Update version of production to 3.2.4 3.2.4 2015-10-28 19:22:21 +00:00
Marco Vermeulen
cbf177820b Improve archive extraction and moving of sdk folder. 2015-10-28 18:28:44 +00:00
Marco Vermeulen
631f383794 Merge pull request #381 from ataylor284/master
Allow other pagers besides "less" to be used.
2015-10-28 13:51:38 +00:00
Marco Vermeulen
b233936eb0 Merge pull request #383 from ligun/fix-to-work-with-cygwin
Fix "not valid in thes context" when working with Cygwin
2015-10-28 11:26:28 +00:00
Marco Vermeulen
ddf2004f8a Merge pull request #382 from nobeans/fix-outdated-error
Fix "find: xxx: No such file or directory" error when using 'outdated' command
2015-10-28 11:21:58 +00:00
ligun
108eefbaff add double quotation to the path 2015-10-27 12:43:33 +09:00
Yasuharu Nakano
3b741bdab9 Fix "find: xxx: No such file or directory" error when using 'outdated' command 2015-10-27 11:05:01 +09:00
Andrew Taylor
c833cb0b4f Respect the PAGER environment variable to allow other pagers besides "less" to be used. 2015-10-26 14:55:00 -06:00
Marco Vermeulen
4a8cbc0bc2 FIX - Check if directory is a symlink when performing candidate upgrade. 2015-10-26 20:36:37 +00:00
Marco Vermeulen
b9bc27e33c FIX - Re-create current links in moved candidate folders. 2015-10-26 18:44:06 +00:00
Marco Vermeulen
ba196cfd89 IMPROVEMENT - Upgrade to Gradle 2.8. 2015-10-25 22:34:12 +00:00
Marco Vermeulen
2a22c771cc IMPROVEMENT - Set up Gitter sdkman/cli-dev chat integration with drone CI. 2015-10-25 22:33:32 +00:00
Marco Vermeulen
335ac8b690 FIX - Fix rmdir selfupdate bug on OSX
Removes obsolete  --ignore-fail-on-non-empty for rmdir command on OSX.
2015-10-25 22:16:46 +00:00
Marco Vermeulen
049687383c Updates build badge. 2015-10-25 06:36:35 +00:00
Marco Vermeulen
edd54538aa Revert "IMPROVEMENT - Update gitter badge to point to main sdkman channel."
This reverts commit 15d4999bfc.
2015-10-23 08:41:38 +01:00
Marco Vermeulen
15d4999bfc IMPROVEMENT - Update gitter badge to point to main sdkman channel. 2015-10-23 08:38:01 +01:00
Felipe
c323cbf449 FIX - Init always SDKMAN_CANDIDATES_DIR variable. 2015-10-22 14:00:31 +01:00
Marco Vermeulen
8c0bb2ed84 Merge pull request #377 from sdkman/move_candidates_into_dedicated_candidates_folder
FEATURE #374 - Fix logic around migrating candidates in selfupdate script.
2015-10-22 13:50:23 +01:00
Felipe
aa4469bf6a FEATURE #374 - Fix logic around migrating candidates in selfupdate script. 2015-10-22 13:49:08 +01:00
Marco Vermeulen
9943cd2fac Merge pull request #376 from sdkman/move_candidates_into_dedicated_candidates_folder
FEATURE #374 - Move candidates into dedicated candidates folder
2015-10-22 13:38:06 +01:00
Felipe
b7a723fad9 FEATURE #374 - Adding logging for moving and symlinking in the selfupdate script. 2015-10-22 13:37:20 +01:00
Felipe
c9bc061a91 FEATURE #374 - Moving and symlinking candidates into new location. 2015-10-22 13:31:06 +01:00
Felipe
f001120f6a FEATURE #374 - Prime sdkman_candidates global var in sdkman-init.sh instead of install.sh. 2015-10-22 13:07:47 +01:00
Felipe
557806c049 FEATURE #374 - Move candidates into dedicated candidates folder. 2015-10-22 13:04:18 +01:00
Marco Vermeulen
4e2b6b6c93 IMPROVEMENT - Add a Gitter badge for user-issues chat. 2015-10-20 10:02:18 +01:00
Marco Vermeulen
d691ca18ca IMPROVEMENT - Add back preparation of candidate list. Remove obsolete empty candidate folders. 2015-10-19 18:54:42 +01:00
Marco Vermeulen
0169f9c9d2 IMPROVEMENT - Tidy up selfupdate and install shell scripts. 2015-10-19 18:44:32 +01:00
Marco Vermeulen
5ca95c4088 FEATURE #371 - Cache candidate list on serverside. 2015-10-16 13:59:56 +03:00
Marco Vermeulen
4d4af526fa Add drone webhook. 2015-10-14 21:41:11 +03:00
Marco Vermeulen
480abb1036 IMPROVEMENT - Add test to check for duplicate path entries and tweaks init script. 2015-10-13 18:21:59 +03:00
Dylan Cali
ea2df582d5 Dynamically reinitialize sdkman
Check whether a candidate is on the path each time sdkman_init.sh is
sourced. If the candidate is not on the path prefix it, otherwise do
nothing.

This should resolve #251 and resolve #299

Since the path is dynamically checked now the SDKMAN_INIT flag and test
are no longer necessary
2015-10-13 18:21:59 +03:00
Dylan Cali
b83c551995 add test for reinitializing after reset PATH 2015-10-13 18:21:59 +03:00
Marco Vermeulen
3bd5333835 IMPROVEMENT - Improves text in help command. 2015-10-13 16:26:06 +03:00
Marco Vermeulen
c9e6de1ad0 FEATURE #371 - Update help page to show candidate optional on list command. 2015-10-13 12:33:43 +03:00
Marco Vermeulen
64e053eac2 IMPROVEMENT - Add less keyboard shortcut hints to candidate list view. 2015-10-13 11:48:41 +03:00
Marco Vermeulen
e317feec55 IMPROVEMENT - Remove obsolete legacy templates. 2015-10-13 11:40:36 +03:00
Marco Vermeulen
2755c3b3da IMPROVEMENT - Use less instead of more for candidate list command. 2015-10-13 11:32:46 +03:00
Marco Vermeulen
8307d22050 IMPROVEMENT - Clean code of server candidate list implementation. 2015-10-13 11:25:56 +03:00
Marco Vermeulen
c8b3ae2030 IMPROVEMENT - Reformat candidate list view server code. 2015-10-13 11:12:09 +03:00
Marco Vermeulen
8e6ef27145 IMPROVEMENT - Upgrade to Groovy 2.4.5. 2015-10-10 23:39:07 +03:00
Marco Vermeulen
ceca6900ea FEATURE #371 - Implement serverside functionality for Candidate List. 2015-10-10 23:38:24 +03:00
Marco Vermeulen
67238be220 FIX - Pipes output of list candidates to more. 2015-10-07 13:48:10 +01:00
Marco Vermeulen
8dd4a5808b FEATURE #371 - Render Candidate List with less. [MV|FF] 2015-10-07 13:39:05 +01:00
Marco Vermeulen
06eda9ae8b FEATURE #371 - Introduce list candidates command line functionality. [MV|FF] 2015-10-07 13:35:35 +01:00
Marco Vermeulen
2048afeb87 FEATURE #371 - Rename and refactor list versions serverside functionality. [MV|FF] 2015-10-07 13:34:58 +01:00
Marco Vermeulen
22b09c88ef Uses os.name property inside UnixUtils. 2015-10-05 19:12:44 +01:00
Marco Vermeulen
d37fceb168 Renames List Candidates feature to List Candidate Versions. 2015-10-05 19:01:18 +01:00
Marco Vermeulen
d4efb3d4c9 Merge pull request #367 from felipefzdz/master
Make tests portable across different platforms removing hardcoded Linux reference.
2015-10-05 08:30:19 +01:00
Felipe
41550d3279 Make tests portable across different platforms removing hardcoded Linux reference. 2015-10-01 22:12:09 +01:00
Marco Vermeulen
d121e79851 Ensure that home variables are updated on use command. Extract function to set candidate home. 2015-10-01 08:24:16 +01:00