Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

SW360 Updater: Handle change status #581

Open
3 tasks
neubs-bsi opened this issue Sep 2, 2020 · 0 comments
Open
3 tasks

SW360 Updater: Handle change status #581

neubs-bsi opened this issue Sep 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@neubs-bsi
Copy link
Contributor

Summary of the Feature

In the SW360 data model the variable "change status" is supposed to reflect weither a component release should update an existing release or contains changed data (for example different, curated sources), thus requiring to be stored as an own release with an appendix, as described in the data model documentation.

This functionality is still missing.

Idea:

  • change status is CHANGED
  • release is not updated with different information, but instead createRelease is called and a new release with a version and an appendix (e.g. 1.0.0-modified) is created.

Acceptance Criteria

  • Change Status reflects storage behaviour
  • A way of handling a 2nd modified release (e.g. release 1.0.0_modified already exists and the change status is once more "CHANGED") is introduced and defined
  • Documentation is updated

Definition of Done

  • Acceptance criteria fulfilled
  • A PR is created, the CI infrastructure reports green
  • The PR is reviewed and approved
  • No TODOs left in the code unless explained in the ticket, if something else is still open, this is summarized in a comment in the issue
  • Test cases are created to prove the functionality of the feature
  • Documentation is updated
@neubs-bsi neubs-bsi added the enhancement New feature or request label Sep 2, 2020
neubs-bsi added a commit to bosch-io/antenna that referenced this issue Sep 2, 2020
Issue: eclipse-archived#581

In the sw360 data model the documentation of the clearing states
are now added and the enum values are case corrected to be
upper case in the change status key.

Signed-off-by: Stephanie Neubauer <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant