Aman Vishwakarma
34cfe0b1e0
Update README.md
7 months ago
gouvinb
8527c84ec3
Quote all references to `JENV_ROOT` variables (and variables that use it) to avoid word splitting.
...
This avoids errors where `JENV_ROOT` contains spaces (e.g. `$HOME/Library/Application Support/jenv`).
11 months ago
Tsonglew
54f95f6758
Fix check shell is fish to support both uppercase and lowercase
1 year ago
Meszaros Mate
037059022a
Refactor setting versions test case
...
Removed unnecessary subshell creations.
2 years ago
Meszaros Mate
d2c5c0e72b
Fix Dockerfile graalvm install step
...
Also removed the unused _ARCH var from the test suite_setup.
2 years ago
Meszaros Mate
01570f8f2f
Remove volatile build and patch numbers
...
This should ensure that tests will not break over time.
2 years ago
Aldo Wachyudi
864a41d992
Add command for Fish shell README.md
...
In "1.3 Adding your Java Environment", I add command for Fish shell. In Fish shell, we should use `()` instead of `$()` for command substitution
2 years ago
Barnesly
b22ec24df5
Merge pull request #435 from andrewflbarnes/bugfix/fish-var-unset
...
fix: fish use set -e instead of unset
2 years ago
andrewflbarnes
ff0bd42196
fix: fish use set -e instead of unset
2 years ago
Barnesly
2195bcc652
Merge pull request #433 from andrewflbarnes/feature/uninitialised-warnings
...
misc: Emit warning on commands if jenv not initialised/loaded
2 years ago
andrewflbarnes
d219b9a4fc
misc: Emit warning on commands if jenv not initialised/loaded
2 years ago
Barnesly
e83400ec40
Merge pull request #434 from andrewflbarnes/bugfix/export-variables
...
fix: bug in export variables appending unnecessary args and spaces
2 years ago
andrewflbarnes
4b0068a97c
fix: bug in export variables appending unnecessary args and spaces
2 years ago
Barnesly
700558b471
Merge pull request #169 from dkowis/fix_rehash_for_fish
...
fix: Copying rbenv's way of handling rehash for fish
2 years ago
Barnesly
ac55170147
Merge pull request #432 from andrewflbarnes/docs/brew-java-install
...
doc: Update brew installation information
2 years ago
andrewflbarnes
3b887b00d9
doc: Update brew installation information
2 years ago
Barnesly
0dd2f86965
Merge pull request #431 from andrewflbarnes/bugfix/doctor-plugins
...
fix: doctor resolves plugin paths correctly
2 years ago
andrewflbarnes
2c2f6c1b71
fix: doctor resolves plugin paths correctly
2 years ago
Barnesly
705a705aa4
Merge pull request #428 from andrewflbarnes/feature/changelog
...
doc: Inclued changelog file and script
2 years ago
Barnesly
56b25632c0
Merge pull request #350 from fwcd/skip-javahome-system-jdk
...
fix: Skip setting `JAVA_HOME` when using system JDK #422
2 years ago
andrewflbarnes
0a22c25649
feat: Add changelog and script for generating using git-cliff
2 years ago
Barnesly
e9153a699e
Merge pull request #425 from andrewflbarnes/bugfix/doctor-suggestion
...
Fix erroneous output in jenv jenv doctor
2 years ago
Barnesly
cfaf62bed6
Merge pull request #404 from jsoref/issue-403
...
Fix jenv-add with missing versions directory
2 years ago
Barnesly
1bf8e044b5
Merge pull request #429 from breun/patch-1
...
Add installation instructions for MacPorts
2 years ago
Nils Breunese
98104afa27
Add installation instructions for MacPorts
2 years ago
Barnesly
6411c81d93
Merge pull request #424 from andrewflbarnes/docs/installation-steps
...
Correct install steps so shell config is separate from source install
2 years ago
andrewflbarnes
1032e0036d
Prepare 0.5.7
2 years ago
andrewflbarnes
0899815645
Reorder installation steps so fully setup before running jenv doctor
...
Also update bad link and add heading for experimental fish support.
2 years ago
Barnesly
cdac18ecd0
Merge pull request #405 from jsoref/add-no-args
...
Gracefully handle `jenv add`
2 years ago
andrewflbarnes
6553062281
Fix erroneous output in jenv jenv doctor
...
Ensures the jenv add text is shown rather than executed
2 years ago
andrewflbarnes
97f7cfa361
Correct install steps so shell config is separate from source install
2 years ago
Barnesly
e87ebb39a0
Merge pull request #349 from stirlingcarter/master
...
docs: fix jenv versions command
2 years ago
Josh Soref
736ad43621
Update libexec/jenv-add
...
Co-authored-by: Barnesly <andrewflbarnes@hotmail.co.uk>
2 years ago
Barnesly
5309380458
Merge pull request #414 from nfawcett/issue-328-show-remove-in-useful-command-list
...
show remove in useful command list
2 years ago
Barnesly
6afc893568
Merge pull request #391 from andrewflbarnes/bugfix/doctor-no-plugin-exit-code
...
Fix jenv doctor exit code when no plugins are enabled
2 years ago
andrewflbarnes
8a68f07dba
Fix jenv doctor plugin checks
...
Use "command ls" to bypass aliases and remove unneeded * which resolves
to the plugin folder contents when we just want the plugin folder.
2 years ago
andrewflbarnes
ceb2175b49
Fix jenv doctor exit code when no plugins are enabled
...
Prevents globbing of JENV_ROOT/plugins/* from resulting in the literal
string being used when no plugins are present in the folder. This was
causing jenv doctor to fail resulting in a non-zero exit code.
2 years ago
Barnesly
783d96fd91
Merge pull request #393 from andrewflbarnes/bugfix/sh-command-eval
...
Fix jenv init so sh-* commands are correctly evaluated
2 years ago
Barnesly
a4e998b158
Merge pull request #417 from JacksonBailey/master
...
Improve phrasing for initial doctor check and export plugin
2 years ago
Barnesly
01ab577c20
Merge pull request #421 from Friendseeker/fix-jenv-doctor-interpolation
...
Remove extra eval added by echo eval "$(jenv init -)"
2 years ago
Jerry Tan
185c9994d9
Fix interpolation adding extra eval
2 years ago
Jackson Bailey
3522070543
Improve phrasing for initial doctor check and export plugin
...
The previous wording confused me and made me think enabling the `export` plugin was meant to be a fix for the errors mentioned in the `doctor` output.
2 years ago
nfawcett
b6327807da
show remove in useful command list
2 years ago
Meszaros Mate
ad07fa2a7c
Extend tests: more jdks and version-name asserts
2 years ago
Meszaros Mate
22a3342419
Refactor tests setup and teardown
2 years ago
Meszaros Mate
21b8c27e71
Fix setting_versions.bats tests
2 years ago
Meszaros Mate
77299d0e8f
Fix adding_jdks.bats tests
2 years ago
Meszaros Mate
93b534c81b
Remove openjdk 1.6 and its test
2 years ago
Meszaros Mate
c298b0cc57
Fix typo in docker tag: rename to jenv:test
2 years ago
Gildas Cuisinier
94c1018066
Merge pull request #406 from jsoref/spelling
...
Spelling
3 years ago