stack
e1fd3526b1
HBASE-14349 pre-commit zombie finder is overly broad
2015-10-07 13:41:27 -07:00
stack
26dec4c60d
HBASE-14543 Have findHangingTests.py dump more info
2015-10-02 12:16:28 -07:00
Nick Dimiduk
2ea70c7e6c
HBASE-14482 Add hadoop 2.6.1 to the test-patch build list
2015-09-29 10:11:16 +02:00
stack
27a993d837
HBASE-14429 Checkstyle report is broken
2015-09-15 22:29:14 -07:00
Sean Busbey
a5261b6f44
HBASE-14337 Improve test-patch to better deal with dependency licenses
...
* if we know we're going to fail the build via velocity template failure, output the cause in the generated LICENSE file.
* tweak test-patch workspace handling to allow for checkout of repo next to patch process
2015-09-02 10:37:02 -05:00
Nick Dimiduk
4f410e6bd5
HBASE-14318 make_rc.sh should purge/re-resolve dependencies from local repository
2015-09-01 10:28:08 -07:00
Elliott Clark
fbd6ecb762
HBASE-13339 Update default Hadoop version to latest for master
2015-08-27 15:10:27 -07:00
tedyu
aca8c3b74b
HBASE-14310 test-patch.sh should handle spurious non-zero exit code from maven
2015-08-26 09:37:41 -07:00
Nick Dimiduk
f343a1d438
HBASE-13914 Minor improvements to dev-support/publish_hbase_website.sh
2015-08-17 11:27:19 -07:00
Sean Busbey
4ce6f486d0
HBASE-14087 Ensure correct ASF headers for docs/code
...
* adds missing headers
* corrects some old-form headers to current
* restores proper header for guava copied LimitInputStream
* adds proper header for protobuf copied read/writeRawVarint
2015-07-29 14:25:43 -05:00
Ted Malaska
30f7d127c3
HBASE-13992 Integrate SparkOnHBase into HBase
...
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-07-28 11:45:23 -05:00
anoopsjohn
d07ff5ec5a
HBASE-13387 Add ByteBufferedCell an extension to Cell.
2015-07-09 15:35:24 +05:30
Nick Dimiduk
2df3236a4e
HBASE-13948 Expand hadoop2 versions built on the pre-commit
2015-06-24 14:05:46 -07:00
Nick Dimiduk
578adca6ee
Revert "HBASE-13948 Expand hadoop2 versions built on the pre-commit"
...
This reverts commit 9db3ea3406
.
2015-06-24 08:24:38 -07:00
Nick Dimiduk
8545d5d6f4
Revert "HBASE-13948 Expand hadoop2 versions built on the pre-commit (addendum)"
...
This reverts commit 645d7ece12
.
2015-06-24 08:24:13 -07:00
Nick Dimiduk
645d7ece12
HBASE-13948 Expand hadoop2 versions built on the pre-commit (addendum)
2015-06-23 20:50:33 -07:00
Nick Dimiduk
9db3ea3406
HBASE-13948 Expand hadoop2 versions built on the pre-commit
2015-06-23 09:46:12 -07:00
anoopsjohn
8ae4b374e3
HBASE-13916 Create MultiByteBuffer an aggregation of ByteBuffers.
2015-06-18 22:38:10 +05:30
Nick Dimiduk
41d9e8d9b4
HBASE-13929 make_rc.sh publishes empty shaded artifacts
2015-06-17 19:39:06 -07:00
Gábor Lipták
624a169d9d
HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin
2015-06-17 18:58:28 -07:00
Sean Busbey
a10a82a8ff
HBASE-13910 update precommit test to check branch-1.2 patches.
2015-06-15 23:22:37 -05:00
Nick Dimiduk
f0a1ca4a6f
HBASE-13761 Optimize FuzzyRowFilter (Vladimir Rodionov)
2015-05-28 10:12:21 -07:00
Andrey Stepachev
a7e77821d2
HBASE-13648 test-patch.sh should ignore 'protobuf.generated'
2015-05-08 18:10:25 +01:00
Nick Dimiduk
51ce568d6c
HBASE-13600 check_compatibility.sh should ignore shaded jars
2015-04-30 11:57:01 -07:00
anoopsjohn
d88a4180f7
HBASE-13595 Fix Javadoc warn induced in Bytes.java.
2015-04-30 20:58:25 +05:30
Nick Dimiduk
7fb6055ed7
add branch-1.1 to precommit build list
2015-04-16 17:45:47 -07:00
Andrew Purtell
1632cd98ff
HBASE-13341 Add option to disable filtering on interface annotations for the API compatibility report
2015-04-01 21:58:57 -07:00
Andrew Purtell
797573e1b2
HBASE-13340 Include LimitedPrivate interfaces in the API compatibility report
2015-04-01 21:58:56 -07:00
Elliott Clark
0967c6af29
HBASE-13355 QA bot reports checking javac twice
2015-03-28 10:22:55 -07:00
Elliott Clark
5d2c33158c
HBASE-13342 Fix incorrect interface annotations
2015-03-27 00:19:15 -07:00
Andrey Stepachev
69f6a2e7b4
HBASE-13334 FindBugs should create precise report for new bugs introduced (addendum)
2015-03-26 08:18:15 +00:00
Andrey Stepachev
a85c1d9d30
Revert "HBASE-13326 Disabled table can't be enabled after HBase is restarted (addendum)"
...
This reverts commit bfeb067e3a
.
2015-03-26 08:17:33 +00:00
Andrey Stepachev
bfeb067e3a
HBASE-13326 Disabled table can't be enabled after HBase is restarted (addendum)
2015-03-26 08:13:42 +00:00
Andrey Stepachev
948a6a63e8
HBASE-13334 FindBugs should create precise report for new bugs introduced
2015-03-26 00:27:14 +00:00
Jonathan M Hsieh
e192f5ed39
HBASE-13233 add hbase-11339 branch to the patch testing script
2015-03-17 00:51:06 -07:00
Sean Busbey
dc03942ed1
HBASE-13240 Add an exemption to test-patch for build only changes.
2015-03-16 15:45:21 -05:00
Matteo Bertozzi
b21fa7c652
HBASE-13228 Create procedure v2 branch and add it to QA branch list
2015-03-13 17:57:13 +00:00
Esteban Gutierrez
5bf98d0827
HBASE-13208 Patch build should match the patch filename and not the whole relative URL in findBranchNameFromPatchName
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-03-11 14:02:48 -05:00
Sean Busbey
9087febd21
HBASE-13191. Addendum missed one spot we hard-code MAVEN_OPTS for jenkins.
2015-03-11 13:18:43 -05:00
Sean Busbey
ed93ddd94f
HBASE-13191 allow jenkins params to alter MAVEN_OPTS, and default to setting more permgen.
2015-03-10 12:39:40 -05:00
Misty Stanley-Jones
b4367732c8
Added PDFs to the generated content tracked by the publish_hbase_website script, enabled test to abort the automatic svn commit if it changes too many files.
2015-03-06 12:32:52 +10:00
Misty Stanley-Jones
5bd27af8b0
Fixed bug in publication script
2015-03-05 12:06:46 +10:00
Enis Soztutar
524791bcf5
HBASE-12920 hadoopqa should compile with different hadoop versions - ADDENDUM to add a new line
2015-03-03 13:41:42 -08:00
Enis Soztutar
a8555f65f0
HBASE-13081 Branch precommit builds are not updating to branch head before patch application
2015-02-20 16:28:47 -08:00
Andrew Purtell
f64d63d24e
HBASE-13059 Set executable bit for scripts in dev-support (Dima Spivak)
2015-02-17 13:38:35 -08:00
Enis Soztutar
e83444e845
HBASE-12920 hadoopqa should compile with different hadoop versions
2015-02-11 16:51:12 -08:00
Enis Soztutar
c61c17b6f8
HBASE-12944 Support patches to branches in precommit jenkins build (ADDENDUM to fix branch name parsing)
2015-01-29 18:13:05 -08:00
Enis Soztutar
a5613efa7b
HBASE-12944 Support patches to branches in precommit jenkins build (ADDENDUM moves sourcing of .properties file to start of the script)
2015-01-29 15:30:05 -08:00
Enis Soztutar
3931910460
HBASE-12944 Support patches to branches in precommit jenkins build (ADDENDUM to fix the script)
2015-01-29 15:08:18 -08:00
Enis Soztutar
eaacc5a0ce
HBASE-12944 Support patches to branches in precommit jenkins build
2015-01-29 14:42:53 -08:00