Skip to content
Snippets Groups Projects
  1. May 10, 2019
  2. Apr 01, 2019
  3. Feb 28, 2019
  4. Sep 06, 2018
  5. Aug 21, 2018
  6. Aug 03, 2018
  7. Jun 15, 2018
  8. Jun 11, 2018
  9. Jun 06, 2018
  10. Jun 05, 2018
  11. Mar 05, 2018
  12. Jan 31, 2018
  13. Jan 30, 2018
  14. Dec 18, 2017
  15. Oct 24, 2017
  16. Aug 03, 2017
  17. Aug 02, 2017
  18. Aug 01, 2017
  19. Jul 27, 2017
  20. Jul 25, 2017
  21. Jul 07, 2017
  22. Jun 30, 2017
  23. Jun 27, 2017
  24. Jun 14, 2017
  25. Jun 01, 2017
  26. May 30, 2017
  27. May 26, 2017
  28. Feb 08, 2017
  29. Jan 26, 2017
  30. Dec 01, 2016
    • Adam Niedzielski's avatar
      Refactor JiraService by moving code out of JiraService#execute method · 11055973
      Adam Niedzielski authored
      The implicit interface of project services states that the "execute"
      method is meant to be called when project hooks are executed.
      Currently JiraService does not support any project events even though
      JiraService#supported_events says that "commit" and "merge_request"
      are supported. They are only used to render correct options in
      JIRA configuration screen, but they are not supported.
      Because of that, this commit makes "execute" method a no-op.
      11055973
  31. Nov 18, 2016
  32. Nov 12, 2016
  33. Nov 05, 2016
  34. Nov 04, 2016
Loading