- Sep 04, 2019
-
-
Winnie Hellmann authored
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
-
- Sep 03, 2019
-
-
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
-
- Sep 02, 2019
-
-
- Sep 01, 2019
-
-
- Aug 30, 2019
-
-
Patrick Bajao authored
-
-
Patrick Bajao authored
-
Patrick Bajao authored
-
Patrick Bajao authored
-
Patrick Bajao authored
-
Thomas Randolph authored
-
- Aug 29, 2019
-
-
Achilleas Pipinellis authored
-
Mathieu Parent authored
See #57131.
-
Mathieu Parent authored
See !28447
-
Mathieu Parent authored
-
Mathieu Parent authored
-
Mathieu Parent authored
-
- Aug 28, 2019
-
-
Victor Zagorodny authored
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
-
- Aug 27, 2019
-
-
Stan Hu authored
This reverts merge request !28571
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677
-
-
-
- Aug 26, 2019
-
-
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
- Aug 24, 2019
-
-
Brett Walker authored
User images and videos will get proxied through the Camo server in order to keep malicious sites from collecting the IP address of users.
-
Stan Hu authored
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
-
- Aug 23, 2019
-
-
Nourdin el Bacha authored
-
Patrick Derichs authored
Add specs for new parameter and updated documentation as well.
-
-
Update capitalization in /administration, /api, /ci and /customization
-
Alexandru Croitor authored
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
-
- Aug 22, 2019
-
-
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 } } }
-
Kushal Pandya authored
- Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
-
Deletes extra spaces and line, makes lists consistent, and fixes links.
-
Alexandru Croitor authored
Limiting the size of issuable description and comments to 1_000_000, which is close to ~1MB of ASCII characters, which represents 99.9% of all descriptions and comments we have in DB at the moment. This should help prevent DoS attacks when comments contain refference strings. Also this change updates regexp matching the namespaces paths by limiting the namespaces paths to Namespace::NUMBER_OF_ANCESTORS_ALLOWED, as we allow 20 levels deep groups. see https://gitlab.com/gitlab-org/gitlab-ce/issues/61974#note_191274234
-
- Aug 19, 2019
-
-
Markus Koller authored
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.
-