Commit Graph

1613 Commits

Author SHA1 Message Date
James Hegedus
9a8bb47758
ci: only test on latest GitHub Runners (#1438) 2023-01-19 02:29:46 +11:00
James Hegedus
a1b4c3ee0f
chore: add github issue template file extension 2023-01-18 22:56:54 +11:00
James Hegedus
bdad3f187f
chore: github issue template for documentation (#1434) 2023-01-18 22:55:33 +11:00
Edwin Kofler
fc5db6d596
docs: Properly quote variables in instructions (#1432) 2023-01-17 13:37:07 +11:00
Edwin Kofler
d81b81f9de
fix: Remove == inside [ (#1421)
* lint(checkstyle): Miscellaneous tweaks
* lint(checkstyle): Add 'no-double-equals' rule
* lint: Remove double equals from `[`
* chore: Remove final double equals

Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
2023-01-14 08:18:44 -05:00
github-actions[bot]
27c8a101e5
chore(master): release 0.11.1 (#1386)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-13 09:45:18 -05:00
Eddie Lebow
b195d31faa
ci: fix regex in update_version_in_docs.bash script (#1427)
Co-authored-by: James Hegedus <jthegedus@hey.com>
2023-01-14 00:57:02 +11:00
Trevor Brown
1b62f4a638
docs: clarify behavior of bin/parse-legacy-file (#1424) 2023-01-10 09:12:48 +11:00
Edwin Kofler
d6a4cbd685
test: improve Elvish tests (#1422) 2023-01-09 11:59:42 +11:00
Edwin Kofler
035e247056
test: Do not run Nu test if it does not exist (#1423)
Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
2023-01-06 09:43:15 -05:00
Edwin Kofler
b21dc46d70
ci: Stop using Ubuntu 18.04 (#1420) 2023-01-06 07:19:10 -05:00
Edwin Kofler
670c96d1a6
fix: Allow path: versions to use ~ (#1403) 2023-01-06 07:08:48 -05:00
Trevor Brown
4125d2b556
fix: correct order of checks in conditional for adding a missing newline (#1418)
We need to add trailing newlines to .tool-versions file before appending
a new version to the file. The order of the checks was wrong here as the
first check assumed the file existed, and the second checked if it did.
Switching them fixes the issue.

This fix was provided by @h3y6e

Fixes #1417
2023-01-05 09:39:53 -05:00
Fer
60d4494d5d
fix: Add test for nushell integration and fix some bugs (#1415)
* Add test for nushell integration
* Add nushell to CI
* Fix brew installation search
* Fix to get current dir when ASDF_DIR is empty
* Remove complexity of asdf.nu
* Try a different approach to get info about function definition of asdf for MacOS 10.15
* Fix shims dir and fix test assertions to check path
* Add setup nushell to CI and remove rust compilation of nushell
* Add gh token to get a higher rate limit
* Change to use binary distribution of nushell instead compile it
* Skip test for older ubuntu
* Use single skipping check
* Remove unneeded condition in SKIP_NUSHELL_TESTS env var
2023-01-04 15:42:34 -05:00
Trevor Brown
38b269fd09 Merge branch 'hyperupcall-improve-pwd' 2023-01-04 10:00:42 -05:00
Trevor Brown
711a2a377d Correct permissions on checkstyle.py 2023-01-04 09:56:10 -05:00
Trevor Brown
8aa060ade9
Merge branch 'master' into improve-pwd 2023-01-04 09:49:11 -05:00
Edwin Kofler
dd37b6f0c0
fix: Do not use pwd 2022-12-30 01:57:49 -08:00
Edwin Kofler
f522ab9879
fix: Remove usage of $(pwd) in favor of $PWD 2022-12-30 01:57:35 -08:00
Edwin Kofler
2478510b91
ci(checkstyle): Add no-pwd-capture test 2022-12-30 01:57:28 -08:00
Edwin Kofler
d63996c4b0
ci: Add regex testing ability to checkstyle.py 2022-12-30 01:57:06 -08:00
Edwin Kofler
74608098cd
fix: Do not use type not exported on older Python versions (#1409) 2022-12-30 20:26:28 +11:00
Andrew L. Moore
5df70dadac
fix: mv dev dep from repo root to subdir to avoid clash (#1408)
Co-authored-by: James Hegedus <jthegedus@hey.com>
2022-12-30 20:25:32 +11:00
James Hegedus
ea26947c0e
chore: bump dev deps (#1398)
* chore: bump dev deps
* chore: fix shellcheck warnings

Co-authored-by: Trevor Brown <admin@stratus3d.com>
2022-12-29 15:24:24 -05:00
James Hegedus
6728404450
docs: clarify community projects are not asdf core team (#1407) 2022-12-29 08:28:39 -05:00
Edwin Kofler
196a05b2dc
fix: force lwrcase plugin name fix capitalization mismatch errs (#1400)
Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
Closes https://github.com/asdf-vm/asdf/issues/816
2022-12-29 13:12:47 +11:00
Edwin Kofler
a4bf5824c7
docs: Add documentation for Linux Homebrew Bash installs (#1404)
Fixes https://github.com/asdf-vm/asdf/issues/1347
2022-12-29 12:53:15 +11:00
in-in
aa323086e8
docs: fix broken link (#1401) 2022-12-28 15:49:28 +11:00
Edwin Kofler
3492043241
fix: lint errors from scripts/checkstyle.py (#1385)
Co-authored-by: James Hegedus <jthegedus@hey.com>
2022-12-23 20:53:22 +11:00
James Hegedus
ea18e96bc0
ci: explicitly set shell in lint & format scripts (#1391) 2022-12-23 20:40:11 +11:00
James Hegedus
33bc2e0738
docs: community section w projects (#1390) 2022-12-23 17:48:49 +11:00
Devin Rhode
d80d74ca69
docs: improve promotion of git install method (#1388)
Co-authored-by: James Hegedus <jthegedus@hey.com>
2022-12-23 17:38:08 +11:00
Adam Jensen
808088efec
docs: fix typos in plugins-create page (#1394) 2022-12-23 17:21:44 +11:00
James Hegedus
ab9d4b126a
chore: remove unused var in lib/functions/installs.bash (#1389) 2022-12-22 08:54:05 +11:00
Dylan Chong
5af7625769
fix: reshim did not rewrite executable path (#1311)
Co-authored-by: James Hegedus <jthegedus@hey.com>
Fixes https://github.com/asdf-vm/asdf/issues/1115
Fixes https://github.com/asdf-vm/asdf/issues/1231
Fixes https://github.com/asdf-vm/asdf/issues/1286
2022-12-21 08:25:34 +11:00
Edwin Kofler
15faf93a0d
fix: Remove unecessary backslashes (#1384) 2022-12-20 15:54:00 -05:00
Edwin Kofler
ec972cbdf0
fix: Ban use of 'test' (#1383) 2022-12-19 08:08:38 -05:00
github-actions[bot]
6a4f51a351
chore(master): release 0.11.0 (#1273)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-15 07:53:20 +11:00
Fer
274a638e15
feat: support nushell (#1355)
Closes https://github.com/asdf-vm/asdf/issues/745
2022-12-12 18:52:51 +11:00
James Hegedus
da0a65a5b5
ci: monthly dependabot npm schedule (#1375) 2022-12-12 11:39:25 +11:00
James Hegedus
24d524c0a2
chore: bump vuepress to latest beta (#1370) 2022-11-17 22:16:23 +11:00
Michael Silverberg
16070cf6a6
docs(website): Specify units for duration (#1368) 2022-11-15 08:08:30 -05:00
Gilbert Bishop-White
e0c2c31fc3
fix: improve formatting of ballad (#1367) 2022-11-09 10:12:40 -05:00
dependabot[bot]
9a1b078288
chore(deps): bump amannn/action-semantic-pull-request from 4.6.0 to 5.0.2 (#1350)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 00:21:15 +11:00
Yuri Pereira Constante
24b46078e3
test: use resulting PATH on duplicated source tests (#1328)
* test: use actual result PATH for fish test

Fish uses space instead of colon for $PATH separator

* test: use actual result PATH for elvish and sh tests
2022-10-18 09:58:12 -04:00
Ville Skyttä
7c802c3fc9
feat(completions): bash improvements (#1329)
* fix(completions): bash `list` and `list-all` version completions
* feat(completions): add bash `help` one
* feat(completions): add bash `which` one
* feat(completions): add bash `plugin-list/-all`, `info` non-completions
2022-10-18 09:54:03 -04:00
dependabot[bot]
cd31d57a94
chore(deps): bump amannn/action-semantic-pull-request (#1335)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-28 10:41:03 -04:00
Yuri Pereira Constante
b8f6218bf1
refactor: use fish_add_path during fish setup if available (#1317) 2022-08-31 01:18:25 +10:00
James Hegedus
733980f559
chore: bump docs deps & use esm format (#1326) 2022-08-31 01:08:54 +10:00
Edwin Kofler
3208e2e75a
chore: Add --all completion to asdf latest (#1319)
chore: Add --all completion to `asdf latest`
2022-08-22 09:54:10 -04:00