-
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
chore(rel): changing files for tagging 15.0 #1457
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,61 @@ This is the changelog file of the sw360 project. It starts with the first releas | |
|
||
https://github.com/sw360/sw360portal/releases | ||
|
||
|
||
## sw360-15.0.0-M1 | ||
|
||
This tag covers many corrections/bug fixes after the 14.0 release. | ||
|
||
This release provides features, muliple bug fixes for release 14.0, for example, new REST endpoints, new integration test suite. | ||
|
||
### Credits | ||
|
||
The following github users have contributed to the source code since the last release (in alphabetical order): | ||
|
||
``` | ||
Anupam Ghosh <anupam.ghosh@siemens.com> | ||
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
Gaurav Mishra <gmishx@gmail.com> | ||
He, Albert <albert.he@sap.com> | ||
Jaideep Palit <jaideep.palit@siemens.com> | ||
ravi110336 <kumar.ravindra@siemens.com> | ||
Smruti Prakash Sahoo <smruti.sahoo@siemens.com> | ||
``` | ||
|
||
Please note that also many other persons usually contribute to the project with reviews, testing, documentations, conversations or presentations. | ||
|
||
### Features | ||
|
||
* `9807d381` feat(ui): Added new Clearing State and Attachment Type | ||
* `77f06a6e` feat(ci): Remove dependency of commonsIO from client | ||
* `be212373` feat(ci): Fixed Attachment test cases | ||
* `bf43f889` feat(ci): Fixed Release test cases | ||
* `790c935f` feat(ci): Fixed component test cases | ||
* `32ae085f` feat(ci): Run Client Integration Test for rest api on DB | ||
* `77f49ec2` feat(ui): Added new column for ECCN in ECC status tab of project details view | ||
* `8ed3c68d` feat(AttachmentTypeUI):Add a new attachment type Security Assessment. | ||
* `2e593adf` feat(client): Added Java Client Apis for vulnerability endpoints. | ||
|
||
### Corrections | ||
|
||
* `2b562699` fix(ci): Fixed vulnerability IT testcases | ||
* `854c6453` fix(release): Fixed mainline state is empty when creating a release by ui or rest | ||
* `be26f6ca` fix(ci): Fixed Project Client Testcases | ||
* `e06eb192` fix(ci): Fixed License Testcases | ||
* `2261b62f` fix(script): Fixed deployment status check after spring boot updat | ||
* `02ecfe6f` Fix default config not working issue | ||
* `30e404bd` Fix component list sorting error | ||
* `f6337094` fix(rest): Optimize rest api for get project by tag, type, group | ||
|
||
### Infrastructure | ||
|
||
* `376d5b94` chore(deps): bump log4j-core from 2.17.0 to 2.17.1 | ||
* `4fc46d41` chore(deps): bump log4j-core from 2.16.0 to 2.17.0 | ||
* `c386b4c6` log4j version upgrade to 2.16.0(log4j-vulnerability) | ||
* `b8ebd682` chore(rel): Changing back to 14.1.0-SNAPSHOT | ||
* `0368ae99` chore(readme): Update release badge to latest | ||
|
||
|
||
## sw360-14.0.0-M1 | ||
|
||
This tag covers many corrections/bug fixes after the 13.4 release. | ||
|
@@ -141,6 +196,7 @@ Please note that also many other persons usually contribute to the project with | |
* `baaa9f42` fix(search): search releases while linking to project | ||
* `00083ea8` fix(backend): Issues with boolean and timestamp field deserialization and get attachment info REST | ||
|
||
|
||
## sw360-13.3.0-M1 | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we need the description for the sw360-13.3.0-M1 in the new tagging 15.0. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we keep on updating the CHANGELOG.md for new tags/release |
||
This tag is applied to have the migration from cloudant to ektorp in one single step. Ektorp is a Java library which provides an object oriented interface to the (REST-based) access to couchdb. It has been used in sw360 from day 1. Now we concluded to replace ektorp: it does not support paging; having our server growing larger and lager and serving more and more users, receiving results sets from a couchdb view without paging is a pain. And it did not look like it will be supported, because the ektorp project looks calm now (last commit to master in 2017). Among the available options for replacing ektorp, we choose the java-client from the open source project cloudant (version 2.19.1, see https://github.com/cloudant/java-cloudant). It supports paging and offers potentially other interesting features (caching, compatibility with MongoDB, etc.). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we need the sw360-14.0.0-M1 tagging since we are tagging to 15.0 not sure, if it is not needed then may be we can remove this.
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.
we keep on updating the CHANGELOG.md for new tags/release