- 25 Mar, 2020 40 commits
-
-
Walmyr Lima e Silva Filho authored
Shorter and clearer descriptions for audit event e2e specs See merge request gitlab-org/gitlab!27877
-
Lin Jen-Shin authored
Add praefect as a socket to connect to for requests with praefect as the storage See merge request gitlab-org/gitlab!26323
-
Robert Speicher authored
Handle blank file path in UploadedFile.from_params See merge request gitlab-org/gitlab!28030
-
Andreas Brandl authored
Use COPY to populate schema_migrations table Closes #212051 See merge request gitlab-org/gitlab!27885
-
Marin Jankovski authored
Update chatops_on_gitlabcom.md to clarify process See merge request gitlab-org/gitlab!28021
-
Alexander Turinske authored
- only someone who is already a member can add someone to chatops
-
Sean McGivern authored
Enable streaming serializer for everybody by default See merge request gitlab-org/gitlab!27813
-
John Cai authored
Praefect functions as a proxy, but there are a few RPCs that are only in praefect and do not get proxied to gitaly. To test functionality that hits these RPCs, we need a way to hit a praefect instance that talks to a gitaly instance. This MR sets up praefect in front of the existing gitaly that is used in tests.
-
Nathan Friend authored
Update dependency @gitlab/ui to ^10.0.1 See merge request gitlab-org/gitlab!28020
-
Nathan Friend authored
Replace underscore/lodash in ee/protected_* Closes #210274 See merge request gitlab-org/gitlab!27939
-
Andreas Brandl authored
This is intended to reduce conflict potential in the schema file. See https://gitlab.com/gitlab-org/gitlab/-/issues/212051.
-
Stan Hu authored
Update ruby-prof to 1.3.1 Closes #204771 See merge request gitlab-org/gitlab!28019
-
Robert Speicher authored
https://gitlab.com/gitlab-org/security/gitlab-workhorse/-/merge_requests/3 changed Workhorse so that it always provided `file.path` when `direct_upload` was enabled, even if that path was blank. Whereas we were checking for `path` not being `nil`, we now need to check that it's present. See also https://gitlab.com/gitlab-org/gitlab/-/issues/212424
-
Jose Vargas authored
This replaces underscore for lodash inside the EE folder for: * protected_tags * protected_branches * protected_environments
-
Nick Thomas authored
Support On Demand Release Evidence See merge request gitlab-org/gitlab!26591
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/199065 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26591
-
GitLab Bot authored
-
Kamil Trzciński authored
Support `returning` for `BulkInsertSafe.bulk_insert!` Closes #212231 See merge request gitlab-org/gitlab!27965
-
Douglas Barbosa Alexandre authored
Add support for Okta as SCIM provider See merge request gitlab-org/gitlab!25649
-
James Lopez authored
Move Prometheus::Alerts::NotifyService to Core Closes #210532 See merge request gitlab-org/gitlab!27908
-
Sean McGivern authored
This contains Ruby 2.7 support, some bug fixes, and upstream support sufficient to replace our TotalTimeFlatPrinter.
-
Dmytro Zaporozhets authored
Merge branch '211445-follow-up-from-introduce-a-feature-flag-for-fixed-pipeline-notifications' into 'master' Resolve "Follow-up from "Introduce a feature flag for fixed pipeline notifications"" Closes #211445 See merge request gitlab-org/gitlab!27880
-
Sean McGivern authored
Make project_export_worker urgency throttled Closes gitlab-com/gl-infra/scalability#217 See merge request gitlab-org/gitlab!27941
-
Drew Blessing authored
Minor adjustments were necessary to support Okta SCIM payloads. The SCIM spec gives enough leeway that providers can differ slightly in the payload format. These changes allow us to be compatible with Azure and Okta, but probably additional providers as well.
-
Douglas Barbosa Alexandre authored
This allows us to get an array with a hash containing a primary key and its value for all successfully inserted records.
-
Peter Leitzen authored
Allow HEAD API requests for Maven packages with AWS as object storage See merge request gitlab-org/gitlab!27612
-
James Lopez authored
Remove feature flag snippet_count_check See merge request gitlab-org/gitlab!27993
-
Kushal Pandya authored
Update copy changes related to License Compliance See merge request gitlab-org/gitlab!27970
-
Dheeraj Joshi authored
-
Dmytro Zaporozhets authored
Merge branch '208431-follow-up-from-add-mutation-concern-to-resolve-a-single-issuable' into 'master' Fix MergeRequestsResolver Closes #208431 See merge request gitlab-org/gitlab!27783
-
Lin Jen-Shin authored
Update nginx-ingress components replica count from 2 to 1 See merge request gitlab-org/gitlab!26609
-
Jarka Košanová authored
Add missing docstring to Prometheus metric See merge request gitlab-org/gitlab!27868
-
Dmytro Zaporozhets authored
Move `GitlabAlertEmbedService` from EE to CE Closes #210536 See merge request gitlab-org/gitlab!27440
-
Jacopo authored
Introduce event_disabled?(event) helper to check if a specific notification event is disabled.
-
Marcia Ramos authored
Update git operation architecture docs See merge request gitlab-org/gitlab!27421
-
Marcia Ramos authored
Add links to application limits doc See merge request gitlab-org/gitlab!27856
-
Marcia Ramos authored
Updated docs to address issue 209671 Closes #209671 See merge request gitlab-org/gitlab!27743
-
Suzanne Selhorn authored
-
Rémy Coutable authored
Merge branch '212415-review-app-deployment-fails-because-unicorn-image-does-not-exist-in-registry' into 'master' Change unicorn repository to webservice Closes #212415 See merge request gitlab-org/gitlab!27983
-
Nick Thomas authored
Show storage_size on project page See merge request gitlab-org/gitlab!27724
-