Michael Hackstein
131114292b
Bug fix/internal issue 2658 ( #5760 )
2018-07-04 21:51:24 +02:00
Jan
01e946bef7
replace busy-waiting with just waiting ( #5723 )
2018-07-03 09:01:23 +02:00
Jan
fdcb9df17c
honor "restrictType" and "restrictCollections" in replication again ( #5685 )
2018-06-28 19:14:26 +02:00
Tobias Gödderz
18f939ebcf
[3.3] Bugfix: Distinct collect block could create an empty result block ( #5709 )
2018-06-28 13:26:59 +02:00
Frank Celler
cb0aaa435f
backport Scheduler from devel ( #5533 )
2018-06-28 13:26:04 +02:00
jsteemann
be3795a25a
release version 3.3.11
2018-06-26 15:18:08 +02:00
maxkernbach
267f675d79
fix table validation ( #5665 )
...
include result with length = 1 to enable table view and csv download for a query with only 1 result
2018-06-25 14:00:14 +02:00
Jan
9a1d7bc0a5
fixed internal issue #2559 ( #5634 )
2018-06-20 11:46:10 +02:00
Jan
32725ad0c4
prevent an optimization from destroying variables ( #5586 )
2018-06-18 11:58:31 +02:00
Max Neunhöffer
a264d90227
Add an API to query for status of moveShard and cleanOutServer jobs. ( #5594 )
...
This is so far intentionally undocumented, since we want to collect
experience with it first.
2018-06-15 16:28:23 +02:00
Jan
3bbc89ee96
fixed AQL DOCUMENT lookup function for documents for shard collection… ( #5609 )
2018-06-15 09:16:23 +02:00
Kaveh Vahedipour
9ec12a7470
agents' replicated log added to report ( #5554 )
2018-06-07 16:23:52 +02:00
Heiko
51caa460f2
Feature/replication ui ( #5282 )
2018-06-07 15:54:27 +02:00
jsteemann
f3ce5e2c4a
fix jslint warnings
2018-06-07 15:28:57 +02:00
Kaveh Vahedipour
86557cf07c
Feature 3.3/arangodoc ( #5541 )
2018-06-07 15:10:11 +02:00
Heiko
ed5383c365
ui: fixed misplaced tooltip icons in indices view ( #5508 )
2018-06-07 12:58:41 +02:00
Heiko
7cede14d24
ui, document id not showing up when deleting a document ( #5510 )
2018-06-07 12:56:56 +02:00
Heiko
b00eb1aa62
ui: install new service - field limitations ( #5515 )
2018-06-07 12:54:51 +02:00
jsteemann
902a980389
release version 3.3.10
2018-06-04 09:57:30 +02:00
Jan
71a17e162c
potential fix for https://stackoverflow.com/questions/50496274/two-fu … ( #5445 )
2018-05-28 13:55:35 +02:00
Jan
78c193d34e
Bug fix 3.3/validate from to consistently ( #5438 )
2018-05-24 09:56:03 +02:00
Jan
ff9cd74ceb
Bug fix 3.3/issue 5429 ( #5432 )
2018-05-23 11:38:18 +02:00
Jan
7529d0bb36
fixed issue #5252 ( #5426 )
2018-05-23 08:30:34 +02:00
Heiko
b581f0fb23
fixed a vulnerability issue within the web ui's index view ( #5395 )
2018-05-22 16:54:32 +02:00
Jan
d602f83afe
add support for named graphs ( #5386 )
2018-05-22 16:40:36 +02:00
Jan
0740cb91e2
Bug fix 3.3/fixes 1805 ( #5392 )
2018-05-18 18:10:52 +02:00
jsteemann
8b8476c77e
release version 3.3.9
2018-05-17 13:12:25 +02:00
Tobias Gödderz
a391088dbf
[3.3] Fix inconsistent distributeShardsLike job ( #5300 )
2018-05-17 12:07:20 +02:00
jsteemann
1cb239df4b
release version 3.3.9
2018-05-16 18:27:05 +02:00
jsteemann
1a674faff3
release version 3.3.9
2018-05-16 18:13:56 +02:00
jsteemann
54bb75ac48
release version 3.3.9
2018-05-16 17:03:44 +02:00
Mark
620269e6cd
Bug-fix Foxx empty json request body (3.3) ( #5305 )
2018-05-16 15:30:21 +02:00
Mark
911b1d1ce1
Fix Foxx queues (3.3) ( #5353 )
2018-05-16 15:28:25 +02:00
Jan
731925080d
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
Jan
2975715edf
fix AQL ZIP function with duplicate attribute names ( #5335 )
2018-05-14 11:12:26 +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 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
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