- 25 Mar, 2020 40 commits
-
-
Russell Dickenson authored
Docs: Add performance advice for IO.read & friends Closes #212208 See merge request gitlab-org/gitlab!27887
-
Mike Jang authored
Docs for VSA custom ordering See merge request gitlab-org/gitlab!27985
-
Brandon Labuschagne authored
-
Nick Thomas authored
Enable placeholders for broadcast notifications See merge request gitlab-org/gitlab!27932
-
Dan Davison authored
Ensure qa runners are unregistered after tests Closes gitlab-qa#556 See merge request gitlab-org/gitlab!28013
-
Grant Young authored
They currently linger after tests are run
-
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
-
nicolasdular authored
This removes the feature flag for broadcast placeholders and only enables placeholders for notifications. This feature flag changes the logic intentionally. During initial development it came apparent that placeholders only make sense for notifications, but this was then not reflected in the final MR. This MR fixes this, removes the feature flag, adds a test for the new code path and cleans up the specs.
-
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.
-