- 25 Aug, 2020 20 commits
-
-
Dylan Griffith authored
1. Remove instructions for indexing small instances. It's not necessary since we already have instructions for enabling/indexing which works fine for small instances. 1. Remove the separation between "indexing via rake" or "via administration UI" considering that the via Rake option is only necessary/useful for very large instances 1. Remove the section describing the 1MiB file size limit because this is actually configurable now and the configuration option is already described at the top of this section as "Maximum file size indexed" 1. Reduce the extra link back to explaining backfilling data since this is part of the setup process and the big green button we have today which says "Index all projects" is much clearer than the previous user experience.
-
Mark Chao authored
Add RSpec feature tests for New Release page Closes #235602 See merge request gitlab-org/gitlab!39151
-
Nathan Friend authored
This commit adds RSpec feature tests that cover the functionality of the "New Release" page.
-
Miguel Rincon authored
Replace deprecated .is() with alternate approaches See merge request gitlab-org/gitlab!40242
-
Miguel Rincon authored
Make approval rule paths break line when needed Closes #238418 See merge request gitlab-org/gitlab!39753
-
Heinrich Lee Yu authored
Quarantine flaky mermaid spec See merge request gitlab-org/gitlab!40334
-
Dylan Griffith authored
Update group integrations sidebar navigation and add docs link Closes #238983 See merge request gitlab-org/gitlab!39948
-
Justin Ho Tuan Duong authored
To follow order on the project level
-
Dylan Griffith authored
Conan download_urls properly checks channel See merge request gitlab-org/gitlab!40029
-
Illya Klymov authored
@vue/test-utils 1.x deprecated .is() on wrappers This MR fixess cases, when .is() assertion could be substituted by * element.tagName * classes()
-
Albert Salim authored
https://gitlab.com/gitlab-org/gitlab/-/issues/234081 This flaky spec has been failing frequently on master, up to multiple times a day in some occassions, as indicated in the flaky test issue. Partial investigation can also be found in the issue thread. https://gitlab.com/gitlab-org/gitlab/-/issues/234081#note_396921682
-
Illya Klymov authored
Fix design management delete_button.vue See merge request gitlab-org/gitlab!40325
-
Ramya Authappan authored
Add status_issue rspec tags for Verify tests See merge request gitlab-org/gitlab!40059
-
Ramya Authappan authored
Refactor monitor tests to use a shared context Closes #222278 See merge request gitlab-org/gitlab!40141
-
Ramya Authappan authored
Remove hashed storage enabling step from Geo QA scenario See merge request gitlab-org/gitlab!36327
-
Jennifer Louie authored
-
Dylan Griffith authored
Make milestone_finder_spec faster See merge request gitlab-org/gitlab!40255
-
James Fargher authored
Create 13.2 entry for What's New See merge request gitlab-org/gitlab!40123
-
Michael Karampalas authored
-
Michael Kozono authored
Geo - Remove unused selective_sync? method from Geo::RegistryFinder See merge request gitlab-org/gitlab!40302
-
- 24 Aug, 2020 20 commits
-
-
Stan Hu authored
Reinstate 60s timeout in Cluster Prometheus See merge request gitlab-org/gitlab!39595
-
Mark Lapierre authored
Quarantine rate_limits_spec on staging See merge request gitlab-org/gitlab!40288
-
Grant Young authored
-
Tom Quirk authored
And add tests for this, and default icon
-
Evan Read authored
Document the minimum supported Redis version See merge request gitlab-org/gitlab!40247
-
Simon Knox authored
Docs: Update JS Sanitize Library See merge request gitlab-org/gitlab!39843
-
Dheeraj Joshi authored
-
Thong Kuah authored
Redirect chatops requests to team channels See merge request gitlab-org/gitlab!40090
-
Craig Furman authored
The production channel is for production incidents and operations, and the infrastructure team are primarily responsible for it. Messages asking to be added to chatops usually come to the attention of infra before any other team. This leads to redundant attempts to re-validate the legitimacy of the request, which could more easily be handled by a fellow team member of the requester, in their channel. SRE's on-call configure the production channel to alert them for every new message, so chatops requests here are quite noisy.
-
Simon Knox authored
Removes extra spaces on MR/Epic tabs-containers on mobile Closes #236539 See merge request gitlab-org/gitlab!39549
-
Peter Leitzen authored
Fix rubocop offenses for spec/support/shared_examples/requests/* and ee/spec/support/shared_examples/requests/* See merge request gitlab-org/gitlab!40185
-
Mayra Cabrera authored
Add parallel persistance to AuditEvent.target_type See merge request gitlab-org/gitlab!39462
-
Mayra Cabrera authored
Load only the requested report artifacts into memory See merge request gitlab-org/gitlab!39749
-
Mehmet Emin INAC authored
Using `file_types` in JobArtifact model and `report_type` in Pipeline as kwargs makes it easier to reason about.
-
Peter Leitzen authored
Add validation for pypi package See merge request gitlab-org/gitlab!35080
-
Bola Ahmed Buari authored
Add the optional 'v' in the version regex to allow version that starts with v, for example, 'v1.2', example of this is added to the tests and documentation. Also, reword the documentation with a more clear sentence
-
Paul Slaughter authored
Update dependency @sourcegraph/code-host-integration to v0.0.50 See merge request gitlab-org/gitlab!39199
-
Mayra Cabrera authored
Lock award emojis when issuable is locked See merge request gitlab-org/gitlab!40150
-
Enrique Alcántara authored
Update to glbutton in manual job variables form Closes #219799 See merge request gitlab-org/gitlab!39311
-
Marcel Amirault authored
-