1
0
Fork 0
Commit Graph

38329 Commits

Author SHA1 Message Date
Dan Larkin e305f87afd Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-03-30 15:21:16 -04:00
Dan Larkin 8dbe314ad6 Finished basic implementation of RocksDBVPackIndex. 2017-03-30 15:21:08 -04:00
Jan Christoph Uhde bc27e4f0d6 Merge branch 'engine-api-arango-result' into engine-api
* engine-api-arango-result:
  Add more copy debugging snippets to README_maintainers
  fix bug in Transaction state
  fix bug in import handler
  print more when using extremeVerbosity
  improve arangodb::Result
  add information on debugging
  refactor some code to make use of arangodb::Result
2017-03-30 21:01:12 +02:00
Jan Christoph Uhde 95007fe28e Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api-arango-result
* 'engine-api' of https://github.com/arangodb/arangodb: (46 commits)
  Merged RocksDBPathBasedIndex into RocksDBVPackIndex.
  fix handling of externals
  fix toArray()
  fix returning documents
  Added hash-, skip list, persistent indexes
  harmonize filtering - filter on full filename.
  mini modifications
  standardize starting of servers for replication tests
  Edge index compliant with design doc
  another fix for #2404
  Moved „removeLargeRange“ method to commons
  Added length byte to IndexValue keys.
  fixed issue #2404
  Added drop to primary index
  Added drop() to indexes
  Fixes a coordinator crash in Clustered Traversal. In case of failover during query planning.
  Fixed edge index
  Expand on CORS documentation
  Let ArangoDB handle the allow-credentials header
  make the authentication tests run on directories
  ...
2017-03-30 19:46:17 +02:00
Simon Grätzer fd52c1a7f4 Added count function 2017-03-30 19:20:42 +02:00
Dan Larkin fa48111eb3 Merged RocksDBPathBasedIndex into RocksDBVPackIndex. 2017-03-30 12:56:43 -04:00
Wilfried Goesgens c29fcc9e07 fix testcase filtering - some other filters have to overrule it. 2017-03-30 18:06:31 +02:00
Dan Larkin 5dcf265899 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-03-30 12:05:07 -04:00
Dan Larkin 42807f17fb Added partialUpdate flag for view property modification. 2017-03-30 12:04:58 -04:00
Wilfried Goesgens a2a2d61cbd add bucket support to the rspec tests 2017-03-30 17:58:31 +02:00
Wilfried Goesgens 7d7deb8584 if the server timeoutes during test execution, abort testruns and instantly kill it hard 2017-03-30 17:37:38 +02:00
jsteemann bf4174ba40 fix handling of externals 2017-03-30 17:37:09 +02:00
jsteemann 704c746c0d fix toArray() 2017-03-30 17:02:54 +02:00
Michael Hackstein 8a42089bed Fixed loglevel from error to debug as the situation is actually expect, just not performant. 2017-03-30 16:39:33 +02:00
Jan Christoph Uhde 7d099a05ec Add more copy debugging snippets to README_maintainers 2017-03-30 16:37:19 +02:00
jsteemann 8e9aaa2b51 Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api 2017-03-30 16:22:37 +02:00
jsteemann 677960785a fix returning documents 2017-03-30 16:22:30 +02:00
Simon Grätzer 70537be824 Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api 2017-03-30 16:00:32 +02:00
Simon Grätzer 9754d38df3 Added hash-, skip list, persistent indexes 2017-03-30 16:00:27 +02:00
jsteemann d563eb432f Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-30 15:50:53 +02:00
Wilfried Goesgens e23560a399 harmonize filtering - filter on full filename. 2017-03-30 15:50:25 +02:00
jsteemann 894666915d mini modifications 2017-03-30 15:50:23 +02:00
Wilfried Goesgens 3297844f8d standardize starting of servers for replication tests 2017-03-30 15:46:14 +02:00
Simon Grätzer 1d3149c31b Edge index compliant with design doc 2017-03-30 15:11:03 +02:00
jsteemann b0f6458e28 another fix for #2404 2017-03-30 15:07:55 +02:00
Jan Christoph Uhde 9619e77e1c fix bug in Transaction state 2017-03-30 15:01:22 +02:00
Jan Christoph Uhde 36fb83efae fix bug in import handler 2017-03-30 15:00:46 +02:00
Jan Christoph Uhde 329af8fa62 print more when using extremeVerbosity 2017-03-30 14:59:46 +02:00
Jan Christoph Uhde 13d83da06f improve arangodb::Result 2017-03-30 14:58:58 +02:00
Jan Christoph Uhde 9177c9b3fa add information on debugging 2017-03-30 14:58:26 +02:00
jsteemann 90bade1976 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-03-30 14:56:19 +02:00
Simon Grätzer ed124e09ab Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api 2017-03-30 14:46:25 +02:00
Simon Grätzer e246a8d8cb Moved „removeLargeRange“ method to commons 2017-03-30 14:46:21 +02:00
Dan Larkin 423feffb90 Added length byte to IndexValue keys. 2017-03-30 08:43:15 -04:00
Michael Hackstein 378a27bd67 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-03-30 14:38:32 +02:00
jsteemann ddb83c8075 fixed issue #2404 2017-03-30 14:18:38 +02:00
Simon Grätzer e8739dc2a4 Added drop to primary index 2017-03-30 14:06:10 +02:00
Simon Grätzer 1c6207fd86 Added drop() to indexes 2017-03-30 14:04:18 +02:00
Michael Hackstein 053f953ee5 Fixes a coordinator crash in Clustered Traversal. In case of failover during query planning. 2017-03-30 13:24:44 +02:00
Simon Grätzer 3eb1723dec Fixed edge index 2017-03-30 13:22:39 +02:00
Alan Plum 734ed8eba5
Expand on CORS documentation 2017-03-30 13:08:37 +02:00
Alan Plum 373eade2f9
Let ArangoDB handle the allow-credentials header 2017-03-30 13:08:37 +02:00
Wilfried Goesgens 302307e285 make the authentication tests run on directories 2017-03-30 13:07:28 +02:00
jsteemann b8a938180f Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-30 11:20:40 +02:00
jsteemann c1b6c815bc fix dropping of collections 2017-03-30 11:20:23 +02:00
Jan Christoph Uhde b83ae2ab82 refactor some code to make use of arangodb::Result 2017-03-30 09:39:21 +02:00
jsteemann b2c9a976b3 re-enable AQL tests 2017-03-30 09:00:21 +02:00
Dan Larkin 73154490fa Added shell of RocksDBVPackIndex. 2017-03-29 17:35:41 -04:00
jsteemann a0adeed1c3 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-03-29 18:14:40 +02:00
Dan Larkin d8f19f3046 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-03-29 12:14:13 -04:00