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
Trevor Brown
2dfd123b27
Merge branch 'master' into add/keyring_support
2017-08-11 15:36:23 -04:00
Trevor Brown
9867d0cae5
Merge pull request #217 from asdf-vm/contributing_guidelines
...
Add contributing guidelines
2017-08-08 21:36:56 -04:00
Trevor Brown
3d332d94dc
Add item to changelog.
2017-08-08 14:19:23 -04:00
Trevor Brown
286c7eae92
Add CONTRIBUTING.md.
2017-08-08 14:18:51 -04:00
Trevor Brown
0238b99148
Add github issue and pull request templates.
2017-08-08 11:25:21 -04:00
vic
75db63af18
Update README.md
2017-08-01 17:22:30 -05:00
Daniel Perez
4a9d268710
Fix regression in install command
2017-07-30 20:15:21 +02:00
Daniel Perez
1499bda7b3
Trap sigint when installing plugins, fix #214
2017-07-30 20:02:19 +02:00
Victor Hugo Borja
242d132afb
Find correct installation path for ref: versions
...
Noticed we had some duplicated logic for finding the
plugins installation path. This caused the bug described
by #213 where the installation command and the find_executable_path
were using different paths.
Fixes #213
2017-07-29 12:47:21 -05:00
Daniel Perez
5a270d4cb4
Add asdf-plugin-version metadata to shims
...
This adds `asdf-plugin-version` to all generated shims.
This metadata is used to remove the shim when necessary.
2017-07-27 01:26:38 +02:00
Daniel Perez
50295bad5f
Rephrase "add a plugin" section of the README
...
official plugins are the ones in asdf-vm org
2017-07-26 18:54:18 +02:00
Daniel Perez
13915e0703
Remove plugins list from README and add link to plugins repository
2017-07-26 18:53:32 +02:00
Daniel Perez
78fbbaf584
Merge pull request #183 from doughsay/master
...
Use a git repository for installing plugins.
2017-07-26 18:49:15 +02:00
Daniel Perez
01bb9ac3a9
Update README
2017-07-26 18:25:41 +02:00
Chris Dosé
a0e5573960
Update plugins repo url.
2017-07-26 09:20:05 -07:00
Daniel Perez
8149bf6245
Add a development
section to the README
2017-07-26 18:05:30 +02:00
Chris Dosé
1bdaf22a36
Update README and creating-pugins doc to reflect new plugin-add command.
2017-07-25 17:15:08 -07:00
Chris Dosé
23f767c624
Add test for bad plugin name case.
2017-07-25 17:03:30 -07:00
Chris Dosé
a4fed4e4cd
Add simple test for plugin-add command.
2017-07-23 09:34:58 -07:00
vic
ac006332a6
Add link to docker ubuntu images.
2017-07-23 03:50:16 -05:00
vic
ca55782b6d
Add reference to asdf-alpine.
2017-07-23 02:24:40 -05:00
Trevor Brown
4055c0e139
Merge pull request #209 from rfrancis/patch-1
...
adding asdf-gradle
2017-07-21 11:04:47 -04:00
R. Francis Smith
9678b873ce
adding asdf-gradle
...
Yep, I'm back again. Honest, I just messed with a lot of stuff today and I needed a few things easily installable...
2017-07-21 00:18:18 -05:00