Skip to content

Commit

Permalink
Merge pull request #1081 from eclipse/mcj/chore/rel13
Browse files Browse the repository at this point in the history
chore(rel): bumping version to 13.0.0 in files

tested-by:[email protected]
  • Loading branch information
mcjaeger authored Dec 20, 2020
2 parents 64610e4 + 78c7230 commit db6be28
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,54 @@ This is the changelog file of the sw360 project. It starts with the first releas

https://github.com/sw360/sw360portal/releases

## sw360-13.0.0-M1

We tagged this release, because there are persons testing the current master and not seeing the migration script on the database required. The migration on the database came in because of changes on the obligations. After the major work on the obligations data model in the previous release, more work on the UI made a migration script necessary (number `042`). Please note that per our versioning convention, the database migration script makes the tag `13.0` not `12.1`.

### Migrations

For existing installations, a data migration is required. Please go to the readme file in `scripts/migrations` to see more information:

https://github.com/eclipse/sw360/blob/master/scripts/migrations/README.md

For running the migrations scripts, you will need python and the couchdb package. Please note that you will need to change manually in the python file: the `DRYRUN` variable and the couchdb URL (if that is not on localhost or requires password or both).

### Credits

The following github users have contributed to the source code since the last release (in reverse order of commit appearance):

```
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
```

### Features Summary

* `1246c023` feat(SplitComponent): Add tooltip for releases of component with SourceCodeDownloadUrl and BinaryDownloadUrl during split feature
* `2eafe3d5` feat(rest): Accept 'downloadurl' in request body as 'sourceCodeDownloadurl' as an alternative to original value 'sourceCodeDownloadurl' for Create and update Release APIs
* `ccf05247` feat(ChangeLogs): Fixed issue related to null to empty string or collection conversion
* `20be42db` fix(rest): Fixed update Project API issue - unexpected changes in some fields like moderators, contributors, etc
* `cf4bdcfa` feat(UtilityScript): Script for couchdb 2.x to update a field(String) in project document to a new value
* `ea009aed` feat(Obligation): Add License Obligation from License Database based on licenses found in accepted attachments in Release and its LicenseInfo attachmentUsage in Project
* `a6cf31a3` feat(projectEdit): Project creators and moderators can edit few fields in a closed project
* `2496f037` feat(ClearingReport): Added hyperlink to release document in project clearing report, Changed Font Style (Arial) and Font Size (9) for table content
* `bd07d53e` feat(CR-UI): Added Advaced filter for CR & fix # of components count

### Corections

* `c18b42b9` fix(clearingreport): Error while downloading clearing report
* `3ff60a09` fix(ExportSpreadSheet): Fixed ClassNotFoundException while export Spreadsheet
* `431e1673` fix(ClearingReport): Fixed null pointer issue for replace text in Clearing report
* `3ff60a09` fix(ExportSpreadSheet): Fixed ClassNotFoundException while export Spreadsheet
* `431e1673` fix(ClearingReport): Fixed null pointer issue for replace text in Clearing report

### Infrastructure

* `71348b4f` chore(deps): Upgrade dependencies (LibreOffice et al)

## sw360-12.0.0-M1

This release something special because it brings a lot, really a lot of changes in the database model, more specifically it is a refactoring of the licenses and obligation objects. Following corrections:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<!-- This is first of two places for changing the version of SW360 -->
<!-- note that 6.1.0-SNAPSHOT relates to 6.0.${patchlevel} -->
<!-- pls see also the profile cli -->
<revision>12.${patchlevel}</revision>
<patchlevel>1.0-SNAPSHOT</patchlevel>
<revision>13.${patchlevel}</revision>
<patchlevel>0.0</patchlevel>
<java.version>11</java.version>
<ektorp.version>1.5.0</ektorp.version>
<thrift.version>0.13.0</thrift.version>
Expand Down
4 changes: 4 additions & 0 deletions scripts/migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ To migrate it is recommended to do this in the following order:
- `040_rename_downloadurl_to_sourceCodeDownloadurl_in_Release.py`
- `041_update_release_moderation_with_downloadurl.py`

### 12.0.0 -> 13.0.0

- `042_remove_validForProject_from_Obligation.py`

## Optional usage
- `009_overwrite_release_name_with_component_name.py`
- `010_repair_missing_vendorId_links_in_releases.py`
Expand Down

0 comments on commit db6be28

Please sign in to comment.