- 21 Nov, 2019 7 commits
-
-
Evan Read authored
Clarify how to use LDAP group sync See merge request gitlab-org/gitlab!20080
-
Harish Ramachandran authored
-
Evan Read authored
Docs: Add AzureAD setup notes to Groups SAML See merge request gitlab-org/gitlab!20004
-
Cynthia Ng authored
-
Michael Kozono authored
Geo - Does not schedule duplicated jobs while backfilling uploads, LFS objects and job artifacts See merge request gitlab-org/gitlab!20324
-
Douglas Barbosa Alexandre authored
Redirect Admin > Settings > Geo TO Admin > Geo > Settings Closes #31938 See merge request gitlab-org/gitlab!19833
-
Zack Cuddy authored
Getting the nav to behave Create notice
-
- 20 Nov, 2019 33 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Mayra Cabrera authored
Add relationship and link to new epic to promoted issues Closes #9898 See merge request gitlab-org/gitlab!18839
-
Jan Beckmann authored
Closes #9898
-
Mike Greiling authored
Resolve "Bug: tooltip in MR approvers settings wrong color" Closes #35094 See merge request gitlab-org/gitlab!20287
-
Dheeraj Joshi authored
-
Michael Kozono authored
GraphQL: Sort issues by weight See merge request gitlab-org/gitlab!19721
-
Mike Greiling authored
Make approvals specs compatible w/ BootstrapVue 2 See merge request gitlab-org/gitlab!20492
-
Michael Kozono authored
Backup: Disable setting of ACL for Google uploads Closes #35662 See merge request gitlab-org/gitlab!20407
-
Thong Kuah authored
Enable frozen string for Google import specs See merge request gitlab-org/gitlab!20432
-
gfyoung authored
-
Mike Greiling authored
Resolve "Move the confidence column in the security dashboard" Closes #36483 See merge request gitlab-org/gitlab!20435
-
Mayra Cabrera authored
Replace "Newly translated strings found" with "Changes in translated strings found" in gl pipeline See merge request gitlab-org/gitlab!20437
-
Miguel Rincon authored
-
Mayra Cabrera authored
Add Sidekiq middleware stack integration tests See merge request gitlab-org/gitlab!20291
-
Andrew Newdigate authored
Before this change, Sidekiq middleware components were only tested through unit tests. This add basic integration tests for our server-side and client-side middleware stacks, to ensure that messages pass through the stack without causing exceptions. The change also ensures that each middleware yields control as expected.
-
Paul Gascou-Vaillancourt authored
-
Clement Ho authored
Prepare system notes spec for bv upgrade See merge request gitlab-org/gitlab!20379
-
Rémy Coutable authored
Add missing add index rubocop spec See merge request gitlab-org/gitlab!20464
-
Eric Thomas authored
-
Michael Kozono authored
Merge branch '10286-geo-sql-statement-times-out-whilst-determining-job-artifacts-to-sync' into 'master' Geo - Improve query to determine job artifacts to sync when selective sync is enabled Closes #10286 See merge request gitlab-org/gitlab!19583
-
Filipa Lacerda authored
Productivity Analytics: Fix date manipulation bug See merge request gitlab-org/gitlab!20457
-
Martin Wortschack authored
-
Andreas Brandl authored
Fix the flakiness of SetReportTypeForVulnerabilities migration Closes #36182 See merge request gitlab-org/gitlab!20051
-
Victor Zagorodny authored
-
Jan Provaznik authored
Remove Project:ManagedLicenses controller Closes #10076 See merge request gitlab-org/gitlab!20131
-
Brian Kabiro authored
Projects::ManagedLicensesController and API::ManagedLicenses duplicate each other but only API::ManagedLicenses is in use. This change removes: - the Managed Licenses Controller - the Managed Licenses Controller test file - the controller's route in `config/routes/projects`
-
Sean McGivern authored
Move default branch variable See merge request gitlab-org/gitlab!20222
-
Kamil Trzciński authored
As they are not really a 'build-specific' ones
-
Filipa Lacerda authored
Resolve "Make audit log table responsive" See merge request gitlab-org/gitlab!18859
-
Illya Klymov authored
Refactor audit events table to gl-responsive-table This allows to utilize existing breakpoints in project
-
Sean McGivern authored
Make `Chaos.cpu_spin` to consume thread See merge request gitlab-org/gitlab!20459
-
Stan Hu authored
Google Cloud Storage supports two types of access controls: 1. Uniform bucket level access 1. Fine-grained bucket level access When Google uniform bucket uniform bucket access is enabled, uploading a backup via object storage results in the error: ``` Google::Apis::ClientError (invalid: Cannot use ACL API to set object policy when object policies are disabled.) ``` This happened because previously the backup manager passed in `public: false`, which would cause fog-google to attempt to set the ACL of the object to `privateProject`. This must be omitted when uniform bucket-only policy is used. This is also the default level when fine-grained bucket level access is used, so specifying the ACL doesn't add anything. This mirrors what we did with https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/26781. Closes https://gitlab.com/gitlab-org/gitlab/issues/35662
-