Commit Graph

44 Commits

Author SHA1 Message Date
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
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
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
Michael Hirsch
f85c3b00b9 Merge pull request #26 from bsinno/MECS-1452_Support_additional_field_name_and_operators_in_search_query
Support additional field name and operators in search query
2016-02-08 09:45:04 +01:00
Michael Hirsch
abf9136e7e format source code correctly and add javadoc to TargetFields.
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-02-08 08:27:54 +01:00
venu1278
d045cba42a Merge branch 'master' into MECS-1477_NPE_when_user_tries_to_create_simple_targetfilter 2016-02-08 12:20:15 +05:30
venu1278
79abaa856d MECS-1477_NPE_when_user_tries_to_create_simple_targetfilter
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-08 12:19:04 +05:30
venu1278
def0a00cf6 MECS-145_Minor_improvements_in_search_filter_New
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-05 19:21:27 +05:30
venu1278
759c36d16b Merge branch 'master' into MECS-1452_Support_additional_field_name_and_operators_in_search_query 2016-02-05 12:29:33 +05:30
venu1278
a9b36c0fc7 Merge branch 'master' into MECS-1454_Search_filter_improvements
Conflicts:
	hawkbit-ui/src/main/resources/messages.properties
	hawkbit-ui/src/main/resources/messages_de.properties
	hawkbit-ui/src/main/resources/messages_en.properties
2016-02-05 11:55:55 +05:30
venu1278
f6ae3cbfe5 MECS-145_Minor_improvements_in_search_filter_New.
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-05 11:41:02 +05:30
Kai Zimmermann
0aa254b45c Merge pull request #24 from bsinno/rollout_mgmt
Looks good, merged
2016-02-04 18:47:35 +01:00
Michael Hirsch
f18825ce34 Initial Contribution of the rollout-management feature
- Repository functionality for rollout, rolloutgroup entities
- Rollout scheduler to watch and handle running rollouts and start next
group of rollout
- Vaadin view to administrate rollouts and reflect the current rollout
status
- REST resources to cover rollout creation, updating, starting, pausing
and resuming

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
2016-02-04 15:10:44 +01:00
venu1278
6f1e07d258 MECS-1452_Support_additional_field_name_and_operators_in_search_query
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-04 12:56:27 +05:30
venu1278
84830ba5d2 MECS-1454_Search_filter_improvements
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-04 11:19:45 +05:30
Michael Hirsch
c798620c9b Merge pull request #18 from bsinno/fix-sonar-issues
ok 👍  Fix sonar issue in UI file read
2016-02-03 10:12:42 +01:00
venu1278
25b6ef31aa MECS-1477_NPE_when_user_tries_to_create_simple_targetfilter
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-03 12:58:27 +05:30
venu1278
ee7603b8c2 Merge branch 'master' into MECS-1454_Search_filter_improvements 2016-02-03 12:49:18 +05:30
venu1278
973a5dd72a MECS-1454: Minor_improvements_in_search_filter_New
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-02-03 12:46:12 +05:30
Kai Zimmermann
bc46bac2ac Fix sonar issue 2016-02-02 10:19:37 +01:00
SirWayne
ef3618ed9e Fix Sonar Issue: Change visibilty of mutable field
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
2016-01-29 11:27:57 +01:00
venu1278
9115b01461 MECS-1454_Search_filter_improvements
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-01-29 14:07:45 +05:30
venu1278
72a876f3c9 Merge branch 'master' into MECS-1454_Search_filter_improvements 2016-01-28 19:14:14 +05:30
venu1278
c83939805c MECS-1454_Search_filter_improvements
Signed-off-by: venu1278 <venugopal.boodidadinne@in.bosch.com>
2016-01-28 19:06:04 +05:30
Kai Zimmermann
bed3f0c8c9 Fixed stream handling and some sonar issues 2016-01-27 14:16:24 +01:00
Kai Zimmermann
b51113af89 Try to make sonar happy about generated methods 2016-01-27 11:56:59 +01:00
Kai Zimmermann
fbcc0b8de0 Removed unused private methods 2016-01-27 11:45:53 +01:00
Kai Zimmermann
2f0bf6629f Reapplied hawkBit code formatter.
It seems that from Luna to Mars Eclipse changed how the code formatter
handles lines breaks in certain cases. This is now the “Mars” variant.
2016-01-27 10:12:11 +01:00
asharani-murugesh
64ad6e7790 Added null checks for components .
Removed not required permission check

Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-01-25 10:32:46 +01:00
Kai Zimmermann
64deaeea3c Remove swagger and minor feature extensions and bug fixes
- Various Bug fixes and improvements
- Management API extended
- Swagger removed
- Guava Upgraded to 19
2016-01-21 13:42:38 +01:00
Kai Zimmermann
7497ab61ed Initial check in accordance with Parallel IP 2016-01-21 13:18:55 +01:00