Loading
Commits on Source 19
-
-
Rémy Coutable authored
List source of Default templates See merge request !246 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Rémy Coutable <remy@rymai.me>
-
Ben Bodenmiller authored
-
Lin Jen-Shin authored
Fix Default templates source See merge request !247 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Changelog: other
-
Rémy Coutable authored
Update gitlab-style See merge request !250 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Resolve "Support Ruby 3.0" Closes #274 See merge request gitlab-org/ruby/gems/gitlab-triage!251 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Rémy Coutable <remy@rymai.me> Approved-by:
David Dieulivol <ddieulivol@gitlab.com>
-
Lin Jen-Shin authored
Refactor Network API to Make GraphQL Queries Accessible from Issue Closes #266 See merge request gitlab-org/ruby/gems/gitlab-triage!248 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
-
Lin Jen-Shin authored
Because I don't agree with it. What if we do this? data.dig(0, 1) data.dig(0) data.dig(0, 0) It will look quite odd if we're forced to write as: data.dig(0, 1) data[0] data.dig(0, 0) The cop can be more smart to allow this case, but I don't think it's worth the complexity. If we want to be really consistent, I would prefer if we just disallow using `[]` because `dig` can do everything `[]` can do, if it's an array or a hash. It will be different for strings though! This means this will not be something static analysis can do, unfortunately. -
Nao Hashizume authored
Disable cop Style/SingleArgumentDig See merge request gitlab-org/ruby/gems/gitlab-triage!253 Merged-by:
Nao Hashizume <nhashizume@gitlab.com> Approved-by:
Nao Hashizume <nhashizume@gitlab.com>
-
Adam Marshall authored
-
Jennifer Li authored
Added note to Date condition, and example to Ruby condition See merge request gitlab-org/ruby/gems/gitlab-triage!254 Merged-by:
Jennifer Li <jli@gitlab.com> Approved-by:
Jennifer Li <jli@gitlab.com>
-
.. and their link type. Changelog: added
-
Lin Jen-Shin authored
Support checking an issue's linked issues See merge request gitlab-org/ruby/gems/gitlab-triage!252 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
Lee Tickett authored
-
Rémy Coutable authored
Update CI only keyword to rule/if See merge request !256 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Rémy Coutable <remy@rymai.me>
-
Fabian authored