- 10 Jan, 2020 40 commits
-
-
Marcin Sedlak-Jakubowski authored
-
Grzegorz Bizon authored
Log Release actions on the audit log page Closes #32807 See merge request gitlab-org/gitlab!22167
-
Natalia Tepluhina authored
Migrate issue_spec to Jest See merge request gitlab-org/gitlab!22752
-
Andreas Brandl authored
Merge branch '14857-new-metric-button-not-visible-when-prometheus-app-installed-on-group-instance-clusters-2' into 'master' Patch Prometheus services records See merge request gitlab-org/gitlab!19956
-
Mikołaj Wawrzyniak authored
Add post migration and background migration to create missing project services records for projects with prometheus application installed on shared clusters.
-
Andreas Brandl authored
Add timestamp to software license policy See merge request gitlab-org/gitlab!22542
-
Andreas Brandl authored
Remove unused index on project_mirror_data See merge request gitlab-org/gitlab!22647
-
Jan Provaznik authored
Sidekiq worker to delete self-monitoring project See merge request gitlab-org/gitlab!21402
-
Natalia Tepluhina authored
Improve Threat Monitoring backend integration See merge request gitlab-org/gitlab!22778
-
Mark Florian authored
Part of [WAF statistics reporting][1]. This improves the integration with the backend for WAF statistics reporting in a few ways. In particular, this: - Handles 404 responses from the WAF statistics endpoint not as errors, but as an indication that there is no data to display. - Displays a new empty state when there is no data to display. - Handles 204 No Content responses from the WAF statisics endpoint, and continues to poll until a 200 OK response (or any error) is received. To do this, the existing `pollUntilComplete` utility was moved to a more shared location, and tests were added for it. [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
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
-
rpereira2 authored
* Move common code from the creation and deletion workers into the concern. * Remove the lib/gitlab/self_monitoring.rb file since the constant it contained is now in the concern.
-
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
-