-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e5e64fd
Showing
28 changed files
with
1,753 additions
and
0 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,22 @@ | ||
{{ range .Versions }} | ||
<a name="{{ .Tag.Name }}"></a> | ||
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) | ||
|
||
{{ range .CommitGroups -}} | ||
### {{ .Title }} | ||
|
||
{{ range .Commits -}} | ||
* {{ .Subject }} | ||
{{ end }} | ||
{{ end -}} | ||
|
||
{{- if .NoteGroups -}} | ||
{{ range .NoteGroups -}} | ||
### {{ .Title }} | ||
|
||
{{ range .Notes }} | ||
{{ .Body }} | ||
{{ end }} | ||
{{ end -}} | ||
{{ end -}} | ||
{{ end -}} |
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,27 @@ | ||
style: gitlab | ||
template: CHANGELOG.tpl.md | ||
info: | ||
title: CHANGELOG | ||
repository_url: http://mod.lge.com/code/projects/OSC/repos/fosslight_source | ||
options: | ||
commits: | ||
# filters: | ||
# Type: | ||
# - feat | ||
# - fix | ||
# - perf | ||
# - refactor | ||
commit_groups: | ||
# title_maps: | ||
# feat: Features | ||
# fix: Bug Fixes | ||
# perf: Performance Improvements | ||
# refactor: Code Refactoring | ||
header: | ||
pattern: "^((\\w+)\\s.*)$" | ||
pattern_maps: | ||
- Subject | ||
- Type | ||
notes: | ||
keywords: | ||
- BREAKING CHANGE |
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,24 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: soimkim | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**System environment (please complete the following information):** | ||
- OS: [e.g. Ubuntu 16.04, Windows, Mac OS] | ||
- Python : [e.g. python3.7] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: soimkim | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,147 @@ | ||
|
||
<a name="v1.3"></a> | ||
## [v1.3](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/compare/v1.2...v1.3) (2021-03-21) | ||
|
||
### Add | ||
|
||
* Add files for Change Log | ||
* Add files for automating test | ||
|
||
### Merge | ||
|
||
* Merge pull request [#8](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/issues/8) in OSC/fosslight_source from develop2 to master | ||
* Merge pull request [#7](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/issues/7) in OSC/fosslight_source from develop2 to master | ||
* Merge pull request [#6](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/issues/6) in OSC/fosslight_source from develop2 to master | ||
* Merge pull request [#5](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/issues/5) in OSC/fosslight_source from develop2 to master | ||
|
||
### Move | ||
|
||
* Move source files to src | ||
|
||
### Organize | ||
|
||
* Organize Source Code | ||
|
||
### Prevent | ||
|
||
* Prevent duplicate output of logs | ||
|
||
|
||
* Print log to file and console | ||
|
||
### Remove | ||
|
||
* Remove undetected items from results | ||
|
||
### Update | ||
|
||
* Update README file | ||
|
||
|
||
<a name="v1.2"></a> | ||
## [v1.2](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/compare/v1.1...v1.2) (2021-02-24) | ||
|
||
### Add | ||
|
||
* Add 'exclude' in ScanCodeItem and remove 'licenseref-scancode-' prefix | ||
|
||
### Apply | ||
|
||
* Apply logging | ||
|
||
### Change | ||
|
||
* Change the method to exclude directory | ||
|
||
### Fix | ||
|
||
* Fix bug for SPDX null | ||
* Fix a bug related to creating json | ||
|
||
### Remove | ||
|
||
* Remove unused package | ||
|
||
### Specify | ||
|
||
* Specify the number of multiprocesses | ||
|
||
|
||
<a name="v1.1"></a> | ||
## [v1.1](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/compare/v1.0...v1.1) (2021-02-16) | ||
|
||
### Ignore | ||
|
||
* Ignore future warnings | ||
|
||
### Update | ||
|
||
* Update ScanCode version | ||
|
||
|
||
<a name="v1.0"></a> | ||
## [v1.0](http://mod.lge.com/code/projects/OSC/repos/fosslight_source/compare/v0.1...v1.0) (2020-10-27) | ||
|
||
### Add | ||
|
||
* Add parameter -o for setting output excel file name | ||
* Add LICENSE file | ||
* Add new line to README | ||
|
||
### Change | ||
|
||
* Change OSS Report file name | ||
* Change package name to fosslight_source | ||
|
||
### Distribute | ||
|
||
* Distribute as a package | ||
|
||
### Fix | ||
|
||
* Fix a bug releated to length of sheet name | ||
|
||
### Install | ||
|
||
* Install ScanCode as python package | ||
|
||
|
||
* Print result as csv | ||
|
||
### Run | ||
|
||
* Run ScanCode and print OSS Report | ||
|
||
### Set | ||
|
||
* Set file name to all output files | ||
|
||
### Sorting | ||
|
||
* Sorting by license | ||
|
||
### Update | ||
|
||
* Update README file | ||
* Update README | ||
* Update README | ||
|
||
|
||
<a name="v0.1"></a> | ||
## v0.1 (2020-09-01) | ||
|
||
### Add | ||
|
||
* Add README | ||
* Add parameter -p | ||
|
||
### Convert | ||
|
||
* Convert json result to OSS Report | ||
|
||
### Exclude | ||
|
||
* Exclude files that have not been licensed | ||
|
Oops, something went wrong.