gitlab-ci
Here are 854 public repositories matching this topic...
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
- python-gitlab versi
Describe the feature or problem you'd like to solve
My team has its issue board not on a specific repo, but on a group above the repos, currently it seems that glab doesn't allow selecting issue boards on groups, only on repos, so I can't display our issue board.
Propose a Solution
Find issue boards from all parent groups for the repo that is the currently open folder in the terminal,
-
Updated
Oct 2, 2021 - Python
-
Updated
Oct 2, 2021 - Rust
-
Updated
Oct 1, 2021 - Rust
#197 took care of being able to use # at the start of a line, but I just noticed that there isn't a great user flow for editing an issue that already has markdown headings.
- Create an issue with at least 1 heading
- Edit the issue with
lab issue edit [ID] - Make changes and save
- The issue will now have its heading(s) stripped out
I'm not sure what the best course would be, but
-
Updated
Sep 28, 2021 - Jinja
-
Updated
Sep 22, 2021 - Python
-
Updated
Oct 1, 2021 - C#
-
Updated
Jun 29, 2021 - Shell
-
Updated
Feb 13, 2021 - Dockerfile
-
Updated
Oct 1, 2021 - Go
-
Updated
Sep 21, 2021 - HCL
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 19, 2021 - Dockerfile
-
Updated
Dec 14, 2020 - Shell
-
Updated
Jul 28, 2021 - Go
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Jan 15, 2020 - Shell
-
Updated
Jan 31, 2018 - HCL
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Apr 15, 2021 - Shell
-
Updated
Aug 23, 2021 - Dockerfile
-
Updated
Sep 24, 2021 - Shell
-
Updated
May 9, 2020 - Groovy
Improve this page
Add a description, image, and links to the gitlab-ci topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitlab-ci topic, visit your repo's landing page and select "manage topics."
Would be faster if we can reuse the already downloaded one, this is specially good for not cloud runners.
We should download the wrapped runner once (GH or GL), install it in the system and make
cml-runnerto use it always.If we are changing the SCM we should download the other wrapped runner.