Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added github-ci #1

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bb9d7f9
feat(licenseText): update license texts from SPDX
shaheemazmalmmd Jul 29, 2021
f42e073
feat(monk): New delimiters dnl
GMishx Aug 5, 2021
5f06960
feat(monkbulk): Custom delimters
GMishx Aug 6, 2021
9b474be
feat(ui): Read delimiters for clean text
GMishx Aug 19, 2021
a3c9290
hotfix(api): Add missing auth controller
GMishx Aug 30, 2021
6d7bd7f
Merge pull request #2094 from siemens/fix/api/add-authcontroller
shaheemazmalmmd Sep 1, 2021
0d52279
docs: Updated README.md and CONTRIBUTING.md
Piyussshh Apr 2, 2021
f7fda9d
Merge pull request #2099 from fossology/Piyussshh-master
ag4ums Sep 2, 2021
b3d8b47
feat(unifiedreport): include assigned to in component clearing section
shaheemazmalmmd Sep 1, 2021
edd4955
Merge pull request #2069 from siemens/contrib/licenseTextUpates
ag4ums Sep 17, 2021
7c42552
Merge pull request #2096 from siemens/feat/assignedToReport
ag4ums Sep 17, 2021
50b3bf1
feat(rest): Update upload information
GMishx Sep 22, 2021
4a97810
fix(upload): Fix upload description input
GMishx Sep 27, 2021
5573665
Merge pull request #2102 from siemens/fix/upload/upload-description
ag4ums Sep 27, 2021
3d71a2c
feat(os): Support Debian 11
GMishx Oct 4, 2021
357f068
Merge pull request #2106 from siemens/feat/os/debian-11
ag4ums Oct 19, 2021
4d855cf
Merge pull request #2073 from siemens/feat/monkbulk/clean-text
ag4ums Oct 20, 2021
14394ec
Merge pull request #2101 from siemens/feat/rest/update-upload-info
shaheemazmalmmd Oct 26, 2021
31dd1c4
feat(ci): GitHub-ci for c-tests
ag4ums Aug 24, 2021
6c241d2
fix(test): Fix licenseRef.json
GMishx Oct 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ The cardinal rule for creating good commits is to ensure there is only one
code changes entangled with the original commit.

- When troubleshooting problems using Git's bisect capability, small well
defined changes will aid in isolating exactly where the code problem was
-defined changes will aid in isolating exactly where the code problem was
introduced.

- When browsing history using Git annotate/blame, small well defined changes
- When browsing history using Git annotate/blame, small well-defined changes
also aid in isolating exactly where & why a piece of code came from.

Things to avoid when creating commits
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## About

FOSSology is an open source license compliance software system and toolkit. As a toolkit, you can run license, copyright and export control scans from the command line. As a system, a database and web UI are provided to give you a compliance workflow. In one click you can generate an SPDX file or a ReadMe with all the copyrights notices from your software. FOSSology deduplication means that you can scan an entire distro, rescan a new version, and only the changed files will get rescanned. This is a big time saver for large projects.
FOSSology is an open source license compliance software system and toolkit. As a toolkit, you can run license, copyright, and export control scans from the command line. As a system, a database and web UI are provided to give you a compliance workflow. In one click you can generate an SPDX file or a ReadMe with all the copyrights notices from your software. FOSSology deduplication means that you can scan an entire distro, rescan a new version, and only the changed files will get rescanned. This is a big time saver for large projects.

[Check out Who Uses FOSSology!](https://www.fossology.org)

Expand Down Expand Up @@ -98,7 +98,7 @@ and developer docs on [Github Wiki](https://github.com/fossology/fossology/wiki)

## Support

Mailing lists, FAQs, Release Notes, and other useful info is available
Mailing lists, FAQs, Release Notes, and other useful info are available
by clicking the documentation tab on the project website. We encourage
all users to join the mailing list and participate in discussions.
There is also a #fossology IRC channel on the freenode IRC network if
Expand Down