Commit Graph

79 Commits

Author SHA1 Message Date
Michael Hirsch
d28ea67e89 remove author tag from javadoc
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-03-02 11:25:43 +01:00
Michael Hirsch
5efcc295bc clean code do early return.
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-03-02 09:00:10 +01:00
Michael Hirsch
229e7c54af introduce a push strategy to the HawkbitUI and a delayed push
implementation to avoid UI freezes when too many events are dispatched
to the UI

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-03-02 07:33:22 +01:00
Kai Zimmermann
7e2ad9fc4a Merge pull request #53 from bsinno/Artifiact_upload_directory_upload
👍 merged
2016-02-27 15:35:40 +01:00
asharani-murugesh
80366b03be Review comments addresses
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-27 09:24:18 +01:00
asharani-murugesh
92811f1a22 review comment addressed
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-26 08:47:21 +01:00
asharani-murugesh
b8ed510e8a reset the has directory flag
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-25 17:54:50 +01:00
asharani-murugesh
0b5c0673b1 fix
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-25 17:43:28 +01:00
asharani-murugesh
e3862cee74 Merge branch 'master' into Artifiact_upload_directory_upload 2016-02-25 17:07:20 +01:00
SirWayne
dbf03dca12 Add the "@Override" annotation
Add some description to JUnit Tests
Remove unused override comments
Remove unused javadoc on private methode

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-02-25 11:37:56 +01:00
SirWayne
fcd6555e3e Fix diamond operator
Remove unused override comments
Remove unused javadoc on private methode

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-02-24 18:24:53 +01:00
Michael Hirsch
ca66932918 Merge pull request #44 from bsinno/clearing_the_search_field_should_keep_the_focus
ok merging.
2016-02-24 14:47:30 +01:00
Kai Zimmermann
6a5a3f2188 Cleaned up code 2016-02-23 11:34:36 +01:00
Kai Zimmermann
b9a2e155fd Removed runtime dependencies to sass compiler package 2016-02-21 20:50:21 +01:00
venu1278
52fee2b2df Drag and drop handles wrong item
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-17 13:01:05 +05:30
venu1278
65a49545b1 Merge branch 'master' into MECS-1277_clearing_the_search_field_should_keep_the_focus 2016-02-16 15:58:05 +05:30
venu1278
600a16def8 Clearing the search field should keep the focus
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-16 15:52:04 +05:30
asharani-murugesh
ead2b58bfa Merge branch 'master' into Artifiact_upload_directory_upload 2016-02-16 10:32:16 +01:00
asharani-murugesh
1252bfe53d Formatted
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-16 09:29:17 +01:00
Michael Hirsch
2ef04bb437 Merge pull request #41 from bsinno/custom-target-filter-bug-fixes
👍 ok merging.
2016-02-15 13:13:30 +01:00
Michael Hirsch
7b79010fbf format sources with correct formatter.
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-02-15 12:32:12 +01:00
Michael Hirsch
e8a2c7566c Merge pull request #43 from bsinno/Drag_and_Drop_handles_wrong_item
👍  is ok merging.
2016-02-15 12:12:05 +01:00
venu1278
caad1b7a10 Merge branch 'master' into MECS-911_Drag_and_Drop_handles_wrong_item 2016-02-15 15:55:36 +05:30
venu1278
dff95dc332 Merge branch 'master' into
MECS-1277_clearing_the_search_field_should_keep_the_focus

Conflicts:
	hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/distributions/dstable/DistributionSetTable.java
2016-02-15 15:51:19 +05:30
asharani-murugesh
a0a24376bb Revert to master copy
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-15 10:43:07 +01:00
asharani-murugesh
b498f60392 Reverting the changes as per master copy
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-15 10:40:30 +01:00
asharani-murugesh
158a9cfa20 RSQLUtility : convert query to lower case before parsing
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-15 10:38:30 +01:00
asharani-murugesh
629ac6c4de Sonar issues fixed
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-13 12:26:46 +01:00
asharani-murugesh
aac43d346f Bug fixes:
Custom filter detail view : Using =IN= parameter throws 'Unsupported
operator' exception and breaks the UI
Custom filter search : type any query.Search never gets finished.
Alloe case insensitive search for IN paramters

Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-13 12:21:04 +01:00
Jonathan Philip Knoblauch
88c854f2be Clean code for junit tests …
- Added messages to JUnit assertions
- Added Description when missing
- Changed to assertThat when assertEquals

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
2016-02-12 13:47:53 +01:00
venu1278
7fe23aa8a0 clearing the search field should keep the focus.
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-12 14:34:17 +05:30
Michael Hirsch
d8a0a7f8e4 fix accessing the with this causes NPE use UI.getCurrent
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-02-11 19:53:06 +01:00
Michael Hirsch
19fb5332ef fix accessing the UI thread when updating the total target label
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-02-11 17:07:18 +01:00
asharani-murugesh
e84b593853 Safely getting access to the UI thread to modify the target count label
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-11 13:26:57 +01:00
asharani-murugesh
fbc16a4274 Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com> 2016-02-11 12:06:44 +01:00
Michael Hirsch
96bf5a8293 fixing newly created bug by trying to simplify if-statement with commit
a4e1ae7ac8

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-02-10 12:42:37 +01:00
venu1278
9308cdc0fd Merge branch 'master' into MECS-911_Drag_and_Drop_handles_wrong_item 2016-02-10 14:40:19 +05:30
venu1278
3479a8d692 Drag and drop handles wrong item.
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-10 14:35:30 +05:30
SirWayne
7e69ead138 Revert Clean Code Changes
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-02-10 08:47:12 +01:00
SirWayne
d685c48f52 Clean Code Refactoring
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-02-10 08:05:24 +01:00
Michael Hirsch
5088b7fd9b Merge pull request #21 from bsinno/MECS-1477_NPE_when_user_tries_to_create_simple_targetfilter
NPE_when_user_tries_to_create_simple_targetfilter.
2016-02-09 14:51:29 +01:00
Michael Hirsch
014a6f04f5 Merge pull request #29 from bsinno/Sonar_Fix_Rollout
Sonar fix rollout
2016-02-09 14:48:08 +01:00
SirWayne
a4e1ae7ac8 Remove blocker issues
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-02-09 13:26:25 +01:00
Michael Hirsch
d0c9fc394d Merge pull request #27 from bsinno/Sonar_Fix_Rollout
Sonar fixes
2016-02-09 12:00:27 +01:00
SirWayne
ceb23e65e4 Remove this for member variable
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-02-09 11:29:01 +01:00
asharani-murugesh
e6470e3e9f Bug fix - Custom target filter
- query text field loosing focus after query is typed 
- Icon disappears when query text is cleared 
- Customer Update view table - flickers with horizontal scroll bar

Rollout target list view:
-Modified the status icon color of 'cancelled' state

Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-09 11:07:34 +01:00
SirWayne
1bb29338ac Clean Code Refactoring
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-02-09 10:16:07 +01:00
asharani-murugesh
d3035ccebe modified error message
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-08 13:20:50 +01:00
asharani-murugesh
7237e352ff Bug fixed
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-08 11:55:57 +01:00
asharani-murugesh
70959ec140 intial commit
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-08 10:47:42 +01:00