Skip to content
Snippets Groups Projects
  1. Oct 13, 2017
  2. Oct 10, 2017
  3. Sep 07, 2017
  4. Aug 31, 2017
  5. Aug 07, 2017
  6. Jul 28, 2017
    • Alex Ives's avatar
      Fixes #29385: Add /shrug and /tableflip commands · a07fe9d7
      Alex Ives authored
      
      - Updated DSL to support substitution definitions
      - Added substitution definition, inherits from command definition
      - Added tabelflip and shrug substitutions to interpret service
      - Added support for substitution definitions to the extractor for preview mode.
      - Added substitution handling in the interpret service
      
      Signed-off-by: default avatarAlex Ives <alex@ives.mn>
      a07fe9d7
  7. Jul 21, 2017
  8. Jul 20, 2017
  9. Jul 07, 2017
    • Toon Claes's avatar
      Remove /reassign quick action · acbad6d8
      Toon Claes authored
      /reassign should only work when multiple assignees are available. And
      since this is only the case for GitLab EE, remove it from CE.
      
      This was picked using 517c97eb of gitlab-ee.
      acbad6d8
  10. Jun 20, 2017
    • Toon Claes's avatar
      Ensure /reassign does not assign multiple users · 2194856f
      Toon Claes authored
      Set the assignee to last user in the array if multiple assignees aren't
      allowed.
      
      Also, use `parse_params` where possible.
      2194856f
    • Toon Claes's avatar
      Make MergeRequest respond to assignee_ids & assignee_ids= · 451e2553
      Toon Claes authored
      To make it simpler to assign users to an Issuable, make MergeRequest
      support the attribute `assignee_ids`.
      451e2553
    • Toon Claes's avatar
      Backport /reassign quick command · fcd46c1a
      Toon Claes authored
      The /reassign quick command works even when no multiple assignees are allowed of
      there isn't any assignee yet. So for consistency, it's also be backported to
      CE. But it functions the same as the /assign quick action.
      fcd46c1a
    • Toon Claes's avatar
      Backport issuable for assignee slash commands from EE · 132cd009
      Toon Claes authored
      Avoid conflicts when merge CE to EE by backporting code from EE.
      
      Instead of checking in `SlashCommands::InterpretService` what the issuable the
      type of the issuable is, ask the issuable if it is capable to do those thing and
      implement it in the issuable itself. The issuable will check if it's possible
      and if the licensed feature is available.
      
      This should also make it easier to ever add multiple assignees to MergeRequests.
      132cd009
  11. Jun 15, 2017
Loading