- 01 Oct, 2019 40 commits
-
-
Winnie Hellmann authored
-
Paul Slaughter authored
Increase and sort number of options displayed for cycle analytics projects dropdown See merge request gitlab-org/gitlab!16906
-
Brandon Labuschagne authored
In addition, the results are now being sorted by last_activity_at. This is to increase the chance of seeing the gitlab project when searching for the term gitlab.
-
Tim Zallmann authored
Add Martin Wortschack to FE codeowners See merge request gitlab-org/gitlab!17893
-
Martin Wortschack authored
-
Rémy Coutable authored
Resolve "Add Slack notification for scheduled `package-and-qa` jobs" See merge request gitlab-org/gitlab!17796
-
Albert Salim authored
- posts slack notification with scheduled package and qa job status
-
Kushal Pandya authored
Updates the incremental trace function See merge request gitlab-org/gitlab!17765
-
Bob Van Landuyt authored
Evidence collection - add serializers, entities and JSON schemas See merge request gitlab-org/gitlab!17335
-
Achilleas Pipinellis authored
Start Praefect config docs See merge request gitlab-org/gitlab!16622
-
Zeger-Jan van de Weg authored
Praefect will be included in omnibus in the near future through: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3580. This document is the start of the configuration documentation.
-
Nick Thomas authored
Rename `conditionally_graphql!` to `run_graphql!` Closes #32129 See merge request gitlab-org/gitlab!17724
-
Grzegorz Bizon authored
Fix creating issue tracker services from templates Closes #32544 See merge request gitlab-org/gitlab!17708
-
Annabel Dunstone Gray authored
Fixes job overflow in stages dropdown Closes #22904 See merge request gitlab-org/gitlab!17899
-
Grzegorz Bizon authored
Conan registry check_credentials endpoint See merge request gitlab-org/gitlab!16215
-
Steve Abrams authored
Endpoint added to match conan registry API used by CLI. check_credentials is called by the conan CLI to periodically re-check the user token. upload_urls is called by the conan CLI to return the urls to be used to upload package files to the GitLab package registry
-
Grzegorz Bizon authored
Calculate Composite Status in Ruby instead of using SQL See merge request gitlab-org/gitlab!16808
-
Etienne Baqué authored
Moved evidence entity files to a evidences folder. Adjusted location of rspec files accordingly.
-
Etienne Baqué authored
Added iid to Milestone and Issue entities. Adjusted rspec accordingly. Added additionalProperties attribute to schemas.
-
Etienne Baqué authored
Added main Release JSON schema for Evidence. Added included JSON schema files.
-
Etienne Baqué authored
Added serializers which will create the Summary JSON. Added spec files for the serializer and entities.
-
Yorick Peterse authored
Clean up unused EE background migration overrides Closes #32927 See merge request gitlab-org/gitlab!17928
-
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.
-
Toon Claes authored
These override modules for EE background migrations are no longer used, so we can clean them up. Closes https://gitlab.com/gitlab-org/gitlab/issues/32927
-
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
-