1
0
Fork 0
Commit Graph

41877 Commits

Author SHA1 Message Date
Alan Plum cbd9fce10f Ignore manifest field (#5158) 2018-04-20 12:54:40 +02:00
Alan Plum a566ff6e73 Add @arangodb/locals module (3.3) (#5148)
* Add @arangodb/locals module

Extending Node's module object in TS is tricky so let's provide a fake module for compatibility.

* Add testcase
2018-04-20 12:51:22 +02:00
Kaveh Vahedipour 507418d9a4 stop supervision on demand (#5109)
* stop supervision on demand
* adding tests
* Correct an error message.
2018-04-20 11:58:47 +02:00
Jan b843dd6aec
port /_api/simple/by-example to cxx (#5147) 2018-04-19 14:46:32 +02:00
Alan Plum 9410982539 Mention graphql-js 0.12 in Foxx GraphQL docs (#5083) 2018-04-19 12:18:44 +02:00
Michael Hackstein 27ac691447
Bug fix 3.3/drop smart collection restore (#5130)
* Added CHANGELOG

* Moved restore handler to use CollectionMethods like all other places.

* Replaced ensureIndex in restore case with helper method as well.
2018-04-18 12:14:43 +02:00
Jan 760aaca58e fix lookups by _id for smart graph edges (#5122)
* fix lookups by _id for smart graph edges

* updated CHANGELOG
2018-04-18 09:26:45 +02:00
jsteemann c48a349c60 Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3 2018-04-13 14:23:06 +02:00
jsteemann 35a96f1113 fix broken dump_encrypted test 2018-04-13 14:22:12 +02:00
maxkernbach d242452841 fix issue 4868 (early block ending - documentation) (#5061) 2018-04-13 12:12:24 +02:00
Jan 2fe7e82af2
improve startup resilience in case there are datafile errors (#4974) 2018-04-13 12:08:41 +02:00
Heiko 0d9b728edb Bug fix 3.3/mac os build bundle update failure (#4990) 2018-04-13 11:35:49 +02:00
Simon fa9da5e356 Fixing agency prefix in Agency/Job.cpp (3.3) (#5060) 2018-04-13 11:03:52 +02:00
Heiko d4cea1781a Bug fix 3.3/issue 4582 (#4986) 2018-04-13 10:56:46 +02:00
Alan Plum 51b036be9f Don't log stacktrace when fishbowl update fails (#5088) 2018-04-13 10:51:27 +02:00
Heiko 8f40bc35e1 fixed some pagination issues in ui documents view (#4968)
* fixed some pagination issues in ui documents view

* changelog

* fixed behaviour if filter is empty again
2018-04-13 10:49:28 +02:00
Jan cda5da8a79
added option `--database.required-directory-state` (#5037) 2018-04-13 10:10:10 +02:00
Jan e7f969c1bf
make file locking a bit more sensible (#5011) 2018-04-13 10:06:15 +02:00
jsteemann bde36eb131 release version 3.3.7 2018-04-11 17:16:11 +02:00
jsteemann 846034c8c4 renamed version 2018-04-11 16:23:37 +02:00
jsteemann 0b45c3b0b6 updated version numbers and CHANGELOG 2018-04-11 16:00:31 +02:00
jsteemann 6c8c220720 updated version number 2018-04-11 15:52:27 +02:00
Simon a2ecd83859 adding ttl option for the query registry (#5096) 2018-04-11 15:50:12 +02:00
maxkernbach 2cdf1dd14d Doc - fix Issue #4778 (#5080) 2018-04-11 15:44:16 +02:00
jsteemann d43f4a1b1b changed version 2018-04-11 10:27:23 +02:00
sleto-it 8d1bb1b847 changelog improvements (#5091)
* restrict-to-single-shard - improves changelog

* Update CHANGELOG

Still missing an explanation what dumping & restoring actually does - I assume because documents can be incorrectly sharded and we don't support re-sharding?
2018-04-11 09:58:53 +02:00
jsteemann 3cb46f6ca0 fix jslint 2018-04-10 17:35:52 +02:00
Jan d500a503b1
simplification of fullcount code (#5074) 2018-04-10 17:25:08 +02:00
Michael Hackstein 5decb66d01
fix dump&restore of smart graphs (#5065)
* Added tests for dump-restore of SmartGraphs

* Arangosh will now expose isSmart and the smartGraphAttribute on properties

* RestReplicationHandler will now ignore smart-graph collections unless you execute it with force

* Added changelog

* Reactivated original mmfiles dump/restore test

* Skip hidden smart graph collections in arangodump

* Do not dump shadowCollections metadata of smart edge collections

* Cluster optimizer rules for soerted gather nodes now handle virtual edge collections correctly

* Added a dump/restore tests for smartgraphs in rocksdb as well

* Deactivated checks for writesExecuted statistics in dump/restore tests for smartgraphs mmfiles

* Really exclude shadowCollections

* Reduced loglevel

* Added tests

* Don't change single-server behaviour

* Fix tests for omitted shadowCollections and hidden collections

* Activated statistics in MMFIles dump test again and included isEnterprise in rocksdb dump test

* A modification node can now disableStatistics, which means it does not contribute to query->extras() this is only relevant in SmartGraph case so far.

* Added a test to dump&restore satellite collections

* Bugfix: restore satellite collections properly

* Added regression test for internal issue #2237

* Fix bug #2237

* Updated CHANGELOG

* Copied dump/restore tests to rockdsb

* Removed enterprise test

* Added inline comment for smart-edge collections in optimizer rules

* Removed duplicate CHANGELOG entry

* Simplified removal of shadowCollections
2018-04-10 17:21:03 +02:00
Kaveh Vahedipour c07a706948 supervision fix for internal issue #2215 backport to 3.3 (#5063)
* supervision fix for internal issue #2215 backport to 3.3
2018-04-10 15:29:27 +02:00
Kaveh Vahedipour 3d8eb7541c internal issue #2215 (#5043) 2018-04-10 12:00:48 +02:00
maxkernbach 71bfa6edd4 Doc - Issue #4868 (#5069)
fix early doc block ending
2018-04-10 11:07:31 +02:00
Frank Celler 46b7dbcf75
added /_admin/status (#5047)
* added /_admin/status
2018-04-07 21:24:43 +02:00
jsteemann d452a224df release version 3.3.6.1 2018-04-07 00:44:29 +02:00
jsteemann b11634338e release version 3.3.6.1 2018-04-07 00:38:52 +02:00
jsteemann 18e4109f15 release version 3.3.6.1 2018-04-07 00:30:24 +02:00
jsteemann 1f2df5cc77 v3.3.6.1 2018-04-06 23:42:02 +02:00
Jan 2a97de317e
fix restrict-to-single-shard rule (#5050)
* fix restrict-to-single-shard rule

* added tests for specific cases
2018-04-06 14:30:08 +02:00
Tobias Gödderz 4a624d523f Avoid usleep for Windows (#5046) 2018-04-06 14:26:10 +02:00
Jan b96250b57a
fix restoring of smart graph edge collections so it does not time out (#5048) 2018-04-06 14:15:29 +02:00
Jan ae0b99de63
added ArangoShell helper function for packaging all information about an AQL query so it can be run and analyzed elsewhere: (#5010)
query = "FOR doc IN @@collection FILTER doc.value > @value RETURN doc";
    bind = { value: 42, "@collection": "mycollection" };
    options = { examples: 10, anonymize: true };
    require("@arangodb/aql/explainer").debugDump("/tmp/query-debug-info", query, bind, options);

Entitled users can send the generated file to the ArangoDB support to facilitate
reproduction and debugging.

The data from the generated file can be restored and analyzed via the *inspectDump*
function:

    require("@arangodb/aql/explainer").inspectDump("/tmp/query-debug-info");
2018-04-05 14:06:51 +02:00
jsteemann bccf6bbe4e re-added missing sendState call 2018-04-04 17:26:17 +02:00
Frank Celler cdcf917413
added --server.ask-jwt-secret to arangosh (#5004)
* added --server.ask-jwt-secret to arangosh
2018-04-02 19:20:31 +02:00
jsteemann 3f737e7648 attempt to fix non-deterministic test 2018-03-28 14:44:22 +02:00
jsteemann 059ba884bf updated CHANGELOG 2018-03-28 14:13:48 +02:00
Wilfried Goesgens 6b0f956aa8 fix debug symbols, remove passing of cflags into jemalloc 2018-03-28 14:08:37 +02:00
Max Neunhöffer 3a7efc772c
Fix replication test w.r.t. indexes comparison. (#4978) (#4980) 2018-03-28 10:58:38 +02:00
sleto-it 13bc69d79a
Doc - WAL: MMFile / RocksDB distinction (#4939) 2018-03-27 17:32:51 +01:00
Simran f76f4a114c Doc - Fix typos (Issue #4553) (#4903) 2018-03-27 17:25:43 +01:00
Michael Hackstein d56fe45358
Windows should now use rspec.bat by default. No stunts with handed in ruby and rspec foo required but still possible. (#4943) 2018-03-26 10:10:56 +02:00