jsteemann
72420495c1
fixed documentation issue #5325
2018-05-11 14:47:42 +02:00
jsteemann
5a31fa91f5
report missing cache hit information as 0 values, not as non-representable types
2018-05-11 14:47:35 +02:00
jsteemann
53230ea400
remove unnecessary return statements
2018-05-11 14:47:15 +02:00
jsteemann
0dea6881ff
Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3
2018-05-11 13:54:23 +02:00
jsteemann
46cba8a342
updated CHANGELOG
2018-05-11 13:54:06 +02:00
Jan
ab28867deb
Bug fix 3.3/make rest handlers indirect ( #5322 )
2018-05-11 13:52:08 +02:00
Tobias Gödderz
02675b96a9
[3.3] Fix race condition between foxx install and selfHeal ( #5306 )
2018-05-11 12:28:07 +02:00
jsteemann
22269cce6e
fixed jslint warning & test
2018-05-11 00:33:11 +02:00
Heiko
de5e7c7a3d
performance optimization gharial post ( #5290 )
...
* performance optimization
* fixed badly behavior in api gharial while replaced the document with exists function
* 3.3 branch related changes
2018-05-09 15:31:12 +02:00
Jan
790fa27a67
fix valgrind issues ( #5284 )
2018-05-07 22:39:59 +02:00
Simran
2cb072c9f6
Update CHANGELOG ( #5248 )
...
ArangoDB Starter v0.10.11 included in v3.3.8
2018-05-03 21:44:04 +02:00
Jan
ea96faf534
added REST API endpoint GET /_admin/server/availability ( #5250 )
2018-05-03 16:50:51 +02:00
Jan Christoph Uhde
f37f783a3a
Fix LIKE pattern creation ( #5240 )
2018-05-03 13:15:56 +02:00
Michael Hackstein
fc7a2bec43
Bug fix 3.3/remove unnecessary cmake replace ( #5233 )
2018-04-30 15:57:00 +02:00
Heiko
4f1b59fd5b
Bug fix 3.3/modal event problems ( #5203 )
...
* fixed unreasonable event behaviour within the modal view
* changelog
* added esc event to properly hide and cleanup a modal
2018-04-30 14:22:21 +02:00
Michael Hackstein
f14dc58187
Bug fix 3.3/issue 3811 ( #5200 )
...
* now checking existence of _from and _to vertices during edge creation
* changelog
* added tests
* correct use of db module
* merge of added more tests, changed error message
* merge conflicts
* merge conflicts
* Update CHANGELOG
* fixed ruby tests
2018-04-30 14:21:24 +02:00
Heiko
e3fe9c38b9
Bug fix 3.3/internal issue 2149 ( #4962 )
...
* fixed internal issue 2149
* changelog
2018-04-30 14:18:00 +02:00
Heiko
3721c4862c
potential fix of internal issue 2150 ( #4958 )
...
* potential fix of internal issue 2150
* fUI - loading a saved query does not update the list of bind parameters
2018-04-30 14:17:18 +02:00
Heiko
b77d611a2b
Bug fix 3.3/internal issue 2147 ( #4953 )
...
* fixed database filter in web UI does not work
* changelog
* fixed search cursor
2018-04-30 14:16:30 +02:00
Mark
3c77e29b1f
Add query, aql.literal (3.3) ( #5219 )
2018-04-30 09:42:02 +02:00
Wilfried Goesgens
17a667f424
Documentation 3.3/fix restheader sluggishness ( #5217 )
2018-04-30 09:41:14 +02:00
jsteemann
ccd76f6fce
cleanup
2018-04-29 19:54:02 +02:00
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