1
0
Fork 0
Commit Graph

41899 Commits

Author SHA1 Message Date
Michael Hackstein d83b44b3e6
fixes database.check-version (#5210)
* Fixed undefined behaviour when starting arangodb with --database.check-version true as done by our scripts.

* Implemented the database version check in c++ and removed v8 dependency. Also hard-code role to SingleServer in that case.
2018-04-27 15:30:56 +02:00
Michael Hackstein a9e446a83d
Added cleanup functions class that allows to execute functions on unexpected shutdown (like FATAL_EXIT). First use: delete the LOCK file. (#5218) 2018-04-27 15:30:00 +02:00
Simon 08b787d897 Fix follower to leader log message (#5212) 2018-04-27 15:20:38 +02:00
Michael Hackstein b984a29894
Revert "Bug fix 3.3/issue 3811 (#4983)" (#5199)
This reverts commit 40a46d1aab.
2018-04-25 16:22:53 +02:00
Heiko 40a46d1aab Bug fix 3.3/issue 3811 (#4983)
* now checking existence of _from and _to vertices during edge creation
2018-04-25 15:07:54 +02:00
jsteemann bd3aa401a4 release version 3.3.8 2018-04-24 14:50:45 +02:00
jsteemann 875ee5d3ef added generated examples 2018-04-24 13:57:01 +02:00
Wilfried Goesgens 7515253e93 Documentation 3.3/backuport examples (#5192) 2018-04-24 13:52:40 +02:00
Michael Hackstein 5757965e26
Bug fix 3.3/anonymize in debug dump (#5190)
* Fixed the amount of Xs generated by debug dump

* Fixed typo in debugDump information
2018-04-24 13:19:10 +02:00
jsteemann fcdad7d7ff updated starter version 2018-04-24 10:44:53 +02:00
jsteemann edc6f25c45 updated CHANGELOG 2018-04-24 10:18:36 +02:00
Michael Hackstein 4372767c17
Feature/debugdump ui (#5187) (#5188)
* Adeded a route to aardvark to export a debug dump, it can optinally contain anonymized example data

* Added the Download Debug Button to UI

* fixed zip file download of query dump file

* removed not needed vars

* Added JWT token authentication and error display on debug dump button

* Fixed Error reporting on download debug dump.

* Anonymization does not anonymize system attributes any more.

* Anonymize in explainer debugDump will now anonymize bindVars and will not anonymize system document attributes.
2018-04-24 10:11:36 +02:00
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