Commit Graph

654 Commits

Author SHA1 Message Date
Fabian Nonnenmacher
ec79e9bd19 Added REST interfaces for tenant configuration
- added GET, DELETE and PUT function on configuration value interfaces
- changed Exception in TenantConfigurationManagement for correct mapping to HTTP Status
- added function to get global configurations from TenantConfigurationManagement, to have
  only one class for handling these configuration values

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:16:57 +01:00
Fabian Nonnenmacher
4be880587a Added validation before saving TenantConfiguration and updated tests
* run the validation methodes inside the storing methode, to make sure that only
  valid values are written inside the database
* updated TenantConfigurationManagementTest to match the validation
* added new Tests to test all validators

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:16:42 +01:00
Fabian Nonnenmacher
6cef6aed1a Moved tenant configuration functions to new management class
- moved fucntions to TenantConfigurationManagement, for better function capseling
- updated references
- updated references in tests, tests were succesfully

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:15:40 +01:00
Fabian Nonnenmacher
3f2c0d134a Updated UI to use new database structure
* use new methods to store polling Configuration
* refactored DurationConfigField, added Builder

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:15:14 +01:00
Fabian Nonnenmacher
07fce42469 Changed return type of SystemManagement.getConfigurationValue()
* changed Return type to wrapper object, adding additional meta data stored in the database
* updated all calls of this method
* updated function calls in tests
* verified correct execution of correspending tests

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:15:03 +01:00
Fabian Nonnenmacher
088df73ea9 Refactoring of buisness logic
* added DurationHelper to have access to Convertion in every class
* removed tenant specific getter and setter from PollConfigurationHelper
* changed getter and setter in TenantMetaData to use DurationObjects instead of Strings
* updated UI to call new functions
* updated module tests

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:14:21 +01:00
Fabian Nonnenmacher
4675ebf22c Refactoring of Authentification UI
* modified AuthentificationUI to use same Interface as Polling Configuration UI
* renaming of Interface "ConfigurationElement" -> "ConfigurationItem"

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:14:05 +01:00
Fabian Nonnenmacher
cb3e6863c1 Updated UI to handle all requirements
* added DurationConfigField (Field which contains a DurationConfigField and a Checkbox)
* added labels to messages.properties
* added new Interface ConfigurationElement, with functionallity which is important for saving the data

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:13:31 +01:00
Fabian Nonnenmacher
acc0770d36 Changed stylesheet to disable calender in popup of DurationField.
* calender popup should only show the time selector, because the modified DurationField only uses this value

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:08:58 +01:00
Fabian Nonnenmacher
ee1aabc93f Added subview for polling configuration in system configuration window
* updated architectural concept os subview
** added base class BaseConfigurationView
** updated interface ConfigurationGroup
* updated message strings for new pollign configurations
* implemented new vaadin compontent DurationField (extends DateTimeField)

TODO:
* update positioning of DurationFields
* update validation of user input, espacilly against min and max value

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
2016-02-29 13:08:43 +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
e0e86e72b4 merged master
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-27 12:51:23 +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
Kai Zimmermann
3eaab83014 Merge remote-tracking branch 'eclipse/master' into cleanup-properties 2016-02-25 18:01:56 +01:00
Kai Zimmermann
ab18e12b69 Completed migration to ConfigurationProperties annotation. Added boot metadata generation to build. 2016-02-25 17:59:46 +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
asharani-murugesh
f8914e9737 Rollout list view : Removed Id column
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-25 16:31:42 +01:00
asharani-murugesh
f9dde70341 grid column resize : intermediate solution
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-25 16:27:19 +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
Kai Zimmermann
0b8e693cec Migrated environment aware to property annotation mechanism, documented properties. 2016-02-25 11:36:21 +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
82121766d1 Merge remote-tracking branch 'eclipse/master' into harmonize-test-documentation
# Conflicts:
#	pom.xml
2016-02-24 09:00:37 +01:00
Kai Zimmermann
204fe1fd18 Created TODOs for missing descriptions 2016-02-23 20:53:21 +01:00
Kai Zimmermann
6a5a3f2188 Cleaned up code 2016-02-23 11:34:36 +01:00
asharani-murugesh
d6c6712af7 setting id for distribution bar
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-23 09:08:07 +01:00
Kai Zimmermann
a9f91e90da Removed old issue numbers. Further documentation 2016-02-22 20:13:45 +01:00
asharani-murugesh
64d7a7b250 Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com> 2016-02-22 15:49:24 +01:00
asharani-murugesh
79d615dd3b Column expand ratio changes
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-22 15:36:02 +01:00
asharani-murugesh
8bef00496c Rollout -added new custom label renderer
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-22 11:30:01 +01:00
Kai Zimmermann
b9a2e155fd Removed runtime dependencies to sass compiler package 2016-02-21 20:50:21 +01:00
asharani-murugesh
5d7d33d1da Distribution bar : tooltip changes
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-19 16:39:13 +01:00
asharani-murugesh
af1503e390 Rollout group and targets grid view
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-18 12:07:50 +01:00
asharani-murugesh
f934ddc175 merged master
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-18 12:00:08 +01:00
asharani-murugesh
46ad5da0cc Rollout list view - table to grid initial commit
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-18 09:47:52 +01:00
asharani-murugesh
00aad9880a custom render changes
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-17 14:16:47 +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
asharani-murugesh
7a41aef8f0 custom renderer
Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
2016-02-16 15:01:54 +01:00
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