Commit graph

1586 commits

Author SHA1 Message Date
Jguer 35475c7f4c
fix(yay): lint README.md 2020-02-29 18:53:58 +01:00
Jguer 9795a36692
fix(yay): remove vendor and tweak ci 2020-02-29 18:50:33 +01:00
Jguer f4503ade39
fix(mod): update vendored modules 2020-02-27 19:26:40 +01:00
Dominik Schrempf 2ffde239c0 Bugfix apostrophe and bracket 2020-02-25 22:53:22 +01:00
Dominik Schrempf fd7945b42b Move note yay --option /= yay -Syu --option. 2020-02-25 22:53:22 +01:00
Akatsuki d5718b7406
Fix -U complete
__fish_complete_suffix function is changed.
2020-02-25 22:52:16 +01:00
patatahooligan 558c17f67c
Add missing diff completions for zsh 2020-02-25 22:52:15 +01:00
Dương Đỗ Minh Châu c6a17d02f4
Fix typos in man page 2020-02-25 22:52:15 +01:00
Jguer 23706a3a71
fix(ci): add previous_tag from git describe 2020-02-25 22:52:15 +01:00
Jguer 3a5a6a77b3 fix(print): fix #1158. initialize stringset in warnings declaration 2020-01-17 21:06:22 +01:00
Jguer 1f007f39ab fix(release): inline changelog definition 2020-01-17 21:06:22 +01:00
Jguer 87fcfbf9f7
fix(release): changelog doesn't need final as it's not available on checkout 2020-01-12 19:44:14 +01:00
Jguer d63c4b0b2e
fix(release): fix release naming 2020-01-12 19:08:10 +01:00
Jguer b85428770e
fix(release): fix missing changelog.sh 2020-01-12 18:39:51 +01:00
Jguer 9458e02711
fix(release): fix multiline command 2020-01-12 18:28:32 +01:00
Jguer e9930b0c42
fix(release): fix missing echo on read 2020-01-12 18:22:55 +01:00
Jguer 4da27c37c8
fix(release): reduce env artifacts 2020-01-12 18:19:57 +01:00
Jguer a34e080bf6
fix(release): use fixed paths for upload 2020-01-12 18:14:52 +01:00
Jguer 66a09aba8b
fix(release): fix missing echo 2020-01-12 18:11:25 +01:00
Jguer a0d831180d
fix(release): fix tag value sharing 2020-01-12 18:05:56 +01:00
Jguer b242d0ac4b
fix(release): auto-tag and build 2020-01-12 17:40:43 +01:00
Jguer a9b74a0e1e
fix(release): try mathieudutour again 2020-01-12 17:06:21 +01:00
Jguer fa3191e6f5
fix(release): bump config.go version 2020-01-12 16:55:16 +01:00
Jguer 13e3271dd6
fix: try another provider 2020-01-12 16:42:24 +01:00
Jguer bc2d1bf143
fix: create_annotated_tags 2020-01-12 16:33:22 +01:00
Jguer 03c5e3fb94
fix: fix auto-tag 2020-01-12 16:28:45 +01:00
Jguer 70aa7b4689
fix: add auto-tag 2020-01-12 16:16:04 +01:00
J Guerreiro f9ffa72b03
Merge pull request #1147 from msAlcantara/master
Add error handler on saveConfig
2020-01-12 14:42:24 +01:00
Matheus Alcantara a689ec887f Add error handler on saveConfig 2020-01-09 22:35:02 -03:00
J Guerreiro 9e2713e881
Merge pull request #1136 from Jguer/1135-fixCachedABS
Fix cached abs not getting the latest version
2019-12-26 11:57:36 +00:00
Jguer 990be97d44
fix #1135: pull and fast forward abs instead of just fetching latest head 2019-12-23 20:59:37 +00:00
Jguer 6cb5587351
update module dependencies 2019-12-23 20:38:26 +00:00
J Guerreiro b08e505b34
Merge pull request #1115 from Morganamilo/ignoreignore
Hide warnings for ignored packages
2019-11-11 20:20:23 +00:00
J Guerreiro 45da573821
Merge pull request #1102 from Jguer/fix-completions
Update completions for zsh and bash to pacman 5.2
2019-11-11 20:16:21 +00:00
morganamilo ab956ea3d2
Hide warnings for ignored packages 2019-11-11 07:15:27 +00:00
Anna 0bd21ea29f
Merge pull request #1111 from Morganamilo/notar
Remove tar support
2019-11-11 03:16:30 +00:00
morganamilo f2959922a7
Remove tar support
tar is slower and harder to diff. I doubt any one still uses it intentially.

There's a chance some people have not cleared their cache in two years
and still have tar based packages around. But forcing them to clear
their cache is not a big deal at all.
2019-11-11 02:57:14 +00:00
Jguer 410c7e758f
Updated zsh and bash completions to pacman 5.2 and yay 9.4.*
Removes tar completions
Removes --owns from bash/zsh
Bash now prints repo pkgs if no letter is entered and AUR and repo if
there's a letter
2019-11-04 17:32:52 +00:00
J Guerreiro bbc7cbba73
Merge pull request #1107 from Morganamilo/igorediffret
Ignore errors while diffing
2019-11-03 18:01:59 +00:00
morganamilo 3c996e5235
Ignore errors while diffing
std{out,err} all passed to the call so errors should print just as
before, the only difference is now yay will not abort after an error
occurs. We always provide a confirmation dialog after viewing diffs so
this should be safe.
2019-11-03 07:01:51 +00:00
Anna 3fef09e650
Merge pull request #1106 from Morganamilo/fixfish
Remove -F in fish completion
2019-10-30 02:25:43 +00:00
morganamilo 12312c8aa0
Remove -F in fish completion
This flag is only in fish-git, making it broken for most people.
2019-10-30 02:21:12 +00:00
Anna 662ce9994e
Merge pull request #1100 from akiirui/fish-patch-2
completions/fish: refine from pacman 5.2.0 and yay 9.4.2
2019-10-29 01:28:16 +00:00
Anna 9420a9724f
Merge pull request #1101 from Morganamilo/#942
Add SudoBin and SudoFlags
2019-10-28 19:06:43 +00:00
Pierre-Alain TORET 6dd65a2df2
Add SudoBin and SudoFlags 2019-10-28 18:35:36 +00:00
Akatsuki e36fda0f5a
completions/fish: refine from pacman 5.2.0 and yay 9.4.2 2019-10-26 04:08:06 +08:00
Jguer f8e496457c
fixed some completions for bash and zsh. Closer to pacman 5.2 2019-10-25 12:01:33 +01:00
J Guerreiro 8d37981218
Merge pull request #1088 from akiirui/fish-completions-patch
completions/fish: update for pacman 5.2
2019-10-24 13:49:59 +02:00
Akatsuki 58a9c78033
completions/fish: update for pacman 5.2
`-F`:
    Remove `-s --search`
    Remove `-o --owns`
    Add    `-x --regex`
`-S -U`:
    Remove `--force`
    Add    `--overwrite`
and another fix:
    `-Qo` remove `-f` in complete
    `-U`  add `.zst` zstd completion
2019-10-24 08:20:06 +08:00
Jguer 290d3d2c43
Patches -G to copy directory instead of linking. --absdir is recognized as a flag 2019-10-23 12:31:29 +01:00