An error occurred fetching the project authors.
  1. 14 Jan, 2022 1 commit
  2. 28 Dec, 2021 1 commit
    • Justin Ho's avatar
      Rename routes for project services · 523c3082
      Justin Ho authored
      Most of the references to "services" have already
      been renamed to "integrations" but the project services
      have not been updated yet. This change takes a small step
      towards updating them by renaming the route the user
      sees to "integrations".
      
      We also need to update all references to paths in HAML
      views.
      
      Changelog: changed
      523c3082
  3. 20 Dec, 2021 1 commit
  4. 06 Dec, 2021 1 commit
  5. 18 Oct, 2021 1 commit
  6. 13 Oct, 2021 1 commit
  7. 19 Aug, 2021 1 commit
  8. 17 Aug, 2021 2 commits
  9. 16 Aug, 2021 1 commit
  10. 26 Jul, 2021 1 commit
  11. 08 Jul, 2021 1 commit
  12. 06 Jul, 2021 1 commit
  13. 01 Jul, 2021 1 commit
  14. 24 Jun, 2021 1 commit
    • Alex Kalderimis's avatar
      Rename services helpers · 0671028a
      Alex Kalderimis authored
      This renames the services helpers modules:
      
      - the main controller helper is renamed to `IntegrationsHelper`
      - the API helper is renamed likewise
      
      The test helper is removed and replaced by a matcher, since that was
      just confusing things.
      
      Method names in these helpers are renamed.
      0671028a
  15. 21 May, 2021 1 commit
  16. 11 May, 2021 3 commits
  17. 05 May, 2021 2 commits
  18. 23 Apr, 2021 1 commit
  19. 14 Apr, 2021 5 commits
  20. 06 Apr, 2021 1 commit
  21. 01 Apr, 2021 1 commit
    • Amy Qualls's avatar
      Revise documentation page, remove image · c8e87fc5
      Amy Qualls authored
      Before cross-linking to this page, I needed to clean up the
      subheadings to bring them up to GitLab style standards. I rewrote
      most of the page to get it up to our standards, and deleted an image
      we really don't need.
      c8e87fc5
  22. 29 Mar, 2021 1 commit
    • Markus Koller's avatar
      Support automatic transitions of Jira issues · c335bb8d
      Markus Koller authored
      Add a new setting to the Jira integration to attempt an "automatic"
      transition of Jira issues, by checking the available workflow
      transitions on the issue and using the first one with a status
      category of "Done".
      
      Automatic transitions are enabled by setting the new DB column
      `jira_issue_transition_automatic` to true, which takes precedence over
      the existing `jira_issue_transition_id` column.
      
      To make this behaviour opt-in, we also introduce an explicit checkbox
      to enable issue transitions. The state of this checkbox is handled
      entirely on the frontend, based on the values in
      `jira_issue_transition_id` and `jira_issue_transition_automatic`.
      c335bb8d
  23. 22 Feb, 2021 1 commit
  24. 17 Feb, 2021 1 commit
  25. 12 Feb, 2021 2 commits
  26. 15 Jan, 2021 1 commit
  27. 09 Dec, 2020 1 commit
  28. 08 Dec, 2020 1 commit
  29. 02 Dec, 2020 1 commit
  30. 16 Nov, 2020 1 commit
  31. 11 Nov, 2020 1 commit