You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/06/27 16:04:44 UTC

[1/2] hbase git commit: HBASE-18230 Remove Velocity vars from LICENSE (Addendum)

Repository: hbase
Updated Branches:
  refs/heads/master c015abe50 -> 14957d4a7


HBASE-18230 Remove Velocity vars from LICENSE (Addendum)

Signed-off-by: Sean Busbey <bu...@apache.org>


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

Branch: refs/heads/master
Commit: b3ae7a29b8dfc3b1247deb27fdb852816b95d36d
Parents: c015abe
Author: Mike Drob <md...@apache.org>
Authored: Wed Jun 21 19:46:16 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Jun 27 10:44:01 2017 -0500

----------------------------------------------------------------------
 hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b3ae7a29/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
----------------------------------------------------------------------
diff --git a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
index 7183310..fcef3bb 100644
--- a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
+++ b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
@@ -1594,7 +1594,9 @@ ${dep.scm.url}
 --
 This product includes ${dep.name} licensed under the ${dep.licenses[0].name}.
 
+#if( $dep.licenses[0].comments && !$dep.licenses[0].comments.empty )
 ${dep.licenses[0].comments}
+#end
 #if(!(${non_aggregate_fine.contains($dep.licenses[0].name)}))
 ERROR: Please check ^^^^^^^^^^^^ this License for acceptability here:
 


[2/2] hbase git commit: HBASE-18259 HBase book link to "beginner" issues includes resolved issues

Posted by bu...@apache.org.
HBASE-18259 HBase book link to "beginner" issues includes resolved issues

Change-Id: I17d7aca08bda850187eee69e5f0668fbba720740

Signed-off-by: Sean Busbey <bu...@apache.org>


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

Branch: refs/heads/master
Commit: 14957d4a7dbfe506cb263cf6705511776d08bba3
Parents: b3ae7a2
Author: Peter Somogyi <ps...@cloudera.com>
Authored: Fri Jun 23 11:55:33 2017 +0200
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Jun 27 10:44:18 2017 -0500

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/developer.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/14957d4a/src/main/asciidoc/_chapters/developer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc
index 46746a1..d93acf5 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -33,7 +33,7 @@ Being familiar with these guidelines will help the HBase committers to use your
 [[getting.involved]]
 == Getting Involved
 
-Apache HBase gets better only when people contribute! If you are looking to contribute to Apache HBase, look for link:https://issues.apache.org/jira/issues/?jql=project%20%3D%20HBASE%20AND%20labels%20in%20(beginner)[issues in JIRA tagged with the label 'beginner'].
+Apache HBase gets better only when people contribute! If you are looking to contribute to Apache HBase, look for link:https://issues.apache.org/jira/issues/?jql=project%20%3D%20HBASE%20AND%20labels%20in%20(beginner)%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)[issues in JIRA tagged with the label 'beginner'].
 These are issues HBase contributors have deemed worthy but not of immediate priority and a good way to ramp on HBase internals.
 See link:http://search-hadoop.com/m/DHED43re96[What label
                 is used for issues that are good on ramps for new contributors?] from the dev mailing list for background.