You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2018/04/25 17:54:09 UTC

[1/3] calcite git commit: Add Francis to PMC

Repository: calcite
Updated Branches:
  refs/heads/site [created] dfe7a2fef


Add Francis to PMC


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/74dbcbcc
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/74dbcbcc
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/74dbcbcc

Branch: refs/heads/site
Commit: 74dbcbcc29438b2040590c83cb73340b2889a9b3
Parents: f5b041f
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Mon Apr 23 10:25:00 2018 -0400
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Apr 25 09:43:17 2018 -0700

----------------------------------------------------------------------
 site/_data/contributors.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/74dbcbcc/site/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index 337ba1b..a5c1528 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -50,7 +50,7 @@
   apacheId: francischuang
   githubId: F21
   org: Boostport
-  role: Committer
+  role: PMC
 - name: Gian Merlino
   apacheId: gian
   githubId: gianm


[3/3] calcite git commit: Site: Add committer Kevin Risden

Posted by jh...@apache.org.
Site: Add committer Kevin Risden

Fix ordering of contributors.yml.

Add instructions for maintaining the "site" branch when there are
changes to the site that we do not wish to deploy until the next
release.


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

Branch: refs/heads/site
Commit: dfe7a2fef13c5454eb5e56ac33736d9b3d1d7128
Parents: 2799b65
Author: Julian Hyde <jh...@apache.org>
Authored: Wed Apr 25 10:52:43 2018 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Apr 25 10:52:43 2018 -0700

----------------------------------------------------------------------
 site/README.md              | 19 +++++++++++++++++++
 site/_data/contributors.yml | 23 ++++++++++++++---------
 2 files changed, 33 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/dfe7a2fe/site/README.md
----------------------------------------------------------------------
diff --git a/site/README.md b/site/README.md
index 3f97cc7..07df61f 100644
--- a/site/README.md
+++ b/site/README.md
@@ -66,3 +66,22 @@ generate files to `site/target/avatica`, which becomes an
 [avatica](http://calcite.apache.org/avatica)
 sub-directory when deployed. See
 [Avatica site README](../avatica/site/README.md).
+
+## Site branch
+
+We want to deploy project changes (for example, new committers, PMC
+members or upcoming talks) immediately, but we want to deploy
+documentation of project features only when that feature appears in a
+release. For this reason, we generally edit the site on the "site" git
+branch.
+
+Before making a release, release manager must ensure that "site" is in
+sync with "master". Immediately after a release, the release manager
+will publish the site, including all of the features that have just
+been released. When making an edit to the site, a Calcite committer
+must commit the change to the git "master" branch (as well as
+subversion, to publish the site, of course). If the edit is to appear
+on the site immediately, the committer should then cherry-pick the
+change into the "site" branch.  If there have been no feature-related
+changes on the site since the release, then "site" should be a
+fast-forward merge of "master".
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/calcite/blob/dfe7a2fe/site/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index 7e88e60..4451ff3 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -102,6 +102,11 @@
   githubId: kliewkliew
   org:
   role: Committer
+- name: Kevin Risden
+  apacheId: krisden
+  githubId: risdenk
+  org:
+  role: Committer
 - name: Laurent Goujon
   apacheId: laurent
   githubId: laurentgo
@@ -140,6 +145,11 @@
   githubId: nishantmonu51
   org: Hortonworks
   role: Committer
+- name: Shuyi Chen
+  apacheId: shuyichen
+  githubId: suez1224
+  org: Uber
+  role: Committer
 - name: Slim Bouguerra
   apacheId: bslim
   githubId: b-slim
@@ -166,19 +176,14 @@
   githubId: vvysotskyi
   org:
   role: Committer
-- name: Zhiqiang He
-  apacheId: zhiqianghe
-  githubId: Zhiqiang-He
-  org: Huawei
-  role: Committer
 - name: Zhen Wang
   apacheId: zhenw
   githubId: zinking
   org:
   role: Committer
-- name: Shuyi Chen
-  apacheId: shuyichen
-  githubId: suez1224
-  org: Uber
+- name: Zhiqiang He
+  apacheId: zhiqianghe
+  githubId: Zhiqiang-He
+  org: Huawei
   role: Committer
 # End contributors.yml


[2/3] calcite git commit: Add Laurent to the PMC

Posted by jh...@apache.org.
Add Laurent to the PMC


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/2799b65d
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/2799b65d
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/2799b65d

Branch: refs/heads/site
Commit: 2799b65d46c1bd6e429bdeb1492530ec53d2dd78
Parents: 74dbcbc
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Mon Apr 23 15:40:20 2018 -0400
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Apr 25 09:43:38 2018 -0700

----------------------------------------------------------------------
 site/_data/contributors.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/2799b65d/site/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index a5c1528..7e88e60 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -106,7 +106,7 @@
   apacheId: laurent
   githubId: laurentgo
   org: Dremio
-  role: Committer
+  role: PMC
 - name: Maryann Xue
   apacheId: maryannxue
   githubId: maryannxue