Accepting request 1178320 from devel:languages:go
Update to version 1.5.1 (forwarded request 1178247 from crameleon) OBS-URL: https://build.opensuse.org/request/show/1178320 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jira-cli?expand=0&rev=3
This commit is contained in:
commit
5671667517
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ankitpokhrel/jira-cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.1.0</param>
|
||||
<param name="revision">@PARENT_TAG@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ankitpokhrel/jira-cli.git</param>
|
||||
<param name="changesrevision">3b93e147eac468ad985bdece27469153b4bb2814</param></service></servicedata>
|
||||
<param name="changesrevision">0e0f82d52ef5a775d2cc662fbe38d9732b9b5c59</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7127db6dfbb51e8825ace834f9aced68f3849ecdd957855e342f19410336f64
|
||||
size 53636240
|
3
jira-cli-1.5.1.tar.gz
Normal file
3
jira-cli-1.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee64d00fb56822af28d801593714e6f3085a489627e0336c4f8e14868b45020a
|
||||
size 53675999
|
@ -1,3 +1,92 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 03 08:01:47 UTC 2024 - georg.pfuetzenreuter@suse.com
|
||||
|
||||
- Update to version 1.5.1:
|
||||
* fix: Skip auth type prompt if already set (#701)
|
||||
* fix: Properly close created files (#702)
|
||||
* build: Upgrade goreleaser
|
||||
* feat: Add support for updating the estimate (#669)
|
||||
* fix: Respect jira timezone (#697)
|
||||
* fix: Bring bearer back (#696)
|
||||
* fix: Jira init broken due to authtype value (#694)
|
||||
* ci: Upgrade workflow + linter (#695)
|
||||
* chore(Dockerfile): bump go & alpine versions (#691)
|
||||
* chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#671)
|
||||
* chore: Add supporters
|
||||
* [feat] Add `mtls` authentication for client certificate auth (#615)
|
||||
* feat: affects version (#642)
|
||||
* fix: Issue with no-input on create (#655)
|
||||
* deps: Upgrade all (#643)
|
||||
* feat: Enable issue edit to read body from stdin (#619)
|
||||
* chore: go mod tidy
|
||||
* fix: Comment author name is not always displayed (#618)
|
||||
* feat: Allow different jira server for API and for UI (#613)
|
||||
* fix: Issue with epic field on create (#607)
|
||||
* dep: Upgrade cobra to v1.7.0 (#608)
|
||||
* fix: Issue with value assignment in init (#606)
|
||||
* ci: Upgrade actions and linter (#590)
|
||||
* ci: Upgrade go version
|
||||
* ci: Make linter happy
|
||||
* fix: Detect if Jira v8 server is not using the /createmeta REST endpoint (#574)
|
||||
* fix: Issue with -c flag on config generation (#582)
|
||||
* feat: Support for adding watcher to Issue (#584)
|
||||
* chore: Some minor README changes
|
||||
* chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 (#575)
|
||||
* ehc: Improve PAGER selection (#570)
|
||||
* feat: Filter by multiple statuses (#573)
|
||||
* fix: Use http client wrapper instead of round trip (#530)
|
||||
* feat: Add help page (#563)
|
||||
* fix: Worklog comment don't work together with prompt (#562)
|
||||
* feat(tui): Allow issue transition from the ui (#544)
|
||||
* fix: Shell completion for Fish and PowerShell (#553)
|
||||
* chore: Refactor jira client (#543)
|
||||
* chore(tui): Refactor table data access (#542)
|
||||
* tui: Use tview Modal instead of the extended one (#541)
|
||||
* feat: Use single char ellipsis instead of triple dot (#540)
|
||||
* feat: Allow to set reporter on issue create (#539)
|
||||
* chore: Update bug report template
|
||||
* doc: Fix example scripts
|
||||
* chore: Remove duplication in epic and issue create (#537)
|
||||
* ehc: Auto fallback to plain output on notty (#538)
|
||||
* ci: Upgrade golangci-lint to v1.50.1 (#536)
|
||||
* ehc: Make assignee operation atomic on create (#531)
|
||||
* fix(build): Invalid commit hash in docker image (#535)
|
||||
* dep: Upgrade golang to v1.19 (#534)
|
||||
* doc: Update README
|
||||
* dep: Upgrade all (#532)
|
||||
* feat: Add warning for invalid custom field (#528)
|
||||
* ehc: Remove viper dependency from pkg (#526)
|
||||
* doc: Fix typo
|
||||
* doc: Shorten installation section
|
||||
* ci: Fix build branch
|
||||
* fix: Respect editor env vars in Windows (#524)
|
||||
* doc: Upgrade badge URL
|
||||
* chore: Minor cleanup
|
||||
* fix: Improve support for pager (#503)
|
||||
* fix: Make board selection optional (#502)
|
||||
* feat: allow setting of fixed columns in the list of issues (#509)
|
||||
* feat: Add labels to the issue listing (#506)
|
||||
* feat: Filter issues by the absence of label(s) (#505)
|
||||
* ci: Multi-arch docker image (#508)
|
||||
* fix: Discrepancy in --insecure flag (#507)
|
||||
* doc: Add scoop installation process (#497)
|
||||
* feat: Resolution, assignee & comment on issue move (#492)
|
||||
* doc: Update zsh completion command
|
||||
* doc: Update help for completion cmd (#491)
|
||||
* feat: Add weblink to issue (#483)
|
||||
* feat: Add support for project datatype in custom fields (#482)
|
||||
* fix: Option to show issues from all projects in sprint (#475)
|
||||
* feat: Make date time input in worklog add flexible (#465)
|
||||
* doc: Minor updates
|
||||
* doc: Add Nix package (#458)
|
||||
* doc: Add pkg maintainers
|
||||
* doc: Add link to project in help (#456)
|
||||
* chore: Minor refactoring
|
||||
* feat: Allow to set start datetime on worklog add (#453)
|
||||
* feat: Support for Jira v9 (#447)
|
||||
* feat: Add serverinfo command (#440)
|
||||
* doc: Fix typo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 16:00:16 UTC 2022 - chrisbcoutinho@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jira-cli
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
%define shortname jira
|
||||
Name: jira-cli
|
||||
Version: 1.1.0
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: CLI tool for Atlassian JIRA inspired by the Github CLI tool
|
||||
License: MIT
|
||||
@ -28,9 +28,7 @@ Group: Development/Tools/Other
|
||||
URL: https://github.com/ankitpokhrel/jira-cli
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang(API) >= 1.18
|
||||
|
||||
%define shortname jira
|
||||
BuildRequires: golang(API) >= 1.19
|
||||
|
||||
%description
|
||||
JiraCLI is an interactive command line tool for Atlassian Jira that will help
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d44c2a57bf16a03a1599862e8549bf68f4ece9236c6fad6fded9c4031b671185
|
||||
size 6311809
|
||||
oid sha256:8e09759e1af877398348937d1193f05b3817d204b3e515f04b40d60d887f2c17
|
||||
size 5645525
|
||||
|
Loading…
Reference in New Issue
Block a user