Repository: apex-site
Updated Branches:
  refs/heads/master 43a902507 -> d5a99b433


Show only unresolved issues in roadmap, fix source archive download name.


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/d5a99b43
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/d5a99b43
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/d5a99b43

Branch: refs/heads/master
Commit: d5a99b4338bd3876a3ce882b89c7cfa69df2006e
Parents: 43a9025
Author: Thomas Weise <[email protected]>
Authored: Mon Dec 19 15:55:44 2016 -0800
Committer: Thomas Weise <[email protected]>
Committed: Mon Dec 19 16:08:30 2016 -0800

----------------------------------------------------------------------
 gulpfile.js              |  4 +--
 roadmap.json             | 62 -------------------------------------------
 src/pages/downloads.html | 18 ++++++-------
 3 files changed, 11 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/d5a99b43/gulpfile.js
----------------------------------------------------------------------
diff --git a/gulpfile.js b/gulpfile.js
index 8bf19e2..61f23d2 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -177,7 +177,7 @@ gulp.task('fetch-roadmap', function(taskCb) {
         });
 
         var apiRequest = {
-          jql: 'project = ' + project.name + ' AND labels in (roadmap) AND 
fixVersion in (EMPTY, unreleasedVersions())',
+          jql: 'project = ' + project.name + ' AND labels in (roadmap) AND 
resolution = Unresolved AND fixVersion in (EMPTY, unreleasedVersions())',
           startAt: 0,
           maxResults: 1000,
           fields: ['summary','priority','status','fixVersions','description']
@@ -447,4 +447,4 @@ gulp.task('fetch-releases', function(taskCb) {
 gulp.task('watch', function() {
   gulp.watch('./src/less/*.less', ['less']);
   gulp.watch(['./src/pages/*.html', './src/partials/*.handlebars', 
'./src/md/*.md'], ['html']);
-});
\ No newline at end of file
+});

http://git-wip-us.apache.org/repos/asf/apex-site/blob/d5a99b43/roadmap.json
----------------------------------------------------------------------
diff --git a/roadmap.json b/roadmap.json
index 6a5d865..845bd37 100644
--- a/roadmap.json
+++ b/roadmap.json
@@ -36,37 +36,6 @@
       },
       {
         "expand": "operations,editmeta,changelog,transitions,renderedFields",
-        "id": "12919371",
-        "self": "https://issues.apache.org/jira/rest/api/2/issue/12919371";,
-        "key": "APEXCORE-202",
-        "fields": {
-          "summary": "Integration with Samoa",
-          "description": "Apache Samoa[https://samoa.incubator.apache.org/] is 
an abstraction of a collections of streaming machine learning Algorithm. By 
far, it has integration with Samza, Storm and flink, It is a good start point 
for Apex to support streaming ML.",
-          "fixVersions": [],
-          "priority": {
-            "self": "https://issues.apache.org/jira/rest/api/2/priority/3";,
-            "iconUrl": 
"https://issues.apache.org/jira/images/icons/priorities/major.png";,
-            "name": "Major",
-            "id": "3"
-          },
-          "status": {
-            "self": "https://issues.apache.org/jira/rest/api/2/status/6";,
-            "description": "The issue is considered finished, the resolution 
is correct. Issues which are closed can be reopened.",
-            "iconUrl": 
"https://issues.apache.org/jira/images/icons/statuses/closed.png";,
-            "name": "Closed",
-            "id": "6",
-            "statusCategory": {
-              "self": 
"https://issues.apache.org/jira/rest/api/2/statuscategory/3";,
-              "id": 3,
-              "key": "done",
-              "colorName": "green",
-              "name": "Complete"
-            }
-          }
-        }
-      },
-      {
-        "expand": "operations,editmeta,changelog,transitions,renderedFields",
         "id": "12919400",
         "self": "https://issues.apache.org/jira/rest/api/2/issue/12919400";,
         "key": "APEXCORE-231",
@@ -464,37 +433,6 @@
       },
       {
         "expand": "operations,editmeta,changelog,transitions,renderedFields",
-        "id": "12969033",
-        "self": "https://issues.apache.org/jira/rest/api/2/issue/12969033";,
-        "key": "APEXMALHAR-2089",
-        "fields": {
-          "summary": "Apache Beam support",
-          "description": "Apex should provide a runner for Beam. This ticket 
is a proxy for BEAM-261 as the implementation should probably live in the Beam 
repository.\r\n",
-          "fixVersions": [],
-          "priority": {
-            "self": "https://issues.apache.org/jira/rest/api/2/priority/3";,
-            "iconUrl": 
"https://issues.apache.org/jira/images/icons/priorities/major.png";,
-            "name": "Major",
-            "id": "3"
-          },
-          "status": {
-            "self": "https://issues.apache.org/jira/rest/api/2/status/6";,
-            "description": "The issue is considered finished, the resolution 
is correct. Issues which are closed can be reopened.",
-            "iconUrl": 
"https://issues.apache.org/jira/images/icons/statuses/closed.png";,
-            "name": "Closed",
-            "id": "6",
-            "statusCategory": {
-              "self": 
"https://issues.apache.org/jira/rest/api/2/statuscategory/3";,
-              "id": 3,
-              "key": "done",
-              "colorName": "green",
-              "name": "Complete"
-            }
-          }
-        }
-      },
-      {
-        "expand": "operations,editmeta,changelog,transitions,renderedFields",
         "id": "12985430",
         "self": "https://issues.apache.org/jira/rest/api/2/issue/12985430";,
         "key": "APEXMALHAR-2130",

http://git-wip-us.apache.org/repos/asf/apex-site/blob/d5a99b43/src/pages/downloads.html
----------------------------------------------------------------------
diff --git a/src/pages/downloads.html b/src/pages/downloads.html
index a0ae899..ea270d5 100644
--- a/src/pages/downloads.html
+++ b/src/pages/downloads.html
@@ -28,27 +28,27 @@
           {{releaseDate version.date}}
         </td>
         <td>
-          <a 
href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version }}-source-release.zip">apex-{{ 
version.version }}-source-release.zip</a><br>
+          <a 
href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.zip">apex-{{ version.version }}-source-release.zip</a><br>
           <small>
             (
-              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version }}-source-release.zip.asc">pgp</a>,
-              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version }}-source-release.zip.md5">md5</a>,
-              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version }}-source-release.zip.sha">sha1</a>
+              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.zip.asc">pgp</a>,
+              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.zip.md5">md5</a>,
+              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.zip.sha">sha1</a>
             )
           </small>
         </td>
         <td>
-          <a 
href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version }}-source-release.tar.gz">apex-{{ 
version.version }}-source-release.tar.gz</a><br>
+          <a 
href="http://www.apache.org/dyn/closer.lua/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.tar.gz">apex-{{ version.version 
}}-source-release.tar.gz</a><br>
           <small>
             (
-              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version 
}}-source-release.tar.gz.asc">pgp</a>,
-              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version 
}}-source-release.tar.gz.md5">md5</a>,
-              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apex-{{ version.version 
}}-source-release.tar.gz.sha">sha1</a>
+              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.tar.gz.asc">pgp</a>,
+              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.tar.gz.md5">md5</a>,
+              <a 
href="https://dist.apache.org/repos/dist/release/apex/apache-apex-core-{{ 
version.version }}/apache-apex-core-{{ version.version 
}}-source-release.tar.gz.sha">sha1</a>
             )
           </small>
         </td>
         <td>
-          <a href="/docs/apex-{{ version.docs }}">apex-{{ version.docs 
}}</a><br>
+          <a href="/docs/apex-{{ version.docs }}">user documentation</a><br>
         </td>
       </tr>
       {{/each}}

Reply via email to