| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
A new param with_security_reports was added to
GET /groups/:id/projects API and the code to
support this logic in GroupProjectsFinder and
Project model. Also, a DB index was added to
ci_job_artifacts table to speed up the search
of security reports artifacts for projects
|
|
|
|
|
|
| |
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Promote Label to Group Label via API endpoint
Closes #57657
See merge request gitlab-org/gitlab-ce!25218
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Square and Angle bracket use causes kramdown warnings,
so changed or enclosed in backticks as needed
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a follow-up from
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/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.
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
|
|
|
|
| |
Add specs for new parameter and updated documentation as well.
|
|\
| |
| |
| |
| | |
CE: Update sort options for issues list
See merge request gitlab-org/gitlab-ce!31849
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Increase sort options for issues list from updated_at and create_at,
to include more options close to what is required in actual issue list
UI.
This helps us to use REST API for issues list with sorting capabilities
https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
|
| | |
|
|/
|
|
|
| |
Update capitalization in /administration, /api, /ci
and /customization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Root namespaces have storage statistics.
This commit allows namespace owners to get those stats via GraphQL
queries like the following one
{
namespace(fullPath: "a_namespace_path") {
rootStorageStatistics {
storageSize
repositorySize
lfsObjectsSize
buildArtifactsSize
packagesSize
wikiSize
}
}
}
|
|
|
|
|
| |
- Adds `searchBy` util in common utils
- Adds placeholder `SidebarItemEpicsSelect`
|
|
|
|
|
| |
Deletes extra spaces and line, makes lists consistent, and
fixes links.
|
|\
| |
| |
| |
| |
| |
| | |
'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master'
Add a new method to `Api.js`: `projectUsers`
See merge request gitlab-org/gitlab-ce!31801
|
| |
| |
| |
| |
| |
| | |
This functionality is available in the /autocomplete users pseudo-API.
We're attempting to replace that with the canonical API, so it needs
support for this parameter too.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'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
|