Florian Hockmann

Results 52 issues of Florian Hockmann

PR #923 introduced schema constraints for vertex and edge properties, as well as for allowed connections of edges. Unfortunately, it's currently not possible with the `ManagementSystem` to remove these constraints...

kind/enhancement
area/core

## Flaky Test I saw the test fail already for two Dependabot PRs (both targeted on master) but it worked when I ran the test locally and also when I...

testing/flaky

TinkerPop will remove the GryoMessageSerializers completely in version 3.6.0: [TINKERPOP-2639](https://issues.apache.org/jira/browse/TINKERPOP-2639) and instead recommends to use GraphBinary. Due to the breaking change in serialization of Geoshapes via GraphBinary coming in #2876,...

kind/cleanup
area/tinkerpop

YAML code blocks seem to be missing in the Changelog. The `changelog.md` contains this: > If you want to use GraphBinary, you have to add following to the `gremlin-server.yaml` >...

area/docs
kind/bug/confirmed

**Describe the feature:** Serialization of a `TinkerGraph` should be supported by default, both by JanusGraph Server and also by the Gremlin Console that we ship. We can solve this by...

kind/enhancement
area/server
area/core

**Environment Details** * react-tabulator version: 0.18.1 * OS: Ubuntu 20.04.4 LTS * Node.js version: v14.19.1 **Long Description** Version 0.18.1 changed the `ref` property to an `onRef` callback. We use `ReactTabulator`...

We're using yq to configure the YAML config file for Gremlin Server, but we are still using version 3 of that library. We should update it to version 4 to...

The docker image now supports the execution of Groovy files on startup, but the docs currently only show an example to execute Gremlin traversals, e.g., to load initial data. It's...

documentation

JanusGraph comes with a Gremlin Console pre-configured for JanusGraph that can also be used via the Docker image [as described in the README.md](https://github.com/JanusGraph/janusgraph-docker#connecting-with-gremlin-console). This could be simplified with a dedicated...

enhancement
help wanted

**Describe the feature:** When someone tries to change a config option which has the mutability level `FIXED`, then this error message is logged: > Local setting graph.set-vertex-id=true (Type: FIXED) is...

area/core