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 |
|
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 |
|
Trevor Brown
|
e68e5500e6
|
Create first version of release.sh tagging script.
|
2017-08-22 16:32:41 -04:00 |
|
Daniel Perez
|
3d1a98dd28
|
Merge pull request #219 from asdf-vm/improve-current-command
List all installed plugins when no argument is passed to current
|
2017-08-21 15:16:56 +09:00 |
|
Trevor Brown
|
957c6307c6
|
Add details on ASDF_CONCURRENCY to the plugin guide.
|
2017-08-20 19:20:39 -04:00 |
|
Daniel Perez
|
8af4b3377c
|
List all installed plugins when no argument is passed to current
|
2017-08-19 13:56:28 +09:00 |
|
Trevor Brown
|
65bca5a8e9
|
Merge pull request #218 from asdf-vm/plugin-install-guidelines
Add more details on the proper behavior of install scripts to the plugin guide
|
2017-08-18 08:59:33 -04:00 |
|
Trevor Brown
|
286295bec4
|
Add more details on the proper behavior of install scripts to the plugin guide.
|
2017-08-17 14:14:14 -04:00 |
|
Trevor Brown
|
6e17e40bda
|
Merge pull request #163 from ypid/add/keyring_support
Add OpenPGP keyring support by ignoring the keyring in git
|
2017-08-11 15:36:32 -04:00 |
|