tree: 68d8183f5d93ac6cc60486d6b053d394da3080f3 [path history] [tgz]
  1. jira/
  2. downloads.tpl
  3. jira_versions.txt
  4. README.md
  5. releases.md
  6. simplelogger.properties
src/test/resources/README.md

Test resources

These resources are downloaded from remote servers and maybe slightly tweaked to make them usable for testing.

Jira

http https://issues.apache.org/jira/rest/api/2/project/SLING/versions | jq '.[0:199]' > src/test/resources/jira/versions.json
http https://issues.apache.org/jira/rest/api/2/version/12329667/relatedIssueCounts | jq '.' > src/test/resources/jira/relatedIssueCounts/12329667.json
http https://issues.apache.org/jira/rest/api/2/version/12329844/relatedIssueCounts | jq '.' > src/test/resources/jira/relatedIssueCounts/12329844.json
http https://issues.apache.org/jira/rest/api/2/search 'jql==project = SLING AND resolution = Unresolved AND fixVersion = "Committer CLI 1.0.0"' 'fields==summary' | jq '.' > src/test/resources/jira/search/unresolved-committer-cli-1.0.0.json