Accepting request 945470 from home:Orville:Devel
- Update to version 1.22.0: * feat: Add group flag to mr list command (#931) * chore: Update Arch README link to official repos * fix: Write aliases to symlink if it exists (#930) * added push mirror and command (#887) * feature: Read config directory from GLAB_CONFIG_DIR (#921) * feature: add variable update command (#902) * feat(mr): Only output MR URL to stdout if output is not a TTY (#883) * fix(mr_create/issue_create): add encoding to title and change description encoding (#871) * fix: add linebreak to check-output msg (#895) * mr: deprecate `mr for` command * Require Go 1.17+ (#898) * feature: add variable delete command (#890) * Add support for terminal hyperlinks (#852) * Update docs for `ci run` to include passing variables * commands/project/create: fix typo * update dependencies (#884) * fix: allow setting variable without using --value (#881) * fix: obsolete % char for weights * fix(mr-create): escape titles in new MR preview URLs * fix(ci status): add check for pending pipelines * refactor: rename Squash to SquashBeforeMerge * Handle invalid job id * Apply improvements from code review * feat(command/ci/retry): Add new command to retry CI jobs * Update README.md * Update README.md * docs(README): add awesome-go badge to README * fix: weird condition when prompt disabled * feat(mr update): add --squash parameter * fix ci pipeline view incorrect timestamp being used * ci: fix the linter by targeting the pull request instead of the target * refactor: rename Squash to SquashBeforeMerge * chore: remove colon * docs(template): use different header styles for the Pull Request template * feat(mr create): add --squash parameter * docs(mr create): remove doc entry as it's automatically generated * docs(mr create): add --reviewer parameter to docs * feat(mr create): add --reviewer parameter * chore: use errors.Is instead of error equality * docs(readme): update Fosshost.org logo location * add remoteName flag to 'create project' command * fix(ci trace): exit normally when prompts are interrupted * docs: remove --autofill references * docs(update): v1.21.1 OBS-URL: https://build.opensuse.org/request/show/945470 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=6
This commit is contained in:
parent
fc2ee1ac62
commit
6e9fefef04
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/profclems/glab.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.21.1</param>
|
||||
<param name="revision">v1.22.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">glab</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/profclems/glab.git</param>
|
||||
<param name="changesrevision">5cb2858d1fb7a5317e89259fc4ac135414e99be2</param></service></servicedata>
|
||||
<param name="changesrevision">612ff864276e848c4cfdef187b5f16f5c52f3c25</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fed6956d28acb83fbb8018d7954ad435bb1efd335e064bcc016e4fb1a35dbc2
|
||||
size 16343016
|
3
glab-1.22.0.tar.xz
Normal file
3
glab-1.22.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6f830b4ea0ce638d86c9a888e2faee85ebd4ac09b13f480f03f2c0adb67cffa
|
||||
size 16350944
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afc5f2e09b7337e200d4269dcbabfd2e2e4b721df27e5f47ef1fcd563b941895
|
||||
size 4655856
|
||||
oid sha256:41591fa7094a905359bc8b6814c87ec591773c53f1eeead0e5b3fe590f366507
|
||||
size 4673044
|
||||
|
49
glab.changes
49
glab.changes
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 02:28:38 UTC 2022 - Orville Q. Song <orville@anislet.dev>
|
||||
|
||||
- Update to version 1.22.0:
|
||||
* feat: Add group flag to mr list command (#931)
|
||||
* chore: Update Arch README link to official repos
|
||||
* fix: Write aliases to symlink if it exists (#930)
|
||||
* added push mirror and command (#887)
|
||||
* feature: Read config directory from GLAB_CONFIG_DIR (#921)
|
||||
* feature: add variable update command (#902)
|
||||
* feat(mr): Only output MR URL to stdout if output is not a TTY (#883)
|
||||
* fix(mr_create/issue_create): add encoding to title and change description encoding (#871)
|
||||
* fix: add linebreak to check-output msg (#895)
|
||||
* mr: deprecate `mr for` command
|
||||
* Require Go 1.17+ (#898)
|
||||
* feature: add variable delete command (#890)
|
||||
* Add support for terminal hyperlinks (#852)
|
||||
* Update docs for `ci run` to include passing variables
|
||||
* commands/project/create: fix typo
|
||||
* update dependencies (#884)
|
||||
* fix: allow setting variable without using --value (#881)
|
||||
* fix: obsolete % char for weights
|
||||
* fix(mr-create): escape titles in new MR preview URLs
|
||||
* fix(ci status): add check for pending pipelines
|
||||
* refactor: rename Squash to SquashBeforeMerge
|
||||
* Handle invalid job id
|
||||
* Apply improvements from code review
|
||||
* feat(command/ci/retry): Add new command to retry CI jobs
|
||||
* Update README.md
|
||||
* Update README.md
|
||||
* docs(README): add awesome-go badge to README
|
||||
* fix: weird condition when prompt disabled
|
||||
* feat(mr update): add --squash parameter
|
||||
* fix ci pipeline view incorrect timestamp being used
|
||||
* ci: fix the linter by targeting the pull request instead of the target
|
||||
* refactor: rename Squash to SquashBeforeMerge
|
||||
* chore: remove colon
|
||||
* docs(template): use different header styles for the Pull Request template
|
||||
* feat(mr create): add --squash parameter
|
||||
* docs(mr create): remove doc entry as it's automatically generated
|
||||
* docs(mr create): add --reviewer parameter to docs
|
||||
* feat(mr create): add --reviewer parameter
|
||||
* chore: use errors.Is instead of error equality
|
||||
* docs(readme): update Fosshost.org logo location
|
||||
* add remoteName flag to 'create project' command
|
||||
* fix(ci trace): exit normally when prompts are interrupted
|
||||
* docs: remove --autofill references
|
||||
* docs(update): v1.21.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 08:12:22 UTC 2022 - Orville Q. Song <orville@anislet.dev>
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
#
|
||||
|
||||
|
||||
%global build_date 2021-01-03
|
||||
#date +%Y-%m-%d
|
||||
%global build_date 2021-01-11
|
||||
|
||||
%global provider github
|
||||
%global provider_tld com
|
||||
@ -28,7 +27,7 @@
|
||||
%global import_path %{provider_prefix}/%{repo}
|
||||
|
||||
Name: glab
|
||||
Version: 1.21.1
|
||||
Version: 1.22.0
|
||||
Release: 0
|
||||
Summary: An open-source GitLab command line tool
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user