1. 06.02.2019 1 коммит
  2. 24.01.2019 1 коммит
  3. 21.01.2019 1 коммит
  4. 17.01.2019 1 коммит
  5. 08.01.2019 2 коммита
  6. 18.12.2018 1 коммит
  7. 07.12.2018 3 коммита
  8. 21.11.2018 1 коммит
  9. 20.11.2018 1 коммит
  10. 19.11.2018 1 коммит
  11. 16.11.2018 1 коммит
  12. 15.11.2018 1 коммит
  13. 07.11.2018 1 коммит
    • Bob Van Landuyt's avatar
      Apply patches when creating MR via email
      · 6fbdc5ed
      Bob Van Landuyt создал
      This allows users to add patches as attachments to merge request
      created via email.
      
      When an email to create a merge request is sent, all the attachments
      ending in `.patch` will be applied to the branch specified in the
      subject of the email. If the branch did not exist, it will be created
      from the HEAD of the repository.
      
      When the patches could not be applied, the error message will be
      replied to the user.
      
      The patches can have a maximum combined size of 2MB for now.
      6fbdc5ed
  14. 29.10.2018 1 коммит
  15. 25.10.2018 1 коммит
  16. 24.10.2018 1 коммит
  17. 12.10.2018 1 коммит
  18. 15.08.2018 1 коммит
  19. 10.07.2018 1 коммит
  20. 03.07.2018 1 коммит
  21. 06.06.2018 1 коммит
  22. 01.06.2018 1 коммит
  23. 29.05.2018 1 коммит
  24. 15.05.2018 1 коммит
  25. 16.04.2018 1 коммит
  26. 27.03.2018 1 коммит
  27. 07.03.2018 1 коммит
  28. 02.03.2018 1 коммит
  29. 28.02.2018 1 коммит
  30. 08.02.2018 2 коммита
  31. 07.02.2018 2 коммита
  32. 02.02.2018 1 коммит
  33. 12.12.2017 1 коммит
  34. 11.12.2017 1 коммит
    • Jan Provaznik's avatar
      Use message body for merge request description
      · b39b5524
      Jan Provaznik создал
      When a merge request is created from email, use message body
      as merge request description. If message body is empty then
      merge request description is still created from the source
      branch commit (if there is only single commit in the merge
      request).
      
      If message body is empty and there are multiple commits in
      the source branch, then merge request description is left empty.
      
      Closes #40968
      b39b5524
  35. 05.12.2017 1 коммит
    • Jan Provaznik's avatar
      Create merge request from email
      · 8cce7073
      Jan Provaznik создал
      * new merge request can be created by sending an email to the specific
      email address (similar to creating issues by email)
      * for the first iteration, source branch must be specified in the mail
      subject, other merge request parameters can not be set yet
      * user should enable "Receive notifications about your own activity" in
      user settings to receive a notification about created merge request
      
      Part of #32878
      8cce7073