forked from eclipse-sw360/sw360
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'eclipse-sw360:main' into master
- Loading branch information
Showing
1,401 changed files
with
20,188 additions
and
120,275 deletions.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Global SW360 repo code owners ( owns all code ) | ||
* @heliocastro @gmishx @koukihama @arunazhakesan @ag4ums | ||
|
||
# Docker specific | ||
Dockerfile @heliocastro | ||
docker-compose.yml @heliocastro | ||
|
This file was deleted.
Oops, something went wrong.
137 changes: 0 additions & 137 deletions
137
.github/actions/clean_up_package_registry/clean_up_package_registry.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: daily | ||
|
||
- package-ecosystem: docker | ||
directory: / | ||
schedule: | ||
interval: daily | ||
|
||
- package-ecosystem: maven | ||
directory: / | ||
schedule: | ||
interval: daily |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
labels: bug | ||
--- | ||
|
||
<!-- Before filling this issue, please read the wiki (https://eclipse.org/sw360) | ||
and search if the bug do not already exists in the issues (https://github.com//eclipse-sw360/sw360/issues). --> | ||
|
||
### Description | ||
|
||
Please describe your issue in few words here. | ||
|
||
#### How to reproduce | ||
|
||
Describe the bug and list the steps you used when the issue occurred. | ||
|
||
#### Screenshots ( if applicable ) | ||
|
||
Add screenshots to help explain your problem. | ||
|
||
### Versions | ||
|
||
* Docker version OR | ||
* Last commit id on main | ||
|
||
#### SW360 logs | ||
|
||
* With docker through `docker logs sw360` | ||
* From bare metal / vm install system under /var/log/sw360/sw360.log and /var/log/tomcat/error.log |
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 |
---|---|---|
@@ -1,31 +1,21 @@ | ||
[//]: # (This program and the accompanying materials are made) | ||
[//]: # (available under the terms of the Eclipse Public License 2.0) | ||
[//]: # (which is available at https://www.eclipse.org/legal/epl-2.0/) | ||
[//]: # (SPDX-License-Identifier: EPL-2.0) | ||
|
||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
labels: bug | ||
--- | ||
> Please provide a summary of your changes here. | ||
> * Which issue is this pull request belonging to and how is it solving it? (*Refer to issue here*) | ||
> * Did you add or update any new dependencies that are required for your change? | ||
<!-- Before filling this issue, please read the wiki (https://eclipse.org/sw360) | ||
and search if the bug do not already exists in the issues (https://github.com//eclipse-sw360/sw360/issues). --> | ||
Issue: | ||
|
||
### Description | ||
### Suggest Reviewer | ||
> You can suggest reviewers here with an @mention. | ||
Please describe your issue in few words here. | ||
### How To Test? | ||
> How should these changes be tested by the reviewer? | ||
> Have you implemented any additional tests? | ||
#### How to reproduce | ||
|
||
Describe the bug and list the steps you used when the issue occurred. | ||
|
||
#### Screenshots ( if applicable ) | ||
|
||
Add screenshots to help explain your problem. | ||
|
||
### Versions | ||
|
||
* Docker version OR | ||
* Last commit id on main | ||
|
||
#### SW360 logs | ||
|
||
* With docker through `docker logs sw360` | ||
* From bare metal / vm install system under /var/log/sw360/sw360.log and /var/log/tomcat/error.log | ||
### Checklist | ||
Must: | ||
- [ ] All related issues are referenced in commit messages and in PR |
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
Oops, something went wrong.