Commit Graph

875 Commits

Author SHA1 Message Date
Marco Vermeulen
bc807d875d Update version of production to 3.2.1 3.2.1 2015-10-25 22:22:37 +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
Marco Vermeulen
67131d99b8 Code formatting. 2015-10-01 08:22:57 +01:00
Marco Vermeulen
3388575096 Fixes issue #363: Sets candidate version as default for new candidates when installed through use command. 2015-09-29 18:00:41 +01:00
Marco Vermeulen
e353435d8e Renames feature file. 2015-09-29 10:56:22 +01:00
Marco Vermeulen
e4cc003f94 Cut over to new sdkman.io domain for broadcast and broker services. 2015-09-26 23:02:17 +01:00
Marco Vermeulen
955d334dcd Adds .bash_profile to be updated in selfupdate. 2015-09-25 16:58:59 +01:00
Marco Vermeulen
e4c5f8259b Fixes bug in building versions csv for candidate. 2015-09-25 08:42:04 +01:00
Marco Vermeulen
8382d57177 Adds scenario for multiple versions in list view. 2015-09-25 08:41:26 +01:00
Marco Vermeulen
6d18ed98b5 Fixes list view rendering. 2015-09-24 22:10:47 +01:00
Marco Vermeulen
e45986b6bc Re-enables and improves List Candidates feature, some minor improvements on the list view function. 2015-09-24 18:38:41 +01:00
Marco Vermeulen
4ca8995676 Fixes sdk list bug. 2015-09-23 08:45:24 +01:00
Marco Vermeulen
50f4e37d16 Clean code. 2015-09-23 08:45:03 +01:00