Accepting request 1105216 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1105216 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=16
This commit is contained in:
commit
d93be1ddbd
4
_service
4
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.31.0</param>
|
||||
<param name="revision">v1.32.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">glab</param>
|
||||
@ -14,6 +14,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">glab-1.31.0.tar.gz</param>
|
||||
<param name="archive">glab-1.32.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="changesrevision">1f8464b403a4611ef689a89893cb700718abdb20</param></service></servicedata>
|
||||
<param name="changesrevision">9fdb6193c89e86786707279c16472632665f4918</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:341d87836001841439799de26b096da389fa99725e08c6de408393dd60c0b936
|
||||
size 16742865
|
3
glab-1.32.0.tar.gz
Normal file
3
glab-1.32.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6addfaba709bf23f6125d9f998e84b074cbaac838d5e43312407c2f1c232a7a6
|
||||
size 16747015
|
31
glab.changes
31
glab.changes
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 07:44:39 UTC 2023 - pdostal@suse.com
|
||||
|
||||
- Update to version 1.32.0:
|
||||
* feat: handle response from VertexAI instead of OpenAI
|
||||
* feat: add support for child pipelines in ci view
|
||||
* fix: Don't add glab-resolved when it already exists in a remote
|
||||
* feat(ci): add Pipeline IID to `ci list`
|
||||
* fix(deps): upgrade go-gitlab to v0.88.0
|
||||
* fix(issue): fix using issue commands from non-git dir
|
||||
* test: Fix test Test_repoArchive_Integration integration test
|
||||
* chore: use latest tview version
|
||||
* chore: downgrade tview
|
||||
* fix: Handle trailing slash in remote URL
|
||||
* fix(ci run): use correct default branch
|
||||
* release: fix assets-links suggestion/help
|
||||
* fix: use basereporemote.name as argument to GetDefaultBranch
|
||||
* chore: enable better debugging for flaky test
|
||||
* docs: clarify possible options for parameters for "ci list"
|
||||
* chore(ci): save test log as an artifact
|
||||
* chore: bumping go-gitlab to 0.86.0
|
||||
* chore(ci): remove ssh key from build
|
||||
* fix: goreleaser deprecated replacements, fixing the filename templates
|
||||
* fix: Preventing a panic when not using a sub command
|
||||
* feat: add incident note command
|
||||
* chore: use new test repo for clone integration tests
|
||||
* fixup! set error context in mrBody
|
||||
* fixup! no index trickery, compare values
|
||||
* feat(mr): populate description from commit messages
|
||||
* refactor(mr): split mrBody out of mrBodyAndTitle
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 06:37:40 UTC 2023 - pdostal@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: glab
|
||||
Version: 1.31.0
|
||||
Version: 1.32.0
|
||||
Release: 0
|
||||
Summary: A GitLab command line tool
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24399f721f7b18467ecec1f414c3a0f4ac3ed43daf7b903a9daec2df17d6a905
|
||||
size 7356671
|
||||
oid sha256:d26bb85b1772480fb7381abb46e0bf756e47bcff51d8b25161be4c3196bb1c0b
|
||||
size 6152115
|
||||
|
Loading…
Reference in New Issue
Block a user