| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Add endpoint to update a git submodule reference
Closes #41213
See merge request gitlab-org/gitlab-ce!20949
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This new endpoint allow users to update a submodule's reference.
The MR involves adding a new operation RPC operation in gitaly-proto
(see gitlab-org/gitaly-proto!233) and change Gitaly to use this
new version (see gitlab-org/gitaly!936).
See gitlab-org/gitlab-ce!20949
|
|/ |
|
| |
|
|\ |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
`Create a new tag` json Missing double quotes
See merge request gitlab-org/gitlab-ce!22614
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Add Applications API endpoints for listing and deleting entries.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559
See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
CE backport of changes to suppport group file templates
See merge request gitlab-org/gitlab-ce!22310
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When the feature is available, this setting allows admins to choose a
project as a source of custom file templates. This is in addition to
any instance-wide templates, whether custom or vendored into the GitLab
codebase.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We are specifying that we will only return the shared runners on two
condition; 1 if project has any available 2 if shared runners are
enabled.
2 is not correct. In the admin UI, when the user press "disable shared
runners" we still show the runners to show what kind of runners are
available when the user enables them. We want the API to mimic this
behavior from the UI.
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Fix param typo in Notes documentation
See merge request gitlab-org/gitlab-ce!22406
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove Koding integration and documentation
Closes #39697
See merge request gitlab-org/gitlab-ce!22334
|
| |/
| |
| |
| |
| |
| | |
This integration no longer works and does not appear to be supported.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Allow getting the merge base of multiple revisions
Closes #52573
See merge request gitlab-org/gitlab-ce!22295
|
| |/
| |
| |
| |
| | |
As we now support getting the merge base for multiple revisions in
gitaly, we can provide this functionality in our API
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
Was introduced in the time that GitLab still used NFS, which is not
required anymore in most cases. By removing this, the API it calls will
return empty responses. This interface has to be removed in the next
major release, expected to be 12.0.
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Prune events older than 2 years instead of 12 months
See merge request gitlab-org/gitlab-ce!22145
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
List public ssh keys by id or username without authentication
See merge request gitlab-org/gitlab-ce!20118
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Allows to filter issues by `Any milestone` in the API
Closes #51748
See merge request gitlab-org/gitlab-ce!22080
|
| | |
| | |
| | |
| | |
| | |
| | | |
In GET `api/v4/projects/:id/issues` the user can filter issues
that have an assigned milestone through the parameter
`milestone=Any+Milestone`.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Set public email through api
Closes #37675
See merge request gitlab-org/gitlab-ce!21938
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Add notes about commits API to repository files documentation
See merge request gitlab-org/gitlab-ce!21876
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Expains the differences between `api/projects/:id/members` and
`api/projects/:id/members/all` related to inherited members.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Correcting Gitlab to GitLab in docs
See merge request gitlab-org/gitlab-ce!21827
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows to work with execute permissions in GitLab API
Closes #43832
See merge request gitlab-org/gitlab-ce!21866
|
| | | |
| | | |
| | | |
| | | | |
With this action the user can update the execute_filemode of a given file in the repository.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Feature/add public email to users api
Closes #39346
See merge request gitlab-org/gitlab-ce!21909
|
| | | | | |
|