- 20 Nov, 2019 40 commits
-
-
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
-
Kamil Trzciński authored
This changes `.cpu_spin` to actually consume thread for the desired duration, by looking at CPU thread time.
-
Phil Hughes authored
Adds subscription section See merge request gitlab-org/gitlab!18943
-
Ramya Authappan authored
Refactor ambiguous page-object names See merge request gitlab-org/gitlab!20392
-
Dan Davison authored
Remove Rubocop disable statements
-
Rémy Coutable authored
Upgrade rspec-rails to 4.0.0.beta3 See merge request gitlab-org/gitlab!20375
-
Imre Farkas authored
Suggest squash commit messages based on recent commits See merge request gitlab-org/gitlab!20231
-
Achilleas Pipinellis authored
Link to PlantUML details in Markdown page See merge request gitlab-org/gitlab!20373
-
Marcin Sedlak-Jakubowski authored
-
Jan Provaznik authored
Resolve "Clarify why Service Desk feature is unavailable" See merge request gitlab-org/gitlab!19244
-
Alessio Caiazza authored
Upgrade Gitaly to v1.73.0 See merge request gitlab-org/gitlab!20443
-
GitalyBot authored
-
Andreas Brandl authored
Create Index on Environments project_id, state, environment_type See merge request gitlab-org/gitlab!19902
-