-
Notifications
You must be signed in to change notification settings - Fork 164
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
Fix app discovery endpoint #4421
Fix app discovery endpoint #4421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that :)
I think this should be also backported to 13.4 (so the PR should have the stable tag)
Triggering tests.... @uncleDecart , I understand the change for the first commit is pretty simple, but appreciate if you could think in a phrase to get rid of the lint error.... |
@rene I thought that commit message linter was more of a suggestion than the rule and its' purpose to make make developer think about commit message so that other would understand what has been done on a high level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@uncleDecart please fix the commitlint issue |
removing deprecated ioutil from tests and adding commit body to pass linter Signed-off-by: Pavel Abramov <[email protected]>
Previously, flag AllowToDiscover was disregarded, which is not the indented behaviour Signed-off-by: Pavel Abramov <[email protected]>
6d87b23
to
51945d4
Compare
Well, commit 0aa72b8 is a good example for the same kind of change:
You can just use this phrase as the body of the commit:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run tests
This PR removes ioutil from msrv_test and fixes bug in discovery route: flag allowToDiscover which is set in EVE-API was disregarded before, i.e. all the application instances were allowed to discover other app instances, now discovery service comply to that flag