Ming Fang

Results 121 comments of Ming Fang

Can someone please explain how relationships are created? In particular, in here https://github.com/structr/structr/blob/master/structr-core/src/main/java/org/structr/schema/export/StructrTypeDefinition.java#L1067 I see that schemaNodes are created then followed by schema properties created, but I don't see relationships...

I'm happy to report that I've successfully gotten Structr to work with ArangoDb ~90% of time. There are a couple of neo4j specific unit tests are failing. Also there are...

+1 Env vars enables us to run the same code in different environments(dev,qa,prod, etc) without making any code changes. We use env vars in all of our in house apps,...

@sryza That's better than nothing I guess. But I much rather use something like `dotenv` and then move all configuration to either `.env` files and/or just-in-time env vars as part...

#40 seems to be a solution but that PR has been stuck there since May.

All my manifests are using v1 and short doesn't work for me as a result.

we need a better way(besides running curl) to set default use and password.

@ospaarmann what is the status of the v0.3.0 release?