- 21 Dec, 2020 35 commits
-
-
Alina Mihaila authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Marcia Ramos authored
Update automation instructions for DB setup See merge request gitlab-org/gitlab!50333
-
Kerri Miller authored
-
Andreas Brandl authored
Add migration to swap partitioned audit_events See merge request gitlab-org/gitlab!47581
-
Patrick Bair authored
Add a new migration to swap the partitioned audit_events with the original table. In preparation for this, also add a prior migration to recreate the secondary indexes on the partitioned table.
-
Vitali Tatarintev authored
Update .net Project Template Archive See merge request gitlab-org/gitlab!50321
-
Liam McAndrew authored
-
Achilleas Pipinellis authored
Geo - Update Patroni support documentation See merge request gitlab-org/gitlab!49986
-
Douglas Barbosa Alexandre authored
-
Bob Van Landuyt authored
Rename preloads variable in GraphQL lookahead See merge request gitlab-org/gitlab!50329
-
Kushal Pandya authored
Update dependency dompurify to ^2.2.6 See merge request gitlab-org/gitlab!50324
-
charlie ablett authored
Indicate reverted status of a merged merge request See merge request gitlab-org/gitlab!45471
-
Heinrich Lee Yu authored
Handle listing of issues inside iteration lists and moving of issues to / from iteration lists See merge request gitlab-org/gitlab!49946
-
Vitali Tatarintev authored
Update Express Project Template archive See merge request gitlab-org/gitlab!50326
-
Liam McAndrew authored
-
Vitali Tatarintev authored
Update Rails Project Template archive See merge request gitlab-org/gitlab!50325
-
Liam McAndrew authored
-
Kushal Pandya authored
Refactor custom stage form specs See merge request gitlab-org/gitlab!49651
-
Ezekiel Kigbo authored
Moves the custom stage form field specs into a separate file and makes some major improvements to the specs.
-
Heinrich Lee Yu authored
Also handles moving of issues to / from an iteration list
-
Patrick Bajao authored
Refactor visibility_level_helper See merge request gitlab-org/gitlab!50051
-
Natalia Tepluhina authored
Add MR information to the diff file IDs See merge request gitlab-org/gitlab!50132
-
Kev authored
- remove unused image - docs changes - ruby and haml code style improvements
-
Viji Rao authored
Added reduce repository size link for reference See merge request gitlab-org/gitlab!50315
-
Vidhya Hariharan authored
-
Lin Jen-Shin authored
Add engineering productivity maintainer to roulette capability See merge request gitlab-org/gitlab!50356
-
Albert Salim authored
-
Ash McKenzie authored
Run test at a fixed time See merge request gitlab-org/gitlab!50354
-
Ash McKenzie authored
Spread runner CI minute reset to 8 hours See merge request gitlab-org/gitlab!50265
-
Albert Salim authored
Due to how HLLRedisCounter#weekly_redis_keys converts dates to calendar week, it would result in an empty array when the calendar week of end_date occurs before the calendar week of start_date. For example, given start_date 2020-12-01 and end_date 2021-01-01, the calendar week would be reversed, resulting in empty array from #weekly_redis_keys
-
Ash McKenzie authored
Debian file metadatum See merge request gitlab-org/gitlab!49692
-
Kerri Miller authored
Fix N+1 queries with loading group issues with GraphQL See merge request gitlab-org/gitlab!50328
-
- 20 Dec, 2020 2 commits
-
-
Thong Kuah authored
Add artifacts:public boolean See merge request gitlab-org/gitlab!49775
-
Matt Kasa authored
- Adds artifacts:public boolean to CI YAML - Adds :non_public_artifacts feature flag - Adds :read_job_artifacts ability to Ci::BuildPolicy
-
- 19 Dec, 2020 2 commits
-
-
Michael Kozono authored
Refactor specs around gpg_keys in users_controller_spec.rb See merge request gitlab-org/gitlab!50337
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 18 Dec, 2020 1 commit
-
-
Stan Hu authored
Previously when group issues were queried, we called a SELECT for each project and its associated project features to check whether the user had permission to read the issue. We now solve this by preloading those items unconditionally.
-