Jo
fdcf6ef664
ci(yay): add integration test framework ( #2178 )
...
* add integration test framework
* fix integration tests
* fix integration tests
2023-05-22 21:38:02 +00:00
Jo
bd79057fd9
feat(pkgbuild): use gitlab git repo for retrieving PKGBUILDs ( #2177 )
...
use gitlab git repo for retrieving PKGBUILDs
2023-05-22 20:22:49 +00:00
Jo
3d5a43c294
chore(yay): bump version ( #1949 )
...
bump major
2023-03-07 21:04:06 +00:00
Jo
fad26c078d
fix(getpkgbuild): check AUR pkgs exist before GetPKGBUILD ( #1921 )
...
check AUR pkgs exist before GetPKGBUILD
2023-02-20 23:58:13 +00:00
Jo
b8debd1ae7
chore(yay): fix small linting issues ( #1885 )
...
* replace context.TODO() in tests context.Background()
* remove mock TODOs
* prettier
* apply missing linting
2023-01-03 21:43:56 +00:00
Eng Zer Jun
83a257b16b
test: use T.TempDir
to create temporary test directory ( #1709 )
...
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-02-11 09:30:54 +01:00
jguer
555d1ead95
chore(version): bump major version
2021-09-08 22:28:08 +02:00
Eng Zer Jun
e43c712c84
refactor: move from io/ioutil to io and os package
...
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-08-26 15:17:47 +02:00
jguer
e231b2b02d
chore(yay): modernize exec commands
2021-08-14 00:10:43 +02:00
jguer
cb4b57f6d8
chore(golangci): add new linters
2021-08-11 22:19:55 +02:00
jguer
08d1305ec5
feat(download): respect aur url settings and update deps
2021-08-11 22:19:55 +02:00