Trevor Brown
0bc07ddfbb
Merge pull request #451 from abhishalya/appveyorCI
...
appveyor.yml: Add support for Windows
2019-11-02 10:31:05 -04:00
Trevor Brown
d1f36f2f87
Merge pull request #591 from asdf-vm/fix-sed-for-paths
...
Fix sed command so it handles paths correctly
Fixes #559
2019-10-31 11:57:10 -04:00
Trevor Brown
1580310064
Fix sed command so it handles paths correctly
...
Fixes #559
2019-10-31 10:56:41 -04:00
Victor Borja
e6909fa3cc
Mention asdf-direnv on shims section.
...
Many users might want not to use shims and would prefer the asdf environment be automatically set for them when entering the project directory. Add a link to asdf-direnv plugin README for more details on how to integrate asdf with direnv to achieve this.
2019-10-27 11:29:09 -06:00
Trevor Brown
0ce0ff6de1
Merge pull request #589 from asdf-vm/handle-dashes-in-executable-names
...
Handle dashes in executable names properly
2019-10-24 15:00:15 -04:00
Trevor Brown
72e876b0ae
Handle dashes in executable names properly
2019-10-24 12:05:44 -04:00
Trevor Brown
8594f7ab3f
Merge pull request #585 from asdf-vm/fix-multiple-version-install
...
Fix multiple version install
2019-10-23 08:53:54 -04:00
Trevor Brown
edb5839239
Rename find_version to find_versions since it can return multiple versions
2019-10-22 19:03:05 -04:00
Trevor Brown
cea9b9574f
Install multiple versions when multiple versions are present in a .tool-versions file
2019-10-22 18:58:30 -04:00
Trevor Brown
54ef3befae
Merge pull request #563 from sakuro/add-shell-unset
...
Add --unset option to shell subcommand
2019-09-04 08:39:49 -04:00
OZAWA Sakuro
bc309c0fe5
Remove quotes from --unset option
2019-09-02 11:55:42 +09:00
OZAWA Sakuro
b26f56692d
Surround mutually exclusive arguments with curly braces
2019-09-02 11:55:09 +09:00
Abhinav Kaushlya
7d5d62cdca
appveyor.yml: Add support for Windows
...
This runs the tests on Appveyor CI (basically windows)
so as to keep it from breaking.
Closes https://github.com/asdf-vm/asdf/issues/450
2019-08-24 23:51:20 +05:30
Victor Borja
65e88bb39e
Fix documentation on Shim metadata.
...
Now the comment should include also the plugin version
2019-08-18 11:09:31 -05:00
OZAWA Sakuro
503263a68d
Add --unset option to shell command
2019-08-17 22:46:00 +09:00
Daniel Perez
069db7d6d3
Merge pull request #551 from losvedir/master
...
Fix PATH spacing issue in asdf.fish
2019-08-16 15:50:43 +01:00
Trevor Brown
58eaad8ebd
Update version to 0.7.4
2019-08-14 22:42:05 -04:00
Trevor Brown
cc8c7fb215
Prepare for 0.7.4 release
2019-08-14 22:41:43 -04:00
Trevor Brown
75bd04a464
Merge pull request #560 from asdf-vm/tb/env-path-fix
...
with_plugin_env PATH fix
2019-08-14 20:36:07 -04:00
Trevor Brown
20522bb2e2
Correct bug in path logic that added current directory to PATH
2019-08-14 20:21:57 -04:00
Trevor Brown
549d86e733
Add tests for duplicate colon path issue
2019-08-14 19:31:23 -04:00
Trevor Brown
16e8d34250
Merge pull request #556 from klundberg/fix-plugin-test-issues
...
Fix for asdf plugin-test when installed with brew, and a minor logic fix to a warning
2019-08-13 09:44:28 -04:00
Kevin Lundberg
fd3faf8084
removing unneeded flag on a copy action
2019-07-31 21:42:43 -04:00
Kevin Lundberg
1862ff6eee
Only copy the necessary things to the test area
2019-07-31 21:18:54 -04:00
Kevin Lundberg
c77ee57fe2
Fix for asdf plugin-test when installed with brew, and a minor logic fix to a warning
2019-07-30 23:33:07 -04:00
Daniel Perez
f80b66c2a4
Avoid adding brew
command to fish init code
2019-07-23 13:34:51 +01:00
Daniel Perez
07211e3c37
Merge pull request #553 from olets/zshrc-optimization
...
Docs: Homebrew setup: do not add brew commands to the shell profile
2019-07-23 13:26:49 +01:00
Daniel Perez
01f8905b66
Merge pull request #554 from lee-dohm/brew-fish
...
Add Homebrew instructions for fish shell
2019-07-23 13:25:16 +01:00
Gabe Durazo
0d2648c7f4
A different approach
2019-07-22 18:44:32 -05:00
Lee Dohm
d9a16e4f65
Add Homebrew instructions for fish shell
2019-07-22 10:34:44 -07:00
Henry Bley-Vroman
a72ceef299
Docs: Homebrew setup: do not add brew commands to the shell profile
...
The recommended Homebrew setup required adding two `brew --prefix` commands
to the shell profile. `brew` commands canbe slow, so this introduced a notable
lag when sourcing the shell profile.
Homebrew paths do not change, so we can determine the necessary paths one time
during setup and use static paths in the shell profile.
2019-07-22 10:12:44 -04:00
Daniel Perez
4149bf58ee
Merge pull request #546 from spencerdcarlson/master
...
add quite flag to git clone
2019-07-22 14:13:09 +01:00
Daniel Perez
7b0035b720
Merge pull request #537 from HeroicEric/add-homebrew-zsh-instructions
...
Add Homebrew instructions for ZSH
2019-07-22 14:06:18 +01:00
Gabe Durazo
e227c3cda1
Fix PATH spacing issue in asdf.fish
2019-07-22 07:42:48 -05:00
Eric Kelly
69da8e51b4
Fix typo
2019-07-22 07:25:56 -04:00
Trevor Brown
ce01bcf849
Update version to 0.7.3
2019-07-13 17:32:13 -04:00
Trevor Brown
fb4ecbc214
Prepare for v0.7.3 release
2019-07-13 17:31:29 -04:00
Spencer Carlson
8865f7a66d
add quite flag to git clone
2019-07-05 16:38:33 -07:00
Trevor Brown
d633db78bc
Merge pull request #539 from asdf-vm/leonid-shevtsov-install-through-plugins
...
Leonid shevtsov - install through plugins
2019-06-17 20:59:22 -04:00
Trevor Brown
3516c08c6b
Fix failing test
2019-06-17 20:38:17 -04:00
Eric Kelly
ef36046e93
Add Homebrew instructions for ZSH
...
Adds instructions for adding asdf to your shell when using zsh and
Homebrew.
This was mostly copied from https://github.com/asdf-vm/asdf/pull/496
2019-06-06 14:56:09 -07:00
Trevor Brown
50c49664a5
Merge pull request #534 from RohanTalip/patch-1
...
Updated CHANGELOG.md to fix typo
2019-06-03 22:49:20 -04:00
Rohan Talip
97499028a8
Updated CHANGELOG.md to fix typo
2019-06-03 10:14:11 -07:00
Leonid Shevtsov
d506aa183a
tests for install command:
...
- remove test for install command edge case from parsing tool-versions (no longer relevant)
- add test for install command honoring legacy version files
- clean up test names to differentiate between installing a single version vs all dependencies
2019-06-01 07:48:17 +03:00
Leonid Shevtsov
d1f09c3fca
Change asdf install
to loop through available plugins
2019-05-31 08:32:12 +03:00
Trevor Brown
ac2eede6bd
Update version to 0.7.2
2019-05-18 16:32:41 -04:00
Trevor Brown
8f5b20904e
Preparing for 0.7.2 release
2019-05-18 16:31:09 -04:00
Trevor Brown
33c292e69d
Merge pull request #525 from asdf-vm/tb/dont-iterate-over-ls
...
Address shellcheck warning and use shell globbing instead of ls
2019-05-17 21:26:22 -04:00
Trevor Brown
01cd8d6dad
Address shellcheck warning and use shell globbing instead of ls
2019-05-17 21:12:41 -04:00
Daniel Perez
100776de93
Merge pull request #524 from paulswartz/517-prefix-versions
...
fix: check shims for the full version
2019-05-18 01:25:46 +01:00