- 07 Jun, 2021 40 commits
-
-
Nathan Friend authored
Generate GraphQL fixture instead of using runners hardcoded data See merge request gitlab-org/gitlab!62588
-
Andreas Brandl authored
DB testing: Don't fail the job if output directory already exists See merge request gitlab-org/gitlab!62332
-
Fabio Pitino authored
Fix SAST parser for no-sast pipelines See merge request gitlab-org/gitlab!63412
-
Furkan Ayhan authored
-
Max Woolf authored
Add is_shared and runner_type to hooks and API responses See merge request gitlab-org/gitlab!62942
-
Olena Horal-Koretska authored
Preload blobs and directories in repo view See merge request gitlab-org/gitlab!63066
-
Matija Čupić authored
Use :latest image tag in default Ruby CI template See merge request gitlab-org/gitlab!61283
-
Matija Čupić authored
Upgrade CQ template See merge request gitlab-org/gitlab!61833
-
Matija Čupić authored
Rename Browser Performance template jobs See merge request gitlab-org/gitlab!62727
-
Bob Van Landuyt authored
Add user information to context metadata for Devise controllers See merge request gitlab-org/gitlab!63303
-
Bob Van Landuyt authored
Merge branch '326256-experiment-cleanup-add-an-invite-team-members-cta-to-the-project-empty-state' into 'master' Launch invite modal from invite CTA on project empty state See merge request gitlab-org/gitlab!62678
-
Doug Stull authored
-
Toon Claes authored
Remove `BuildsEmailService` records from `services` table See merge request gitlab-org/gitlab!63264
-
Markus Koller authored
Update tracking calls with user, namespace and project See merge request gitlab-org/gitlab!63283
-
Rajendra Kadam authored
-
James Lopez authored
Remove remaining legacy compliance framework code See merge request gitlab-org/gitlab!63225
-
Craig Norris authored
Fix references to Starter tier that is no longer available See merge request gitlab-org/gitlab!62173
-
Alper Akgun authored
Remove duplicate members before joining with users table See merge request gitlab-org/gitlab!62759
-
Matthias Käppler authored
Speed up checking whether fields are markdown fields or not See merge request gitlab-org/gitlab!63405
-
Marcia Ramos authored
Fix docs about artifacts:public status on .com See merge request gitlab-org/gitlab!63059
-
jerasmus authored
Preloaded the blobs using the hoverLoad directive. Changelog: performance
-
Marcia Ramos authored
Add note mentioning VAULT_NAMESPACE variable to vault docs See merge request gitlab-org/gitlab!62483
-
Caleb Williamson authored
-
Natalia Tepluhina authored
Add boilerplate for DAST Configuration Page See merge request gitlab-org/gitlab!63137
-
Dheeraj Joshi authored
-
Dmytro Zaporozhets (DZ) authored
Send SSH key expiration notification emails for all expired keys See merge request gitlab-org/gitlab!62114
-
Natalia Tepluhina authored
Fix list item keyboard shortcuts on the Content Editor See merge request gitlab-org/gitlab!63387
-
Reuben Pereira authored
If there are duplicate members when joining with the users table, it results in a lot of unnecessary memory usage. The members table can contain the same user_id multiple times if the user_id is part of multiple groups/projects. Currently, the SQL query generated by Group#billed_project_members joins the members and users tables. The duplicate user_ids in the members table can result in unnecessary memory usage. This commit modifies Group#billed_project_members to filter out duplicate members rows first in a subquery, and the subquery is then used as an IN condition to query the users table. It also renames Group#billed_project_members to Group#billed_project_users.
-
Pedro Pombeiro authored
Changelog: added
-
Mikołaj Wawrzyniak authored
Add project, user and namespace to package track events See merge request gitlab-org/gitlab!61976
-
Nick Thomas authored
-
Bob Van Landuyt authored
Revert "Merge branch 'jv-redis-trace-chunks-store' into 'master'" See merge request gitlab-org/gitlab!63388
-
Mikołaj Wawrzyniak authored
Add support to suggest metrics names See merge request gitlab-org/gitlab!62308
-
Marcia Ramos authored
Clarify globally enabling actor based feature flags via YAML See merge request gitlab-org/gitlab!62216
-
Kushal Pandya authored
Fix status checks resubmission on server validation errors bug See merge request gitlab-org/gitlab!62705
-
Marcia Ramos authored
Describe changelog types in developer docs See merge request gitlab-org/gitlab!63285
-
Marcia Ramos authored
Link to Redis SRE guide in development docs See merge request gitlab-org/gitlab!63394
-
Heinrich Lee Yu authored
Allow reporters to read project statistics See merge request gitlab-org/gitlab!62736
-
Heinrich Lee Yu authored
Use tag helper to generate custom emojis See merge request gitlab-org/gitlab!63275
-
Sean McGivern authored
In the ApplicationController, we use Warden to get the current user for the context metadata. These Devise-derived controllers don't necessarily use Warden, so we override the user details in that case to provide something instead of nothing.
-