| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Documented Response of /wikis/home should be a wiki object and not an array
See merge request gitlab-org/gitlab-ce!23263
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Resolve "Access project from descendent groups when selecting project to create new issue"
Closes #47096 and #52453
See merge request gitlab-org/gitlab-ce!22612
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Resolve "Allow pipelines to be deleted by project owners"
Closes #41875
See merge request gitlab-org/gitlab-ce!22988
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
fix typo addres to address
See merge request gitlab-org/gitlab-ce!23108
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Revert API is going into 11.5, not 11.6.
See merge request gitlab-org/gitlab-ce!23060
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Display impersonation token value only after creation
See merge request gitlab-org/gitlab-ce!22916
|
| | |
| | |
| | |
| | |
| | | |
Since we migrated all PersonlAccessTokens to store only its hash in the
DB, the token value can no longer be shown to the user.
|
| |/
|/|
| | |
"?" instead of "&" in request examples
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add revert to commits API
Closes gitlab-org/release/framework#48
See merge request gitlab-org/gitlab-ce!22919
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
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
|