Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Andy Kruth 7af9ff19e8 [orientdb] fixed scan with readallfields 2016-02-22 11:18:35 -06:00
Kevin Risden 393c611879 [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00
Andy Kruth 1863bafaa9 [orientdb] fixed iterator usage in scan operation 2016-02-15 11:39:28 -06:00
Andy Kruth d9b1030ed0 [orientdb] fixed null pointers with readallfields 2016-02-15 11:36:39 -06:00
Andy Kruth 6116744dc2 [orientdb] put db conn stuff in sync method
All db connection and creation logic is the same, it is just pulled into
a synchronized method so that multiple threads run through the
connection process one at a time.

Fixes #571
2016-02-09 19:55:26 -06:00
Sean Busbey a6c71994e4 [checkstyle] consolidate checkstyle plugin configs. default to enforcing.
- define checkstyle configs in as few places as possible
- use checkstyle:check since it has defaults that match what we want (fail after logging to console)
- modules that have current failures set property checkstyle.failOnViolation to false.
2016-01-27 08:58:53 -06:00
Andy Kruth 4625bedecf [orientdb] Created intent property 2016-01-18 10:50:09 -06:00
Andy Kruth 04f109ff7f [orientdb] adding slf4j logging 2016-01-18 10:49:57 -06:00
Andy Kruth 759f6e1d45 [orientdb] additional checkstyle cleanup
* Rabased pull/489/head (@allanbank) to master
* Backed out unnecessary line breaks for 120 char limit
* Enforced checkstyle on new code
  * Was required to make db variable private, updated in tests
  * Removed TODO

Closes #489
2016-01-18 09:48:05 -06:00
Robert J. Moore 3064c13d8a [orientdb] Checkstyle updates for the OrientDB binding. 2016-01-18 08:04:36 -06:00
Andy Kruth 5417219682 [orientdb] Added remote connection capabilties 2016-01-12 09:59:51 -06:00
Andy Kruth 50173ebeee [orientdb] properties cleanup
Cleaner handling of properties.
Updated documentation of available properties.
Removed default database url.

Making progress towards #539
2016-01-07 08:10:31 -06:00
Andy Kruth b867c46914 [orientdb] incrementing license years 2016-01-05 08:35:06 -06:00
Andy Kruth b1088253fb [orientdb] bumped orientdb version to 2.1.8
The version bump required some fixes because of changes to the OrientDB
API as well as to accomodate for changes in thread safety for testing.
2016-01-05 08:34:57 -06:00
Andy Kruth 1fda14aaf9 [orientdb] added test cases 2016-01-04 08:38:07 -06:00
Andy Kruth c41aa09f07 [orientdb] added known issues to README 2015-12-31 21:58:47 -06:00
Andy Kruth 93478bbe36 [orientdb] fixed end table scan issue
Fixes #562
2015-12-31 09:36:44 -06:00
bigbes 253e6bb393 [version] update master to 0.7.0-SNAPSHOT. 2015-12-20 19:44:51 +03:00
Connor McCoy b116ee5a78 [version] update master to 0.6.0-SNAPSHOT. 2015-11-03 20:10:06 -08:00
Connor McCoy 5113c2e3d2 StatusCode -> Status
Replaces numeric status codes with a canonical set of Status objects,
each with a short name and description.
Bindings with more specific errors (e.g., timeouts) return additional
statuses.

This changes the default output from messages like:

   [UPDATE], Return=0, 511

To:

   [UPDATE], Return=OK, 511
2015-11-03 08:33:43 -08:00
Robert J. Moore 1eadd68c63 [version] update master to 0.5.0-SNAPSHOT. 2015-09-21 19:42:39 -04:00
Govind Kamat 25502287c5 [licensing] Added ASLv2 headers to files without them. 2015-08-07 10:49:16 -07:00
Govind Kamat 935efc6458 [version] update master to 0.4.0-SNAPSHOT. 2015-07-17 18:48:42 -07:00
Sean Busbey 35720bb2aa Merge pull request #308 from busbey/pr-183
[orientdb] rebased PR183: "Upgraded OrientDB"

closes #183
2015-07-07 23:24:10 -05:00
Sean Busbey 9c80044e99 [version] update master to 0.3.0-SNAPSHOT.
As a part of branching to stage 0.2.0 release in #266, set version
for continued development on master branch.
2015-06-19 01:13:13 -05:00
Sean Busbey 00541505ca [orientdb] upgrade to version 1.7.10 2015-06-18 01:50:43 -05:00
lvca 2a47c244fa [orientdb] Fixed problem with non windows paths 2015-06-18 01:37:36 -05:00
lvca ad6735fe3a [orientdb] Upgraded OrientDB from 1.0.1 -> 1.7.5-SNAPSHOT 2015-06-18 01:37:08 -05:00
Sean Busbey 195d6e861c [packaging] refactor packaging to avoid fat-jars.
* remove unused declared deps in a few places
* lex sort modules in top level pom
* update maven plugin versions.
* no more jar-with-dependencies
* set ycsb-core to provided in bindings
* introduce a bindings-parent pom that sets
** stage dependency copy on building binding
** iff binding has a README.md, build a binding-specific dist artifact
* update distribution assembly to
** properly build after modules
** use per-binding sets of dependencies

closes #250
2015-06-17 12:29:36 -05:00
Sean Busbey 083db1714c [version] update to 0.2.0-SNAPSHOT.
* Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases.
* Increment minor version per pre-1.0 guidelines from the Version Numbers guide

Fixes #236.
2015-05-27 01:15:36 -05:00
Michi Mutsuzaki be8d7f1337 gh-76 Updated the orientdb version to 1.0.1. 2012-08-14 13:52:16 -07:00
Luca Garulli ea76ee734d gh-76 Implemented OrientDB client 2012-08-13 19:44:33 -07:00