- 21 Dec, 2020 23 commits
-
-
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 13 commits
-
-
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.
-
Stan Hu authored
The `apply_lookahead` defines a method `preloads` but redefines this method as a local variable. Rename the local variable to avoid confusion.
-
Yannis Roussos authored
Move database spec helpers into separate directory See merge request gitlab-org/gitlab!50206
-
GitLab Bot authored
-
Gabriel Mazetto authored
Drop AuthorizeTypes offense in instance statistics See merge request gitlab-org/gitlab!49567
-
Andrew Fontaine authored
Convert quick actions autocomplete from at.js to tribute See merge request gitlab-org/gitlab!49969
-
Kushal Pandya authored
Migrate remaining occurrences of GlDeprecatedButton to GlButton See merge request gitlab-org/gitlab!50210
-
Kushal Pandya authored
Add spec test for custom stage fields component See merge request gitlab-org/gitlab!50136
-
Ezekiel Kigbo authored
Adds specs for the custom stages fields component testing basic functionality
-
Grzegorz Bizon authored
Remove FF WG stakeholders from Blueprint See merge request gitlab-org/gitlab!50294
-
Mathieu Parent authored
-
-
Vidhya Hariharan authored
-