Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

issues: add CreateTodo on issues #1130

Merged
merged 1 commit into from
Apr 19, 2021
Merged

issues: add CreateTodo on issues #1130

merged 1 commit into from
Apr 19, 2021

Conversation

bmeneg
Copy link

@bmeneg bmeneg commented Apr 15, 2021

Only TODOs on merge requests are available today. This patch adds the
code for the TODOs on issues API.

Signed-off-by: Bruno Meneguele bmeneg@redhat.com

Only TODOs on merge requests are available today. This patch adds the
code for the TODOs on issues API.

Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
prarit added a commit to prarit/lab that referenced this pull request Apr 16, 2021
The GitLab WebUI allows users to mark add Todo list items from a Merge
Request pages and Issue pages.  Unfortunately the go-gitlab library
does not implenet the adding of Issues to Todo lists [1].

Implement a "add" command that allows users to add Merge Requests as Todo
list items.  Since go-gitlab does not support the adding of Issues to Todo
lists so put in a place holder for an "issue" command.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
[1] xanzy/go-gitlab#1130
prarit added a commit to prarit/lab that referenced this pull request Apr 16, 2021
The GitLab WebUI allows users to mark add Todo list items from a Merge
Request pages and Issue pages.  Unfortunately the go-gitlab library
does not implenet the adding of Issues to Todo lists [1].

Implement a "mr" command that allows users to add Merge Requests as Todo
list items.  Since go-gitlab does not support the adding of Issues to Todo
lists so put in a place holder for an "issue" command.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
[1] xanzy/go-gitlab#1130
prarit added a commit to prarit/lab that referenced this pull request Apr 17, 2021
The GitLab WebUI allows users to mark add Todo list items from a Merge
Request pages and Issue pages.  Unfortunately the go-gitlab library
does not implenet the adding of Issues to Todo lists [1].

Implement a "mr" command that allows users to add Merge Requests as Todo
list items.  Since go-gitlab does not support the adding of Issues to Todo
lists so put in a place holder for an "issue" command.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
[1] xanzy/go-gitlab#1130
prarit added a commit to prarit/lab that referenced this pull request Apr 19, 2021
The GitLab WebUI allows users to mark add Todo list items from a Merge
Request pages and Issue pages.  Unfortunately the go-gitlab library
does not implenet the adding of Issues to Todo lists [1].

Implement a "mr" command that allows users to add Merge Requests as Todo
list items.  Since go-gitlab does not support the adding of Issues to Todo
lists so put in a place holder for an "issue" command.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
[1] xanzy/go-gitlab#1130
prarit added a commit to zaquestion/lab that referenced this pull request Apr 19, 2021
The GitLab WebUI allows users to mark add Todo list items from a Merge
Request pages and Issue pages.  Unfortunately the go-gitlab library
does not implenet the adding of Issues to Todo lists [1].

Implement a "mr" command that allows users to add Merge Requests as Todo
list items.  Since go-gitlab does not support the adding of Issues to Todo
lists so put in a place holder for an "issue" command.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
[1] xanzy/go-gitlab#1130
Copy link
Member

@svanharmelen svanharmelen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bmeneguele! LGTM 👍🏻

@svanharmelen svanharmelen merged commit 6a5000c into xanzy:master Apr 19, 2021
@bmeneg bmeneg mentioned this pull request Apr 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants