Wilfried Goesgens
c8d5ae05f8
release version 3.3.rc7
2017-12-07 15:45:38 +01:00
Wilfried Goesgens
427bf044eb
Merge branch '3.3' of github.com:arangodb/ArangoDB into 3.3
2017-12-07 14:49:17 +01:00
Wilfried Goesgens
3a940eccdc
release version 3.3.rc7
2017-12-07 14:48:38 +01:00
jsteemann
d482a07d64
adjusted test after merge
2017-12-07 12:45:09 +01:00
Wilfried Goesgens
ebc40b3171
Feature 3.3/unify 3rdparty versioning ( #3928 )
...
* pin the 3rd party binary versions in the VERSIONS file
* remove old version pinning files
2017-12-07 10:42:38 +01:00
Jan
6ce073c2d5
fixed issue #3640 : limit in subquery ( #3903 )
2017-12-07 10:41:46 +01:00
Jan
5f142fb601
fix issue #3745 : Invalid result when using OLD object with array attribute in UPSERT statement ( #3904 )
...
* fix issue #3745 : Invalid result when using OLD object with array attribute in UPSERT statement
* updated CHANGELOG
2017-12-07 10:40:59 +01:00
Jan
29d81302ce
Bug fix 3.3/agency transactions ( #3936 )
...
* Added 503/0 inquire tests to resilience tests (#3839 )
* replaced all AgencyGeneralTransactions by AgencyWriteTransaction (#3841 )
2017-12-07 10:39:36 +01:00
Jan
9c45363a6a
edge collections were wrongly added to from and to vertices select box during graph creation ( #3905 )
...
* edge collections were wrongly added to from and to vertices select box during graph creation
* changelog
2017-12-07 10:37:10 +01:00
Jan
08f9326eed
make sure we do not dereference a nullptr ( #3906 )
2017-12-07 10:36:13 +01:00
Jan
291df05e08
Resolving externals before using them with VelocyPackHelper::VPackHash ( #3907 )
2017-12-07 10:35:25 +01:00
Jan
1789977d51
fix heap sort in GatherBlock ( #3908 )
2017-12-07 10:34:44 +01:00
Jan
7aed168a0d
added missing guard object ( #3910 )
2017-12-07 10:34:17 +01:00
Jan
bec83181be
Bug fix 3.3/add security check end with failover ( #3911 )
...
* Add security check in AgencyComm::sendWithFailover.
* some cleanup
* added some more tests
* add typeName() to AgencyCommTransaction to make the transaction type printable in debug messages
* improve debuggability
2017-12-07 10:33:59 +01:00
Jan
ad8de0e6bf
allow passing a serverId value of "none" to replication APIs ( #3912 )
2017-12-07 10:33:14 +01:00
Jan
8df6a14611
attempt to properly capitalize header names in VST responses ( #3913 )
2017-12-07 10:32:09 +01:00
Jan
6e0bc341ac
Bug fix 3.3/ui issue 2668 document not found ( #3914 )
...
* added better not found information if a document or a collection was not found
* UI: added not found views for documents and collections
2017-12-07 10:31:42 +01:00
Jan
4397ebf3c7
improve compatibility when replicating from a 3.2 ( #3915 )
2017-12-07 10:30:27 +01:00
Jan
155d9340f5
Bug fix 3.3/mv agency review1 ( #3918 )
...
* Return connection timeout condition as being same as aborted operation. Otherwise ClusterCommResult::fromError() will mark sendWasComplete as true.
* make test of connect_time specific to the TIMEOUT error
2017-12-07 10:29:25 +01:00
Jan
ba729150bf
backporting inquire fixes ( #3920 )
2017-12-07 10:27:41 +01:00
Jan
631b2dcb11
fix multiple binds to the same ip/port on Windows ( #3923 )
2017-12-07 10:26:25 +01:00
Jan
abf185fe63
UI: using default user database api during database creation now ( #3924 )
2017-12-07 10:25:20 +01:00
Jan
a597ef66e5
added tests and updated documentation for Foxx queues ( #3926 )
2017-12-07 10:23:51 +01:00
Jan
09ade62c04
Bug fix 3.3/aardvark dont use any for graph start ( #3927 )
...
* any() is very slow in rocksdb with large collections.
Instead pick a random document of the first 1000 documents.
* changelog: why do we replace any()
2017-12-07 10:22:44 +01:00
Jan
9a242fe414
fix non-deterministic test ( #3931 )
2017-12-07 10:21:34 +01:00
Jan
68a2f331e9
Bug fix 3.3/foxx queues ( #3930 )
...
* fix issue #3858
* added tests and updated documentation for Foxx queues
2017-12-07 10:21:01 +01:00
Jan
21e275d1a1
Propagate commit errors to AQL ( #3831 ) ( #3932 )
2017-12-07 10:20:04 +01:00
Jan
ddd8d5c8e1
Added 503/0 inquire tests to resilience tests ( #3839 ) ( #3934 )
2017-12-07 10:18:39 +01:00
Heiko
a432d26065
Bug fix 3.3/ui navigation label issue 1406 ( #3935 )
...
* nav label wrongly removed
* changelog
2017-12-07 10:17:58 +01:00
Heiko
57633794bc
Bug fix 3.3/ui updating graph viewer values ( #3938 )
...
* the graph viewer now displays updated label values correctly
* changelog
2017-12-07 10:09:09 +01:00
Michael Hackstein
f986a5f06c
Improved the cost estimation of traversals to be independent from max search depth. This fixes #3917 ( #3944 )
...
LGTM
2017-12-07 10:05:35 +01:00
Matthew Von-Maszewski
f6cdbcd4e8
add defensive coding and logging in response to a divide by zero. ColumnFamilyData::RecalculateWriteStallConditions() called SetBytePerSecond() with some value less than four. Could have been a race condition due to our SetThrottle() called without db mutex. No proof, just likely. ( #3950 )
2017-12-07 09:25:44 +01:00
Jan
4104296fd3
fix revision id vs local document id usage in incremental sync ( #3916 )
2017-12-07 09:24:20 +01:00
Wilfried Goesgens
13ae255d5d
backport documentation variable configurations ( #3851 )
...
* Correct custom search IDs, sitemap and edit URLs
* deploy versions through shell script from central places
* shellcheckify
* shellcheck, indent
* move all configs into one file
* add settings
* one more char that may occur in ids
* add per book version, its not yet the right ids.
* Update VERSIONS
Lower prio and keep 3.2 CSEs until 3.3 release (latest docs should have highest prio, followed by devel and the old docs, 3.1 and 3.0; 2.8 might be more important than 3.0 and 3.1, because some users may still use it in production and can't upgrade).
2017-12-06 10:46:54 +01:00
jsteemann
b91e6da52e
fix replication context locking
2017-12-04 12:09:57 +01:00
Max Neunhoeffer
d1f6cdebe9
Publish RC6, bump arangosync release to 0.4.13.
2017-11-30 11:17:53 +01:00
Max Neunhoeffer
d952ace1e4
Bump minor revision number. Release v3.3.rc5.
2017-11-29 23:39:36 +01:00
Max Neunhoeffer
05429cad14
Bump arangosync release version.
2017-11-29 23:29:04 +01:00
Max Neunhoeffer
bfc236837a
Bump arangosync release version to 0.4.11.
2017-11-28 21:18:00 +01:00
Frank Celler
775a1a8066
release version 3.3.rc4
2017-11-28 17:47:54 +01:00
Frank Celler
75a494dc74
Merge branch 'devel' of github.com:arangodb/arangodb into 3.3
2017-11-28 12:49:25 +01:00
ArangoDB Release Bot
de79bea932
nightly frontend build
2017-11-28 10:28:23 +00:00
Kaveh Vahedipour
f7b4150b64
no clientId anymore in send/sendWithFailOver SPIs ( #3819 )
2017-11-28 10:47:36 +01:00
Jan
514374440c
attempt to reactivate test for ClusterComm::wait ( #3785 )
2017-11-27 23:07:48 +01:00
Wilfried Goesgens
d35ec451fc
document how user permissions work with collections - as explained in #3809 ( #3816 )
2017-11-27 21:48:33 +01:00
Max Neunhöffer
8634a1d4c6
Harmonize capitalization of Etag in the documentation. ( #3814 )
2017-11-27 20:16:31 +01:00
ArangoDB Release Bot
4fd9c33e8a
nightly frontend build
2017-11-27 17:55:56 +00:00
ArangoDB Release Bot
a7bda575ee
nightly frontend build
2017-11-27 17:42:11 +00:00
ArangoDB Release Bot
61a0439b89
nightly frontend build
2017-11-27 17:31:55 +00:00
ArangoDB Release Bot
d5b35baac8
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-11-27 17:31:00 +00:00