Commit graph

1988 commits

Author SHA1 Message Date
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
transifex-integration[bot] ddd8e0e1f2
Translate /po/en.po in it_IT (#1701) 2022-02-06 22:23:07 +00:00
Norbert Pfeiler 9c2d4ec0d1
feat(stats): add statistics about pacman and yay cache sizes (#1679) 2022-02-06 09:53:34 +00:00
jguer 2a3ddafce5
fix(deps): fix conflict line being printed in new line 2022-02-06 10:49:57 +01:00
jguer 0e3affd876
fix(input): fix display in wrong line of number input 2022-02-06 10:44:33 +01:00
jguer c5bea07f64
chore(version): small patching to version 2022-02-06 10:06:31 +01:00
transifex-integration[bot] 712665e531
Translate /po/en.po in fr_FR (#1690)
at least 95% translated for the source file '/po/en.po'
on the 'fr_FR' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:40:17 +00:00
transifex-integration[bot] 87415a8d20
Translate /po/en.po in de (#1691)
at least 95% translated for the source file '/po/en.po'
on the 'de' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:40:11 +00:00
transifex-integration[bot] 58ac44c748
Translate /po/en.po in id (#1692)
at least 95% translated for the source file '/po/en.po'
on the 'id' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:39:51 +00:00
transifex-integration[bot] 527534af91
Translate /po/en.po in it_IT (#1693)
at least 95% translated for the source file '/po/en.po'
on the 'it_IT' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:39:44 +00:00
transifex-integration[bot] 8ac1da8115
Translate /po/en.po in pt (#1694)
at least 95% translated for the source file '/po/en.po'
on the 'pt' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:39:36 +00:00
transifex-integration[bot] 2de6d35709
Translate /po/en.po in pt_BR (#1695)
at least 95% translated for the source file '/po/en.po'
on the 'pt_BR' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:39:29 +00:00
transifex-integration[bot] 165433d1e3
Translate /po/en.po in es (#1696)
at least 95% translated for the source file '/po/en.po'
on the 'es' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:39:22 +00:00
transifex-integration[bot] 7feac514f7
Translate /po/en.po in tr (#1697)
at least 95% translated for the source file '/po/en.po'
on the 'tr' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-02-05 13:39:14 +00:00
jguer 4df76fd9fe
chore(locale): update en.po 2022-02-05 14:29:04 +01:00
J Guerreiro d83c5ca5a1
fix(deps): update deps (#1689) 2022-02-05 14:25:59 +01:00
mh4ckt3mh4ckt1c4s e9d8894a37
Fix(AUR): Fix end of php use on AUR API (#1685)
* Fixed end of php use on AUR API

* Added a / to the end of rpc to respect the AUR RPC doc

* Removed the / due to the "AUR unavailable at this moment" error
2022-02-05 12:56:10 +00:00
Norbert Pfeiler 19d42ae3cd
fix(yay): Total foreign → Foreign (#1680)
Rename -Ps option
2022-02-03 09:58:55 +01:00
jguer 09695c694f
remove noisy funding sources 2022-01-13 18:04:49 +01:00
jguer 65ecee9cb6 chore(deps): update ci 2022-01-03 13:46:52 +00:00
jguer 1c22cc491c chore(linting): code lint 2022-01-03 13:46:52 +00:00
jguer d02321bdc9 chore(dep): rename pool creator 2022-01-03 13:46:52 +00:00
jguer ac13060bfd
chore(locale): update po files 2022-01-02 21:20:11 +01:00
transifex-integration[bot] 0f5df3cbad
Chore: Translate /po/en.po in id (#1662)
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>
2021-12-30 09:28:15 +01:00
transifex-integration[bot] 2552cf1e22
Translate /po/en.po in pt_BR (#1656)
translation completed for the source file '/po/en.po'
on the 'pt_BR' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2021-12-22 17:26:34 +01:00
Дамјан Георгиевски f7dbebcc2c
fix(exec): add --quiet to systemd-run (#1654)
* add --quiet to systemd-run

this will avoid the `Press ^] three times within 1s to disconnect TTY.` message.

it's mentioned in the systemd-run man page too:
```
--quiet, -q
    Suppresses additional informational output while running. This is particularly useful in combination with --pty when it will suppress the
    initial message explaining how to terminate the TTY connection.
```

* add --quiet to the tests

* add --quiet to TestABSPKGBUILDRepoExistsPerms too
2021-12-20 17:49:25 +01:00
jguer a9702da300
chore(cmd): reduce install calls 2021-12-18 21:39:01 +01:00
jguer 81eeb8c495
fix(download): use git pull --rebase --autostash instead of --ff-only. fixes #1635 2021-12-12 19:05:48 +01:00
JohnTheCoolingFan bf288822b9 Update ru_RU.po to match pacman translation
Changed "Optional Deps" and "Provides" to match with pacman translation.
2021-12-12 17:29:27 +00:00
jguer 6c09d9bf33
chore(yay): exempt bugs and triage from stale 2021-12-10 09:06:37 +01:00
Cyrus Yip c0507e7f8e chore(readme): improve format of FAQ 2021-12-06 18:01:18 +00:00
Thomas Dupond 7e8d61c017 Prefer VISUAL over EDITOR for editmenu 2021-12-06 07:38:01 +00:00
jguer 9ebc98e80f
chore(yay): update deps 2021-12-04 19:48:25 +01:00
transifex-integration[bot] 17c20f5cd9 Translate /po/en.po in tr
translation completed for the source file '/po/en.po'
on the 'tr' language.
2021-11-27 02:15:10 +01:00
ccn 0b2bddf9d0 Add command to install quickly
add in a command which will do all of the installation steps at once.
2021-11-27 02:14:03 +01:00