1
0
Fork 0
Commit Graph

42037 Commits

Author SHA1 Message Date
jsteemann 6a9fec5221 fix jslint 2018-04-23 22:19:36 +02:00
Simon c954841a4f Backport supervision for active failover job + testsuite (#5181) 2018-04-23 16:38:11 +02:00
Jan 3e0fe7f143
added `--dump-option` startup option to print all available options in JSON format (#5173) 2018-04-23 11:38:30 +02:00
Simon f2ef1c45fb Replication cleanup (#5106) 2018-04-23 11:04:46 +02:00
Max Neunhöffer e8415881b6
Append -static to CMAKE_EXE_LINKER_FLAGS. (#5170) 2018-04-20 16:42:16 +02:00
Wilfried Goesgens 1fe7831b82 Doc - backport script updates, fix docublocks (#5167) 2018-04-20 16:31:22 +02:00
Tim Frakes 715efa8fe0 Update README.md (#5040)
Fixed grammar and punctuation in the first couple of sentences.
2018-04-20 15:34:54 +02:00
Simran def273c50f remove travis as compiling takes too long (#5161) 2018-04-20 15:33:27 +02:00
maxkernbach db908c5588 Doc- Fix build script (#5119) 2018-04-20 13:06:51 +02:00
Wilfried Goesgens 4841fad42b Doc - Fixes duplicate text in the HTTP doc - Part 1 (#5154)
Fixes the condition when blocks end, so we can pick blocks with empty lines in them
2018-04-20 12:55:35 +02:00
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