Skip to content
Snippets Groups Projects
  1. Jul 07, 2017
  2. Jul 06, 2017
    • Yorick Peterse's avatar
      Added Cop to blacklist the use of `dependent:` · 8fbbf41e
      Yorick Peterse authored
      This is allowed for existing instances so we don't end up 76 offenses
      right away, but for new code one should _only_ use this if they _have_
      to remove non database data. Even then it's usually better to do this in
      a service class as this gives you more control over how to remove the
      data (e.g. in bulk).
      Verified
      8fbbf41e
  3. Jun 21, 2017
  4. Jun 20, 2017
    • 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 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
  5. Jun 16, 2017
  6. May 31, 2017
  7. May 05, 2017
  8. May 04, 2017
  9. Apr 19, 2017
  10. Apr 06, 2017
  11. Apr 03, 2017
  12. Mar 21, 2017
  13. Mar 17, 2017
  14. Mar 15, 2017
  15. Mar 09, 2017
  16. Feb 23, 2017
  17. Feb 16, 2017
  18. Feb 09, 2017
  19. Feb 07, 2017
  20. Jan 15, 2017
  21. Dec 27, 2016
  22. Dec 20, 2016
  23. Dec 06, 2016
  24. Nov 19, 2016
  25. Nov 17, 2016
  26. Nov 09, 2016
  27. Nov 07, 2016
    • Yorick Peterse's avatar
      Added IssueCollection · f694f94c
      Yorick Peterse authored
      This class can be used to reduce a list of issues down to a subset based
      on user permissions. This class operates in such a way that it can
      reduce issues using as few queries as possible, if any at all.
      Verified
      f694f94c
  28. Oct 28, 2016
  29. Oct 19, 2016
Loading