Commit Graph

608 Commits

Author SHA1 Message Date
Daniel Perez
4d146ea652 Avoid looking at other plugin shims when reshiming 2017-10-21 12:40:10 +09:00
vic
8a2fd85529 Update CHANGELOG.md 2017-10-18 02:25:53 -05:00
Daniel Perez
e2094db465 Merge pull request #237 from DustinChaloupka/install-parent-tool-versions
Add installing from a parent directory's .tool-versions
2017-10-17 23:28:37 +09:00
Trevor Brown
2171f48f0f Merge pull request #231 from hugopeixoto/use-origin-when-updating-tags
Use origin when updating tags
2017-10-14 17:23:16 +03:00
DustinChaloupka
320835ba7e
Declare and assign variable separately 2017-10-10 13:31:15 -05:00
DustinChaloupka
05a7446619
Add installing from a parent directory's .tool-versions 2017-10-10 12:02:42 -05:00
Trevor Brown
b076fe80bd Merge pull request #223 from CoffeeAndCode/shellcheck
Shellcheck
2017-10-02 21:01:29 -04:00
Jonathan Knapp
85550c8c0c
Remove extra, unnecessary quoting 2017-10-02 09:51:07 -04:00
Jonathan Knapp
20b70bccc7
Remove shebangs from lib files and pass bash dialect to shellcheck 2017-10-01 11:34:35 -04:00
Jonathan Knapp
32b2690874
Fix incorrect linter error from help text parsing 2017-10-01 09:18:38 -04:00
Jonathan Knapp
33d7d9c26c
Merge remote-tracking branch 'source/master' into origin/shellcheck 2017-10-01 09:15:22 -04:00
Daniel Perez
14d7ef50ed Merge pull request #233 from van-mronov/doc-link
Fix creating-plugins link
2017-09-29 10:46:51 +09:00
Ivan Mironov
959033bdd2 Fix creating-plugins link 2017-09-28 14:32:37 +03:00
Daniel Perez
56b8456920 Fix tab formatting in fish completions 2017-09-27 16:41:49 +09:00
Daniel Perez
6a63299dec Update fish completions 2017-09-27 16:40:50 +09:00
Hugo Peixoto
9e97bc5e61 Use origin when updating tags 2017-09-25 14:13:35 +01:00
Trevor Brown
896bd163e0 Correct versions in CHANGELOG.md. 2017-09-19 18:02:07 -04:00
Trevor Brown
d19f6131a6 Update version to 0.4.0 2017-09-19 17:44:34 -04:00
Trevor Brown
09aff34ed1 Merge branch 'brew-upgrade-fix' 2017-09-19 17:25:29 -04:00
Trevor Brown
19f3bcd488 Change version to 0.4.0. 2017-09-17 16:27:21 -04:00
Trevor Brown
6798101f21 Fix bug in release.sh script. 2017-09-12 18:48:00 -04:00
Trevor Brown
6c90970e17 Add help message that explains how to revert a bad release tagging to the release.sh script. 2017-09-12 18:48:00 -04:00
Trevor Brown
84ad80f575 Add mechanism to disable the update command since it will not work when asdf is installed via brew. 2017-09-12 18:48:00 -04:00
Trevor Brown
252ee6a608 Add more items to CHANGELOG.md. 2017-09-12 18:48:00 -04:00
Trevor Brown
5b35ea01db Add code to release.sh to update the version hardcoded in the VERSION file. 2017-09-12 18:48:00 -04:00
Trevor Brown
4da62b16c8 Move hardcoded version to VERSION file in repo root. 2017-09-12 18:48:00 -04:00
Trevor Brown
663ebb9a2f Move asdf_repository_url function to top of utils.sh. 2017-09-06 21:37:08 -04:00
Trevor Brown
9db92163d5 Add better help for the plugin-add command. 2017-09-06 21:35:08 -04:00
Victor Borja
8b40b30dec let bin/asdf expand args into command functions 2017-09-04 12:49:38 -05:00
Victor Borja
e814d58da3 Shellcheck all commands 2017-09-04 12:04:56 -05:00
Jonathan Knapp
9d6ddb71d5
Fix linter errors 2017-09-04 10:12:45 -04:00
Jonathan Knapp
f75e988363
Fix another linter error that did not trigger on osx 2017-09-04 10:11:06 -04:00
Jonathan Knapp
91d52b99cb
Run shellcheck on lib/utils.sh 2017-09-04 10:11:06 -04:00
Jonathan Knapp
7751fd4974
Add TravisCI instructions for osx setup of shellcheck 2017-09-04 10:09:48 -04:00
Jonathan Knapp
9a3bd01ee4
Ignore following non-constant source 2017-09-04 10:09:47 -04:00
Jonathan Knapp
808a8d48b7
Fix many shellcheck issues; ignore a few others 2017-09-04 10:09:47 -04:00
Jonathan Knapp
bf60c7f3ac
Add lint script and run as part of CI tests 2017-09-04 10:03:31 -04:00
Victor Borja
e74c472829 Test current command with no installed version 2017-09-03 22:20:35 -05:00
Victor Borja
744742ca4a Update CHANGELOG.md 2017-09-03 20:42:28 -05:00
Victor Borja
e1f34dd383 Add plugin-list-all to help.txt 2017-09-03 20:36:26 -05:00
vic
779e757b56 Merge pull request #212 from asdf-vm/asdf-plugin-version
Add asdf-plugin-version metadata to shims
2017-09-03 20:26:27 -05:00
Victor Borja
5398d8949c Fix sed invocations for OSX 2017-09-03 20:23:06 -05:00
Victor Borja
f23b448c0c Merge remote-tracking branch 'origin/master' into asdf-plugin-version 2017-09-03 20:01:27 -05:00
vic
28d7921777 Merge pull request #221 from asdf-vm/plugin-list-all
Add plugin-list-all command
2017-09-03 20:00:02 -05:00
Victor Borja
e75cc3a7a2 Add a test for #224
Allow spaces in .tool_versions file path
See #202, #224
2017-09-03 19:53:01 -05:00
Daniel Perez
77622242ee Merge pull request #224 from aj-foster/bugfix-spaces
Allow spaces in .tool_versions file path
2017-09-03 14:09:16 +09:00
AJ Foster
e3e247752c Allow spaces in .tool_versions file path
This helps to address (though may not completely fix) issue #202.
2017-09-02 23:05:40 -04:00
Daniel Perez
b9fae70c0d Add plugin-list-all command 2017-08-25 11:29:23 +09:00
Trevor Brown
29a29f196c Merge pull request #220 from asdf-vm/release-script
Release script
2017-08-24 10:10:35 -04:00
Trevor Brown
fb323bc3d4 Add Git tagging code to release.sh script. 2017-08-22 16:38:14 -04:00