Accepting request 1095734 from home:pdostal:branches:devel:tools:scm
- Update to version 1.31.0: * chore: Sync canonical repo * fix(repo view): consider current host when viewing a repo details * chore: Keeping in regular repo in sync * docs: add installation options with wakemeops * docs: fix mr create example * chore: Continue to rename 'when pipeline succeeds' to 'auto merge' * docs: Clarifying method change when using --update for api command * feat(incident): add incident subscribe command * chore: Renames strings to auto-merge * fix: Update multiple labels bug for glab mr create labels * feat(schedule): Fixed broken test for delete schedule * fix(check-update): always show error when check-update fails * feat(schedule): Add commands to create and delete schedules * feat(mr/checkout): Track by default without adding extra remotes * fix: Adjusting timeout value to prevent hangs * feat: Make mr create prompt for reviewers * fix(check-update): remove unicode characters in favor of ascii * fix(repo list): #1327 fix filters OBS-URL: https://build.opensuse.org/request/show/1095734 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=29
This commit is contained in:
parent
c933e1c0b8
commit
1172231655
4
_service
4
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.30.0</param>
|
<param name="revision">v1.31.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="filename">glab</param>
|
<param name="filename">glab</param>
|
||||||
@ -14,6 +14,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">glab-1.30.0.tar.gz</param>
|
<param name="archive">glab-1.31.0.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||||
<param name="changesrevision">93b82a4999a3474b71576b3da36594fa10f381b7</param></service></servicedata>
|
<param name="changesrevision">1f8464b403a4611ef689a89893cb700718abdb20</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e778b0ec8a70905b83107540cfc5486b8f2832182990756948caa970dde84576
|
|
||||||
size 16737656
|
|
3
glab-1.31.0.tar.gz
Normal file
3
glab-1.31.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:341d87836001841439799de26b096da389fa99725e08c6de408393dd60c0b936
|
||||||
|
size 16742865
|
23
glab.changes
23
glab.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 28 06:37:40 UTC 2023 - pdostal@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.31.0:
|
||||||
|
* chore: Sync canonical repo
|
||||||
|
* fix(repo view): consider current host when viewing a repo details
|
||||||
|
* chore: Keeping in regular repo in sync
|
||||||
|
* docs: add installation options with wakemeops
|
||||||
|
* docs: fix mr create example
|
||||||
|
* chore: Continue to rename 'when pipeline succeeds' to 'auto merge'
|
||||||
|
* docs: Clarifying method change when using --update for api command
|
||||||
|
* feat(incident): add incident subscribe command
|
||||||
|
* chore: Renames strings to auto-merge
|
||||||
|
* fix: Update multiple labels bug for glab mr create labels
|
||||||
|
* feat(schedule): Fixed broken test for delete schedule
|
||||||
|
* fix(check-update): always show error when check-update fails
|
||||||
|
* feat(schedule): Add commands to create and delete schedules
|
||||||
|
* feat(mr/checkout): Track by default without adding extra remotes
|
||||||
|
* fix: Adjusting timeout value to prevent hangs
|
||||||
|
* feat: Make mr create prompt for reviewers
|
||||||
|
* fix(check-update): remove unicode characters in favor of ascii
|
||||||
|
* fix(repo list): #1327 fix filters
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 20 10:34:07 UTC 2023 - pdostal@suse.com
|
Sat May 20 10:34:07 UTC 2023 - pdostal@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: glab
|
Name: glab
|
||||||
Version: 1.30.0
|
Version: 1.31.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GitLab command line tool
|
Summary: A GitLab command line tool
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:db80eecabadb52a9ce0f6a9188bd195e8427ed8d3c946ae1c4a7b83d2f415f87
|
oid sha256:24399f721f7b18467ecec1f414c3a0f4ac3ed43daf7b903a9daec2df17d6a905
|
||||||
size 7362374
|
size 7356671
|
||||||
|
Loading…
Reference in New Issue
Block a user