Commit Graph

22 Commits

Author SHA256 Message Date
7e9e1c47fd Accepting request 1175022 from utilities
OBS-URL: https://build.opensuse.org/request/show/1175022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=8
2024-05-20 16:12:42 +00:00
Soc Virnyl Estela
6c0d60e54e Accepting request 1175020 from home:AndreasStieger:branches:utilities
gitui 0.26.2 CVE-2023-48795 (boo#1218264)

OBS-URL: https://build.opensuse.org/request/show/1175020
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=21
2024-05-18 13:15:34 +00:00
3ecfe146b3 Accepting request 1169295 from utilities
OBS-URL: https://build.opensuse.org/request/show/1169295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=7
2024-04-21 18:26:31 +00:00
Soc Virnyl Estela
91e3fbbe00 Accepting request 1169170 from home:smolsheep:upgrades
- Update to version 0.26.1:
  Added:
  * sign commits using openpgp
  * support ssh commit signing (when user.signingKey and gpg.format
    = ssh of gitconfig are set; ssh-agent isn't yet supported)
  * provide nightly builds (see NIGHTLIES.md)
  * more version info in gitui -V and help popup (including git
    hash)
  * support core.commitChar filtering
  * allow reset in branch popup
  * respect configuration for remote when pushing
  Changed:
  * Make info and error message popups scrollable
  * clarify x86_64 linux binary in artifact names:
    gitui-linux-x86_64.tar.gz (formerly known as musl)
  Fixes:
  * add syntax highlighting support for more file types, e.g.
    Typescript, TOML, etc.

OBS-URL: https://build.opensuse.org/request/show/1169170
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=19
2024-04-20 00:51:06 +00:00
752c4e4ddf Accepting request 1157869 from utilities
OBS-URL: https://build.opensuse.org/request/show/1157869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=6
2024-03-14 16:45:09 +00:00
Soc Virnyl Estela
eb39c50567 Accepting request 1157777 from home:smolsheep:upgrades
update set to true pulls broken vendors. there are no current
issues with this.
- Update to version 0.25.1:
  Added:
  * support for new-line in text-input (e.g. commit message editor)
  * add syntax highlighting for blame view
  * allow aborting pending commit log search
  * theme.ron now supports customizing line break symbol
  * add confirmation for dialog for undo commit
  * support prepare-commit-msg hook
  * new style block_title_focused to allow customizing title text
    of focused frame/block
  * allow fetch command in both tabs of branchlist popup
  * check branch name validity while typing
  Changed:
  * do not allow tagging when tag.gpgsign enabled until gpg-signing
    is supported
  Fixes:
  * bump yanked dependency bumpalo to fix build from source
  * pin ratatui version to fix building without locked cargo
    install gitui
  * stash window empty after file history popup closes
  * allow push to empty remote
  * better diagnostics for theme file loading
  * fix ordering of commits in diff view

OBS-URL: https://build.opensuse.org/request/show/1157777
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=17
2024-03-14 07:38:21 +00:00
5a47a36102 Accepting request 1112393 from utilities
OBS-URL: https://build.opensuse.org/request/show/1112393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=5
2023-09-20 11:23:41 +00:00
Soc Virnyl Estela
3fd7cd19d0 Accepting request 1112383 from home:lkocman:branches:utilities
- Update license based on legaldb review

OBS-URL: https://build.opensuse.org/request/show/1112383
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=15
2023-09-19 21:41:04 +00:00
Soc Virnyl Estela
8e22392e2a - Update to version 0.24.3:
* log: fix major lag when going beyond last search hit
  * parallelise log search - performance gain ~100%
  * search message body/summary separately
  * fix commit log not updating after branch switch
  * fix stashlist not updating after pop/drop
  * fix commit log corruption when tabbing in/out while parsing log
  * fix performance problem in big repo with a lot of incoming commits
  * fix error switching to a branch with '/' in the name
  * search commits by message, author or files in diff 
  * support 'n'/'p' key to move to the next/prev hunk in diff component
  * simplify theme overrides
  * support for sign-off of commits
  * switched from textwrap to bwrap for text wrapping
  * more logging diagnostics when a repo cannot be
  * added to anaconda
  * visualize empty line substituted with content in diff better 
  * checkout branch works with non-empty status report
  * jump to commit by SHA
  * fix commit dialog char count for multibyte characters
  * fix wrong hit highlighting in fuzzy find popup
  * fix symlink support for configuration files
  * fix expansion of ~ in commit.template
  * fix hunk (un)staging/reset for # of context lines != 3
  * fix delay when opening external editor

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=14
2023-09-09 13:14:03 +00:00
435af6742b Accepting request 1104910 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=4
2023-08-21 09:45:20 +00:00
Soc Virnyl Estela
06c6527afc Replace obsoleted disabled option with manual
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=12
2023-08-13 14:07:55 +00:00
b947593724 Accepting request 1094940 from utilities
- Update to version 0.23.0
  - Breaking Change
      * focus_XYZ key bindings are merged into the move_XYZ set, so only one way to bind arrow-like keys from now on
  - Added
      * allow reset (soft,mixed,hard) from commit log
      * support reword of commit from log
      * fuzzy find branch
      * list changes in commit message inside external editor
      * allow detaching HEAD and checking out specific commit from log view
      * add no-verify option on commits to not run hooks
      * allow fetch on status tab
      * allow copy file path on revision files and status tree
      * print message of where log will be written if -l is set
      * show remote branches in log
  - Fixes
      * fixed side effect of crossterm 0.26 on windows that caused double input of all keys
      * commit msg history ordered the wrong way
      * improve help documentation for amend cmd
      * lag issue when showing files tab
      * fix key binding shown in bottom bar for stash_open
      * --bugreport does not require param
      * edit-file command shown on commits msg
      * crash on branches popup in small terminal
      * edit command duplication
      * syntax errors in key_bindings.ron will be logged
      * Fix UI freeze when copying with xclip installed on Linux
      * Fix UI freeze when copying with wl-copy installed on Linux
      * commit hooks report "command not found" on Windows with wsl2 installed
      * crashes on entering submodules
      * fix race issue: revlog messages sometimes appear empty
      * default to tick-based updates
      * add support for options handling in log and stashes views
  - Changed
      * minimum supported rust version bumped to 1.65 (thank you time crate)

OBS-URL: https://build.opensuse.org/request/show/1094940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=3
2023-06-23 19:53:50 +00:00
Soc Virnyl Estela
9c53918ca1 OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=10 2023-06-23 17:48:29 +00:00
Soc Virnyl Estela
f0075f4426 - Update to version 0.23.0
- Breaking Change
      * focus_XYZ key bindings are merged into the move_XYZ set, so only one way to bind arrow-like keys from now on
  - Added
      * allow reset (soft,mixed,hard) from commit log
      * support reword of commit from log
      * fuzzy find branch
      * list changes in commit message inside external editor
      * allow detaching HEAD and checking out specific commit from log view
      * add no-verify option on commits to not run hooks
      * allow fetch on status tab
      * allow copy file path on revision files and status tree
      * print message of where log will be written if -l is set
      * show remote branches in log
  - Fixes
      * fixed side effect of crossterm 0.26 on windows that caused double input of all keys
      * commit msg history ordered the wrong way
      * improve help documentation for amend cmd
      * lag issue when showing files tab
      * fix key binding shown in bottom bar for stash_open
      * --bugreport does not require param
      * edit-file command shown on commits msg
      * crash on branches popup in small terminal
      * edit command duplication
      * syntax errors in key_bindings.ron will be logged
      * Fix UI freeze when copying with xclip installed on Linux
      * Fix UI freeze when copying with wl-copy installed on Linux
      * commit hooks report "command not found" on Windows with wsl2 installed
      * crashes on entering submodules
      * fix race issue: revlog messages sometimes appear empty

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=9
2023-06-23 13:18:34 +00:00
c852d7502f Accepting request 1070836 from utilities
- Set worker disk size to 4GB to fix "No space left on device" on pp64.
- Update vendored dependencies
- Use zstd compression for tarballs.
- Remove gitui-v0.22.1.obscpio file. Forgot to delete

OBS-URL: https://build.opensuse.org/request/show/1070836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=2
2023-03-11 17:24:09 +00:00
Soc Virnyl Estela
8d1a739a9d - Set worker disk size to 4GB to fix "No space left on device" on pp64.
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=7
2023-03-11 08:38:39 +00:00
Soc Virnyl Estela
d04ea91e2c - Update vendored dependencies
- Use zstd compression for tarballs.

OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=6
2023-03-11 07:45:32 +00:00
Soc Virnyl Estela
3471e7bb3b - Remove gitui-v0.22.1.obscpio file. Forgot to delete
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=5
2023-03-11 07:41:14 +00:00
Soc Virnyl Estela
fde1d9a02f OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=4 2023-03-10 13:51:04 +00:00
7fc573e79f Accepting request 1056744 from utilities
I want to maintain gitui in openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/1056744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gitui?expand=0&rev=1
2023-01-07 16:17:41 +00:00
Soc Virnyl Estela
ca449b4ce9 - Fix version name both on specfile and tarball sources.
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=2
2023-01-06 15:32:57 +00:00
dea13b5407 Accepting request 1055853 from home:uncomfyhalomacro
I want to maintain gitui in utilities

OBS-URL: https://build.opensuse.org/request/show/1055853
OBS-URL: https://build.opensuse.org/package/show/utilities/gitui?expand=0&rev=1
2023-01-05 11:37:42 +00:00