RFR: Issue tracker support

Robin Westberg rwestberg at openjdk.org
Wed Sep 25 13:14:38 UTC 2019


Hi all,

Please review this change that introduces issue support. An Issue contains a subset of PullRequest functionality, similar to how this is modeled in GitHub and GitLab. It also allows creating support for other issue trackers that do not have repository support, such as Jira.

Best regards,
Robin

----------------

Commits:
 - 7b0e6107: Implement test version of Issue and IssueProject
 - b603a667: GitHub and GitLab does not yet implement Issues
 - d1886dcc: Extract IssueProject and Issue from HostedRepository and PullRequest

Changes: https://git.openjdk.java.net/skara/pull/162/files
 Webrev: https://webrevs.openjdk.java.net/skara/162/webrev.00
  Stats: 854 lines in 20 files changed: 608 ins; 240 del; 6 mod
  Patch: https://git.openjdk.java.net/skara/pull/162.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/162/head:pull/162

PR: https://git.openjdk.java.net/skara/pull/162


More information about the skara-dev mailing list