gitlab-api
Here are 112 public repositories matching this topic...
I was wondering if there is a way to deal with issues in a file-like approach. For example
$ glab issue view 123 >> tmp.md
$ xdg-open tmp.md
$ glab issue update 123 --file tmp.md
That is, download the issue to a temporary file, edit as needed, update isse using the modified file.
This would be handy also to clone issues or to use an issue as a template:
$ glab issue c
-
Updated
Jul 19, 2021 - Ruby
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
Jul 28, 2021 - Java
-
Updated
Feb 25, 2021 - Python
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Feb 27, 2020 - Shell
-
Updated
Jul 19, 2021 - C#
-
Updated
Mar 9, 2018 - TypeScript
-
Updated
May 6, 2021 - Python
-
Updated
Mar 24, 2021 - Crystal
-
Updated
Apr 9, 2021 - Python
coqbot minimization should mention Issue # in commit, not just "Added user script in coqbot.sh"
Currently when a user initiates (non-ci) minimization, the commit message is just "Added user script in coqbot.sh". It should be something like "Added user script from coq/coq#<ISSUE #> in coqbot.sh" and should ideally include a link to the particular comment in the body of the commit message.
-
Updated
Jul 26, 2021 - Ruby
-
Updated
Nov 26, 2018 - JavaScript
-
Updated
Apr 16, 2020 - Go
-
Updated
Jan 9, 2018 - JavaScript
-
Updated
Feb 3, 2017 - Rust
-
Updated
May 30, 2021 - Go
Improve this page
Add a description, image, and links to the gitlab-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitlab-api topic, visit your repo's landing page and select "manage topics."
Description of the problem, including code/CLI snippet
Documentation is missing an example how to make use of project import parameters.
The Gitlab-API supports these parameters (name,file,path,overwrite)
Expected Behavior
It would be good to add an example to the documentation (if those parameters are supported)
Actual Behavior
Specifications