Kai Zimmermann
feb3369858
Custom Tenant configuration. ( #395 )
...
* Tenant configuration configurable.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-12-23 07:19:46 +01:00
Kai Zimmermann
92dd6a1a0e
Modular hawkBit ( #378 )
...
* Cleaned up component scan
* More flexibility for hawkBit micro services
* Introduce spring boot starters
* Eclipse Jetty as hawkBit default
* Fixed links as prep for wiki removal
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-12-13 12:29:21 +01:00
Kai Zimmermann
f0fc8f0606
Added mising update of DS property. ( #382 )
...
* Added mising update of DS property. Updated sonar plugin and make sure
that test code is not covered by sonar
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-12-09 14:42:04 +01:00
Kai Zimmermann
ca63106d5c
Make entities immutable and create proper update methods that state by signature what can be updated. ( #342 )
...
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-11-17 20:07:23 +01:00
Michael Hirsch
8be49a1184
Add filesystem artifact repository implementation ( #336 )
...
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
2016-11-14 11:23:50 +01:00
Jonathan Knoblauch
9b42c8cf57
Feature assert events within tests ( #341 )
...
* Count and assert repository events within a test.
Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com >
2016-11-14 10:25:49 +01:00
Dennis Melzer
866bc72114
Feature horizontal scalability ( #305 )
...
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-11-03 15:53:53 +01:00
Michael Hirsch
22272ba3c1
Feature hawkbit uaa extension ( #317 )
...
* use UserPrincipal to determine tenant at runtime
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
* add hawkbit-uaa extension
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
* adapt WithSpringAuthorityRule with UserPrincipal for determine tenant
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
* fix String principal in DDI download resource
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
* merge the email to the UserPrincipal from the master manually
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
* Fixed some grammar issues and typos
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com >
2016-10-31 13:16:03 +01:00
kaizimmerm
0332d31146
Removed external artifact from repository.
...
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-10-20 12:03:17 +02:00
Dominik Herbst
d81619a1a0
Refactored TimestampCalculator to be static and adjusted tests using PowerMock.
...
Signed-off-by: Dominik Herbst <dominik.herbst@bosch-si.com >
2016-10-14 10:32:10 +02:00
Dominik Herbst
4785f36b34
Merge branch 'master' into feature_target_filtering_supports_overdue
...
Conflicts:
hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/filtermanagement/FilterQueryValidation.java
hawkbit-ui/src/main/resources/VAADIN/themes/hawkbit/customstyles/target-filter-query.scss
2016-10-05 09:22:04 +02:00
Dominik Herbst
41955b7671
Changed VirtualPropertyResolver to accept TimestampCalculator in the constructor
...
Signed-off-by: Dominik Herbst <dominik.herbst@bosch-si.com >
2016-10-04 16:21:17 +02:00
Dominik Herbst
b1d9930d94
Optimized implementation of VirtualPropertyReplacer.
...
Added auto configuration for VirtualPropertyResolver.
Signed-off-by: Dominik Herbst <dominik.herbst@bosch-si.com >
2016-09-28 13:54:54 +02:00
Kai Zimmermann
5c53bef164
Configurable download URL generation ( #296 )
...
Configurable download URL generation.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-09-28 09:18:03 +02:00
kaizimmerm
b317823e86
Fixed entity content validation.
...
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-09-05 14:56:28 +02:00
SirWayne
a71179b5fa
Remove abstract mongo db test class, because every test starts a mongo.
...
This class is not necessary
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com >
2016-08-29 11:04:49 +02:00
kaizimmerm
05c45d70d9
Removed enable auto configure from repo config
...
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-08-24 09:40:35 +02:00
kaizimmerm
ff500d3bd7
Started migration for Boot 1.3 and Security 4.1
...
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-08-24 09:38:53 +02:00
Dominic Schabel
9c7db25197
Merge branch 'master' into Feature_Improve_Code_Quality
...
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com >
# Conflicts:
# hawkbit-repository/hawkbit-repository-test/src/main/java/org/eclipse/hawkbit/repository/test/util/WithSpringAuthorityRule.java
2016-08-08 16:40:00 +02:00
SirWayne
5f20066cff
Fix sonar issue
...
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com >
2016-08-05 15:55:49 +02:00
SirWayne
41e7c16713
Fix criticals sonar issues
...
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com >
2016-08-05 11:29:14 +02:00
SirWayne
88e5bdf8f4
Fix criticals sonar issues
...
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com >
2016-08-05 10:51:11 +02:00
Michael Hirsch
9c75ae308d
reduce usage of getTenantMetadata(String)
...
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
2016-08-02 13:01:31 +02:00
Michael Hirsch
046ec2b2ec
add preauthorize to system management
...
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
2016-08-01 17:22:21 +02:00
Michael Hirsch
0c2604d1a1
add unit test for initial creating tenant without security context
...
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com >
2016-07-18 13:03:39 +02:00
kaizimmerm
23cb62b9d9
Fix scheduled executor, auth exchange and simulator poll.
...
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
2016-06-24 13:59:19 +02:00
SirWayne
bcd496a1f4
Add Base Entity Matcher
...
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com >
2016-06-16 15:33:00 +02:00
Kai Zimmermann
44aaaab4e2
Fixed sonar issues and changes package of test repo classes for easier
...
sonar exclusion.
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com >
2016-06-04 22:07:26 +02:00
Kai Zimmermann
13f9791891
Removed JPA dependencies from runtime. Test only now.
...
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com >
2016-05-31 20:50:22 +02:00
Kai Zimmermann
e054a171ea
Merge branch 'feature_split_repo_into_api_impl' of https://github.com/bsinno/hawkbit.git into feature_split_repo_into_api_impl
2016-05-31 12:29:05 +02:00
Kai Zimmermann
91fd94b356
Migrated MySQL schema creation to test package. Small doc improvements
...
on testdatafactory.
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com >
2016-05-31 12:28:24 +02:00
SirWayne
b14d3bbd3c
Small fixes
...
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com >
2016-05-31 10:50:09 +02:00
Kai Zimmermann
7a98c58407
refactored test data generation. Refactored entity factor methods.
...
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com >
2016-05-31 08:51:49 +02:00