Remo

Results 186 comments of Remo

we have the release page: http://www.crnk.io/releases/. and every commit becomes an internal release that is available immmediately. So there is sometimes not a super urgent need to release fast, since...

I will clarify the versioning a bit in the documentation. The the example above, one can look it up in the commit history: ![image](https://user-images.githubusercontent.com/8008853/79680211-6cd05600-820d-11ea-9870-6275e02d772d.png) in general crnk does not follow...

there is a 3.2 release now out

Hi, in general repositories can make use of any kind of data store. So if you write an implementation for neo4j (with spring-data or else), that will work well. The...

would be great to: - add it to one of the generator test projects - invoke it from a unit test to ensure it keeps working - include it in...

for Typescript there is `TSGeneratorConfig.excludes` which by default already ignores meta data. Something similar should be implemented for OpenAPI.

yes,.both on client and server. bulk post and delete is implemented, but not patch. it is implemented for operators/json patch, so it would not be far away if desired. has...

if the proxy properly forwards host and x-forward-proto headers, no configuration should be necessary.

PR welcomed if you have a working change. otherwise I can have a look, but don't have a toplink setup to verify.