Skip to content

v0.23.0

Compare
Choose a tag to compare
@zaquestion zaquestion released this 30 Sep 23:00
· 176 commits to master since this release
8def936

Changelog

8bbc211 Added with-comment fix
cf64081 Added quickaction to files
f808fd8 Added /unapprove quick action to mr_approve.go
76c9251 Added /approve quick action to mr_approve.go
a59a5aa gitlab: handle API response without X-Total(-Pages) HTTP header
31ae4a7 mr discussions: Set CommitID
579ee99 lab: Update go dependencies
4bbfcbd lab mr create: Check file exists (-F/-f options)
527e709 mr_create: Add -f option to open editor
a395410 cmd/show_common.go: Fix commenting on new file diffs
4c9510c lab: Use HeadSHA value when CommitID is not specified
4c80927 Moved file function to break before approval
653549a mr discussion: Update tests
ad90d0e mr discussion: Drop mrDiscussionText()
b723634 mr note: Use templates for note information
0723109 mr_discussion: Provide better discussion information
a49cfa0 mr_discussion: Use mrDiscussionMsg instead of noteMsg
443fd3d rhstatus: Add commit comment functionality
1d84149 mr show: Show correct commit comments
1ac0f1b mr_create: clarify help wrt source and target remotes and branches
778bd48 gitlab: remove project ID lookup for CI Bridge jobs
501c6d6 mod: update go-gitlab
94f5faa ci: add documentation for the bridge option
c37e266 ci: filter jobs by bridge name
6947303 internal: remove redundant use of 'host'
a3b7f92 Fix mr create documentation
36c5ba0 Fix gitlab profile link URL
c6b3e58 lab: Update modules
b1193a7 Added documentation examples on every command; Fixes
b5527d3 fix: (ci view) dont run ci job if esc is hit
093a016 Finalized lab todo issue, updated go-gitlab
fea9e83 Fix Snippets Browse cfg host
95692fc cmd/lab_todo: fix index out of range without any args
1dafd5e Fix thumb Down
0a22600 Updated Carapace, Cobra and Glamour
9c0aa08 Removed --with-comment dependency; Fixed approve bug
c554731 cmd/mr_create: fix index out of range with --source
66a1a41 mr show: Output commit ID hash on commit comments
e744d4a chore: (ci status) #240 bump up default wait interval
d4c4280 cmd/util: fix handle of unknown number of arguments
19b1ee0 cmd/note_common: use Cobra cmd obj to inspect command name and alias
a8e7a56 cmd/note_common: move noteRunFn to the common code
b5b084c Added version to make install
c2a89b0 cmd/mr_create_test: fix test text wrt number of commits
fb66a37 internal/git: allow specific ref to be used in LastCommitMessage()
e371958 internal/git: add second ref to diffstat
114b876 internal/git: take diff stat from merge base
0c0280d internal/git: fix git log command with union behavior
d7df603 internal/git: rename PathWithNameSpace to PathWithNamespace
482d054 cmd/util: remove "remote" arguement from verifyRemoteAndBranch function
6c5a5d6 internal/git: remove unused CurrentUpstreamBranch function
4b2a727 internal/action: move Labels and Milestones actions to a single file
b6864c2 internal/gitlab: rename dupId to dupID
51696f9 internal/action: fix else clause with if ending with return
aada9db internal/gitlab: fix argument name for UpdateMRDiscussionNote
fe9248b internal/gitlab: unexport JobSorter type
88ada3d internal: add comments for exported functions and structures
c9d6b3b internal/logger: rename log levels
a065605 internal/logger: fix exported functions comments
0edf42e internal/logger: export Logger structure
1cfb2f4 cmd/mr_show: golint: if block ends with a return statement
68aea79 cmd/mr: remote WIP terminology support
f8abe97 cmd/mr_edit: update Draft detection to use hasPrefix()
4c59f30 mr show: Fix --patch and --comments option output
b65a04b cmd/mr_test: fix leftover test diffs
b9e0de0 cmd/util: fix error handling for parseArgsWithGitBranchMR
ecd57aa cmd/util: avoid an empty string to be parsed
5f7d2aa cmd: unexport LabPersistentPreRun function
fcd11a6 cmd: fix else clause with a single return statement
68df5b3 issue_close: fix variable name
4938a98 labels: unexport MapLabels function
0c13df9 note: unexport NoteRunFn function
2b08856 util: unexport CommandPrefix variable
93c4938 util: unexport the Pager structure
ec7ed8e cmd: fix unused variables
b756458 cmd: fix return value checks and statements
e7f1c88 cmd: use log.Fatalf instead of calling fmt.Errorf
b1c4a74 internal/logger_test: add test for all logging functions
77e7321 internal/logger: fix logger whitespace for Fatal msgs
0e02d27 internal/logger: fix keysAndValues overflow
02ab075 mr_note_test: change MR ID used for testing discussion
214d810 edit_common: remove unused function
71df609 edit: fix labels update for issue and MR
15929ef mr_reopen_test: fix MR number
2000253 cmd: add heredoc.Doc() to texts within the code
40726c3 cmd: use heredoc.Doc() in every multiline help message
c2cbf46 todo list: Implement --all