You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/09/16 12:41:09 UTC

[sling-org-apache-sling-committer-cli] branch master updated: minor code improvements: forgot to include test resource file

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new acc946b  minor code improvements: forgot to include test resource file
acc946b is described below

commit acc946b4fb4fefa5500c7a07c3c18ad5050e3f02
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Sep 16 14:41:00 2019 +0200

    minor code improvements: forgot to include test resource file
---
 .../jira/search/fixed-committer-cli-1.0.0.json     | 71 ++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/src/test/resources/jira/search/fixed-committer-cli-1.0.0.json b/src/test/resources/jira/search/fixed-committer-cli-1.0.0.json
new file mode 100644
index 0000000..dbd6685
--- /dev/null
+++ b/src/test/resources/jira/search/fixed-committer-cli-1.0.0.json
@@ -0,0 +1,71 @@
+{
+    "expand": "schema,names",
+    "startAt": 0,
+    "maxResults": 50,
+    "total": 7,
+    "issues": [
+        {
+            "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
+            "id": "13256564",
+            "self": "https://issues.apache.org/jira/rest/api/2/issue/13256564",
+            "key": "SLING-8707",
+            "fields": {
+                "summary": "Try to map a staging Nexus repository to a JIRA release by inspecting the POM files"
+            }
+        },
+        {
+            "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
+            "id": "13256303",
+            "self": "https://issues.apache.org/jira/rest/api/2/issue/13256303",
+            "key": "SLING-8699",
+            "fields": {
+                "summary": "Create sub-command to moving artifacts to dist.apache.org"
+            }
+        },
+        {
+            "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
+            "id": "13231466",
+            "self": "https://issues.apache.org/jira/rest/api/2/issue/13231466",
+            "key": "SLING-8395",
+            "fields": {
+                "summary": "Investigate automatically issuing GitHub PRs with the Committer CLI"
+            }
+        },
+        {
+            "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
+            "id": "13231465",
+            "self": "https://issues.apache.org/jira/rest/api/2/issue/13231465",
+            "key": "SLING-8394",
+            "fields": {
+                "summary": "Create sub-command to update the Sling starter when a release is made"
+            }
+        },
+        {
+            "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
+            "id": "13231464",
+            "self": "https://issues.apache.org/jira/rest/api/2/issue/13231464",
+            "key": "SLING-8393",
+            "fields": {
+                "summary": "Create sub-command to update the Sling website when a release is made"
+            }
+        },
+        {
+            "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
+            "id": "13231459",
+            "self": "https://issues.apache.org/jira/rest/api/2/issue/13231459",
+            "key": "SLING-8392",
+            "fields": {
+                "summary": "Create sub-command to manage the Jira update when promoting a release"
+            }
+        },
+        {
+            "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
+            "id": "13225243",
+            "self": "https://issues.apache.org/jira/rest/api/2/issue/13225243",
+            "key": "SLING-8338",
+            "fields": {
+                "summary": "Create sub-command to manage the Nexus stage repository release when promoting a release"
+            }
+        }
+    ]
+}