1
0
Fork 0
Commit Graph

34954 Commits

Author SHA1 Message Date
jsteemann 5b054a7db7 cosmetics 2016-11-07 21:17:03 +01:00
Frank Celler 192516f4d7 added -D 2016-11-07 17:20:56 +01:00
Frank Celler a1003cb5d3 cosmetics 2016-11-07 17:20:56 +01:00
Kaveh Vahedipour cfdb7ababa Old agency startup in documentation of Local/Distributed deployments 2016-11-07 15:38:26 +01:00
Kaveh Vahedipour 90c3af58cc Old agency startup in documentation of Local/Distributed deployments 2016-11-07 15:31:05 +01:00
hkernbach d12410f59d fixed package run script mac os x 2016-11-07 15:20:50 +01:00
Simran Brucherseifer 2154656d95 Docs: 3.1 Google Custom Search 2016-11-07 13:15:28 +01:00
Kaveh Vahedipour 1c3e8c1205 Supervision gracePeriod shorter 2016-11-07 10:12:13 +00:00
Wilfried Goesgens 4968d2f186 add 3.1 to the dropdown 2016-11-07 11:03:41 +01:00
Alan Plum f5ea7d4bf7
Add graphql-sync to CHANGELOG 2016-11-06 13:32:41 +01:00
Alan Plum 3e49650d17
Bump graphql-sync to 0.6.x compat 2016-11-06 13:30:03 +01:00
jsteemann 5f65a9ed4f allow more control over handling of pre-3.1 _rev values
this changes the server startup option `--database.check-30-revisions` from a boolean (true/false)
parameter to a string parameter with the following possible values:

- "fail":
  will validate _rev values of 3.0 collections on collection loading and throw an exception when invalid _rev values are found.
  in this case collections with invalid _rev values are marked as corrupted and cannot be used in the ArangoDB 3.1 instance.
  the fix procedure for such collections is to export the collections from 3.0 database with arangodump and restore them in 3.1 with arangorestore.
  collections that do not contain invalid _rev values are marked as ok and will not be re-checked on following loads.
  collections that contain invalid _rev values will be re-checked on following loads.

- "true":
  will validate _rev values of 3.0 collections on collection loading and print a warning when invalid _rev values are found.
  in this case collections with invalid _rev values can be used in the ArangoDB 3.1 instance.
  however, subsequent operations on documents with invalid _rev values may silently fail or fail with explicit errors.
  the fix procedure for such collections is to export the collections from 3.0 database with arangodump and restore them in 3.1 with arangorestore.
  collections that do not contain invalid _rev values are marked as ok and will not be re-checked on following loads.
  collections that contain invalid _rev values will be re-checked on following loads.

- "false":
  will not validate _rev values on collection loading and not print warnings.
  no hint is given when invalid _rev values are found.
  subsequent operations on documents with invalid _rev values may silently fail or fail with explicit errors.
  this setting does not affect whether collections are re-checked later.
  collections will be re-checked on following loads if `--database.check-30-revisions` is later set to either `true` or `fail`.

The change also suppresses warnings that were printed when collections were restored using arangorestore, and the restore
data contained invalid _rev values. Now these warnings are suppressed, and new HLC _rev values are generated for these documents
as before.
2016-11-04 23:17:01 +01:00
Alan Plum ccb251e1f5
Better handling of routers & middleware in Swagger
Fixes #2148.
2016-11-04 20:06:08 +01:00
Michael Hackstein 1c34e0e14b Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-11-04 18:15:35 +01:00
Michael Hackstein a7f63b3a53 Removed dead code of TraverserExpressions. They have been replaced by native AQL expressions everywhere. 2016-11-04 18:15:04 +01:00
Wilfried Goesgens 446713f9d3 add safeguard against unstripped packages 2016-11-04 15:45:48 +01:00
Wilfried Goesgens 4a9cd98446 add safeguard against unstripped packages 2016-11-04 15:42:42 +01:00
hkernbach 0e32f3a41e Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-11-04 14:51:26 +01:00
hkernbach 2dce0a9c8b js semistandard 2016-11-04 14:51:06 +01:00
Kaveh Vahedipour 256245392b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-04 11:42:21 +01:00
Kaveh Vahedipour 62492195e9 Recapsulating MUTEX in key value Store 2016-11-04 11:42:08 +01:00
Wilfried Goesgens 7035338911 Change build-directory name when building enterprise packages 2016-11-04 09:56:13 +01:00
hkernbach 5efb3d2ce8 ui added regex filter 2016-11-04 09:47:15 +01:00
Jan Steemann 9423546cf6 add 3.1 branch to travis testing 2016-11-04 08:36:38 +01:00
Jan Steemann b483146615 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-03 17:40:35 +01:00
Jan Steemann 9f101ae20f do not prefer primary indexes in that many situations 2016-11-03 17:40:17 +01:00
Kaveh Vahedipour 34c2c5deeb minor yet again 2016-11-03 17:34:47 +01:00
Kaveh Vahedipour 34078b3f85 minor 2016-11-03 17:32:33 +01:00
Kaveh Vahedipour a3097a8a77 minor 2016-11-03 17:32:02 +01:00
Kaveh Vahedipour e58080eb1b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-03 17:23:40 +01:00
Kaveh Vahedipour be7cea1e19 new features starting agency stand alone 2016-11-03 17:23:33 +01:00
hkernbach 7fce7cb62c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-11-03 17:05:45 +01:00
hkernbach d19e314b04 fixed display of wrong version within the login screen 2016-11-03 17:05:36 +01:00
jsteemann b2c04f6165 work around unexcepted start/end values from V8 2016-11-03 17:02:53 +01:00
Kaveh Vahedipour 57a848a46e Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-03 16:47:43 +01:00
Kaveh Vahedipour 8185588bb2 double percision conserved for timeout in AgencyComm 2016-11-03 16:47:38 +01:00
hkernbach 2fdaca29df added aql graph preview fallback to json if graph engine fails 2016-11-03 16:30:33 +01:00
Kaveh Vahedipour cd141cbde1 startStandAloneAgency default random order of agent start 2016-11-03 16:25:28 +01:00
Kaveh Vahedipour d35c6d6dce local databases lookups up 2 keys in agency with checks on both 2016-11-03 15:34:41 +01:00
Frank Celler f54f0e5db1 minor typo 2016-11-03 13:42:15 +00:00
Kaveh Vahedipour d9eb3e1f44 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-03 14:26:13 +01:00
Kaveh Vahedipour ea485b98f2 ltries not incremented 2016-11-03 14:25:53 +01:00
Kaveh Vahedipour 95c177c30c Waiting for leader election in AgencyComm::sendWithFailover 2016-11-03 14:24:45 +01:00
Kaveh Vahedipour 07cddc3560 Waiting for leader election in AgencyComm::sendWithFailover 2016-11-03 14:24:23 +01:00
Frank Celler 8f145c7e1a back port from 3.1 agency fixes 2016-11-03 12:30:40 +00:00
Frank Celler b12e58f751 back port from 3.1 agency fixes 2016-11-03 12:30:09 +00:00
jsteemann aa7d424923 issue #2129 2016-11-03 13:16:48 +01:00
Kaveh Vahedipour 0cbe27a799 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-03 12:21:45 +01:00
Kaveh Vahedipour ea4bdd2793 min RAFT timeout estimation a little more conservative 2016-11-03 12:21:36 +01:00
jsteemann fa56edf192 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-03 12:20:40 +01:00