Heiko
7b012d8fca
Bug fix 3.4/auto complete graph ui ( #8663 )
2019-04-11 11:53:23 +02:00
jsteemann
182bee2f4a
added some newer AQL functions to highlighting list
2019-04-01 09:39:41 +02:00
Heiko
e9b8e9f766
Bug fix 3.4/ui database dropdown sorting ( #8591 )
...
* sort order of databases
* changelog
* Update CHANGELOG
2019-03-27 09:06:10 +01:00
KVS85
9fca8913cf
Rebuild UI and minor change for PRs 8580, 8584 ( #8595 )
2019-03-26 21:48:05 +01:00
Heiko
dee1bc3fa1
Bug fix 3.4/custom query names ( #8580 )
2019-03-26 14:54:58 +01:00
Heiko
1e2ac9aea2
Bug fix 3.4/improve shards ui ( #8584 )
...
* optimized the shards view
* changelog
2019-03-26 14:53:24 +01:00
Heiko
5ecf5af74b
fixed the graph editing modal, ordering of edge definitions was false ( #8226 )
...
* fixed the graph editing modal, ordering of edge definitions was false
* changelog
2019-03-26 08:09:06 +01:00
Lars Maier
4d07d275d2
Dont access #smart-join-attribute in community edition. ( #8541 )
...
* Dont access #smart-join-attribute in community edition.
* Removed empty line.
2019-03-23 17:24:11 +01:00
Frank Celler
07cd4757cb
release version 3.4.5
2019-03-21 19:53:12 +01:00
Jan
3f3f0c6fe3
Feature 3.4/ncc1701 ( #8441 )
2019-03-21 14:53:28 +01:00
KVS85
08b6d9ae48
Rebuild frontend (3.4) after XSS fixes ( #8447 )
2019-03-19 09:32:17 +01:00
Heiko
c393e51b3e
fixed some escpaing issues, removed dead code, eslint ( #8223 )
...
* fixed some escpaing issues, removed dead code, eslint
* wrong function name
* changelog
* applied requested changes
* remove duplicate changelog entry
2019-03-15 11:42:33 +01:00
Frank Celler
7f71e8d31a
upgraded examples to 3.4.4
2019-02-26 23:06:56 +01:00
Frank Celler
da7401391f
release version 3.4.3
2019-02-14 11:00:14 +01:00
jsteemann
96c0d0efd5
release version 3.4.2
2019-01-15 12:16:26 +01:00
jsteemann
1803bbdb6b
release version 3.4.2
2019-01-15 11:33:26 +01:00
sleto-it
05ea7267b7
Update supportView.ejs ( #7871 )
2019-01-14 16:17:33 +01:00
Jan Christoph Uhde
95d9d827c1
fix #7900 - null bind values do not change to empty string anymore ( #7915 )
2019-01-09 10:04:12 +01:00
jsteemann
1116097817
release version 3.4.1
2018-12-19 17:09:16 +01:00
Simran
c11eb33575
Doc - Fresh Swagger including all-keys deprecation edits ( #7761 )
2018-12-19 13:05:03 +01:00
Heiko
e5477f21f4
fixed query result not being displayed if active view was running or … ( #7587 )
...
* fixed query result not being displayed if active view was running or slow query view
* changelog
2018-12-18 11:23:15 +01:00
Frank Celler
3b24acdd71
release version 3.4.0
2018-12-04 23:07:24 +01:00
Frank Celler
efc18edc88
generated files
2018-12-04 12:29:39 +01:00
Heiko
0e56c6f7ac
spotlight ui router was missing ( #7627 )
2018-12-04 11:42:47 +01:00
Frank Celler
b59b8ff41c
release version 3.4.0-rc.6
2018-12-03 19:43:05 +01:00
Frank Celler
71b0c6aa37
release version 3.4.0-rc.5
2018-11-29 23:02:15 +01:00
Frank Celler
1d147ebc83
build generated files for rc.5
2018-11-29 22:56:18 +01:00
Heiko
96c19d3825
fixed ui not updating its view name propertly ( #7552 )
2018-11-29 16:49:05 +01:00
Heiko
fe3cf33beb
refresh properties after switching back to edit mode ( #7423 )
2018-11-22 15:09:42 +01:00
Heiko
37e72509ac
use of job api for patching and removing views #7354 ( #7420 )
...
* use of job api for patching and removing views
* fixed check of async call of in progress
* finalizing views ui
* link docu change
2018-11-22 14:57:15 +01:00
maxkernbach
10820e3498
UI: rename danger button ( #7043 )
2018-11-20 13:04:13 +01:00
Heiko
ee45b6a595
Feature 3.4/joi ui upgrade ( #7322 )
...
* fix a small regex issue, upgrade joi to newer version
* changelog
* prev. commited wrong regex
2018-11-20 09:50:39 +01:00
Frank Celler
07ee9c48e1
release version 3.4.0-rc.4
2018-11-05 00:12:28 +01:00
Heiko
3eae1bdd7e
Bug fix 3.4/ui events routing ( #7068 )
...
* fixed a routing bug in backbone js ui
* use of navigate
* changelog
* fixes same issue in another view, too
2018-10-25 16:11:59 +02:00
Heiko
bc578b47da
Bug fix 3.4/ui graph parsing ( #7063 )
...
* fixes some graph data parsing issues, if format was not like it was expected
* changelog
2018-10-25 16:08:24 +02:00
Alan Plum
e821ed6923
Fix Foxx API handling of broken services ( #6459 ) ( #7013 )
...
* Add tests for service failing on mount
* Don't install broken services
* Restore error page for broken services
* Prefer JSON error pages
* Expose service upsert in API
* Add Foxx fixes to CHANGELOG
* Update CHANGELOG
Typo
2018-10-24 15:29:31 +02:00
Frank Celler
f925c9520a
release version 3.4.0-rc.3
2018-10-23 23:25:17 +02:00
Simran
9d0fd19199
Doc - Fresh Examples and Swagger ( #7020 )
2018-10-23 20:12:40 +02:00
Heiko
610bda45fa
added readOnly mode, added success notification, added view documenta… ( #6996 )
2018-10-23 14:25:03 +02:00
Heiko
1493848861
UI - fixes validation of allowed or not allowed foxx service mount paths ( #6969 )
2018-10-20 11:35:01 +02:00
Jan
18de63c7c8
Feature 3.4/medium priority ( #6910 )
2018-10-18 17:08:39 +02:00
Heiko
cc8429830d
3 4 - fixes the ui dashboard statistics in cluster environment ( #6918 )
2018-10-17 15:54:11 +02:00
Heiko
494b73f6ec
3 4 fixed gathering of coordinator statistics in a cluster environment ( #6935 )
2018-10-17 15:45:19 +02:00
Heiko
36fbab3441
Bug fix 3.4/check statistics before request ( #6908 )
2018-10-16 11:05:14 +02:00
Heiko
cc0591a626
Bug fix 3.4/update ui node dependencies ( #6881 )
...
* update some ui build related node modules, fixed some eslint errors
* do not uglify libs any more, as libs are already uglified in most cases
2018-10-15 12:38:38 +02:00
Frank Celler
82ee14161c
release version 3.4.0-rc.3
2018-10-13 16:36:34 +02:00
Heiko
cfc96baf97
Bug fix 3.4/internal issue 2770 ( #6824 )
2018-10-11 15:39:47 +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