Skip to content

Commit 63a1fa6

Browse files
authored
Merge pull request #1417 from siemens/chore/tag-14.0
chore(rel): changing files for tagging 14.0 reviewed-by: [email protected]
2 parents 9249db5 + f4bb16f commit 63a1fa6

File tree

3 files changed

+88
-3
lines changed

3 files changed

+88
-3
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,91 @@ This is the changelog file of the sw360 project. It starts with the first releas
44

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

7+
## sw360-14.0.0-M1
8+
9+
This tag covers many corrections/bug fixes after the 13.4 release.
10+
11+
This release provides features, muliple bug fixes for release 13.4, for example, new REST endpoints, new functions in the UI and changelog enable/disable from sw360.properties.
12+
13+
### Migrations
14+
15+
For existing installations, a data migration is required. Please go to the readme file in scripts/migrations to see more information:
16+
17+
https://github.com/eclipse/sw360/blob/master/scripts/migrations/README.md
18+
19+
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).
20+
21+
### Credits
22+
23+
The following github users have contributed to the source code since the last release (in alphabetical order):
24+
25+
```
26+
Abdul Kapti <[email protected]>
27+
Anupam Ghosh <[email protected]>
28+
Jaideep Palit <[email protected]>
29+
Kouki Hama <[email protected]>
30+
Michael C. Jaeger <[email protected]>
31+
ravi110336 <[email protected]>
32+
33+
Smruti Prakash Sahoo <[email protected]>
34+
Tran Vu Quan <[email protected]>
35+
```
36+
37+
Please note that also many other persons usually contribute to the project with reviews, testing, documentations, conversations or presentations.
38+
39+
### Features
40+
41+
* `e1923ac3` feat(UI): import OSADL obligation information and update screen of Adding new obligation
42+
* `2b6b9a9d` feat(UI): CLI file clean up assistant
43+
* `3702de56` feat(rest): Added rest api to create duplicate of project
44+
* `8ff2748f` feat(RestAPI):Update the attachment status with the approver/rejecter Name and Group.
45+
* `e3d8122a` feat(ProjectUI): Add new values to Obligation status
46+
* `3bab5e99` feat(ui): Display,update vulnerability for linked projects in project details view
47+
* `8d1f96ff` feat(log): Added output processing of the change log
48+
* `a873ad83` feat(ReleaseUI): License to SourceFile Mapping
49+
* `533ace69` feat(rest): Add Rest API for linking release to release
50+
51+
### Corrections
52+
53+
* `ea72ce63` fix(ui): Fixed redirect page from Release Edit page to Release Details page
54+
* `ce9d9550` fix(changelog):Fixed the file permission issue for sw360 changelog.
55+
* `9ef38314` fix(rest): Change base url of health api from /actuator to /
56+
* `843f1f8d` fix(rest): Get component by name case insensitive
57+
* `96a59335` fix(rest): Create duplicate project clearing state should always be open and not copied
58+
* `fc1f1e39` fix(sw360ChangeLog):Configure the sw360ChangeLog path.
59+
* `d27527d3` fix(docker): Fixed cannot upload attachment more than 1 MB by Rest Api
60+
* `46e6eb18` fix(views): Optimize views for components
61+
* `2e8a9cc8` fix(views): Optimize views for releases
62+
* `21682a3a` fix(views): Optimize views to load large projects
63+
* `65719867` fix(rest): Fixed hateoas link not showing correct protocol
64+
* `0ed91d75` fix(ui): Links in ReadmeOss as HTMl are not rendered properly
65+
* `edeb13d2` fix(ui): fix the bug that attachments usages in project cannot show other line
66+
* `5bff785f` fix(rest): Update project vulnerabilities
67+
* `0202f9df` fix(rest): Fixed projects loading issue in REST
68+
* `62d8887b` fix(UI):Component details not shown for the Security Admin Role.
69+
* `1db9afda` fix(rest): Added new parameter luceneSearch to Get Project List Api, to get project list based on lucene search
70+
* `3305fc6b` fix(Japanese) : Update and modify Japanese translations
71+
* `2f85cf70` fix(projects): Fixed thrift timeout by optimizing projects loading
72+
* `aa8574eb` fix(upgradeVersion): Updated resource server properties for Spring 2.X
73+
* `a0f1861b` fix(upgrade version): fixed the test cases failure issue when generating the rest docs.
74+
* `033d912a` fix(upgradeVersion): Fixed Test case for authorization server with spring boot version upgrade * Refactored code and removed commented lines
75+
* `71bf74bc` fix(upgradeVersion):Upgrade version.
76+
* `2e98d07d` fix(RestAPI):500 Internal server error from releases API.
77+
* `eb6192bc` fix(ui): Cleanup moderation request on deleting project/release/component
78+
* `57e08173` fix(ui): Changes in External urls in Project are not registered in Moderation Request. Closed Moderation Request doesnot show Proposed changes
79+
* `8b5ffecc` fix(Rest):make SW360 REST API Get Releases by Name Case-Insensitive.
80+
* `97a72951` fix(DBTestsFail): Migrating databasetest.properties to couchdb-test.properties.
81+
* `6c3c51ec` fix(log): Fix indentation issue in source code.
82+
* `4ab50904` fix(MyProjectErrorMessage):update the error message in UI for the project which is not accessible.
83+
* `d2f22b80` fix(ui): Fixed js error while merge component/release with null additional data
84+
* `9c4d2f0d` fix(rest): Added exception processing for authorization
85+
* `af443442` fix(script): add password and user in couchdb-lucene.ini
86+
* `318d0923` fix(docker):Update couchdb3.1 ubuntu20.04 liferay7.3.4 postgresql12
87+
* `5ec1df6a` fix(ci) added new files to license check script
88+
* `26dc7333` fix(ui): Fixed create/update users with uppercase email or externalid
89+
* `db1c1a97` fix(ui): User should be able to edit group of project
90+
91+
792
## sw360-13.4.0-M1
893

994
This tag covers many corrections and bug fixes after the 13.3 release. Th eproductive use of 13.3 has revealed a number of issues resulting from the big persistence layer switch.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://travis-ci.org/eclipse/sw360.svg?branch=master)](https://travis-ci.org/eclipse/sw360)
33
[![Slack Channel](https://img.shields.io/badge/slack-sw360chat-blue.svg?longCache=true&logo=slack)](https://join.slack.com/t/sw360chat/shared_invite/enQtNzg5NDQxMTQyNjA5LThiMjBlNTRmOWI0ZjJhYjc0OTk3ODM4MjBmOGRhMWRmN2QzOGVmMzQwYzAzN2JkMmVkZTI1ZjRhNmJlNTY4ZGI)
44
[![Changelog](https://badgen.net/badge/changelog/%E2%98%85/blue)](https://github.com/eclipse/sw360/blob/master/CHANGELOG.md)
5-
[![version](https://img.shields.io/badge/version-13.4.0-blue)](https://github.com/eclipse/sw360/releases/tag/sw360-13.4.0-M1)
5+
[![version](https://img.shields.io/badge/version-13.4.0-blue)](https://github.com/eclipse/sw360/releases/tag/sw360-14.0.0-M1)
66

77
### SW360 Portal
88

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<!-- This is first of two places for changing the version of SW360 -->
5151
<!-- note that 6.1.0-SNAPSHOT relates to 6.0.${patchlevel} -->
5252
<!-- pls see also the profile cli -->
53-
<revision>13.4.${patchlevel}</revision>
54-
<patchlevel>0-SNAPSHOT</patchlevel>
53+
<revision>14.0.${patchlevel}</revision>
54+
<patchlevel>0</patchlevel>
5555
<java.version>11</java.version>
5656
<ektorp.version>1.5.0</ektorp.version>
5757
<thrift.version>0.14.0</thrift.version>

0 commit comments

Comments
 (0)