-
Notifications
You must be signed in to change notification settings - Fork 189
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
Bugfix npe target percentage #819
Bugfix npe target percentage #819
Conversation
Fixed NullPointerException in groups validation callback; Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
Thanks for taking the time to contribute to hawkBit! We really appreciate this. Make yourself comfortable while I'm looking for a committer to help you with your contribution. |
Use current local on string format; Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
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.
Looks Good!
Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
4a2ab1c
to
1b3c9d3
Compare
* Fixed NullPointerException in groups validation callback Signed-off-by: Natalia Kislicyn <natalia.kislicyn@bosch-si.com>
Set the value range of target percentage to "1 to 100" in the Configure Rollouts view. The value '0' is no longer valid for the target percentage in the Advanced Group definition.