- 10 Jan, 2020 40 commits
-
-
Paul Slaughter authored
Clarify IE11 has no supported previous version See merge request gitlab-org/gitlab!22343
-
Jeremy Jackson authored
-
Achilleas Pipinellis authored
Give identical Ruby metrics same description See merge request gitlab-org/gitlab!22562
-
Robert Speicher authored
Enable Instance level Security Dashboard feature by default See merge request gitlab-org/gitlab!18008
-
Mark Florian authored
Part of the [Instance Security Dashboard MVC][1]. This adds documentation for the Instance Security Dashboard, and enables the `security_dashboard` feature flag by default. [1]: https://gitlab.com/gitlab-org/gitlab/issues/6953
-
Jan Provaznik authored
Add support to import award emojis for missing entities See merge request gitlab-org/gitlab!22493
-
Aishwarya Subramanian authored
Added changelog entry for the fix Corrected typo in spec description
-
Robert Speicher authored
Backend: Link to GitLab commit in error detail page See merge request gitlab-org/gitlab!22174
-
Allison Browne authored
After the sentry client returns data about a sentry issue add the gitlab commit to the cached response.
-
Walmyr Lima e Silva Filho authored
Unquarantine protected branch tests See merge request gitlab-org/gitlab!22724
-
Erick Banks authored
We are unquarantining this test for two reasons. 1) Because of https://gitlab.com/gitlab-org/gitlab/merge_requests/22525 has not been merged yet, we cannot run this test in quarantine and we need to run the test to determine if it is still flaky, and if it is we can then examine the artifacts. 2) Because we want to know if Sanad's changes have fixed this test https://gitlab.com/gitlab-org/gitlab/ commit/d58847b7
-
Achilleas Pipinellis authored
Improve the Tags and Releases documentation (OKR) part 2 See merge request gitlab-org/gitlab!22116
-
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
-