1
0
Fork 0
Commit Graph

4815 Commits

Author SHA1 Message Date
jsteemann 040c763f62 release version 3.3.15 2018-09-10 22:14:23 +02:00
maxkernbach 358c383c82 improve graph error messages in the UI (#6367) 2018-09-05 12:34:00 +02:00
jsteemann 88b6148662 release version 3.3.15 2018-09-03 20:40:03 +02:00
Alan Plum 0df237393c Better Foxx errors (3.3) (#6269)
* Fix codeFrame formatting

Pushing the codeFrame first results in ugly line breaks or extra spaces.

* Include cause in MODULE_FAILURE message

The error is always a wrapper for an underlying cause so it should be easier to determine what caused it.

* Add a codeFrame for failed _install

We normally only want this in dev mode but service CRUD should always provide detailed info.

* Expose codeFrame in Foxx CRUD

The codeFrame can only come from a failed _install, so let's make it visible to Foxx CLI and friends.

* Add codeFrame to runScript

Scripts can also only be executed with access to the Foxx API so we can provide the same info as during CRUD.

* Trim codeFrame fileName to basePath

If we have a basePath, we don't need to expose the full path to the user for the codeFrame to be meaningful.

* Fix getReadableName

Previously 'catch-fire' would become 'Catch  Ire'.

* Add to changelog
2018-08-28 14:32:31 +02:00
Heiko c150126ce8 fixed events not properly bound to view (#6144) 2018-08-16 08:46:06 +02:00
jsteemann 377be26533 release version 3.3.14 2018-08-15 13:35:48 +02:00
Alan Plum e41cece7c9 Fix Foxx CRUD errors (3.3) (#5877) 2018-08-15 11:56:16 +02:00
Heiko 250f04ebec Bug fix 3.3/issue 5831 (#6092) 2018-08-15 09:54:34 +02:00
Heiko 317b074ce6 webui, fixed misalignment of a table (#6135) 2018-08-15 09:53:34 +02:00
jsteemann a4adcda883 release version 3.3.14 2018-08-08 12:36:08 +02:00
Heiko 885d3ff349 Bug fix 3.3/issue 5943 (#6097) 2018-08-07 15:15:51 +02:00
Heiko ce32a9baaa Bug fix 3.3/issue 5354 (#6084) 2018-08-07 15:15:16 +02:00
Heiko cfe024c69b fixed ui bug when saving invalid document type (#6080) 2018-08-07 15:14:17 +02:00
jsteemann 92a0c395de release version 3.3.13 2018-07-26 18:15:59 +02:00
Heiko 1809b86009 fixed usage of server short name due api change (#5998) 2018-07-26 14:56:52 +02:00
jsteemann d18cff77d6 release version 3.3.13 2018-07-25 20:01:36 +02:00
jsteemann 6c42122178 release version 3.3.12 2018-07-12 14:34:33 +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
Heiko 51caa460f2 Feature/replication ui (#5282) 2018-06-07 15:54:27 +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
Heiko b581f0fb23 fixed a vulnerability issue within the web ui's index view (#5395) 2018-05-22 16:54:32 +02:00
jsteemann 8b8476c77e release version 3.3.9 2018-05-17 13:12:25 +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
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
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
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
Michael Hackstein 5757965e26
Bug fix 3.3/anonymize in debug dump (#5190)
* Fixed the amount of Xs generated by debug dump

* Fixed typo in debugDump information
2018-04-24 13:19:10 +02:00
Michael Hackstein 4372767c17
Feature/debugdump ui (#5187) (#5188)
* Adeded a route to aardvark to export a debug dump, it can optinally contain anonymized example data

* Added the Download Debug Button to UI

* fixed zip file download of query dump file

* removed not needed vars

* Added JWT token authentication and error display on debug dump button

* Fixed Error reporting on download debug dump.

* Anonymization does not anonymize system attributes any more.

* Anonymize in explainer debugDump will now anonymize bindVars and will not anonymize system document attributes.
2018-04-24 10:11:36 +02:00
Heiko d4cea1781a Bug fix 3.3/issue 4582 (#4986) 2018-04-13 10:56:46 +02:00
Alan Plum 51b036be9f Don't log stacktrace when fishbowl update fails (#5088) 2018-04-13 10:51:27 +02:00
Heiko 8f40bc35e1 fixed some pagination issues in ui documents view (#4968)
* fixed some pagination issues in ui documents view

* changelog

* fixed behaviour if filter is empty again
2018-04-13 10:49:28 +02:00
jsteemann bde36eb131 release version 3.3.7 2018-04-11 17:16:11 +02:00
jsteemann d452a224df release version 3.3.6.1 2018-04-07 00:44:29 +02:00
jsteemann b11634338e release version 3.3.6.1 2018-04-07 00:38:52 +02:00
jsteemann 18e4109f15 release version 3.3.6.1 2018-04-07 00:30:24 +02:00