Jochen Schalanda
e61e3d9ade
feat: case-insensitive filtering of unstable versions in latest
( #1139 )
...
* feat: case-insensitive filtering of unstable versions in `latest`
* Fix versions in version_commands tests
2021-12-29 08:50:06 -05:00
Yves Blusseau
288468f93f
fix: don't generate on error if backup file doesn't exists ( #1057 )
...
Signed-off-by: JrCs <90z7oey02@sneakemail.com>
2021-12-23 11:43:41 -05:00
Trevor Brown
6bb07b6d36
docs: Document the latest-stable callback plugin creation docs ( #1132 )
...
Fixes #1110
2021-12-20 10:18:33 -05:00
Alberto de Murga
aafe1e5304
fix: latest --all correctly report plugins as missing ( #1118 )
2021-12-09 16:49:24 +11:00
Trevor Brown
6e4c39c244
fix: ban grep long flags ( #1117 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2021-12-09 13:17:49 +11:00
Kerollos Magdy
8e6f0cc370
docs: remove the usage of sudo ( #1116 )
2021-12-07 12:39:34 -05:00
Max Strübing
ac2791e49f
fix: newline after error msg for ASDF_DIR ( #1113 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2021-12-06 21:22:30 +11:00
Alberto de Murga
f85fef533f
feat(latest): adds the flag --all to the latest command ( #1096 )
2021-12-05 23:41:27 +11:00
nozaq
5992abb09e
fix: do not print find
errors ( #1102 )
2021-12-05 19:21:57 +11:00
Jonas Thuresson
234778a397
fix: shorthand grep options for alpine support ( #1106 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2021-12-05 18:40:19 +11:00
James Hegedus
ffb188ed1c
docs: fix bug report info instructions ( #1107 )
2021-12-05 18:24:36 +11:00
github-actions[bot]
9ee24a3a75
chore: release 0.9.0 ( #994 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-12-03 10:37:12 -05:00
Elijah
cc7778a040
feat: Elvish Shell support ( #1066 )
2021-11-18 21:05:27 +11:00
Trevor Brown
4b93bc81aa
fix: Sed improvements ( #1087 )
2021-11-15 19:03:53 +11:00
Chris Rose
41162849cf
fix: clarify the wording when no version is set ( #1088 )
...
Co-authored-by: Chris Rose <offline@offby1.net>
Co-authored-by: jthegedus <jthegedus@hey.com>
2021-11-14 14:35:42 +11:00
kenny-evitt
ca77d42758
docs: Mention comments for .tool-versions
files ( #1092 )
...
Closes #1091
2021-11-12 16:25:20 -05:00
Radon Rosborough
c911f2d431
fix: Fix plugin-test arg parsing ( #1084 )
2021-11-08 09:40:53 +11:00
Trevor Brown
4321980c33
fix: Correct typo on getting started page ( #1086 )
...
Co-authored-by: Khalid J Hosein <kjhosein@gmail.com>
2021-11-05 10:55:49 -04:00
Eric Nielsen
73efc9fa97
fix: don't override existing ASDF_DIR ( #1008 )
2021-11-03 09:47:43 +11:00
Radon Rosborough
69ff2d0c9a
fix: Quote commands correctly in plugin-test ( #1078 )
...
* fix: Quote commands correctly in plugin-test
* make it posix compliant
* default to $SHELL
2021-11-02 09:48:26 -04:00
Kosmas Chatzimichalis
d566a36433
docs: fix spelling mistake ( #1072 )
2021-10-18 13:38:10 -04:00
Rafael Camargo
ba04906fdd
docs: getting started translated pt-br ( #1019 )
2021-10-14 10:09:41 +11:00
Max Nordlund
847ec73751
fix: Use more idiomatic fish ( #1042 )
...
The use of `.` is deprecated in fish, unlike POSIX shells. We can avoid
calling `psub` and pipe directly into source which does the same thing.
https://fishshell.com/docs/current/cmds/source.html
2021-10-07 09:20:41 -04:00
Alberto de Murga
8a515f49d7
fix: Adds "grep -P" to the list of banned commands ( #1064 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2021-10-07 09:58:42 +11:00
Vinicius Barbosa de Aguiar
245f88db0f
docs: update pt-br homepage translations ( #1063 )
...
Co-authored-by: Vinicius Barbosa de Aguiar <vb9763662@gmail.com>
2021-10-07 09:46:43 +11:00
Alberto de Murga
9430a39aef
feat: Displays a warning when a plugin from the tools-version list does not exist ( #1033 )
...
* feat: Displays a warning when the plugin from the tools-version does not exist
When calling the install command, it tried to look for versions for all
the plugins available and installed them. With this change, it will attempt to
find versions for all the installed plugins and plugins defined in the
`.tool-versions`.
Fixes https://github.com/asdf-vm/asdf/issues/574
* feat: Changes the algorithm to detect not installed plugins
This patch changes the algorithm. It preserves the original logic for
the plugin resolution, but at the same time, reports entries with plugins not
available.
* fix: Addresses the pull request comments.
- Changes the comparison to be strict rather than partial.
- Prints a list of missing plugins.
- Exists if at least one plugin is not present.
- Adds unit tests.
2021-10-01 08:38:57 -04:00
Iris Garcia
43412aad5f
fix: completions for asdf plugin list ( #1061 )
2021-09-30 08:24:03 -04:00
Aurel Branzeanu
cb79c692df
docs: fix brew upgrade from latest commit on master command ( #1052 )
2021-09-26 13:09:34 +10:00
Frederick
afe89a5718
docs: Remove stray a
( #1053 )
2021-09-26 13:09:16 +10:00
Yasunori Fujie
304f72dbb2
feat: add post update plugin support ( #1049 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2021-09-24 08:53:52 +10:00
Yasunori Fujie
3e0cb9aaea
fix: help for extension commands for plugins with hyphens in the name. ( #1048 )
...
* test: add test for plugin command list in asdf help
* fix: help for plugins containing hyphens
2021-09-23 14:47:26 -04:00
Yasunori Fujie
7e1f2a0d93
fix: wait until the plugin update are finished ( #1037 )
2021-09-14 09:44:53 -04:00
Filip Chabik
47e8fb051b
fix: sed re error trailing backslash on FreeBSD ( #1046 ). ( #1047 )
2021-09-13 09:16:13 -04:00
Yasunori Fujie
30d27cbe6b
fix: incorrect usage of grep ( #1035 )
2021-09-02 15:57:30 -04:00
Jonathan Morley
8490526546
fix: full_version_name is not available here ( #1031 )
2021-08-27 17:54:47 -04:00
J.R. "hiljusti" Hill
95f2cdf72c
docs: Update the link to the Plugin Shortname Index ( #1026 )
...
Co-authored-by: James Hegedus <jthegedus@hey.com>
2021-08-19 12:05:03 +10:00
Sebastian Nadorp
6966b2b91e
docs: Fix typos in introduction.md ( #1025 )
2021-08-17 16:02:17 -04:00
Eric Nielsen
fe5b71d139
docs: add libexec to Homebrew path ( #1020 )
...
now that https://github.com/Homebrew/homebrew-core/pull/81664 is merged.
2021-08-07 17:43:13 +10:00
James Hegedus
a3ba5a794c
feat: toggle off repo sync completely ( #1011 )
2021-08-04 08:41:19 +10:00
James Hegedus
7697e6e344
fix: regex validate plugin names on plugin add cmd ( #1010 )
2021-07-30 08:49:01 +10:00
Trevor Brown
2ad0f5ea45
fix: allow plugin callbacks to be in any language ( #995 )
2021-07-30 08:44:14 +10:00
Arthur Denner
60d1863275
docs: fix typo in home page ( #1017 )
2021-07-29 09:04:29 -04:00
James Hegedus
fe56504334
docs: rename install guide w core & usage separation ( #1016 )
2021-07-28 09:43:28 +10:00
James Hegedus
cd0a6a779e
feat: display plugin repo refs alongside urls in info cmd ( #1014 )
2021-07-27 08:57:13 +10:00
James Hegedus
060462fe46
docs: describe asdf_updates_disabled file purpose ( #1013 )
2021-07-27 08:33:09 +10:00
James Hegedus
58ab833714
docs: use list so rendering isn't merged ( #1009 )
2021-07-25 14:49:43 +10:00
James Hegedus
b3626324db
docs: pt-br translation migration ( #1007 )
2021-07-24 17:14:03 +10:00
James Hegedus
0d261db1eb
ci: fix cname copy dir
2021-07-23 15:32:08 +10:00
James Hegedus
babe581487
ci: update docs cname copy dir
2021-07-23 15:28:00 +10:00
James Hegedus
c9df811997
docs: rewrite using Vuepress ( #1000 )
2021-07-23 15:26:21 +10:00