Skip to content

Commit c60f024

Browse files
authored
Merge pull request #520 from OmkarPh/removeConclusions
Removed conclusions module
2 parents c22cdc8 + 0244dec commit c60f024

File tree

21 files changed

+21
-1209
lines changed

21 files changed

+21
-1209
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ New Features
1616
- Update app icon to a more visible one #382
1717
- Add color to DataTables "Progress..." pop-up #407
1818
- Update the display of scan headers #400
19+
- Remove ability to edit conclusions & remove conclusions view
1920

2021
Bug Fixes
2122
~~~~~~~~~

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@
55

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

1712
ScanCode Workbench is based on
1813
[Electron](https://electron.atom.io/) and will be the primary desktop/GUI tool

assets/app/css/main.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ body {
180180
overflow: hidden;
181181
}
182182

183-
.conclusion-status-dropdown { padding-left: 5px; }
184-
185183
.status-dropdown-menu { min-width: 110px; }
186184

187185
#zoom-controls {
@@ -687,13 +685,6 @@ div.dataTables_wrapper div.dataTables_processing {
687685
font-family: 'Lato', Helvetica, san-serif;
688686
}
689687

690-
/*---------------------------------------
691-
Conclusion DataTable
692-
-----------------------------------------*/
693-
.conclusions-table-container {
694-
width: 100%;
695-
height: 100%;
696-
}
697688

698689
/*---------------------------------------
699690
Select2 custom

assets/app/js/controllers/conclusionDataTable.js

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)