-
Notifications
You must be signed in to change notification settings - Fork 193
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
Remove dependency to Vaadin addon tokenfield #875
Merged
schabdo
merged 14 commits into
eclipse-hawkbit:master
from
bosch-io:feature_migration_to_vaadin_8_tokenfield
Aug 13, 2019
Merged
Remove dependency to Vaadin addon tokenfield #875
schabdo
merged 14 commits into
eclipse-hawkbit:master
from
bosch-io:feature_migration_to_vaadin_8_tokenfield
Aug 13, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implemented own Tokenfield, but not finished yet. This branch is not intended to be merged!!! Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
Removed assign button and assign a tag when it is selected. In tables only refreshFilter when necessary. Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
hawkbit-bot
reviewed
Jul 31, 2019
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagListField.java
Show resolved
Hide resolved
hawkbit-bot
reviewed
Jul 31, 2019
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagPanelLayout.java
Show resolved
Hide resolved
hawkbit-bot
reviewed
Jul 31, 2019
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagAssignementComboBox.java
Show resolved
Hide resolved
…o_vaadin_8_tokenfield Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
Signed-off-by: Markus Block <[email protected]>
b0993dd
to
a2681f3
Compare
Signed-off-by: Markus Block <[email protected]>
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/DistributionTagToken.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagAssignementComboBox.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagAssignementComboBox.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagAssignementComboBox.java
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagAssignementComboBox.java
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/DistributionTagToken.java
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/DistributionTagToken.java
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagListField.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TagListField.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TargetTagToken.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TargetTagToken.java
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/management/targettable/TargetBulkTokenTags.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/management/targettable/TargetBulkTokenTags.java
Outdated
Show resolved
Hide resolved
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java
Show resolved
Hide resolved
Signed-off-by: Markus Block <[email protected]>
bogdan-bondar
approved these changes
Aug 7, 2019
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!
hawkbit-bot
reviewed
Aug 12, 2019
...i/src/main/java/org/eclipse/hawkbit/ui/distributions/dstable/DistributionSetTableLayout.java
Show resolved
Hide resolved
hawkbit-bot
reviewed
Aug 12, 2019
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/DistributionTagToken.java
Show resolved
Hide resolved
hawkbit-bot
reviewed
Aug 12, 2019
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/TargetTagToken.java
Show resolved
Hide resolved
SonarQube analysis reported 26 issues Watch the comments in this conversation to review them. Top 10 extra issuesNote: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:
|
AmmarBikic
pushed a commit
to bosch-io/hawkbit
that referenced
this pull request
Oct 2, 2020
* Removed vaadin Tokenfield dependency Implemented own Tokenfield, but not finished yet. This branch is not intended to be merged!!! Signed-off-by: Markus Block <[email protected]> * added Combobox and get it running Signed-off-by: Markus Block <[email protected]> * Fixed remaining problems, added Combobox for tag selection Signed-off-by: Markus Block <[email protected]> * fixed permission check Signed-off-by: Markus Block <[email protected]> * fixed tag update Signed-off-by: Markus Block <[email protected]> * Changed Tag assignment in details tab Removed assign button and assign a tag when it is selected. In tables only refreshFilter when necessary. Signed-off-by: Markus Block <[email protected]> * fixed Bulkupload Signed-off-by: Markus Block <[email protected]> * Making Sonar happy Signed-off-by: Markus Block <[email protected]> * Making Sonar happy Signed-off-by: Markus Block <[email protected]> * Fixed Bug in DistTokenfield and sorted Tags in Tag list Signed-off-by: Markus Block <[email protected]> * Making Sonar happy Signed-off-by: Markus Block <[email protected]> * Fixed Sonar issues Signed-off-by: Markus Block <[email protected]> * Implemented code review remarks Signed-off-by: Markus Block <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Vaadin addon tokenfield wasn't migrated to Vaadin 8. So the addon has to be removed because of the Vaadin 8 migration.