- 26 Sep, 2019 30 commits
-
-
Sean McGivern authored
Fix inline videos in Markdown for uppercase extensions See merge request gitlab-org/gitlab!17581
-
Andreas Brandl authored
Add user_id and created_at to DesignManagement::Version See merge request gitlab-org/gitlab!17316
-
James Lopez authored
When viewing a commit, do not go to the blob for the file path See merge request gitlab-org/gitlab!17095
-
Nick Thomas authored
This avoids a slow Gitaly call. We already have the filename in memory, so can use it directly here.
-
Lin Jen-Shin authored
Resolve "Retrieve audit events via API: MVC" See merge request gitlab-org/gitlab!15698
-
Mike Greiling authored
Enable promise/valid-params ESLint rule See merge request gitlab-org/gitlab!17628
-
Winnie Hellmann authored
-
Jan Provaznik authored
Added missing test for the exists rule pattern matching limit See merge request gitlab-org/gitlab!17641
-
Achilleas Pipinellis authored
Update caps and backticks in admin docs See merge request gitlab-org/gitlab!17730
-
Marcel Amirault authored
Update capitalization and backtick use in monitoring, operations, raketasks and api docs.
-
Sanad Liaquat authored
Fix admin LDAP sync test See merge request gitlab-org/gitlab!17732
-
manojmj authored
This change adds Audit Event API for admins
-
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
-
Mark Lapierre authored
-
Evan Read authored
Docs: Clarified permissions table footnotes Closes #31783 See merge request gitlab-org/gitlab!17267
-
Matt Penna authored
-
Heinrich Lee Yu authored
Fix VideoLinkFilter to handle uppercase file extesions
-
- 25 Sep, 2019 10 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
-
James Fargher 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
-