Skip to content

Commit

Permalink
Merge pull request #520 from OmkarPh/removeConclusions
Browse files Browse the repository at this point in the history
Removed conclusions module
  • Loading branch information
pombredanne authored Jun 9, 2022
2 parents c22cdc8 + 0244dec commit c60f024
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 1,209 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ New Features
- Update app icon to a more visible one #382
- Add color to DataTables "Progress..." pop-up #407
- Update the display of scan headers #400
- Remove ability to edit conclusions & remove conclusions view

Bug Fixes
~~~~~~~~~
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@

ScanCode Workbench provides an advanced visual UI to help you quickly evaluate
license and other notices identified by
[ScanCode](https://github.com/nexB/scancode-toolkit/) and record your conclusion
about the effective license(s) for a component.
[ScanCode](https://github.com/nexB/scancode-toolkit/).
[ScanCode](https://github.com/nexB/scancode-toolkit/) detects licenses, copyrights
and other interesting information in your code. ScanCode Workbench allows you to take the
scan results from ScanCode and create conclusions. By creating these conclusions
within your codebase, you are creating a software inventory of your product.
The conclusions (Concluded License, Concluded Owner, etc.) you make when
creating your conclusion can be exported as a JSON file or saved as SQLite file.
and other interesting information in your code.

ScanCode Workbench is based on
[Electron](https://electron.atom.io/) and will be the primary desktop/GUI tool
Expand Down
9 changes: 0 additions & 9 deletions assets/app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ body {
overflow: hidden;
}

.conclusion-status-dropdown { padding-left: 5px; }

.status-dropdown-menu { min-width: 110px; }

#zoom-controls {
Expand Down Expand Up @@ -687,13 +685,6 @@ div.dataTables_wrapper div.dataTables_processing {
font-family: 'Lato', Helvetica, san-serif;
}

/*---------------------------------------
Conclusion DataTable
-----------------------------------------*/
.conclusions-table-container {
width: 100%;
height: 100%;
}

/*---------------------------------------
Select2 custom
Expand Down
203 changes: 0 additions & 203 deletions assets/app/js/controllers/conclusionDataTable.js

This file was deleted.

Loading

0 comments on commit c60f024

Please sign in to comment.