- 01 Oct, 2019 40 commits
-
-
Etienne Baqué authored
Added serializers which will create the Summary JSON. Added spec files for the serializer and entities.
-
Thong Kuah authored
Resolve "`update-tests-metadata` is flaky" Closes #33069 See merge request gitlab-org/gitlab!17927
-
Sean McGivern authored
Revert "Merge branch '29284-video-preview-not-working' into 'master'" See merge request gitlab-org/gitlab!17926
-
Evan Read authored
Update protected paths documentation See merge request gitlab-org/gitlab!16540
-
Mayra Cabrera authored
States that protected paths are now configured on Admin UI and Omnibus protected paths throttle is scheduled for deprecation on 13.0 https://gitlab.com/gitlab-org/gitlab-ce/issues/64278
-
James Lopez authored
Fix project imports for pipelines for merge requests Closes #31414 See merge request gitlab-org/gitlab!17799
-
Stan Hu authored
When a pipeline for a merge request was exported, the merge request was not properly mapped, which caused a validation error, "Validation failed: Merge request can't be blank". Since neither merge requests nor CI pipelines have an explicit relationship in `import_export.yml`, the full merge_request hash was never exported. To make these older exports work, we now process `merge_request_id` by replacing it with the newly-imported ID. Closes https://gitlab.com/gitlab-org/gitlab/issues/31414
-
Kamil Trzciński authored
Migrate pages metadata when asked to serve virtual domain See merge request gitlab-org/gitlab!17204
-
Krasimir Angelov authored
On-demand migrate `project_pages_metadata` when asked for namespace/custom domain virtual domain. Related to https://gitlab.com/gitlab-org/gitlab/issues/28781#note_217282591.
-
Kushal Pandya authored
Resolve "gitlab-foss master broken Karma: Issue card component" Closes #33110 See merge request gitlab-org/gitlab!17916
-
Ezekiel Kigbo authored
Issue card weights are an EE feature, this change moves the test cases for weight=0 to the relevant ee spec Reinstate spec to not render weights in FOSS
-
Filipa Lacerda authored
Fix testing and error bug on CA See merge request gitlab-org/gitlab!17809
-
Brandon Labuschagne authored
The error handling test was not actually catching the error we were trying to test. In addition to this, we have now made the UX for displaying the error more intuitive.
-
Lin Jen-Shin authored
We want a list of files, not a string exactly that.
-
James Lopez authored
Add serializer for Licenses list See merge request gitlab-org/gitlab!17851
-
Tetiana Chupryna authored
License report doesn't have info about dep url
-
Filipa Lacerda authored
Merge branch '32036-add-some-spacing-offset-to-the-star-icon-to-project-row-in-case-there-is-no-pipeline-status' into 'master' Resolve "Add some spacing/offset to the `star` icon to project row in case there is no pipeline status" Closes #32036 See merge request gitlab-org/gitlab!17833
-
Martin Wortschack authored
- Ensures alignment of star icon even if no pipeline icon is displayed
-
Heinrich Lee Yu authored
This reverts merge request !17581
-
Lin Jen-Shin authored
Skip running any approval migrations for FOSS See merge request gitlab-org/gitlab!17921
-
Kushal Pandya authored
Translate GitLab Pages Settings See merge request gitlab-org/gitlab!17704
-
Kushal Pandya authored
Update release blocks to support multiple milestones See merge request gitlab-org/gitlab!17091
-
Tim Zallmann authored
Follow up: Remove duplication in activated trial banner's copy text Closes #33064 See merge request gitlab-org/gitlab!17903
-
Sean McGivern authored
SCIM pagination Closes #14805 See merge request gitlab-org/gitlab!14892
-
Sean McGivern authored
Fix Gitaly N+1 queries in related merge requests API Closes #32948 See merge request gitlab-org/gitlab!17850
-
Igor Drozdov authored
Any approval migrations contain the code that exists only in EE version That is why we need to skip the running for the FOSS version
-
Stan Hu authored
This adds a number of missing fields from the response.
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661, we removed the `subscribed` field from API endpoints that needed to return a list of issues or merge requests when to avoid full Markdown processing. However, we introduced a performance regression in GitLab 11.10 (https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/26367) when we converted `MergeRequestBasic` to `MergeRequest` in order to expose the head pipeline in the /api/:version/projects/:id/issues/:issue_iid/related_merge_requests endpoint. To avoid this overhead, we now omit the `subscribed` field in this API endpoint. Closes https://gitlab.com/gitlab-org/gitlab/issues/32948
-
Evan Read authored
Update Docker build example to upload to Container Registry Closes #30560 See merge request gitlab-org/gitlab!17776
-
Achilleas Pipinellis authored
This updates the documentation to use a specific Docker version. Suggesting users to use docker:stable and docker:dind is fairly dangerous, since it will keep being updated to a new version without them knowing. Ports https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/31323
-
Stan Hu authored
Resolve "Improve performance of Gitlab::Utils::InlineHash" See merge request gitlab-org/gitlab!17824
-
Evan Read authored
Resolve follow-up issues in V&A Content Closes #32968 See merge request gitlab-org/gitlab!17870
-
Russell Dickenson authored
-
Evan Read authored
Improve caps and backticks in various admin docs See merge request gitlab-org/gitlab!17863
-
Marcel Amirault authored
Update capitalization of product names in admin docs and add backticks as needed
-
Mike Greiling authored
Improve admin/labels page ui See merge request gitlab-org/gitlab!17831
-
Mike Greiling authored
Narrow down violation of promise/no-nesting ESLint rule See merge request gitlab-org/gitlab!17683
-
Winnie Hellmann authored
-
Mike Greiling authored
Resolve "Follow up - Migrate mock data to fixture spec" Closes #32112 See merge request gitlab-org/gitlab!17727
-
Douglas Barbosa Alexandre authored
FileTransformer saves against lfs_storage_project See merge request gitlab-org/gitlab!17558
-