Wilfried Goesgens
825dc54332
fix windows path escaping in testcase ( #6839 )
2018-10-11 18:40:46 +02:00
Heiko
cfc96baf97
Bug fix 3.4/internal issue 2770 ( #6824 )
2018-10-11 15:39:47 +02:00
Tobias Gödderz
351a10a547
[3.4] Added a regression test for arangodb/backlog#486 ( #6791 )
...
* Added a regression test for arangodb/backlog#486
* Moved regression test in existing ddl test files
2018-10-11 16:23:37 +03:00
Michael Hackstein
6d99916f84
Documentation3 4/gharial documentation improvements ( #6783 )
...
* Ported the improved gharial documentation devel -> 3.4
* Added fix to swagger generator script
* Added missing dots at end of sentences
* MOre dots at end of sentences
* Removed empty lines
* Fixed missing edge_definition remove documentation
* Fixed a typo
2018-10-11 15:18:24 +02:00
jsteemann
7eb577b8cc
handle missing frontend collection
2018-10-11 11:58:57 +02:00
Heiko
8a0d51241d
Bug fix 3.4/internal issue 2035 ( #6807 )
2018-10-11 11:32:56 +02:00
Heiko
c3a41f27f3
fixed a caching bug in IE11 ( #6809 )
2018-10-11 11:28:28 +02:00
Heiko
8a2ddb0018
fix internal issue #2957 ( #6817 )
2018-10-11 10:56:23 +02:00
Heiko
ed6985b4e1
Bug fix 3.4/internal issue 2688 ( #6820 )
2018-10-11 10:54:50 +02:00
Jan
4dacd7c3b3
suppress some of these dreaded error messages ( #6787 )
2018-10-11 10:46:04 +02:00
maxkernbach
bb56d04a68
Add missing CHANGELOG entrys ( #6798 )
2018-10-11 10:44:43 +02:00
Heiko
21995d3073
Bug fix 3.4/internal issue 2785 ( #6803 )
2018-10-11 10:42:31 +02:00
Heiko
a086b7d827
Bug fix 3.4/internal issue 2764 ( #6814 )
2018-10-11 10:35:23 +02:00
Tobias Gödderz
7ec610a42a
[3.4] Rework move shards with view test ( #6772 )
...
* Fixed testSetup(). Reduced redundant code.
* Reworked assertions in moving-shards-with-arangosearch-view-cluster.js
* Fixed merge
* Added changes from review
* Removed debug output / fixed jslint error
2018-10-11 10:25:40 +02:00
Max Neunhöffer
052d8f2cdb
Fix a bug when getting in sync and old requests are still lingering. ( #6788 ) ( #6795 )
2018-10-10 18:04:31 +02:00
Jan
7e8d75bb6b
potential fix for release-3.4/#79 ( #6790 )
2018-10-10 14:41:01 +02:00
Dan Larkin-York
ff2ce5c846
Fix issue with colleciton/view name conflict checking in cluster. ( #6779 )
2018-10-10 12:40:28 +02:00
maxkernbach
c68c1b7113
Add Drivers & Integrations column + fix links for 3.4 ( #6694 )
2018-10-10 10:57:59 +02:00
Michael Hackstein
137f243fe2
Bug fix 3.4/views in aql collections ( #6714 )
2018-10-10 10:11:14 +02:00
Max Neunhoeffer
7c3a57d423
Merge branch '3.4' of ssh://github.com/arangodb/ArangoDB into 3.4
2018-10-10 10:09:18 +02:00
Max Neunhoeffer
f4cb2989a5
Reinstate accidentally deleted man pages.
2018-10-10 10:08:42 +02:00
jsteemann
8c6762b03d
fix typo
2018-10-10 09:25:42 +02:00
Jan
f51ab1912a
fix arangojs issue 573 ( #6766 )
2018-10-10 09:19:37 +02:00
Matthew Von-Maszewski
276da923cf
Bugfix 3.4: dynamic management of libcurl's open connections ( #6711 )
...
* untested connection count management code.
* add digit to identify location of identical error messages.
* unit tests created, code working and integrated
* subtle changes to smoothing algorithm, close ... but still not perfect
* use scheduler queue() instead of post() to avoid occassional extreme latencies. throughput improved!
* temporary hack to hardcode queue size much lower
* force direct calls to post() to instead route through queue()
* correct issue with previous check-in, but performance has dropped with this on
* revert hardcoded value in SchedulerFeature.cpp
* queue to high priority to be consistent with other Aql actions
* backout all edits to Scheduler.cpp and Scheduler.h
* oops, forgot to remove some testing code.
* 3.4 merge/update
* add changelog entry
2018-10-10 09:11:11 +02:00
jsteemann
41c0236c87
fix wrong function name
2018-10-10 01:43:49 +02:00
Max Neunhöffer
fa683d3925
Remove a relic from early days in /Target/FailedServers. ( #6689 )
...
* Remove a relic from early days in /Target/FailedServers.
* Fix a test.
2018-10-09 13:49:38 +02:00
jsteemann
048d322352
try to fix test
2018-10-09 10:56:28 +02:00
Jan
d19f5fac49
remove undocumented view.toArray() function ( #6764 )
2018-10-09 09:48:34 +02:00
Jan
d3392a9050
Bug fix 3.4/fix variable replacement in view search conditions ( #6755 )
...
* fix variable replacements in view search conditions
* unify CHANGELOG
* added reference to internal issue
* add catch test
* Added AQL test
2018-10-09 00:31:19 +03:00
Tobias Gödderz
ed2c7ad774
Fixed testSetup(). Reduced redundant code. ( #6760 )
2018-10-08 18:57:07 +02:00
sleto-it
3cda77d808
Update CHANGELOG ( #6708 )
2018-10-08 17:35:37 +02:00
Wilfried Goesgens
9cd98b69ee
Feature 3.4/log timestamp on test start ( #6761 )
2018-10-08 16:20:09 +02:00
Lars Maier
34ec28c6b9
Reset retry counter only when previously connected in order to not disable the retry check. ( #6753 )
...
Abort the doRequest loop when in shutdown.
2018-10-08 12:54:09 +02:00
Jan
4c6eb2c656
handle a missing _frontend collection gracefully ( #6752 )
2018-10-08 10:16:10 +02:00
Heiko
a56bc0f174
Bug fix 3.4/internal issue 1983 ( #6748 )
2018-10-08 10:15:56 +02:00
Jan
5a347017da
backport some fixes to 3.4 ( #6739 )
2018-10-08 09:43:14 +02:00
Jan
7290380dc7
Bug fix 3.4/increase replication timeouts ( #6741 )
2018-10-08 09:40:58 +02:00
Jan
ac3ca432fa
Bug fix 3.4/even more ldap debugging ( #6735 )
...
* forward-port changes from 3.3
* remove useless log output
2018-10-05 18:44:37 +02:00
Simon
05446dcac0
Bug fix 3.4/activefail debug ( #6717 )
2018-10-05 18:36:06 +02:00
Lars Maier
222b12421e
In readonly mode disable the `New View/Service` Buttons. Fixed a stupid warning about lower case constructors. ( #6734 )
2018-10-05 15:35:30 +02:00
Lars Maier
c01de053ca
Order of transactions depends on implementation. Do only one shard. ( #6723 )
2018-10-05 14:58:14 +02:00
Simon
a8eabf95d4
Fix foxx test failures ( #6725 )
2018-10-05 12:49:17 +02:00
Simon
84f8b2f0cf
Document --javascript.copy-installation ( #6703 )
2018-10-04 20:50:58 +02:00
Lars Maier
03d5b26013
Increase current version when cleaning out a lost collection. ( #6715 )
...
* Increase the current version rather than the plan version.
2018-10-04 13:49:54 +02:00
jsteemann
dfba4b6381
added missing ifdef
2018-10-03 19:41:32 +02:00
jsteemann
571be911fb
fix some recovery tests
2018-10-03 18:23:34 +02:00
jsteemann
eeed9aa22b
try to make test more deterministic
2018-10-03 17:29:01 +02:00
Simran
d6a711d7f3
Fresh Swagger file ( #6701 )
2018-10-02 20:17:27 +02:00
jsteemann
a55da308d2
updated CHANGELOG and known issues
2018-10-02 20:04:17 +02:00
Jan
3c692bb8bd
Bug fix 3.4/display sync progress ( #6692 )
2018-10-02 20:00:22 +02:00