| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The circuit breaker itself was removed in 11.5, this removes the
corresponding API endpoints which returned empty data since then.
|
| |
|
| |
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
|
|\
| |
| |
| |
| | |
First pass at a graphql vision
See merge request gitlab-org/gitlab-ce!27959
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Update API dox to save others from my mistakes
See merge request gitlab-org/gitlab-ce!28368
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add issues_statistics api endpoints
See merge request gitlab-org/gitlab-ce!27366
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Cleaned issues and issues_statistics docs
* Renamed param with_labels_data to with_labels_details
* Added spec for N+1 check when retrieving labels from issue
* Refactoed CheckAssigneesCount validation class
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove label_name and milestone_title params support
Add mutually_exclusive validation for author_id and author_username
Add mutually_exclusive validation for assignee_id and assignee_username
Add validation to allow single value for asignee_username on CE
Add separate issue_stats_params helper for statistics params and
reuse in issues_params.
|
| | | |
|
|/ /
| |
| |
| | |
searching on branches other than master
|
| | |
|
| |
| |
| |
| |
| |
| | |
If you can do this in the UI, you should be able to do it in the API. If
a discussion is not a single note discussion, or it is replyable, you
can reply to it.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add env_var and file as supported types for CI variables. Variables of
type file expose to users existing gitlab-runner behaviour - save
variable value into a temp file and set the path to this file in an ENV
var named after the variable key.
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
When this option is enabled, GitLab will create namespaces and service
accounts as usual. When disabled, GitLab wont create any project
specific kubernetes resources
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
|
|\ \
| |/
|/|
| |
| | |
Replace misinterpreted `|` caracter in a table
See merge request gitlab-org/gitlab-ce!25319
|
| | |
|
| |
| |
| |
| | |
This backports API and quick action docs.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add basic GraphQL for a Group
Closes #60786
See merge request gitlab-org/gitlab-ce!27492
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Return group information on Project endpoint
Closes #39858
See merge request gitlab-org/gitlab-ce!27427
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Namespace now return avatar_url and web_url
- NamespaceBasic entity was modified to include avatar_url and web_url,
information is fetched differently depending if the Namespace is a user
or a group
Includes documentation changes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
|
| | |
| | |
| | |
| | |
| | | |
Allow setting access_level of new runner to not_protected (default) or ref_protected
Minor update to relevant docs and tests
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update JIRA service API doc
See merge request gitlab-org/gitlab-ce!26435
|
| | | | |
|
| |/ /
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Used to get the variables via the API endpoint
`/projects/:id/pipelines/:pipeline_id/variables`
Signed-off-by: Agustin Henze <tin@redhat.com>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/30157.
Implement new API endpoint `/projects/:id/environments/:environment_id`
to expose single environment. Include information for environment's last
deployment if there is one.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
docs: add gitlab version for list jobs of a runner
See merge request gitlab-org/gitlab-ce!26815
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Domain was introduced on 11.8 and was not included on the
Project Cluster API. With this change user will be able to include
domain when adding and updating a cluster. Domain will also be included
on the GET calls.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
|
| | |
| | |
| | |
| | | |
for creating a commit
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Jira Services Doc update to String
See merge request gitlab-org/gitlab-ce!26683
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
When validating parsing, copy pasting should just work, but
instead we created
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Prepares suggestion implementation for multi-line support
See merge request gitlab-org/gitlab-ce!26057
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds the groundwork needed in order to persist multi-line suggestions,
while providing the parsing strategy which will be reused for the
**Preview** as well.
|
|/ / / |
|
| | | |
|
| | | |
|
|/ / |
|