Johannes Schüth

Results 44 issues of Johannes Schüth

Hi, i'm currently trying to import the project (master@d0e14e1c) in my Eclipse IDE (Linux,Neon) but some imports can't be resolved: > import org.apache.tinkerpop.gremlin.structure.FeatureSupportTest.GraphFunctionalityTest; _mvn clean package -DskipTests_ works fine I'm...

Currently `graph.tx()` is not implemented. I'll take a look at this. I wrote a TP3 wrapper for OrientDB 2.1.x that supports transactions but a wrapper is always a bit slower...

This would be very useful in order to efficiently retrieve the edge between two vertices e.g.: ``` bothE().as("x").bothV().retain(relEntitiy).back("x") ``` http://gremlindocs.com/#recipes/finding-edges-between-vertices --- Currently i would need to use a filter: ```...

Motivation: This PR adds JWT support to the GrpcServer. TODO: * [x] Add usage doc

The picked date in a date field is not correct ly transformed to UTC. Loading a UTC date field will thus result in a wrong time output when applying the...

* Add "edit profile" link to top right user profile menu. * Add option to also specify the display name for custom languages. Currently only "Display nodes in lang.tlh" gets...

Maybe we should add an update info message in the ui? This way a user can be informed about a new release. It is possible to use `GET /api/v1` to...

new ui
requires api

The UI currently pre-fetches the schema information via `GET /api/v1/:projectName/schemas`. This will result in a broken UI if the schema version is newer compared to the schema version that has...

The UI must be able to support plugins. A plugin consists of a static UI component which is able to interface with the main Gentics Mesh UI. The plugin data...

enhancement