Skip to content
Snippets Groups Projects
  1. Feb 21, 2020
  2. Jan 10, 2020
  3. Dec 12, 2019
  4. Dec 03, 2019
  5. Nov 29, 2019
  6. Oct 28, 2019
  7. Oct 18, 2019
  8. Oct 11, 2019
  9. Oct 03, 2019
  10. Sep 30, 2019
  11. Sep 25, 2019
  12. Sep 14, 2019
  13. Sep 13, 2019
  14. Jul 29, 2019
  15. Jul 09, 2019
  16. Jun 21, 2019
  17. Jun 04, 2019
  18. May 16, 2019
  19. Apr 15, 2019
  20. Apr 08, 2019
  21. Feb 14, 2019
  22. Jan 30, 2019
  23. Jan 07, 2019
  24. Dec 14, 2018
  25. Nov 14, 2018
    • Jacopo's avatar
      Creates /create_merge_request quickaction · 6b0ea951
      Jacopo authored
      With this quick action the user can create a new MR starting from
      the current issue using as `source_branch` the given `branch name` and
      as `target_branch` the project default branch. If the `branch name` is
      omitted a name is automatically created starting from the issue title.
      6b0ea951
  26. Nov 12, 2018
    • Jarka Kadlecova's avatar
      Extract code from Issues::MoveService · 4af1712d
      Jarka Kadlecova authored
      Extract code to make it easier reusable
      - introduce AttributesRewriter and ContentRewriter
        - support group entites when rewriting content
      - make Uploader copy_to working for Namespaces
      4af1712d
  27. Nov 02, 2018
  28. Oct 04, 2018
  29. Sep 11, 2018
  30. Sep 07, 2018
  31. Sep 04, 2018
  32. Aug 21, 2018
    • Sean McGivern's avatar
      Only load issue notes once when getting related MRs · b26e5546
      Sean McGivern authored
      As we always call both methods from the controller - and elsewhere we call the
      more general method - and one uses all notes and the other uses system notes,
      then we should just load the notes and their authors once, and filter on the
      Ruby side.
      b26e5546
Loading