Commit Graph

1680 Commits

Author SHA1 Message Date
Edwin Kofler
d9a0454c6c
chore: improve checkstyle double equals test regex & types (#1457)
Co-authored-by: James Hegedus <jthegedus@hey.com>
2023-01-29 00:44:08 +11:00
Edwin Kofler
22be95e68d
test: vaidate Bats minimum required version in tests (#1460) 2023-01-28 21:57:39 +11:00
Edwin Kofler
90ead5ea0a
chore: Fix ShellCheck errors in tests (#1459)
Closes https://github.com/asdf-vm/asdf/issues/1396
2023-01-27 23:17:41 +11:00
Edwin Kofler
df154edc25
test: better isolate Git in test suite (#1454) 2023-01-27 23:09:43 +11:00
Edwin Kofler
ffa018763c
chore: Fix ShellCheck errors in tests (#1452) 2023-01-26 00:37:21 +11:00
James Hegedus
b45f12c617
ci: conditional execution of tests on file changes (#1448) 2023-01-26 00:20:49 +11:00
Edwin Kofler
f0fe961373
chore: Remove useless echos in test/ (#1455) 2023-01-25 18:40:03 +11:00
Edwin Kofler
720fd17200
chore: Fix ShellCheck errors in tests (#1451) 2023-01-25 00:15:23 +11:00
Edwin Kofler
28b348a041
chore: Fix ShellCheck errors in tests (#1450) 2023-01-23 15:29:18 +11:00
Edwin Kofler
b5e981cf1d
chore: Fix ShellCheck errors in tests (#1449) 2023-01-23 10:36:47 +11:00
James Hegedus
1ae7b683e1
ci: pin python version for checkstyle script (#1447) 2023-01-23 03:01:42 +11:00
James Hegedus
2bf9308d96
ci: lint github actions with actionlint (#1446) 2023-01-23 02:36:43 +11:00
Edwin Kofler
6f64aa8d84
chore: Fix ShellCheck errors in tests (#1444) 2023-01-22 23:04:46 +11:00
Edwin Kofler
998180e362
chore: Fix ShellCheck errors in tests (#1443) 2023-01-22 21:55:19 +11:00
Edwin Kofler
407a6696c0
chore: fix ShellCheck errors in tests (#1433) 2023-01-22 20:20:23 +11:00
James Hegedus
06cd31a59c
ci: release-please to bump versions in translated docs (#1442) 2023-01-21 21:23:12 +11:00
James Hegedus
fd486dc2ef
ci: use release-please to bump versions in docs (#1429) 2023-01-20 16:51:18 +11:00
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