1
0
Fork 0
Commit Graph

42761 Commits

Author SHA1 Message Date
shivamdave24 c45a1b6ac1 Soundex function implementation with integration tests and minor bug fixes to feature/add-aql-tobase64-tohex-encodeuricomponent-uuid branch (#5851) 2018-07-13 17:47:25 +02:00
Wilfried Goesgens 35d87bdbd5 add APIs to the changelog (#5870) 2018-07-13 17:24:22 +02:00
Vasiliy 42b2890887 issue 400.4: address possible deadlock due to resourceMutex reset while tasks hold and aquire read lock (#5869) 2018-07-13 17:45:30 +03:00
Jan 45f500c1df
bring back colors when showing option parsing error messages (#5654) 2018-07-13 15:27:19 +02:00
Alan Plum 869cca7993 Upgrade non-breaking node deps (#3883) 2018-07-13 14:08:02 +02:00
Jan 8a659cd16f Bug fix/fix bison error message leak (#5864)
* define YYSTACK_USE_ALLOCA for Bison

    we are now using alloca here explicitly because we may
    otherwise leak error messages that are generated by Bison.
    Bison reports all its errors via the function `Aqlerror`, which
    will receive the error message as a constant string. So we
    must not free the string inside `Aqlerror`, and we cannot even
    tell if the error message is a dynamically allocated error
    message or a hard-coded error message that resides in some
    static part of the program.
    Even worse, `Aqlerror` does not return control to Bison but throws
    an exception... So the best thing we can do here is to not use
    dynamically memory allocation by Bison, but make it use alloca.

* added generated files
2018-07-13 14:06:52 +02:00
Vasiliy 1240090cd8 issue 399.2: use a LogicalCollection& instead of LogicalCollection* in PhysicalCollection (#5861) 2018-07-13 15:02:43 +03:00
Simran 34ec56d421 Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
jsteemann 2d9e5288ab try to fix windows compile warnings and errors 2018-07-13 11:48:05 +02:00
Jan a98cec3fdd
make curl not close that many connections due to connection cache being full (#5835) 2018-07-13 11:45:38 +02:00
Alan Plum ce19c97df4 git ignore /bin correctly (#3737)
This fixes /bin showing up when created as a symlink and avoids accidentally ignoring unrelated folders called "bin" elsewhere in the repository.
2018-07-13 11:33:53 +02:00
Jan 606ea478c2
fix AQL leak (#5862) 2018-07-13 11:28:44 +02:00
Jan 14825cbf96
do not generate an error first only to return success later (#5863) 2018-07-13 11:28:22 +02:00
Wilfried Goesgens d0ed06c033 more RFC compliance when parsing http headers - support quotes (#5860) 2018-07-13 11:14:06 +02:00
jsteemann 2d795c1f8a fix some undefined behavior 2018-07-12 21:54:51 +02:00
jsteemann 3918c66399 fix annoying compiler warning 2018-07-12 20:27:59 +02:00
Jan 0905a7eab6
fix undefined behavior in some AstNodes (#5858) 2018-07-12 20:23:03 +02:00
Jan Christoph Uhde bcf9e30a4d Feature/cluster single operations (#5585) 2018-07-12 20:18:36 +02:00
Matthew Von-Maszewski 97a16116f6 Bugfix Devel: adjust SetThrottle() to only call GetDelayToken() first time. (#5857)
* adjust SetThrottle() to only call GetDelayToken() first time.  Each call disrupts throttle timing.

* add ChangeLog entry
2018-07-12 20:01:58 +02:00
Kaveh Vahedipour d7d2ed99f9 more patience (#5590) 2018-07-12 17:02:21 +02:00
Vasiliy 6ba3d98e39 issue 400.3: remove redundant asynchronous execution parameter (#5852) 2018-07-12 17:46:30 +03:00
jsteemann eae9baf5a9 fix jslint warnings 2018-07-12 15:20:34 +02:00
sleto-it 8714a9293c
Doc - Starter Recovery Procedure + external sync (#5853) 2018-07-12 14:55:33 +02:00
Wilfried Goesgens 5e296cb0c9 add ability to filter jsunity testsuites by testcase (#5807) 2018-07-12 13:35:29 +02:00
sleto-it ccde2a5ea2
Doc - Deployment - Missing commit (#5848) 2018-07-11 21:02:41 +02:00
sleto-it a75905b62d
Doc - Additional Deployment Refactor (#5776) 2018-07-11 20:46:19 +02:00
Vasiliy 57d2517bd6 issue 399.1: store only transient link information by IResearchViewCoordinator (#5834)
* issue 399.1: store only transient link information by IResearchViewCoordinator

* some fixes
2018-07-11 21:21:51 +03:00
Simran ef6e5dd8df Doc - do not wrap links in Markdown, unclutter page ToC (#5820) 2018-07-11 19:34:38 +02:00
Wilfried Goesgens fca40ca87c Doc - improve error handling in case of empty json file (#5832)
* improve error handling in case of empty json file
* fresh examples
* Update generateMdFiles.py
2018-07-11 19:32:09 +02:00
Simran 3504b737d4 Doc - Re-add automatic pacing paragraph for arangoimport (#5840)
* This paragraph got lost in programs refactor
2018-07-11 19:30:53 +02:00
Simran 7bb64a0c5f Doc - Improve Swagger presentation of example code (#5841) 2018-07-11 19:29:22 +02:00
Wilfried Goesgens 74a6361ed0 add flag to allways turn on RTTI (#5846) 2018-07-11 17:52:33 +02:00
Andrey Abramov ea731e0507
backport fixes from IResearch upstream (#5847) 2018-07-11 18:29:01 +03:00
jsteemann 7521dee6f2 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2018-07-11 11:37:15 +02:00
jsteemann dbad0f27b3 remove yet another hard-coded thread number issue 2018-07-11 11:36:38 +02:00
Kaveh Vahedipour 7df40fa905 backport agency fixes for replacing agent with total data loss (#5823) 2018-07-11 11:23:48 +02:00
Kaveh Vahedipour 7b40a61b85 fixing issue when disaster recovered agent has new endpoint (#5809) 2018-07-11 11:19:41 +02:00
maxkernbach cf39008acb Doc - new page 'Remove vertex' in AQL examples (#5818) 2018-07-10 19:07:30 +02:00
maxkernbach d3870dc81e Doc - add driver link in the Manual readme.md (#5829) 2018-07-10 19:05:59 +02:00
maxkernbach fad5a0fcdf Doc - fix java driver integration (#5826) 2018-07-10 18:43:26 +02:00
Vasiliy 64666d0edd issue 400.2.4: register IResearchView sync tasks with IResearchFeature, remove unused configuration parameter (#5813)
* issue 400.2.4: register IResearchView sync tasks with IResearchFeature, remove unused configuration parameter

* set flag before notify, fix failures in new tests from 'devel'

* revert set flag before notify, fix more failures in new tests from 'devel'

* fix even more failures in new tests from 'devel', backport: do not reset notification flag if pending tasks were seen

* fix still more failures in new tests from 'devel'

* try to work around buggy test failures
2018-07-10 18:15:01 +03:00
Wilfried Goesgens 67e8089cd4 don't use rumpelstilskin-lookup to map block strings to block types (#5819) 2018-07-10 16:09:20 +02:00
Tobias Gödderz 2fb9c2aeb0 Check early if authentication is turned off (#5822) 2018-07-10 16:07:55 +02:00
jsteemann 6c25718a85 temporarily turn off shell_client_aql tests 2018-07-10 16:05:44 +02:00
jsteemann 2d6dc9b8bc make performance great again 2018-07-10 14:54:41 +02:00
Jan d8c887ab61
remove hard-coded thread counts (#5816) 2018-07-10 14:39:09 +02:00
Jan 2cac8b8a51
honor some cppcheck recommendations (#5817) 2018-07-10 13:50:30 +02:00
Jan 208f1297e1
Bug fix/fixes 1007 (#5815) 2018-07-10 13:47:04 +02:00
jsteemann 2aa17551f3 fix non-deterministic "excludesNull" flags 2018-07-10 13:38:07 +02:00
Jan 9ab26ba972
Bug fix/fix hangs (#5808) 2018-07-10 11:39:37 +02:00