- 07 Jun, 2021 40 commits
-
-
Thiago Figueiró authored
-
Nick Gaskill authored
Update formatting of Package metadata See merge request gitlab-org/gitlab!63435
-
Enrique Alcántara authored
Move component and spec to static site editor See merge request gitlab-org/gitlab!55934
-
Monic Bhanushali authored
Moving Rich content editor to static site editor Changelog: changed
-
Craig Norris authored
Update the capitalization of the Package stage/group in the metadata
-
Mayra Cabrera authored
Allow GraphQL MemberInterface to support null users See merge request gitlab-org/gitlab!63262
-
Jose Ivan Vargas authored
Add invite sources to invite modal submission See merge request gitlab-org/gitlab!62609
-
Martin Wortschack authored
DevOps Adoption - Change group API to 100 per request See merge request gitlab-org/gitlab!63415
-
Andrew Fontaine authored
Replace backtick with quote for sh See merge request gitlab-org/gitlab!63328
-
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
-
Brandon Labuschagne authored
The number of groups being populated in the add / remove modal is being iteratively increased from 200 to 2000. If performance is not a concern after this update, the limit will be completely removed. Changelog: changed EE: true
-
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
-
Doug Stull authored
- to send to the backend and get logged. Changelog: other
-
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
-