- 25 Mar, 2020 40 commits
-
-
Mike Jang authored
Include 'No access' value See merge request gitlab-org/gitlab!28043
-
Andrew Fontaine authored
Remove manual mocking of node See merge request gitlab-org/gitlab!27861
-
Paul Slaughter authored
- When to use manual mocks (with example) - Use __mocks__ for node_modules mocks
-
Robert Speicher authored
Make security the default for the secpick script See merge request gitlab-org/gitlab!27174
-
Robert Speicher authored
Conditionally use `Closes` depending on autoclose See merge request gitlab-org/gitlab!28009
-
Jan Provaznik authored
De-duplicate jobs controller EE specs See merge request gitlab-org/gitlab!27948
-
Bob Van Landuyt authored
Fix request for group labels with a subgroup See merge request gitlab-org/gitlab!27564
-
Ezekiel Kigbo authored
Fixes a 404 error when we try and request group labels for a subgroup For value stream analytics, when a subgroup is selected we should only query for the labels associated with the parent group Updated related specs Added changelog entry
-
Mike Jang authored
Cross reference 2fa documentation Closes #205692 See merge request gitlab-org/gitlab!28026
-
Mike Jang authored
-
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
-
Zeff Morgan authored
-
Paul Slaughter authored
**Why?** - This is no longer needed and was replaced by helpers/jquery - We should just use the __mocks__ folder for any mocking of node_modules - This will improve performance slightly since we won't be manually reading this from the file system every time
-
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
-
Donald Cook authored
-