Skip to content

Commit

Permalink
www/jira-cli: Update to 1.0.0
Browse files Browse the repository at this point in the history
Changes since 0.3.0:

We reached v1.0.0

## Breaking changes
- fix!: Replace limit flag with paginate by @ankitpokhrel in #359
- fix!: Append components on edit instead of overriding by @ankitpokhrel in #368
- feat!: Append label to an issue, show labels at issue list view by @stchar in #300
- refactor!: Move boards and project list to subcommand by @ankitpokhrel in #314

## What's added?
- feat: Support custom fields on issue create by @ankitpokhrel in #319
- feat: Add support to read from .netrc by @adolsalamanca in #329
- feat: Add support for OS keyrings/-chains by @boyvanamstel in #348
- feat: Support auth with personal access tokens by @marek-veber / @ankitpokhrel in #327
- feat: Allow to set fixVersions on issue creation by @ankitpokhrel in #276
- feat: Allow insecure TLS by @ankitpokhrel in #305
- feat: Add --no-browser option to open cmd by @ankitpokhrel in #308
- feat: Add search option for boards on jira init by @ankitpokhrel in #322
- feat: Add issues unlink command by @sushilkg in #347
- feat: Support refresh for issues list by @GZLiew in #325
- feat: Ability to delete issue by @ankitpokhrel in #336
- feat: Allow to set custom fields on epic create by @ankitpokhrel in #364
- feat: Allow to edit release-info/fixVersions by @ankitpokhrel in #365
- feat: Allow removing labels on edit by @ankitpokhrel in #371
- feat: Support creating issues with custom subtask type by @danobi in #372
- feat: Allow removing component on edit by @ankitpokhrel in #374
- feat: Allow removing fixVersions on edit by @ankitpokhrel in #376
- feat: Support custom fields on issue edit by @ankitpokhrel in #377
- feat: Jira init non-interactive by @ankitpokhrel in #381
- feat: Show subtasks in issue view by @ankitpokhrel in #382
- feat: Allow project filter in raw jql by @ankitpokhrel in #395

## What's fixed?
- fix: Makefile compatiblity with Make 3.81 by @danmichaelo in #252
- fix: Config generation issue by @ankitpokhrel in #275
- fix(cfg): Strip trailing slash on server name by @ankitpokhrel in #295
- fix: Jira client should respect timeout opt by @ankitpokhrel in #304
- fix: Respect GLAMOUR_STYLE env on issue view by @ankitpokhrel in #317
- fix: Get subtask handle from config by @ankitpokhrel in #296
- fix: Jira wiki parser by @ankitpokhrel in #326
- fix: Display correctly columns in list sprint command help by @adolsalamanca in #320
- fix: Panic on empty sub-list by @ankitpokhrel in #330
- fix: Issue with assigning user by @ankitpokhrel in #321
- fix: OOM bug on issue view by @ankitpokhrel in #350
- fix: Assign parent key as is on edit by @ankitpokhrel in #351
- fix: Add additional check for total boards returned by @ankitpokhrel in #360
- fix: Issue with query param in user assignment by @ankitpokhrel in #380
- fix: Subtask clone by @ankitpokhrel in #383
- fix: editing issue with custom field in non interactive mode by @DrudgeRajen in #391

## Dependency updates
- dep: Upgrade charmbracelet/glamour to 0.5.0 by @ankitpokhrel in #309
- dep: Upgrade rivo/tview to latest by @ankitpokhrel in #310
- dep: Upgrade outdated packages by @ankitpokhrel in #311
- dep: Upgrade cobra to 1.4.0 by @ankitpokhrel in #373


## Other notable changes
- Use md ext for tmp file to trigger vim syntax by @ElementalWarrior in #318

Full Changelog: ankitpokhrel/jira-cli@v0.3.0...v1.0.0
  • Loading branch information
fraggerfox committed Jul 5, 2022
1 parent 4958c03 commit a9146c0
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 1,717 deletions.
5 changes: 2 additions & 3 deletions www/jira-cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.10 2022/06/02 18:52:08 bsiegert Exp $
# $NetBSD: Makefile,v 1.11 2022/07/05 10:42:23 fox Exp $

DISTNAME= jira-cli-0.3.0
DISTNAME= jira-cli-1.0.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=ankitpokhrel/}
PKGREVISION= 5
CATEGORIES= www
DIST_SUBDIR= ${PKGBASE}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
6 changes: 5 additions & 1 deletion www/jira-cli/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2021/11/20 10:38:05 fox Exp $
@comment $NetBSD: PLIST,v 1.3 2022/07/05 10:42:23 fox Exp $
bin/jira
man/man7/jira-board-list.7
man/man7/jira-board.7
man/man7/jira-completion.7
man/man7/jira-epic-add.7
Expand All @@ -13,15 +14,18 @@ man/man7/jira-issue-clone.7
man/man7/jira-issue-comment-add.7
man/man7/jira-issue-comment.7
man/man7/jira-issue-create.7
man/man7/jira-issue-delete.7
man/man7/jira-issue-edit.7
man/man7/jira-issue-link.7
man/man7/jira-issue-list.7
man/man7/jira-issue-move.7
man/man7/jira-issue-unlink.7
man/man7/jira-issue-view.7
man/man7/jira-issue.7
man/man7/jira-man.7
man/man7/jira-me.7
man/man7/jira-open.7
man/man7/jira-project-list.7
man/man7/jira-project.7
man/man7/jira-sprint-add.7
man/man7/jira-sprint-list.7
Expand Down
Loading

0 comments on commit a9146c0

Please sign in to comment.