You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+158Lines changed: 158 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,164 @@ This is the changelog file of the sw360 project. It starts with the first releas
4
4
5
5
https://github.com/sw360/sw360portal/releases
6
6
7
+
## sw360-18.1.0-M1
8
+
This tag includes important corrections and fixes following the 18.0 pre-release. It is also the final tag with Liferay, as SW360 will use the SW360-frontend project (https://github.com/eclipse-sw360/sw360-frontend) starting from the next release.
9
+
10
+
### Migrations
11
+
12
+
For existing installations, a data migration is required with PR 1963. Please go to the readme file in scripts/migrations to see more information:
Note: 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).
17
+
18
+
### Credits
19
+
20
+
The following github users have contributed to the source code since the last release (in alphabetical order):
*`2ddf76f0` feat(user): Enable API user endpoint by default
63
+
*`36a41cef` feat(Obligation): adding obligation type data in license obligation table.
64
+
*`44219a39` feat(rest) : Pagination for vulnerability tracking status
65
+
*`b925c0ab` Revert "feat(UI): enhanced date filter for open and closed clearing requests tab"
66
+
*`a3038447` feat(UI): enhanced date filter for open and closed clearing requests tab
67
+
*`9f9a1ffa1` feat(UI): Add an info button in the create CR page
68
+
*`b98d346a4` feat(UI): Add clearing type column in closed clearing request tab
69
+
*`b6aa50650` feat(Project): - Extract license from all releases in dependency network when download license information of a project - Generate source code bundle from all releases in dependency network when download Generate source code bundle for a project
70
+
*`49f5486fa` feat(rest): endpoint to link sourceProject to list of projects.
71
+
*`1ab14350b` feat(CR): Disable Clearing Request creation for the projects which have linked releases without SRC type attachment
72
+
*`bcd600c26` feat(User): Add new endpoints to get/update requesting user profile
73
+
*`3cb73c19f` feat(rest): Create new endpoint to unschedule all services.
74
+
*`83a2b3a28` feat(license): Listing obligations by license
*`6e1964a40` fix(rest-fossology): applied changes for upload endpoint
139
+
*`5a83fe2c9` fix(RequestsPortlet): Unable to reopen CR, Open Components to display open releases, clearing progress to show percentage
140
+
*`2fdd5f4c5` fix(Rest): Allowing search for releases using externalIds
141
+
*`d9fce216f` Fix(package): Fix issues api for package - Cannot unlink orphan packages from the project - Cannot link a package to a release without any package - Handle message when package with same purl already exists
142
+
*`02d84be81` fix (rest) : rest api created for component search by lucene search
0 commit comments