-
Notifications
You must be signed in to change notification settings - Fork 307
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
Extra fi and spaces deletion #441
Conversation
With this changes the user can input international characters like á, ì and ç.
Correction of the Checklist Order on a Sprint. Before: 1.1, 1.10, 1.2 Now: 1.1, 1.2, 1.10
Correction of unused variable and "Redefining built-in 'list'" Codacy issues.
Order requirements in checklist page
Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.
Buttons hidding or not acordint to checklist status in Project-Summary.
Fixed Codacy issues of #430
Fix of error introduced by Codacy issue.
Fix of issue in which only admin can create projects and sprints.
Using observable in Angular (thanks RiieCco) with finally making the call for the new list.
Added some controls in the UI according to privileges of the user. Added select on Create User option. Fix of issue with privileges.query without privilegeID, that returns every privilege in login action.
Added level to requirements on ASVS modal. Fixes issue 347
Added checklist level to modal header
Initial commit of MASVS Checklist. Fixed some exceptions in db_tools when db.sqlite_schema doesn't exist.
…ments. - Added MASVS levels to checklist_component.html which allows to see this levels in checklist view. - Put correct kbID to some ASVS files that were different from checklists_kb (1.4, 2.27, 2.32, 8.6, 8.11, 9.2). - Added message 'Initialized the markdown checklists.' if init_md_checklists goes OK. - Added Exception messages when update_db or init_db throws one.
Upload of Local folder and instructions for running a local instance of SKF.
Fix of bug when pressing on the empty category line. Added documentation and replaces (perl -pi -e...) in entrypoint.sh
ASVS shows in checklists page. Missing description of items.
Corrections of failing test that are related to checklists
Code Quality issue from previous PL
New issues and possible new issues.
Codacy issue...
Fix weird unit test failures
Deletion of extra fi on entrypoint.sh
Codecov Report
@@ Coverage Diff @@
## master #441 +/- ##
=======================================
Coverage 66.19% 66.19%
=======================================
Files 33 33
Lines 778 778
Branches 81 81
=======================================
Hits 515 515
Misses 188 188
Partials 75 75 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, Thanks for the fix and improvement
Deletion of tail spaces and extra fi in entrypoint.sh