You are viewing a plain text version of this content. The canonical link for it is here.
- metamodel git commit: Neo4j: code style update. - posted by ka...@apache.org on 2018/06/03 23:05:29 UTC, 0 replies.
- [1/8] metamodel git commit: Initial draft at a Kafka module for Apache MetaModel - posted by ka...@apache.org on 2018/06/06 03:44:14 UTC, 0 replies.
- [2/8] metamodel git commit: Added ability to query by partition and/or offset - posted by ka...@apache.org on 2018/06/06 03:44:15 UTC, 0 replies.
- [3/8] metamodel git commit: Toggled Kafka integration tests using the properties file - posted by ka...@apache.org on 2018/06/06 03:44:16 UTC, 0 replies.
- [4/8] metamodel git commit: Added mocked unit tests for base query and partition-based query - posted by ka...@apache.org on 2018/06/06 03:44:17 UTC, 0 replies.
- [5/8] metamodel git commit: Added (insert-only) UpdateableDataContext capabilities - posted by ka...@apache.org on 2018/06/06 03:44:18 UTC, 0 replies.
- [6/8] metamodel git commit: Added license headers to test files - posted by ka...@apache.org on 2018/06/06 03:44:19 UTC, 0 replies.
- [7/8] metamodel git commit: Added InterfaceStability class with stability annotations. - posted by ka...@apache.org on 2018/06/06 03:44:20 UTC, 0 replies.
- [8/8] metamodel git commit: Merge branch 'master' into kafka - posted by ka...@apache.org on 2018/06/06 03:44:21 UTC, 0 replies.
- [1/3] metamodel git commit: Removed referenced to Object.finalize() (deprecated since JDK 9) - posted by ka...@apache.org on 2018/06/06 03:48:15 UTC, 0 replies.
- [2/3] metamodel git commit: Removed duplicate and standardized reference to junit. - posted by ka...@apache.org on 2018/06/06 03:48:16 UTC, 0 replies.
- [3/3] metamodel git commit: Merge branch 'master' into dont-use-object-finalize - posted by ka...@apache.org on 2018/06/06 03:48:17 UTC, 0 replies.
- [metamodel] Git Push Summary - posted by ka...@apache.org on 2018/06/06 03:54:47 UTC, 7 replies.
- [01/31] metamodel git commit: Notice with the builders that I tried to follow the setup used in other projects, but this often didn't work for HBase's column-families. The FindQualifiersDriver works, but only from command line within a VM which runs Hado - posted by ka...@apache.org on 2018/06/21 05:50:52 UTC, 0 replies.
- [02/31] metamodel git commit: Small improvements and fixed the existing Unit Test - posted by ka...@apache.org on 2018/06/21 05:50:53 UTC, 0 replies.
- [03/31] metamodel git commit: Reverted changes to logic in core module and refactored HBaseColumn class so it now extends the AbstractColumn class (and implement the Column class). - posted by ka...@apache.org on 2018/06/21 05:50:54 UTC, 0 replies.
- [04/31] metamodel git commit: Merge pull request #1 from arjansh/feature/hbase-improvements-refactoring - posted by ka...@apache.org on 2018/06/21 05:50:55 UTC, 0 replies.
- [05/31] metamodel git commit: HBase improvements - Added row-deletion functionality, also made HBaseDataContext implement UpdateableDataContext - posted by ka...@apache.org on 2018/06/21 05:50:56 UTC, 0 replies.
- [06/31] metamodel git commit: Made getColumnsInternal method synchronized to prevent ConcurrentModificationExceptions when columns are retrieved from the Table in an parallel manner. - posted by ka...@apache.org on 2018/06/21 05:50:57 UTC, 0 replies.
- [07/31] metamodel git commit: HBase improvements: refactoring, new unittests - posted by ka...@apache.org on 2018/06/21 05:50:58 UTC, 0 replies.
- [08/31] metamodel git commit: Refactored HBaseRowInsertionBuilder, so it uses the _columns of the AbstractRowBuilder instead of its own, to make sure the model stays consistent. - posted by ka...@apache.org on 2018/06/21 05:50:59 UTC, 0 replies.
- [09/31] metamodel git commit: Removed table exists check. Let's assume the createTable message throws an exception when it fails to create the table. - posted by ka...@apache.org on 2018/06/21 05:51:00 UTC, 0 replies.
- [10/31] metamodel git commit: HBase Improvements - did some refactoring, added comments, added unittest - posted by ka...@apache.org on 2018/06/21 05:51:01 UTC, 0 replies.
- [11/31] metamodel git commit: HBase Improvements - did some refactoring, added comments, added unittest - posted by ka...@apache.org on 2018/06/21 05:51:02 UTC, 0 replies.
- [12/31] metamodel git commit: HBase unittests improvements (fixed issues when the testfile wasn't setup) - posted by ka...@apache.org on 2018/06/21 05:51:03 UTC, 0 replies.
- [13/31] metamodel git commit: - Where missing added final qualifiers to method parameters. - Moved static methods around to more logic locations. From my point of view the HBaseColumn class is not a Helper class to provide those. - Changed the signature - posted by ka...@apache.org on 2018/06/21 05:51:04 UTC, 0 replies.
- [14/31] metamodel git commit: Merge pull request #3 from GerardDellemann/feature/hbase-improvements-refactoring - posted by ka...@apache.org on 2018/06/21 05:51:05 UTC, 0 replies.
- [15/31] metamodel git commit: HBase improvements (small refactorings, add comments) - posted by ka...@apache.org on 2018/06/21 05:51:06 UTC, 0 replies.
- [16/31] metamodel git commit: HBase improvements (when creating a HBase table, the ID-column is not a required parameter, because that's always created). - posted by ka...@apache.org on 2018/06/21 05:51:07 UTC, 0 replies.
- [17/31] metamodel git commit: Refactored test so they no longer extends TestCase (and as such are no longer JUnit 3, but JUnit 4 tests) and they use "assumeTrue" to check if they should run or not. This reduces a lot of boiler plate code, because now we - posted by ka...@apache.org on 2018/06/21 05:51:08 UTC, 0 replies.
- [18/31] metamodel git commit: Merge pull request #4 from GerardDellemann/feature/hbase-improvements-assume-in-tests - posted by ka...@apache.org on 2018/06/21 05:51:09 UTC, 0 replies.
- [19/31] metamodel git commit: HBase improvements - Refactoring (mostly small improvements, the getHBaseClient method has been moved to HBaseDataContent) - posted by ka...@apache.org on 2018/06/21 05:51:10 UTC, 0 replies.
- [20/31] metamodel git commit: HBaseClient.java: - Remove overabundant `; ` on line 111 ("try (final Table table = _connection.getTable(TableName.valueOf(tableName)); ) {"). - Remove overabundant " == true" on line 112 ("if (rowExists(table, rowKeyAsByteArr - posted by ka...@apache.org on 2018/06/21 05:51:11 UTC, 0 replies.
- [21/31] metamodel git commit: - Reverted newly introduced constructor for AbstractRowInsertionBuilder. - Refactored HBaseUpdateCallback so it more strictly adheres to the MetaModel UpdateCallback interface. It is no longer public. - Removed some of the o - posted by ka...@apache.org on 2018/06/21 05:51:12 UTC, 0 replies.
- [22/31] metamodel git commit: - Made HBaseColumn private, even though in the future, I would like to see something like a WideColumn interface to use for Wide Column stores. - Refactored the HBaseCreateTableBuilder so you don't have to pass the column fa - posted by ka...@apache.org on 2018/06/21 05:51:13 UTC, 0 replies.
- [23/31] metamodel git commit: Reverted back to private as it was before. - posted by ka...@apache.org on 2018/06/21 05:51:14 UTC, 0 replies.
- [24/31] metamodel git commit: Overriding setUp method with @Before annotation to make sure setUp method on parent class is invoked before running tests. - posted by ka...@apache.org on 2018/06/21 05:51:15 UTC, 0 replies.
- [25/31] metamodel git commit: Throw IllegalArgumentException when trying to delete a row with an empty row key. - posted by ka...@apache.org on 2018/06/21 05:51:16 UTC, 0 replies.
- [26/31] metamodel git commit: - Refactored contructing String representation of byte arrays. - Have the HBaseRowInsertionBuilder no longer extend the AbstractRowInsertionBuilder, because it does things structurally different in some parts. - posted by ka...@apache.org on 2018/06/21 05:51:17 UTC, 0 replies.
- [27/31] metamodel git commit: HBase Improvement - Fixed a bug for inserting NULL values and refactored some tests - posted by ka...@apache.org on 2018/06/21 05:51:18 UTC, 0 replies.
- [28/31] metamodel git commit: HBase improvements - Small refactoring on loging - posted by ka...@apache.org on 2018/06/21 05:51:19 UTC, 0 replies.
- [29/31] metamodel git commit: Merge branch 'master' into feature/hbase-improvements - posted by ka...@apache.org on 2018/06/21 05:51:20 UTC, 0 replies.
- [30/31] metamodel git commit: Made builders package private and added @InterfaceStability.Evolving annotation to HBaseDataContext class. - posted by ka...@apache.org on 2018/06/21 05:51:21 UTC, 0 replies.
- [31/31] metamodel git commit: Empty commit to trigger rebuild - posted by ka...@apache.org on 2018/06/21 05:51:22 UTC, 0 replies.
- [1/4] metamodel git commit: Removed referenced to Object.finalize() (deprecated since JDK 9) - posted by ka...@apache.org on 2018/06/21 05:52:09 UTC, 0 replies.
- [2/4] metamodel git commit: Removed duplicate and standardized reference to junit. - posted by ka...@apache.org on 2018/06/21 05:52:10 UTC, 0 replies.
- [3/4] metamodel git commit: Merge branch 'master' into dont-use-object-finalize - posted by ka...@apache.org on 2018/06/21 05:52:11 UTC, 0 replies.
- [4/4] metamodel git commit: Merge branch 'dont-use-object-finalize' - posted by ka...@apache.org on 2018/06/21 05:52:12 UTC, 0 replies.
- metamodel git commit: [maven-release-plugin] prepare release MetaModel-5.1.0 - posted by ka...@apache.org on 2018/06/21 06:01:55 UTC, 3 replies.
- metamodel git commit: [maven-release-plugin] prepare for next development iteration - posted by ka...@apache.org on 2018/06/21 06:02:15 UTC, 3 replies.
- metamodel git commit: Updated CHANGES.md before release - posted by ka...@apache.org on 2018/06/21 06:23:56 UTC, 0 replies.
- svn commit: r27751 - in /release/metamodel/metamodel-5.1.0: ./ packaged/ source/ - posted by ka...@apache.org on 2018/06/27 02:22:33 UTC, 0 replies.
- svn commit: r1834575 - /metamodel/site/trunk/content/index.html - posted by ka...@apache.org on 2018/06/28 05:54:10 UTC, 0 replies.
- svn commit: r1031829 - in /websites/staging/metamodel/trunk/content: ./ index.html - posted by bu...@apache.org on 2018/06/28 05:54:26 UTC, 0 replies.
- svn commit: r1031830 - /websites/production/metamodel/content/ - posted by ka...@apache.org on 2018/06/28 05:55:12 UTC, 0 replies.