SirWayne
|
f5539fd607
|
Add a controller management api to get the polling time
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-14 15:54:54 +01:00 |
|
SirWayne
|
57c722ea11
|
Remove the controller properties for polling time and overdue time and
use the new tenant configuration management, which handle the tenant
specific polling time.
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-14 15:13:51 +01:00 |
|
Kai Zimmermann
|
807aaf629c
|
Merge remote-tracking branch 'eclipse/master' into feature_MECS-86_tenant_specific_polling_configuration
# Conflicts:
#
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/tenantconfiguration/Tena
ntConfigurationDashboardView.java
|
2016-03-14 09:51:00 +01:00 |
|
Kai Zimmermann
|
6f9d6f7860
|
Merge pull request #84 from bsinno/doc-links-configurable
Migrated hardcoded doc links to configurable setup.
|
2016-03-12 20:33:24 +01:00 |
|
Kai Zimmermann
|
3f763e7db4
|
Migrated hardcoded doc links to configurable setup.
|
2016-03-12 19:08:12 +01:00 |
|
Kai Zimmermann
|
9f7ed2dbdb
|
Merge pull request #83 from bsinno/demo-login-opzional
Made demo login field optional.
|
2016-03-11 19:59:33 +01:00 |
|
Kai Zimmermann
|
b5a826eb13
|
Made demo login field optional.
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
|
2016-03-11 19:30:07 +01:00 |
|
Kai Zimmermann
|
4b5795d18b
|
Merge pull request #81 from bsinno/stabilize-rollout-tests
Stabilize rollout tests
|
2016-03-11 10:42:58 +01:00 |
|
Kai Zimmermann
|
65fa9a8c48
|
Merge pull request #80 from bsinno/Clean_Code
👍 Thx dennis
|
2016-03-11 10:23:10 +01:00 |
|
SirWayne
|
6659e9e9ee
|
Set the event strategy transient
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-11 09:45:12 +01:00 |
|
Kai Zimmermann
|
50eb1a4978
|
Merge pull request #79 from bsinno/optimize_simulator_throughput
Optimize simulator throughput
|
2016-03-11 09:44:55 +01:00 |
|
Kai Zimmermann
|
3da4e73ede
|
Raised timeout for the async test.
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
|
2016-03-11 09:37:49 +01:00 |
|
Kai Zimmermann
|
de78077920
|
Added check for rollout repo content after test.
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
|
2016-03-11 09:27:48 +01:00 |
|
Michael Hirsch
|
6ac4cac60f
|
Merge pull request #78 from bsinno/fixed-wrong-filter-param
is ok merging.
|
2016-03-10 14:37:21 +01:00 |
|
Kai Zimmermann
|
44ce503a28
|
Introduced direct return of default
|
2016-03-10 14:10:15 +01:00 |
|
SirWayne
|
b07fbd4b1c
|
Merge branch 'feature_MECS-86_tenant_specific_polling_configuration' of https://github.com/bsinno/hawkbit.git into feature_MECS-86_tenant_specific_polling_configuration
|
2016-03-10 10:27:48 +01:00 |
|
SirWayne
|
e47d540eb5
|
Fix event listening for duration field
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-10 10:27:31 +01:00 |
|
Kai Zimmermann
|
462419b2f9
|
Fixed broken sorting for sm type and ds type
|
2016-03-09 19:53:19 +01:00 |
|
Kai Zimmermann
|
6379e93c5e
|
Fixed max assignments filter on sw module type
|
2016-03-09 19:34:28 +01:00 |
|
Kai Zimmermann
|
a8a45a12c6
|
Merge pull request #76 from bsinno/master
I messed this up a bit as I used our Bosch master for the pullrequest, but I think things should be ok.
|
2016-03-09 19:07:32 +01:00 |
|
Kai Zimmermann
|
42b37c9c06
|
Merge pull request #74 from bsinno/Sonar_remove_unused_method_parameters
Looks good, thx for the contribution
|
2016-03-09 18:59:07 +01:00 |
|
SirWayne
|
89431feb8e
|
Remove @Component from properties which is loaded by the autoconfig
module, because then will be 2 beans created
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-09 16:26:33 +01:00 |
|
SirWayne
|
a4cc3df092
|
Fix test properties
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-09 15:36:59 +01:00 |
|
SirWayne
|
ed97031faf
|
Merge branch 'master' into
feature_MECS-86_tenant_specific_polling_configuration
Conflicts:
hawkbit-autoconfigure/src/main/java/org/eclipse/hawkbit/autoconfigure/security/SecurityManagedConfiguration.java
hawkbit-core/src/main/java/org/eclipse/hawkbit/tenancy/configuration/TenantConfigurationKey.java
hawkbit-dmf-amqp/src/main/java/org/eclipse/hawkbit/amqp/AmqpControllerAuthentfication.java
hawkbit-dmf-amqp/src/test/java/org/eclipse/hawkbit/amqp/AmqpControllerAuthentficationTest.java
hawkbit-repository/src/test/resources/application-test.properties
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-09 13:29:40 +01:00 |
|
SirWayne
|
0824499322
|
Merge branch 'feature_MECS-86_tenant_specific_polling_configuration' of https://github.com/bsinno/hawkbit.git into feature_MECS-86_tenant_specific_polling_configuration
|
2016-03-09 11:13:09 +01:00 |
|
Jonathan Philip Knoblauch
|
65d3b5a6b8
|
Added license header and fixed sonar issue: Fields and methods should not have conflicting names
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
|
2016-03-09 10:54:05 +01:00 |
|
Michael Hirsch
|
75bf917e62
|
Merge branch 'master' of https://github.com/bsinno/hawkbit.git
|
2016-03-08 19:30:26 +01:00 |
|
Kai Zimmermann
|
bc7c7ec87d
|
Merge pull request #77 from bsinno/fix_mgmt_client_startup
fix mgmt client startup with xml problem and not unique bean exception
|
2016-03-08 18:06:54 +01:00 |
|
Michael Hirsch
|
dd7f7d2a9d
|
fix mgmt client startup with xml problem and not unique bean exception
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
|
2016-03-08 17:39:24 +01:00 |
|
Kai Zimmermann
|
692a7fbdca
|
Upgraded identified libs for 0.2
|
2016-03-08 13:41:18 +01:00 |
|
Kai Zimmermann
|
7260de9350
|
Merge pull request #75 from bsinno/BASEAMQP_SERVICE_TEST
Looks good, more tests are always welcome 😄
|
2016-03-08 13:30:07 +01:00 |
|
Kai Zimmermann
|
b1894e1d1d
|
Removed libraries out of test that where already covered by compile and provided
|
2016-03-08 12:41:15 +01:00 |
|
SirWayne
|
6c74c1186d
|
Create unit test for the json amqp message conversion
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-08 12:23:31 +01:00 |
|
Kai Zimmermann
|
e8473928c9
|
Merge pull request #61 from bsinno/Sonar_issue_Fields_and_methods_have_conflicting_names
👍 looks good, thx
|
2016-03-08 08:42:43 +01:00 |
|
Jonathan Philip Knoblauch
|
b54f203fad
|
Refactored the createAndStartRolloutInAsync test
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
|
2016-03-07 17:54:26 +01:00 |
|
Jonathan Philip Knoblauch
|
8f35b75857
|
Removed unused target parameter in method forceQuitAction and change assertEquals to assertThat
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
|
2016-03-07 14:44:34 +01:00 |
|
Kai Zimmermann
|
f730c9cee4
|
Merge pull request #73 from bsinno/Clean_Code
👍 looks good, thx @SirWayne
|
2016-03-07 13:56:57 +01:00 |
|
SirWayne
|
43d01da309
|
Fix typo after pull request review
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-07 13:35:26 +01:00 |
|
Jonathan Philip Knoblauch
|
cf48ef215a
|
Changed names for editRollout boolean and discardRolllout Button
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
|
2016-03-07 13:14:40 +01:00 |
|
SirWayne
|
f4791743ce
|
Add test case description
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-07 12:18:18 +01:00 |
|
Kai Zimmermann
|
670ba27ec2
|
Merge pull request #72 from bsinno/master
👍 ok
|
2016-03-07 10:51:09 +01:00 |
|
Jonathan Philip Knoblauch
|
7fec5c8407
|
Changed name saveDistributionButton to saveDistributionBtn and discardDistributionButton to discardDistributionBtn for consistency
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
|
2016-03-07 10:07:06 +01:00 |
|
SirWayne
|
52be35c7ff
|
Rename deadletter queue and exchange
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
|
2016-03-07 10:02:00 +01:00 |
|
Kai Zimmermann
|
f2fe6270f1
|
Merge pull request #70 from bsinno/amqp_sender_uses_wrong_method_to_send_to_exchange
looks good
|
2016-03-05 18:13:04 +01:00 |
|
Michael Hirsch
|
da9124cecd
|
use correct method to send the message to rabbitMQ, exchange was not
used from parameter
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
|
2016-03-05 17:43:39 +01:00 |
|
Kai Zimmermann
|
6cfde5f32c
|
Merge pull request #69 from bsinno/remove_component_annotation_from_amqp_properties
👍 merged
|
2016-03-05 14:47:06 +01:00 |
|
Michael Hirsch
|
ff156234fa
|
Annotation component must be removed because bean will otherwise
registered twice because of EnableAutoConfiguration in the
AmqpConfiguration
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
|
2016-03-05 14:11:37 +01:00 |
|
Kai Zimmermann
|
867de9a1e2
|
Merge pull request #68 from bsinno/update_vaadin_bom_7.6.3
Looks good
|
2016-03-05 11:51:18 +01:00 |
|
Michael Hirsch
|
fb9454d840
|
update vaadin-bom to 7.6.3 version because 7.5 version is not working
with updated vaadin 7.6 in hawkbit
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
|
2016-03-05 11:21:25 +01:00 |
|
Michael Hirsch
|
d8d8b9d54a
|
Merge pull request #67 from bsinno/remove-broken-css-compress
👍 ok merging...
|
2016-03-04 22:05:42 +01:00 |
|