1
0
mirror of https://github.com/Jguer/yay synced 2024-07-09 04:46:19 +00:00
Commit Graph

1872 Commits

Author SHA1 Message Date
Jo
714fee0b18
Chore: Cleanup (#1800) 2022-08-22 22:20:09 +00:00
Jordan Cannon
b6b1888e89
Remove duplicate line from man page (#1792)
Co-authored-by: Jo <me@jguer.space>
2022-08-16 09:08:51 +02:00
transifex-integration[bot]
b882faf48a
Translate '/po/en.po' in 'fr_FR' (#1794)
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-08-15 20:37:06 +00:00
Jo
2a2040c570
chore: use stdlib vars in code (#1793) 2022-08-14 17:41:54 +00:00
Jo
458c69e179
Update README.md 2022-08-14 16:59:09 +00:00
Jo
6ffa86908a
Bump dependencies (#1791)
* bump deps

* release as minor
2022-08-14 16:03:56 +00:00
transifex-integration[bot]
221b86bea4
Translate '/po/en.po' in 'zh_TW' (#1790)
Translate /po/en.po in zh_TW

translation completed for the source file '/po/en.po'
on the 'zh_TW' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-08-14 15:57:43 +00:00
Jo
ae6c2deda0
remove zh-Hans (#1789)
* remove zh-Hans

* remove zh-Hans from makefile
2022-08-14 15:41:22 +00:00
transifex-integration[bot]
64a26ca2bc
Translate '/po/en.po' in 'zh_CN' (#1788)
* Translate /po/en.po in zh_CN

translation completed for the source file '/po/en.po'
on the 'zh_CN' language.

* Update po/zh_CN.po

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: Jo <me@jguer.space>
2022-08-14 15:40:11 +00:00
Jo
888fb4b1d0
Fix minor question and locale issues (#1786)
* add missing locales

* use t.Setenv instead of os.Setenv for tests

* locale: present y/n if localisation is not latin. Always accept y/n in every case

* question: use operation info for question

* edge case where localised n is equal to default y

* add tests for basic locales
2022-08-13 22:56:23 +00:00
transifex-integration[bot]
85934bddea
Translate '/po/en.po' in 'zh-Hans' (#1784)
Translate /po/en.po in zh-Hans

translation completed for the source file '/po/en.po'
on the 'zh-Hans' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-08-13 20:24:16 +00:00
transifex-integration[bot]
c339a605de
Translate '/po/en.po' in 'sv' (#1785)
Translate /po/en.po in sv

translation completed for the source file '/po/en.po'
on the 'sv' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-08-13 20:23:50 +00:00
transifex-integration[bot]
0b6446f927
Translate '/po/en.po' in 'uk' (#1780)
Translate /po/en.po in uk

translation completed for the source file '/po/en.po'
on the 'uk' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-08-09 20:55:20 +00:00
Jo
e2f61255cb
Merge pull request #1779 from Jguer/jguer/migrate-provides
Config: Add migration service and migrate provides default value
2022-08-05 21:41:26 +00:00
jguer
35c91bea50
remove arm v6 support 2022-08-05 23:13:46 +02:00
jguer
c0a9b6af4f
Remake ci.Dockerfile 2022-08-05 23:05:20 +02:00
jguer
1a52da5891
Make provides disabled by default. Add Migration to set provides to disabled 2022-08-05 22:55:54 +02:00
jguer
4d5131d6c7
fixed VCS temp file remove 2022-08-05 18:56:28 +02:00
Oliver Tzeng
2214d99f8e
Created zh_TW.po (#1776) 2022-08-05 14:33:16 +00:00
transifex-integration[bot]
6f60892356
Translate '/po/en.po' in 'ru_RU' (#1745)
Translate /po/en.po in ru_RU

translation completed for the source file '/po/en.po'
on the 'ru_RU' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-07-20 14:29:06 +02:00
transifex-integration[bot]
216acead86
Translate '/po/en.po' in 'tr' (#1754)
Translate /po/en.po in tr

translation completed for the source file '/po/en.po'
on the 'tr' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-07-20 14:28:59 +02:00
transifex-integration[bot]
bda2165205
Translate '/po/en.po' in 'ko' (#1775)
Translate /po/en.po in ko

translation completed for the source file '/po/en.po'
on the 'ko' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-07-20 14:28:52 +02:00
vqrkxo
e0006ec272
feat(aur): add option to limit concurrent downloads (#1768)
* feat(aur): add option to limit concurrent downloads

Adds to config file option 'maxconcurrentdownloads' which if set to
value != 0, limits number of concurrent AUR downloads to specified.
Fixes #1763.

* fix lint issue
2022-06-28 12:05:29 +02:00
vqrkxo
18fbc24e68
fix(cmd): fix support for --defaultconfig (#1767)
This change fixes #1766.
2022-06-27 09:48:34 +02:00
Jguer
0fdfe79943
Add experimental vote util to yay (#1765)
* feat(vote): add vote utility

* update deps

* add vote and unvote capabilities

* use -W for web ops

* add fish completions

* add bash completion

* add zsh completion

* add md instructions
2022-06-17 16:55:22 +00:00
Jguer
44a0a243ed
remove gock from completion package (#1764)
* remove gock from completion package

* fix ci builder

* undo changes to default flow
2022-06-17 16:49:41 +00:00
jguer
70a9765854
bump minor 2022-06-17 10:01:53 +02:00
jguer
5439229c7d
disable noseparatesources by default 2022-06-10 18:31:21 +02:00
jguer
edef790532
update deps 2022-06-10 17:47:37 +02:00
jguer
4ca50e55f0
fix(yay): fix --yay typo. fixes #1752 2022-05-16 23:05:23 +02:00
jguer
c83b48d474
update deps 2022-05-16 23:02:34 +02:00
cubercsl
ed2f533534
docs: remove tuna aur config for China users (#1747)
Tuna has removed the aur proxy service since 01Mar:
- https://mirrors.tuna.tsinghua.edu.cn/news/remove-aur/
- tuna/issues#1424
2022-05-03 22:15:17 +02:00
jguer
74cf1f7542
update deps 2022-04-12 09:40:41 +02:00
transifex-integration[bot]
bd3e6c5236
Translate /po/en.po in id (#1742)
translation completed for the source file '/po/en.po'
on the 'id' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-04-10 16:22:56 +00:00
Drumstickx
94cff87927
Fix ContinueTask user prompt for locales with uppercase yes (#1735)
* Fix ContinueTask user prompt for locales with uppercase yes

The yes/y strings have to be converted to lowercase to enable matching of
the user input converted to lowercase. Otherwise, locales with uppercase
yes/y strings (e.g., German: `Ja/J`) will never match.

* Addess linter issue

* Remove obsolete lowercase conversion
2022-03-31 14:19:43 +02:00
transifex-integration[bot]
85023f7197
Translate /po/en.po in pt (#1732)
translation completed for the source file '/po/en.po'
on the 'pt' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-03-31 14:19:34 +02:00
transifex-integration[bot]
0f62b567ef
Translate /po/en.po in es (#1740)
translation completed for the source file '/po/en.po'
on the 'es' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-03-30 21:22:38 +00:00
transifex-integration[bot]
281ec1c926
Translate /po/en.po in de (#1739)
translation completed for the source file '/po/en.po'
on the 'de' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-03-30 21:22:11 +00:00
transifex-integration[bot]
ed62496025
Translate /po/en.po in it_IT (#1730)
translation completed for the source file '/po/en.po'
on the 'it_IT' language.
2022-03-23 10:08:08 +01:00
jguer
e773c7662c
update go-alpm 2022-03-07 17:57:20 +01:00
J Guerreiro
b8f054f988
fix(po): Update default po file (#1722)
* update default po file

* fix string
2022-03-07 10:35:20 +01:00
J Guerreiro
e4a1f018ea
feat(search): Add fuzzy name matching and mixed sources (#1719)
* fix(alpm): fix callback text

* feat(yay): Add mixed search result

* remove old result structs

* add option for controlling query builder

* only set query builder after parsing args

* add parser args

* update manpage

* write test for results

* write test for results

* mixed source test

* only sort 1 time with every mode
2022-03-06 23:48:15 +00:00
J Guerreiro
ae01f8e4a0
feat(config): Add version marker (#1720)
* only run on PRs

* prefer manual tags

* add defaults for tests

* cuddle assignment
2022-03-04 23:30:15 +00:00
J Guerreiro
dc9bef0115
fix(ci): fix builds against pacman-git (#1718)
* fix(ci): fix builds against pacman-git

* fix(ci): fix builds against pacman-git

* update dockerfile

* update dockerfile

* update dockerfile

* fix(ci): fix builds against pacman-git

* fix(ci): fix builds against pacman-git

* update go-alpm

* update alpm

* return to lopsided images

* go mod tidy
2022-03-04 23:04:55 +00:00
xvqxy
b52e3cf0d2
fix(aur): -Ss fails on multi arg if no results. (#1716)
This fixes #1674.

If search command included multiple packages and no results were found
in AUR, response from `query.queryAUR` was returned
as nil slice instead of non-nil empty slice and as nil slice is treated
during subsequent validation in `query.SourceQueryBuilder.Results` as
meaning that searching in AUR was not executed, command was failing.
Now empty non-nil slice is returned if results were not found.
2022-02-21 09:14:11 +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
transifex-integration[bot]
f719a6ffca
Translate /po/en.po in tr (#1707)
translation completed for the source file '/po/en.po'
on the 'tr' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-10 18:25:39 +01:00
J Guerreiro
7f5a060324
feat(yay): Add support for PACMAN_AUTH (#1706) 2022-02-08 09:39:41 +01:00
transifex-integration[bot]
7f7b69447d
Translate /po/en.po in de (#1705)
translation completed for the source file '/po/en.po'
on the 'de' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-07 19:30:05 +00:00
transifex-integration[bot]
ba222c87f6
Translate '/po/en.po' in 'fr_FR' (#1703)
* Translate /po/en.po in fr_FR

translation completed for the source file '/po/en.po'
on the 'fr_FR' language.

* Update po/fr_FR.po

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: J Guerreiro <me@jguer.space>
2022-02-07 10:05:58 +01:00