1
0
Fork 0
Commit Graph

39858 Commits

Author SHA1 Message Date
Kaveh Vahedipour 5400513087 Possibly too ambitious timing 2017-05-08 15:22:43 +02:00
Andreas Streichardt 6474c952a2 Windows warnings 2017-05-08 15:21:23 +02:00
Jan Christoph Uhde 8ee0406c64 move last logger creation to engines 2017-05-08 15:18:19 +02:00
Simon Grätzer 9098776589 Added geo index CRUD functionality 2017-05-08 14:49:58 +02:00
Simran Brucherseifer 5cdaad53a8 Docs: Fix link between Manual and AQL book 2017-05-08 14:14:38 +02:00
Simon Grätzer a610d81e3d fixing compiler warnings 2017-05-08 14:14:23 +02:00
Jan Christoph Uhde cf333f3b0a move creation of tickranges and first ticks into storage engines 2017-05-08 14:11:41 +02:00
Simon Grätzer 2aef42231e Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/rocksdb-geoindex 2017-05-08 13:41:12 +02:00
Simon Grätzer 7142bf2cfc Intermediate commit 2017-05-08 13:41:00 +02:00
Michael Hackstein 0b985cb9da Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-08 12:39:06 +02:00
Michael Hackstein 50cb7b8a84 The rocksdb cluster dump now tests Fulltext index as well 2017-05-08 12:39:00 +02:00
Jan Christoph Uhde bb4a0157ec Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
* 'devel' of https://github.com/arangodb/arangodb:
  ttls are considered, when key-value store read is invoced
  ttls are considered, when key-value store read is invoced
2017-05-08 12:37:18 +02:00
Jan Christoph Uhde 13f2cd4cb9 change rocksdbkey for geoindex 2017-05-08 12:34:53 +02:00
Kaveh Vahedipour d149baa317 ttls are considered, when key-value store read is invoced 2017-05-08 12:22:14 +02:00
Kaveh Vahedipour 675e6599af ttls are considered, when key-value store read is invoced 2017-05-08 12:05:10 +02:00
Jan Christoph Uhde 80eae61afd Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
* 'devel' of https://github.com/arangodb/arangodb:
  Adding full text index to tests, and fixing some error handling
  fix wrong assertion
2017-05-08 12:04:57 +02:00
Jan Christoph Uhde a8cc4c802d move logger state creation into engines 2017-05-08 12:04:31 +02:00
Simon Grätzer 7f9fdbc0ea Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-08 11:41:17 +02:00
Simon Grätzer 31b87de7b3 Adding full text index to tests, and fixing some error handling 2017-05-08 11:41:12 +02:00
jsteemann 2cffe15f0d fix wrong assertion 2017-05-08 11:23:49 +02:00
Jan Christoph Uhde 81a5a39e22 Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/rocksdb-geoindex
* 'devel' of https://github.com/arangodb/arangodb: (34 commits)
  remove unused files (with long filenames that produce problems on Windows checkouts)
  attempt to fix Windows test
  fix recovery tests
  Added more RocksDB passthrough options.
  Raise transaction replication timeout to adjust for sporadic RocksDB latencies.
  cleanup
  unified
  Fixing mem leak
  fixing small issue
  Fixed dump test
  Count fix & tests enabled
  Fixing parser bug
  RocksDB Fülltext index
  alphabetic order
  Fixing warnings and errors
  My friend ruby and his best pal openssl went into the windows bar for drinking...sad
  attempt at fixing occasional fatal errors accessing clustercomm instance on shutdown
  broke devel and fixed
  increase the size of the intermediate disk image
  osx fix on funny fail
  ...
2017-05-08 11:22:20 +02:00
Wilfried Goesgens 8b5d557ff7 one more place to rename the include 2017-05-08 11:14:53 +02:00
Jan Christoph Uhde 8a1c954b09 add GeoIndexValue to RocksDBTypes and Keys 2017-05-08 11:10:49 +02:00
jsteemann a2411488ae remove unused files (with long filenames that produce problems on Windows checkouts) 2017-05-08 10:46:07 +02:00
jsteemann c7c5800463 attempt to fix Windows test 2017-05-08 09:53:23 +02:00
jsteemann 1f5731461a fix recovery tests 2017-05-08 08:55:35 +02:00
Dan Larkin e9c0f0b805 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-07 11:08:32 -04:00
Dan Larkin 9924fa1480 Added more RocksDB passthrough options. 2017-05-07 11:08:25 -04:00
Dan Larkin f840d05d64 Raise transaction replication timeout to adjust for sporadic RocksDB latencies. 2017-05-07 11:07:09 -04:00
Frank Celler 62119b8b33 cleanup 2017-05-07 17:01:47 +02:00
Frank Celler b4d7367ae7 unified 2017-05-07 15:45:37 +02:00
Simon Grätzer f15b7032cb Fixing mem leak 2017-05-06 14:17:37 +02:00
Simon Grätzer 7d28844f21 fixing small issue 2017-05-06 03:42:28 +02:00
Simon Grätzer e2e64421f2 Fixed dump test 2017-05-06 02:45:20 +02:00
Simon Grätzer 59a514bb89 Count fix & tests enabled 2017-05-06 01:57:09 +02:00
Simon Grätzer 646979acce Fixing parser bug 2017-05-06 01:28:44 +02:00
Simon Grätzer dd0b0c6b28 RocksDB Fülltext index 2017-05-06 01:14:49 +02:00
Frank Celler 537d423bf4 alphabetic order 2017-05-05 20:21:36 +02:00
Jan Christoph Uhde 577e702e20 geo index - (de)serialize RocksDBValues 2017-05-05 18:27:08 +02:00
Simon Grätzer 684fc2d843 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-05 17:26:33 +02:00
Simon Grätzer 152a3b6d8d Fixing warnings and errors 2017-05-05 17:26:28 +02:00
Andreas Streichardt 6dec8ab22d My friend ruby and his best pal openssl went into the windows bar for drinking...sad 2017-05-05 17:03:27 +02:00
Kaveh Vahedipour 1635ec3679 attempt at fixing occasional fatal errors accessing clustercomm instance on shutdown 2017-05-05 16:28:35 +02:00
Kaveh Vahedipour 323d35559a broke devel and fixed 2017-05-05 16:15:28 +02:00
Wilfried Goesgens 93ffaa6f3b increase the size of the intermediate disk image 2017-05-05 16:03:44 +02:00
Kaveh Vahedipour d81a68e959 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-05 16:00:37 +02:00
Kaveh Vahedipour e3aada55e1 osx fix on funny fail 2017-05-05 16:00:27 +02:00
Michael Hackstein ca1fdbf3d9 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-05 15:59:43 +02:00
Michael Hackstein e54f4b96da Fixed jslint in testsuites/rspec 2017-05-05 15:59:02 +02:00
Simon Grätzer 635a3e9423 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-05 15:54:30 +02:00