Florian Ruschbaschan
74630b4bce
Update .adoc path reference ( #1078 )
...
Signed-off-by: Florian Ruschbaschan <Florian.Ruschbaschan@bosch.io >
2021-02-11 16:43:28 +01:00
Stefan Schake
70ee9472bf
Fixup force delete action documentation ( #1042 )
...
This was doing a GET request and didn't even specify
the action ID.
Signed-off-by: Stefan Schake <stefan.schake@devolo.de >
2021-01-14 15:52:39 +01:00
Sebastian Firsching
8d3ba68be9
Fix already assigned targets ( #919 )
...
* Dont count not existing targets as already assigned to DS
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Add test for deploymentManagement
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Delete 404 error message from docs when target is not found
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Add text to implementation notes
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Add assertions to test
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Add expected behaviour to test description
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Refactor deploymentMgmtTest
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Filter out non-existing controllerIds
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Extend test descriptions
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Refactor createTargets method
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Add createTargetAndJsonArray method
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Correct expected test result
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Adapt rest docs
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Correct test
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Only count targets that exist for total and adapt test
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Use only existign targetWithActionTypes for assignment
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
* Rename targetIds to providedTargetIds
Signed-off-by: Sebastian Firsching <sebastian.firsching@bosch-si.com >
2020-01-13 12:41:59 +01:00
Robert Sing
b4025f9c27
improved documentation of ddi-rootcontroller resource's links list ( #887 )
...
* improved documentation of ddi-rootcontroller resource's links list
* fixed review comments
* improved formatting
Signed-off-by: Robert Sing <Robert.Sing@bosch-si.com >
2019-10-18 09:32:08 +02:00
Stefan Klotz
8687510131
Assign multiple distribution sets to a target via mgmt api ( #886 )
...
* Add multiassignment to mgmt api target endpoint
* Remove single assignment ds to targets offline
* Fix tests
* Add quota for maxResultingActionsPerManualAssignment
* Fix assignment with same target or distribution set multiple times in one request
* Log UI error
* Add tests
* Enable single assignment requests with multiple DSs and types
* Remove redundant target to DS assignment methods
* Add tests, fix assignment
* Fix possible nullpointer during target assignment request
* Update api docu
* Clean up deployment management code
* Enforce MaxActions quota for offline assignment
* Fix review findings
* Rename property, add migration into
* Add builder for DeploymentRequest
* Change offline assignment method to accept an assignment list, like online assignment
* Fix PR findings
Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com >
2019-09-17 14:20:26 +02:00
Ahmed Sayed
d40b11d2ab
introduced open actionIds in MgmtTargetAssignmentResponseBody ( #864 )
...
* introduced open actionIds in MgmtTargetAssignmentResponseBody
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed SonarQube issues
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* removed unused method parameter
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* updated documentation tests
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* added limit to the alreadyAssignedActions in the AssignmentResult
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* moved alreadyAssignedActions limitation to MgmtDistributionSetMapper
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed review findings
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* removed alreadyAssignedActions
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed sonarQube issues
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed compilation error
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed PR review findings
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed PR review findings
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* Renamed AssignmentResult to AbstractAssignmentResult
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed review findings
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* fixed formatting
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
* reverted method visibility
Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com >
2019-08-20 11:31:20 +02:00
Bondar Bogdan
0cf4f8e8b9
Feature target metadata ( #757 )
...
* Defined the model for target matadata and the corresponding repository layer/management
* Added target metadata quotas incl enforcement
* Extended Target Mgmt REST API to allow for metadata CRUD operations
* Added migration scripts for each database
* Added back reference to target metadata in JpaTarget
* Added tests for target management, Mgmt REST API, target metadata RSQL, and REST documentation
* Updated asciidocs for target rest documentation
* Fix Allure imports and annotations
* Fix review findings
Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch-si.com >
Signed-off-by: Stefan Behl <stefan.behl@bosch-si.com >
2018-10-29 11:28:34 +01:00
Kai Zimmermann
d8ad9f6ef0
Sandbox uri and user includes DEMO hint ( #692 )
...
* New sandbox name und users.
* Fix controllerId in DDI docs.
* Optimise README set new creds
* Revert accidental checkin
* Fix typo.
* Cleanup text.
* Merge
2018-06-06 16:52:34 +02:00
Michael Müller
cef7c2bbf2
Feature Approval Workflow for rollouts ( #678 )
...
* implement feature approval workflow
Signed-off-by: Ioannis Spyropoulos <ioannis.spyropoulos@bosch-si.com >
Signed-off-by: Michael Müller <Michael.Mueller17@bosch-si.com >
* add documentation for REST endpoints
Signed-off-by: Ioannis Spyropoulos <ioannis.spyropoulos@bosch-si.com >
Signed-off-by: Michael Müller <Michael.Mueller17@bosch-si.com >
* fix broken documentation test
Signed-off-by: Ioannis Spyropoulos <ioannis.spyropoulos@bosch-si.com >
* fix broken documentation test II
Signed-off-by: Ioannis Spyropoulos <ioannis.spyropoulos@bosch-si.com >
2018-06-04 16:36:56 +02:00
Kai Zimmermann
428e3af2bc
hawkBit rest docs (management & DDI API) ( #688 )
...
* hawkBit REST docs.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Fiy gitignore.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Add to website.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Switch to generated docs.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Fix typos.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Review findings.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Otimizations.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Revert accidental checkin.
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com >
* Add security link.
2018-05-24 16:10:01 +02:00