Sevket Gökay

Results 236 comments of Sevket Gökay

proper flow to build the project is given [on README](https://github.com/steve-community/steve#configuration-and-installation) step by step. you should use CLI commands as documented. apparently, you want to work on source code and opened...

yes, that is correct. i am waiting for the testing by and feedback from @kohlerdominik to make a PR and merge it. as far as can see, the feature impl...

true, that's an area for improvement. i try to write useful commit messages though. you can see that, if you checkout the branch and start steve, the endpoint `/manager/v3/api-docs` will...

Hey everyone, this feature is merged and part of master branch. Thanks to @enertech-ch for sponsoring the feature, and to @kohlerdominik for the collaboration!

> @kohlerdominik I tried to but found no documentation on the new APIs. All I found was a configuration option for the API key and token. @cbrandlehner i added [a...

> This would greatly facilitate integration and interoperability with different devices and protocol versions. according to ocpp spec, this header is a MUST. don't you think that the stations should...

just as a note: spring 6 is out and PRs created by dependabot started failing. example: https://github.com/steve-community/steve/pull/971

hey there, i am up to speed with this change and discussion. sorry for the delay. first of all, thanks for the PR and insightful discussion! regarding where to set...

> I think major versions are better candidate for baselines. i was not following semantic versioning with db migration files though. these are just linear changes to be applied. my...

if @leomwa made a fresh pull of the branch without modifications, it should be java 17 already. Dockerfile we use references java 17. therefore, i am confused since i dont...