-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go-jira: 1.0.17 -> 1.0.23 #89183
go-jira: 1.0.17 -> 1.0.23 #89183
Conversation
The repo was renamed to |
Thank you for your review @carlosdagos. I would be weary of changing the package name to strictly Let me know what your thoughts are 😃. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rebase your commits as mentioned in my comment. otherwise LGTM.
Thank you for your review @kalbasit, I have addressed both comments, the maintained addition has been extracted into it's own commit and the branch has been rebased on top of latest master. |
@GrahamcOfBorg build go-jira |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy. Thanks @timstott 😄
Motivation for this change
Update to version 1.0.23
Go Jira Changelog 1.0.17 -> 1.0.23
1.0.22 - 2019-09-30
1.0.21 - 2019-09-16
1.0.20 - 2018-08-04
1.0.19 - 2018-08-02
1.0.18 - 2018-07-29
jira session
command to show session information if user is authenticated [Cory Bennett] [f592107]Things done
Tested using sandboxing (nix.useSandbox on NixOS, or option
sandbox
innix.conf
on non-NixOS linux)Built on platform(s)
Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
Tested compilation of all pkgs that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
Tested execution of all binary files (usually in
./result/bin/
)Determined the impact on package closure size (by running
nix path-info -S
before and after)Ensured that relevant documentation is up to date
Fits CONTRIBUTING.md.