You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/11 03:22:22 UTC

[4/4] incubator-apex-site git commit: from e7d42e3c8f075acc3be92097da1898ebf04091f8

from e7d42e3c8f075acc3be92097da1898ebf04091f8


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

Branch: refs/heads/asf-site
Commit: 40a3fb035d84c12d7d01e05129cc4013d9a4ef05
Parents: 1e26fbc
Author: Thomas Weise <th...@datatorrent.com>
Authored: Tue Nov 10 18:22:04 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue Nov 10 18:22:04 2015 -0800

----------------------------------------------------------------------
 content/community.html                          |    6 +-
 content/content/community.html                  |  120 +
 content/content/contributing.html               |  119 +
 content/content/css/main.css                    | 6839 ++++++++++++++++++
 content/content/docs.html                       |   95 +
 .../content/github-mirror-pull-requests.html    |    9 +
 content/content/images/apex-logo.svg            |   23 +
 content/content/images/asf-feather.png          |  Bin 0 -> 41219 bytes
 content/content/images/incubator-egg.png        |  Bin 0 -> 7593 bytes
 content/content/index.html                      |  115 +
 content/content/js/bootstrap.min.js             |    7 +
 content/content/release.html                    |  197 +
 content/css/main.css                            |  396 +-
 content/release.html                            |  197 +
 14 files changed, 7923 insertions(+), 200 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/40a3fb03/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index 5709200..7ea7512 100644
--- a/content/community.html
+++ b/content/community.html
@@ -64,13 +64,15 @@
   <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/">dev@apex.incubator.apache.org</a> is for people who want to contribute code to apex. <a href="mailto:dev-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:dev-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/">archives</a></li>
   <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/">commits@apex.incubator.apache.org</a> is for commit messages and patches to apex. <a href="mailto:commits-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:commits-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/">archives</a></li>
   </ul>
-  <h2 id="github-repositories">Github Repositories</h2>
+  <h2 id="contributing">Contributing</h2>
+  <p><strong>To learn more about how we use Github to accept contributions to the project, <a href="/contributing.html">check out the contributing guidelines</a>.</strong></p>
   <p>The Apex Project is made up of two repositories:</p>
   <ul>
   <li><a href="https://github.com/apache/incubator-apex-core">Apex Core</a> - The core of the Apex platform.</li>
   <li><a href="https://github.com/apache/incubator-apex-malhar">Apex Malhar</a> - Community-driven set of open-source &quot;operators&quot; and utilities for use in your Apex applications.</li>
   </ul>
-  <p><strong>To learn more about how we use Github to accept contributions to the project, <a href="/contributing.html">check out the contributing guidelines</a>.</strong></p>
+  <h2 id="release-process">Release Process</h2>
+  <p><strong>To learn more about the release process for Apex, <a href="/release.html">check out the release guidelines</a>.</strong></p>
   <h2 id="issue-tracking">Issue Tracking</h2>
   <ul>
   <li><a href="https://malhar.atlassian.net/projects/APEX/issues">Apex Core JIRA</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/40a3fb03/content/content/community.html
----------------------------------------------------------------------
diff --git a/content/content/community.html b/content/content/community.html
new file mode 100644
index 0000000..7ea7512
--- /dev/null
+++ b/content/content/community.html
@@ -0,0 +1,120 @@
+<html lang="en"><head>
+    
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <meta name="description" content="Apex is an enterprise grade native YARN big data-in-motion platform that unifies stream processing as well as batch processing.">
+    <meta name="author" content="Apache Software Foundation">
+    <link rel="icon" href="favicon.ico">
+
+    <title>Apache Apex (Incubating)</title>
+
+    <!-- Main Stylesheet -->
+    <link href="css/main.css" rel="stylesheet">
+
+  </head>
+
+  <body>
+    <nav class="navbar navbar-static-top" id="main-nav">
+      <div class="container">
+        <a class="navbar-brand" href="/">
+          <img src="images/apex-logo.svg" class="logo" alt="Apache Apex Logo">
+          Apache Apex
+          <small>(incubating)</small>
+        </a>
+        <ul class="nav nav-pills navbar-right">
+          <li class="nav-item">
+            <a class="nav-link" href="/">Home</a>
+          </li>
+          <li class="nav-item">
+            <a class="nav-link" href="/community.html">Community</a>
+          </li>
+          <li class="nav-item">
+            <a class="nav-link" href="/docs.html">Docs</a>
+          </li>
+          <li class="nav-item">
+            <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
+             <ul class="dropdown-menu">
+              <li><a href="https://git-wip-us.apache.org/repos/asf?p=incubator-apex-core.git">Apex Core (ASF)</a></li>
+              <li><a href="https://github.com/apache/incubator-apex-core">Apex Core (Github Mirror)</a></li>
+              <li><a href="https://git-wip-us.apache.org/repos/asf?p=incubator-apex-malhar.git">Apex Malhar (ASF)</a></li>
+              <li><a href="https://github.com/apache/incubator-apex-malhar">Apex Malhar (Github Mirror)</a></li>
+            </ul>
+          </li>
+          <li class="nav-item">
+            <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Apache<b class="caret"></b></a>
+             <ul class="dropdown-menu">
+              <li><a href="http://incubator.apache.org/projects/apex.html">Status Page</a></li>
+              <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Foundation</a></li>
+              <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
+              <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+            </ul>
+          </li>
+        </ul>
+      </div>
+    </nav>
+<div class="container">
+  
+  <h1 id="community">Community</h1>
+  <h2 id="mailing-lists">Mailing Lists</h2>
+  <p>The following mailing lists can be used to get help with Apex.</p>
+  <ul>
+  <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/">dev@apex.incubator.apache.org</a> is for people who want to contribute code to apex. <a href="mailto:dev-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:dev-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-dev/">archives</a></li>
+  <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/">commits@apex.incubator.apache.org</a> is for commit messages and patches to apex. <a href="mailto:commits-subscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:commits-unsubscribe@apex.incubator.apache.org?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-apex-commits/">archives</a></li>
+  </ul>
+  <h2 id="contributing">Contributing</h2>
+  <p><strong>To learn more about how we use Github to accept contributions to the project, <a href="/contributing.html">check out the contributing guidelines</a>.</strong></p>
+  <p>The Apex Project is made up of two repositories:</p>
+  <ul>
+  <li><a href="https://github.com/apache/incubator-apex-core">Apex Core</a> - The core of the Apex platform.</li>
+  <li><a href="https://github.com/apache/incubator-apex-malhar">Apex Malhar</a> - Community-driven set of open-source &quot;operators&quot; and utilities for use in your Apex applications.</li>
+  </ul>
+  <h2 id="release-process">Release Process</h2>
+  <p><strong>To learn more about the release process for Apex, <a href="/release.html">check out the release guidelines</a>.</strong></p>
+  <h2 id="issue-tracking">Issue Tracking</h2>
+  <ul>
+  <li><a href="https://malhar.atlassian.net/projects/APEX/issues">Apex Core JIRA</a></li>
+  <li><a href="https://malhar.atlassian.net/projects/MLHR/issues">Apex Malhar JIRA</a></li>
+  </ul>
+  <h2 id="upcoming-meetups">Upcoming Meetups</h2>
+  <ul>
+  <li>PubMatic to Share Real Time Insights for Advertising Tech using Apex @ MapR Office <a href="http://www.meetup.com/Apex-Bay-Area-Chapter/events/226184395/">San Jose - Nov 19, 2015</a></li>
+  <li>Apache Apex – Deep Dive <a href="http://www.meetup.com/Apache-Apex-incubating-Meetup-Pune/events/226506211/">Pune - Nov 25, 2015</a></li>
+  </ul>
+  <h2 id="meetup-groups">Meetup Groups</h2>
+  <ul>
+  <li><a href="http://www.meetup.com/Apache-Apex-Meetup-Chicago-Chapter">Chicago Chapter</a></li>
+  <li><a href="http://www.meetup.com/Apex-Meetup-Houston">Houston Chapter</a></li>
+  <li><a href="http://www.meetup.com/Apex-Meetup-Columbus">Columbus Chapter</a></li>
+  <li><a href="http://www.meetup.com/Apache-Apex-New-York-Chapter">New York Chapter</a></li>
+  <li><a href="http://www.meetup.com/Apache-Apex-incubating-Meetup-Pune">Pune Chapter</a></li>
+  <li><a href="http://www.meetup.com/Apache-Apex-incubating-Bangalore-Meetup">Bengaluru Chapter</a></li>
+  <li><a href="http://www.meetup.com/Apex-Bay-Area-Chapter">Bay Area Chapter</a></li>
+  </ul>
+
+</div>
+
+  <hr>
+  <div class="container">
+    <footer id="main-footer">
+      <p>
+        Copyright &copy; <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>,
+        Licensed under the Apache License, Version 2.0<br>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>
+        <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+        <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a>
+      </p>
+    </footer>
+  </div> <!-- /container -->
+
+  <!-- Placed at the end of the document so the pages load faster -->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <script>
+    $('#copyright-year').text((new Date()).getFullYear());
+  </script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/40a3fb03/content/content/contributing.html
----------------------------------------------------------------------
diff --git a/content/content/contributing.html b/content/content/contributing.html
new file mode 100644
index 0000000..20d914a
--- /dev/null
+++ b/content/content/contributing.html
@@ -0,0 +1,119 @@
+<html lang="en"><head>
+    
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <meta name="description" content="Apex is an enterprise grade native YARN big data-in-motion platform that unifies stream processing as well as batch processing.">
+    <meta name="author" content="Apache Software Foundation">
+    <link rel="icon" href="favicon.ico">
+
+    <title>Apache Apex (Incubating)</title>
+
+    <!-- Main Stylesheet -->
+    <link href="css/main.css" rel="stylesheet">
+
+  </head>
+
+  <body>
+    <nav class="navbar navbar-static-top" id="main-nav">
+      <div class="container">
+        <a class="navbar-brand" href="/">
+          <img src="images/apex-logo.svg" class="logo" alt="Apache Apex Logo">
+          Apache Apex
+          <small>(incubating)</small>
+        </a>
+        <ul class="nav nav-pills navbar-right">
+          <li class="nav-item">
+            <a class="nav-link" href="/">Home</a>
+          </li>
+          <li class="nav-item">
+            <a class="nav-link" href="/community.html">Community</a>
+          </li>
+          <li class="nav-item">
+            <a class="nav-link" href="/docs.html">Docs</a>
+          </li>
+          <li class="nav-item">
+            <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a>
+             <ul class="dropdown-menu">
+              <li><a href="https://git-wip-us.apache.org/repos/asf?p=incubator-apex-core.git">Apex Core (ASF)</a></li>
+              <li><a href="https://github.com/apache/incubator-apex-core">Apex Core (Github Mirror)</a></li>
+              <li><a href="https://git-wip-us.apache.org/repos/asf?p=incubator-apex-malhar.git">Apex Malhar (ASF)</a></li>
+              <li><a href="https://github.com/apache/incubator-apex-malhar">Apex Malhar (Github Mirror)</a></li>
+            </ul>
+          </li>
+          <li class="nav-item">
+            <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Apache<b class="caret"></b></a>
+             <ul class="dropdown-menu">
+              <li><a href="http://incubator.apache.org/projects/apex.html">Status Page</a></li>
+              <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Foundation</a></li>
+              <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
+              <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+            </ul>
+          </li>
+        </ul>
+      </div>
+    </nav>
+<div class="container">
+  
+  <h1 id="contributing-guidelines">Contributing Guidelines</h1>
+  <p>The apex core and apex malhar repositories both have mirror repositories on github which are used to review Pull Requests and provide a second remote endpoint for the codebase.</p>
+  <h2 id="opening-a-pull-request-contributors-">Opening a Pull Request (contributors)</h2>
+  <p>This project welcomes new contributors. If you would like to help by adding new features, enhancements or fixing bugs, here is how to do it.</p>
+  <ol>
+  <li>Create a <a href="https://malhar.atlassian.net/">JIRA</a> for the work you plan to do (or assign yourself to an existing JIRA ticket)</li>
+  <li>Fork the ASF github mirror (one time step):
+  <a href="https://github.com/apache/incubator-apex-core/">https://github.com/apache/incubator-apex-core/</a></li>
+  <li>Create a new branch from the <a href="https://github.com/apache/incubator-apex-core/tree/devel-3">devel-3</a> branch. <strong>Name your branch with the JIRA number in it, e.g. <code>APEX-123.my-feature</code>.</strong></li>
+  <li>When adding new files, please include the Apache v2.0 license header.<ul>
+  <li>From the top level directory, run <code>mvn license:check -Dlicense.skip=false</code> to check correct header formatting.</li>
+  <li>Run <code>mvn license:format -Dlicense.skip=false</code> to automatically add the header when missing.</li>
+  </ul>
+  </li>
+  <li>Once your feature is complete, submit the pull request on github against <code>devel-3</code>.</li>
+  <li>If you want specific people to review your pull request, use the <code>@</code> notation in Github comments to mention that user, and request that he/she reviews your changes.</li>
+  <li>After all review is complete, combine all new commits into one squashed commit, and include the Jira number in the commit message. There are several ways to squash commits, but <a href="https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits">here is one explanation from git-scm.com</a>.</li>
+  </ol>
+  <p>Thanks for contributing!</p>
+  <h2 id="merging-a-pull-request-committers-">Merging a Pull Request (committers)</h2>
+  <ol>
+  <li>Ensure that the basic requirements for a pull request are met. This includes:<ul>
+  <li>Commit messages need to reference JIRA (pull requests will be linked to ticket)</li>
+  <li>Travis CI pull request build needs to pass</li>
+  <li>Ensure tests are added/modified for new features or fixes</li>
+  <li>Ensure appropriate JavaDoc comments have been added</li>
+  </ul>
+  </li>
+  <li>To set up access to the ASF source repository, <a href="https://git-wip-us.apache.org/#committers-getting-started">follow these steps</a>. The ASF master repository is: <code>https://git-wip-us.apache.org/repos/asf/incubator-apex-core.git</code></li>
+  <li>Use the git command line to pull in the changes from the pull requests. You can refer to the corresponding email that will be automatically sent to the <code>dev@apex.incubator.apache.org</code> mailing list to see the exact commands to merge the given pull request.</li>
+  <li>Once done with verification, push the changes to the ASF repository&#39;s <code>devel-3</code> branch. Within a few
+  seconds, the changes will propagate back to the github mirror and the pull requests be closed and marked merged automatically.</li>
+  <li>The <code>Fix version</code> field on the corresponding JIRA ticket needs to be set after pushing the changes.</li>
+  </ol>
+  <p><strong>Note: since none of us has write access to the mirror, only the author of a pull request can close it if it was not merged.</strong></p>
+
+</div>
+
+  <hr>
+  <div class="container">
+    <footer id="main-footer">
+      <p>
+        Copyright &copy; <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>,
+        Licensed under the Apache License, Version 2.0<br>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>
+        <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+        <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a>
+      </p>
+    </footer>
+  </div> <!-- /container -->
+
+  <!-- Placed at the end of the document so the pages load faster -->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <script>
+    $('#copyright-year').text((new Date()).getFullYear());
+  </script>
+
+</body>
+</html>