Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One common UpdateHandler #158

Merged
merged 6 commits into from
Dec 18, 2019
Merged

One common UpdateHandler #158

merged 6 commits into from
Dec 18, 2019

Conversation

marcinkp
Copy link
Contributor

No description provided.

private fun listenOnBoardConfig() {
factory.create(EVENT_BOARDS_CONFIG, vertx, prepareConfig())
}
private fun prepareConfig() = mapOf<String, (JsonObject) -> String>(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method spacing, newline please

@@ -1,14 +1,14 @@
{
"endpoints": [
{
"id": "api-mocks-endpoint",
"id": "endpoint1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, explain this; we had a nice, descriptive name, and now we don't.

Copy link
Contributor Author

@marcinkp marcinkp Dec 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because of method:
com.cognifide.cogboard.config.service.EndpointsService#generateId

For nice name we can always use labels, right :)?

@marcinkp marcinkp merged commit cc03daf into master Dec 18, 2019
@Southeaven Southeaven deleted the bugfix/CLAN6-240 branch December 18, 2019 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants