| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
'update-api-docs-remove-incorrect-group-vulnerabilities-reference' into 'master'
Update api_resources docs - remove incorrect group vulnerabilities reference
See merge request gitlab-org/gitlab-ce!31979
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Fix outdated references to soft deletion
See merge request gitlab-org/gitlab-ce!31982
|
| |/
| |
| |
| |
| |
| | |
We stopped using soft deletion for issues and merge requests in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15789,
and for boards we apparently never used it.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Fix Gitaly N+1 calls with listing issues/MRs via API
Closes #66202
See merge request gitlab-org/gitlab-ce!31938
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In GitLab 9.0,
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the
`subscribed` flag from the API when the user requested a list of issues
or merge requests since calculating this value triggers extensive
Markdown processing.
In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this
performance regression by changing `IssueBasic` to `Issue` in
`entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown
processing would attempt to extract a commit if it detected a regex that
matched a commit.
We restore the prior behavior by once again removing the `subscribed`
flag for the bulk list of issues and merge requests and add a test to
ensure they aren't reintroduced.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
| |
These changes align the docs with the features introduced in [1].
See also the [issue tracking the documentation changes][2].
[1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
[2]: https://gitlab.com/gitlab-org/gitlab-ee/issues/12986
|
|
|
|
|
| |
This introduces several changes, but these are all just ported from the
EE project.
|
|
|
|
| |
Included missing fields, removed non existinting ones, improved examples
|
|\
| |
| |
| |
| | |
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14599
See merge request gitlab-org/gitlab-ce!31573
|
| |
| |
| |
| | |
Part of Docker Regsitry Replication feature for Geo
|
|\ \
| |/
|/|
| |
| | |
Update links.md to give more consistency with the rest of the documentation
See merge request gitlab-org/gitlab-ce!31693
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14943
See merge request gitlab-org/gitlab-ce!31406
|
| |
| |
| |
| | |
Docker Registry Replication
|
|\ \
| | |
| | |
| | |
| | | |
Remove KubernetesService integration
See merge request gitlab-org/gitlab-ce!31365
|
| |/
| |
| |
| |
| |
| | |
Creating new records has been disabled, and all
existing records been migrated to clusters as of
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
|
|\ \
| | |
| | |
| | |
| | | |
Remove label issue and MR counts from default API responses
See merge request gitlab-org/gitlab-ce!31543
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
These counts significantly increase the load time for these
requests. Users can now opt in to receiving the counts by setting
`with_counts=true` in requests. This is a breaking change, but hopefully
a fairly minor one.
|
| | |
| | |
| | |
| | | |
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
|
| | |
| | |
| | |
| | | |
No reason to keep them separate.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories
Closes #20137
See merge request gitlab-org/gitlab-ce!24690
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
private profiles here as well
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add docs for reject_unsigned_commits (premium only)
See merge request gitlab-org/gitlab-ce!31113
|
| | | | |
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | | |
Move the api resources section from the api readme
to it's own file, and adjust/link accordingly
|
| | | |
|
|/ / |
|
|/
|
|
|
|
|
| |
Merge Requests Approvals can be restricted to prevent the merge
request author or merge request committers from self approving. The
author restriction is already available in the API, but the committer
restriction was not.
|
|
|
|
|
|
|
| |
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
|
|\
| |
| |
| |
| | |
Add outbound setting for system hooks
See merge request gitlab-org/gitlab-ce!31177
|
| |
| |
| |
| |
| | |
`allow_local_requests_for_hooks_and_services` was renamed to
`allow_local_requests_for_web_hooks_and_services`.
|
| |
| |
| |
| |
| |
| |
| | |
This MR adds new application setting to network section
`allow_local_requests_from_system_hooks`. Prior to this change
system hooks were allowed to do local network requests by default
and we are adding an ability for admins to control it.
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Docs: Jobs: use curl --location to follow redirects
See merge request gitlab-org/gitlab-ce!31244
|
| |
| |
| | |
Required to fetch artifacts/logs if AWS is used as the storage backend.
|
| |
| |
| |
| | |
Creates a new item in help dropdown to show configured support page link
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add requesting particular OAuth2 scopes details
Closes #65200
See merge request gitlab-org/gitlab-ce!31215
|
| | | |
|
|\ \ \
| |_|/
|/| | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop feature to take ownership of a trigger token
Closes #2868
See merge request gitlab/gitlabhq!3198
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removing API and frontend interactions that allowed
users to take ownership of a trigger token.
Removed mentions from the documentation.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Expose git blame in api
Closes #51345
See merge request gitlab-org/gitlab-ce!30675
|