- 06 Mar, 2020 40 commits
-
-
Mayra Cabrera authored
Replace undefined severity with unknown severity for occurrences See merge request gitlab-org/gitlab!26085
-
Can Eldem authored
Remove index for undoing migration
-
Mayra Cabrera authored
Optimize todos counters in usage data See merge request gitlab-org/gitlab!26442
-
Alper Akgun authored
adds an index for batch counting in usage data
-
Mike Greiling authored
Add skeleton loader to new packages list Closes #208424 See merge request gitlab-org/gitlab!26176
-
Mayra Cabrera authored
Enable caching for milestone issue counters by default See merge request gitlab-org/gitlab!21554
-
Vladimir Shushlin authored
We want to expose milestone issue counts to the API for https://gitlab.com/gitlab-org/gitlab/issues/31289. The current milestones page is also very slow - it has N+1 for the same counters. We want to cache these counters, but they depend on user, which makes cache useless. So this commit removes dependency on `user` variable for milestone issue counters
-
Stan Hu authored
Update gpgme gem to fix build with gawk 5 See merge request gitlab-org/gitlab!26700
-
Markus Koller authored
This fixes a build error with gawk versions >= 5: https://github.com/ueno/ruby-gpgme/issues/134
-
Mayra Cabrera authored
Add nginx throughput to WAF Anomaly Summary Service See merge request gitlab-org/gitlab!25273
-
Robert Speicher authored
Move pipeline creation on MR create to Sidekiq See merge request gitlab-org/gitlab!26172
-
Robert Speicher authored
Move EE Users related specs to correct folder See merge request gitlab-org/gitlab!26636
-
Robert Speicher authored
Add remote mirrors API documentation See merge request gitlab-org/gitlab!22486
-
Marcia Ramos authored
Fix merge train docs about feature flag See merge request gitlab-org/gitlab!25870
-
Michael Kozono authored
Remove dead code: Service#find_by_template See merge request gitlab-org/gitlab!26604
-
Douglas Barbosa Alexandre authored
Add more specs for Projects::WebIdeTerminalsController#retry See merge request gitlab-org/gitlab!26603
-
Stan Hu authored
Fix CodeReviewMetrics worker failure with kwargs Closes #209160 See merge request gitlab-org/gitlab!26647
-
Marcia Ramos authored
User sentence case in HA docs See merge request gitlab-org/gitlab!26482
-
Mike Jang authored
Fix bad link, accidentally pushed to !26398 See merge request gitlab-org/gitlab!26691
-
Marcia Ramos authored
Documentation: Conflicting information when a file matches multiple entry in CODEOWNERS Closes #205394 See merge request gitlab-org/gitlab!25084
-
Achilleas Pipinellis authored
Refactoring compliance docs See merge request gitlab-org/gitlab!25735
-
Nick Gaskill authored
Moving compliance docs into new Compliance section
-
Mike Jang authored
-
Douglas Barbosa Alexandre authored
Use factory prof to find un-needed db access in tests See merge request gitlab-org/gitlab!26532
-
Mike Jang authored
-
John Long authored
See merge request gitlab-org/gitlab!26398
-
Douglas Barbosa Alexandre authored
Add user_type and bot_type consistency tests See merge request gitlab-org/gitlab!26578
-
allison.browne authored
-
allison.browne authored
Use build and let_it_be where it can be used instead of let and create
-
Douglas Barbosa Alexandre authored
Refactor analytics metric refresh specs See merge request gitlab-org/gitlab!26585
-
Lin Jen-Shin authored
Don't try to stop already stopped environments See merge request gitlab-org/gitlab!26678
-
Tim Zallmann authored
Replace 'issue-external' icon with 'external-link' See merge request gitlab-org/gitlab!26402
-
Jeremy Elder authored
Replaced the 'issue-external' icon with the 'external' link icon.
-
Mike Jang authored
Closes #208965 See merge request gitlab-org/gitlab!26504
-
Sean McGivern authored
Improve ApplicationSettings::UpdateService spec See merge request gitlab-org/gitlab!26672
-
Mike Jang authored
List regenerate 2FA recovery codes See merge request gitlab-org/gitlab!26258
-
Ben Bodenmiller authored
-
Bob Van Landuyt authored
Fix SCIM API Application Context Closes #199587 See merge request gitlab-org/gitlab!26514
-
Drew Blessing authored
The SCIM API needs to override the Application Context and set the user to nil since the SCIM API doesn't operate in the context of a user. Rather, the SCIM API uses a static token specific to the group enabling SCIM. Without overriding the context saving a user will hang when attempting to resolve the current_user set in the Application Context in the main API (lib/api/api.rb).
-
Rémy Coutable authored
Separate geo, subs and npm entities into own class files See merge request gitlab-org/gitlab!26674
-