From 1a77693ee6318c3e11c2d210f8b3177d3f3914dcdfec4d0ea3b35db65d844429 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Mon, 3 Jun 2024 12:32:39 +0000 Subject: [PATCH] Update to version 1.5.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/jira-cli?expand=0&rev=5 --- _service | 2 +- _servicedata | 2 +- jira-cli-1.5.1.tar.gz | 3 ++ jira-cli.changes | 110 ++++++++++++++++++++++++++++++++++++++++++ jira-cli.spec | 10 ++-- vendor.tar.gz | 4 +- 6 files changed, 121 insertions(+), 10 deletions(-) create mode 100644 jira-cli-1.5.1.tar.gz diff --git a/_service b/_service index 7ed757a..e551499 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ankitpokhrel/jira-cli.git git .git - v1.0.0 + @PARENT_TAG@ @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 6d70a84..0d6ff0d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/ankitpokhrel/jira-cli.git - e94433858ee31e16d4b41c14032864f3c5361115 \ No newline at end of file + 0e0f82d52ef5a775d2cc662fbe38d9732b9b5c59 \ No newline at end of file diff --git a/jira-cli-1.5.1.tar.gz b/jira-cli-1.5.1.tar.gz new file mode 100644 index 0000000..2b8b9b8 --- /dev/null +++ b/jira-cli-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee64d00fb56822af28d801593714e6f3085a489627e0336c4f8e14868b45020a +size 53675999 diff --git a/jira-cli.changes b/jira-cli.changes index 16a0262..5763df1 100644 --- a/jira-cli.changes +++ b/jira-cli.changes @@ -1,3 +1,113 @@ +------------------------------------------------------------------- +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 + +- Update to version 1.1.0: + * fix: Flickering issue (#436) + * chore(doc): Add resources section + * Add open collective + * Add FUNDING.yml + * dev: Upgrade jira to 8.22.1 + * chore(doc): Add missing articles (#423) + * ehc: Increase max col width + some cleanup (#427) + * fix(minor): Use pointer receiver to avoid heavy copying (#426) + * chore: Remove deprecated ioutil usage (#422) + * chore: s/\"%s\"/%q/g (#421) + * feat: Make selection highlight customizable (#419) + * fix: Issue with insecure TLS config (#413) + * fix: Remove dead code in comment add (#411) + * feat: Ability to add worklog (#410) + * fix: Issue with default assignee and unassign from tui (#405) + * doc: Add instructions for docker + ------------------------------------------------------------------- Wed Jul 06 01:23:51 UTC 2022 - jkowalczyk@suse.com diff --git a/jira-cli.spec b/jira-cli.spec index a08a4ae..5dfd919 100644 --- a/jira-cli.spec +++ b/jira-cli.spec @@ -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.0.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 diff --git a/vendor.tar.gz b/vendor.tar.gz index d636547..a0811ef 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48e409a73f4d898697c25278daccdc078b78a5849a1464395754eb1d75cedb93 -size 6548209 +oid sha256:8e09759e1af877398348937d1193f05b3817d204b3e515f04b40d60d887f2c17 +size 5645525