- 26 Sep, 2019 15 commits
-
-
Mike Greiling authored
Limit group insights query in a subset of projects Closes #10904 See merge request gitlab-org/gitlab!15930
-
Evan Read authored
Followup to !30199 (ce) to fix #60120 (ce) See merge request gitlab-org/gitlab!16763
-
Daniel Le Berre authored
-
Mike Greiling authored
Disable tab navigation whilst current page loads Closes #32664 See merge request gitlab-org/gitlab!17678
-
Mike Greiling authored
Fixes issues with the security reports migration See merge request gitlab-org/gitlab!17519
-
Sam Beckham authored
- Adds `scope=all` to the reports query to ensure we return dismissed reports. - Fixes capitalization issues with severity and confidence.
-
Mike Greiling authored
Migrate confidential_issue_sidebar_spec.js to Jest See merge request gitlab-org/gitlab!17550
-
Winnie Hellmann authored
-
Mike Greiling authored
Enable promise/param-name ESLint rule See merge request gitlab-org/gitlab!17632
-
Winnie Hellmann authored
-
Mike Greiling authored
Resolve "Migrate license_management_spec to Jest" Closes #32460 See merge request gitlab-org/gitlab!17395
-
Russell Dickenson authored
Move notes away from top of section See merge request gitlab-org/gitlab!17664
-
Evan Read authored
-
Evan Read authored
Docs: Clarified permissions table footnotes Closes #31783 See merge request gitlab-org/gitlab!17267
-
Matt Penna authored
-
- 25 Sep, 2019 25 commits
-
-
Stan Hu authored
Increase timeouts for Gitaly RPCs Closes gitlab-com/gl-infra/production#1187 See merge request gitlab-org/gitlab!17719
-
Stan Hu authored
Hide All members rule from approvers list See merge request gitlab-org/gitlab!17556
-
Igor authored
-
Robert Speicher authored
Fix vulnerability confidence in gitlab-foss See merge request gitlab-org/gitlab!17721
-
Paul Okstad authored
-
Clement Ho authored
Resolve "Fix Typos in Onboarding Tour" Closes #32430 See merge request gitlab-org/gitlab!17388
-
Alper Akgun authored
-
Stan Hu authored
This change increases the timeout of the following RPCs in Sidekiq from 55 seconds to 6 hours: * CreateFork * CreateRepositoryFromUrl * FetchSourceBranch Prior to https://gitlab.com/gitlab-org/gitlab/merge_requests/16926, `default_timeout` was unlimited for Sidekiq jobs, but now it is 55 seconds. However, the above RPCs can take a long time to run. To avoid timing out prematurely, we increase these values to long timeouts to ensure that they can complete. Closes https://gitlab.com/gitlab-com/gl-infra/production/issues/1187
-
Illya Klymov authored
* Move license_management_spec to Jest * Move mock_data to frontend folder and re-export in old place
-
Dmitriy Zaporozhets authored
Pin major version of SAST analyzers See merge request gitlab-org/gitlab!17110
-
rossfuhrman authored
Pin major version of SAST analyzers for the non-Docker-in-Docker versions of the analyzers
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
For project's insights. Also add validations and tests for input.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
This way we don't have to update frontend every time we want to add more options to Insights.
-
Lin Jen-Shin authored
We do this by passing :projects as a union query to the finder.
-
Achilleas Pipinellis authored
Update the prometheus integration docs See merge request gitlab-org/gitlab!17305
-
Jose Vargas authored
This changes the prometheus integration documentation to reflect the newest changes to the UI and funcionality of all the features relevant to the monitor APM team
-
Michael Kozono authored
Add link to Instance Security Dashboard in nav See merge request gitlab-org/gitlab!17389
-
Mark Florian authored
This adds a nav link for the [Instance Security Dashboard MVC][1], which is behind the `security_dashboard` feature flag. This also refactors slightly how the visibility of the Operations and Environments dashboard links is handled. One result of this is that they are now consistently visible/hidden between the dashboards dropdown on larger screens, and the "More" dropdown on smaller screens. Finally, the partials have been renamed, since they're no longer specific to operations. [1]: https://gitlab.com/gitlab-org/gitlab/issues/6953
-
Michael Kozono authored
Drop db_load_balancing_index gauge metric See merge request gitlab-org/gitlab!17561
-
Thong Kuah authored
As the host list is shuffled per rails process, this metric is meaningless and should not be relied upon. So we are removing this metric.
-
Mark Fletcher authored
-
Achilleas Pipinellis authored
Update group project creation settings See merge request gitlab-org/gitlab!17636
-