- 10 Jan, 2020 40 commits
-
-
Achilleas Pipinellis authored
Docs: update Suggestions screenshots See merge request gitlab-org/gitlab!22689
-
Natalia Tepluhina authored
Merge branch '37420-add-ability-to-cancel-a-design-discussion-that-has-not-been-submitted' into 'master' Add ability to cancel a design discussion See merge request gitlab-org/gitlab!22241
-
Natalia Tepluhina authored
- replaced button with GlButton components
-
Grzegorz Bizon authored
Introduce `Ci::Processable` as an abstract class See merge request gitlab-org/gitlab!21821
-
Rémy Coutable authored
Check changelogs have the correct extension See merge request gitlab-org/gitlab!22621
-
Kamil Trzciński authored
Support for release key in gitlab-ci.yaml See merge request gitlab-org/gitlab!19298
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/26013 See merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/19298
-
Bob Van Landuyt authored
Rename SpamCheckService See merge request gitlab-org/gitlab!22596
-
Walmyr Lima e Silva Filho authored
Remove extra assertions from end-to-end test See merge request gitlab-org/gitlab!22678
-
Natalia Tepluhina authored
!21542 Part 4: Check for file deleted and readded when getting file data See merge request gitlab-org/gitlab!21680
-
Sanad Liaquat authored
Sign out after the github import test Closes #193485 See merge request gitlab-org/gitlab!22747
-
Nick Thomas authored
Disable rugged auto-detect when Puma threads>1 See merge request gitlab-org/gitlab!22328
-
Qingyu Zhao authored
If Puma is in use and Puma threads is more than 1, it is expected to have performance lose by using Rugged patches, because of Rugged calls does not release Ruby GVL while doing IO. So in this case, we will ignore rugged automatic detect `can_use_disk?`.
-
Marcia Ramos authored
Improve GitLab pages docs See merge request gitlab-org/gitlab!22509
-
Ben Bodenmiller authored
-
Kushal Pandya authored
Refactor `readmeFile` Closes #121727 See merge request gitlab-org/gitlab!22243
-
Alexander Oleynikov authored
-
Sean McGivern authored
These both ended in .yaml, not .yml, and so weren't picked up by the changelog generator.
-
-
Sean McGivern authored
This job checks that files in the unreleased changelogs directories have the correct .yml extension. It ignores the .gitkeep files already there.
-
Sean McGivern authored
As yamllint errors when a path doesn't exist, we have to make sure to only add ee/changelogs when ee/ exists. (i.e. we're not adding this check in the FOSS version.)
-
Sean McGivern authored
Merge branch '12796-remove-merge_trains_enabled-column-from-project_ci_cd_settings-table-2' into 'master' Remove merge_trains_enabled column from project_ci_cd_settings table See merge request gitlab-org/gitlab!19701
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/12796 See merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/19701
-
Sean McGivern authored
Fix and re-enable keyset pagination See merge request gitlab-org/gitlab!22424
-
Martin Wortschack authored
Merge branch '36017-move-analytics-out-of-more-in-top-navbar-and-merge-with-instance-statistics' into 'master' Ensure that instance statistics links are only displayed if a user has access to the features See merge request gitlab-org/gitlab!22476
-
Walmyr Lima authored
By asserting that the epic title is the same of the issue that was promoted we are already testing that issue promotion works, so better to remove this extra assertions that might cause test flaki- ness since sometimes automatic discussions take longer to render. Also, by removing an extra step + assertion, we make the test a bit faster. Finally, this way the code gets a bit shorter.
-
Himanshu Kapoor authored
In getFileData, getRawFileData actions, and SET_FILE_RAW_DATA mutation, ignore the early returns for when a file is deleted and readded. This fixes issues with incorrect diff appearing because raw data wasn't loaded correctly for deleted and readded files.
-
Walmyr Lima e Silva Filho authored
Quarantine performance bar spec See merge request gitlab-org/gitlab!22761
-
Walmyr Lima e Silva Filho authored
Perform a real search and wait longer for success in elasticsearch QA tests See merge request gitlab-org/gitlab!21984
-
Mark Lapierre authored
It can take longer than expected for elasticsearch to be ready to index new data. This makes sure it actually does return valid results, rather than only accepting a query.
-
Walmyr Lima e Silva Filho authored
Fix issue with unstable UI state when disabling SSO features See merge request gitlab-org/gitlab!22751
-
Walmyr Lima e Silva Filho authored
Resolve "Dynamic Element Validation Iteration: Improve waiting" Closes #29033 See merge request gitlab-org/gitlab!22401
-
Dan Davison authored
-
Walmyr Lima e Silva Filho authored
Unquarantine Secure MR E2E tests Closes #36822 and #37231 See merge request gitlab-org/gitlab!22630
-
Rémy Coutable authored
Bump workhorse version See merge request gitlab-org/gitlab!22695
-
Walmyr Lima e Silva Filho authored
Remove unnecessary assertions from epic management end-to-end test Closes #121573 See merge request gitlab-org/gitlab!22612
-
Brandon Labuschagne authored
Instance statistics links should only be displayed when the features are available for a user. We need to seperate the logic for instance statistics and analytics.
-
Toon Claes authored
Check if the database exists for feature gates See merge request gitlab-org/gitlab!22481
-
charlieablett authored
In order to reduce confusion since there are multiple `Spam` services, and this is a Concern, not a service Move SpamCheckMethods to concerns
-
Lin Jen-Shin authored
Update GitLab's codeclimate to 0.85.6 See merge request gitlab-org/gitlab!22659
-