-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(licenses): adding support for project-only obligations #517
Conversation
a176314
to
1676398
Compare
1676398
to
1584cf4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take care of it |
https://github.com/eclipse/sw360/wiki/Dev-DoD-and-Style ... commit message should be like |
Ref: siemens#19 |
Ah, thanks for the pointer. |
1584cf4
to
dd4c33a
Compare
tested again and looks OK |
@thegrumpylion test seem to fail ... I think you can check the log output from the CI run. Since your works are related to the license infoemation I suspect it might be connected with your PR. Could you please have a look?
|
0a82e89
to
bb1d89b
Compare
2c5391f
to
738fdd6
Compare
This change introduces a new portlet for managing TODOs under the Admin menu. There are 2 views. One for listing TODOs saved in the database and one for adding a new one. In the listing view, the delete action is also available but can only be executed by users with SW360_ADMIN rights and above. This new PrivatePages.lar includes the TODOs management portlet. Signed-off-by: Nikolas Sepos <[email protected]>
738fdd6
to
28d252e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did a deployment using sw360vagrant:
values for "did fulfill" are not stored, neither existing project nor new one: following flow:
- create a project and check the check box for some bogus todo "rest":
- Save it and it looks like:
(nothing saved w.r.t. obligations)
- edit again, this time both obligations:
- looks successful:
- but not for the values for obligations:
Remarks
- tested with admin and clearing admin level also project in screenshot was created by clearing admin.
- No exception in this logs
cleared FF caches and files to be 100% sure about my testing -> then it works !!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
retest with cleared caches: works ...
UI glitches will be fixed with #398 |
This commits add a migration script for changing the 'todoId' into the 'title' for todo documents. This is necessary due to the changes in eclipse-sw360#517. Closes eclipse-sw360#586 Signed-off-by: Leo von Klenze <[email protected]>
This commits add a migration script for changing the 'todoId' into the 'title' for todo documents. This is necessary due to the changes in eclipse-sw360#517. Closes eclipse-sw360#586 Signed-off-by: Leo von Klenze <[email protected]>
This commits add a migration script for changing the 'todoId' into the 'title' for todo documents. This is necessary due to the changes in eclipse-sw360#517. Closes eclipse-sw360#586 Signed-off-by: Leo von Klenze <[email protected]>
This commits add a migration script for changing the 'todoId' into the 'title' for todo documents. This is necessary due to the changes in #517. Closes #586 Signed-off-by: Leo von Klenze <[email protected]>
This commits add a migration script for changing the 'todoId' into the 'title' for todo documents. This is necessary due to the changes in eclipse-sw360#517. Closes eclipse-sw360#586 Signed-off-by: Leo von Klenze <[email protected]>
This change introduces a new portlet for managing TODOs under the Admin
menu. There are 2 views. One for listing TODOs saved in the database and
one for adding a new one. In the listing view, the delete action is also
available but can only be executed by users with SW360_ADMIN rights and
above.
Signed-off-by: Nikolas Sepos [email protected]