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

MASVS initial commit, ASVS kbID correction, closes #348, local installation and db_tools fixes. #440

Merged
merged 35 commits into from
Feb 28, 2018

Commits on Jan 26, 2018

  1. Internationalization

    With this changes the user can input international characters like á, ì and ç.
    martinmarsicano committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    bea6d6b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Sprint Checklist in correct Order

    Correction of the Checklist Order on a Sprint.
    Before: 1.1, 1.10, 1.2
    Now: 1.1, 1.2, 1.10
    martinmarsicano committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    e01af09 View commit details
    Browse the repository at this point in the history
  2. Correction of Codacy Issues

    Correction of unused variable and "Redefining built-in 'list'" Codacy issues.
    martinmarsicano committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    f70399a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Order in checklist page

    Order requirements in checklist page
    martinmarsicano committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    01e505d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8681a16 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Export failed requirement to Defect Dojo

    Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.
    martinmarsicano committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    0b04f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee3799 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    d52f3ff View commit details
    Browse the repository at this point in the history
  2. Buttons hidding acording to status

    Buttons hidding or not acordint to checklist status in Project-Summary.
    martinmarsicano committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    91e133a View commit details
    Browse the repository at this point in the history
  3. Fixed Codacy issues of #430

    Fixed Codacy issues of #430
    martinmarsicano committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    b799f1a View commit details
    Browse the repository at this point in the history
  4. Error fix.

    Fix of error introduced by Codacy issue.
    martinmarsicano committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    4a5a8ba View commit details
    Browse the repository at this point in the history
  5. Codacy fix

    martinmarsicano committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    96b6079 View commit details
    Browse the repository at this point in the history
  6. Fix of issue #422

    Fix of issue in which only admin can create projects and sprints.
    martinmarsicano committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    278aa06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67b3c91 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Fix reordening issue 428

    Using observable in Angular (thanks RiieCco) with finally making the call for the new list.
    martinmarsicano committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    45f0fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12862d View commit details
    Browse the repository at this point in the history
  3. Codacy fixes

    martinmarsicano committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    d88b680 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4519dc6 View commit details
    Browse the repository at this point in the history
  5. Added privileges control in UI and user-add

    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.
    martinmarsicano committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    4953126 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Added level to requirements on ASVS modal

    Added level to requirements on ASVS modal. Fixes issue 347
    martinmarsicano committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    5ead09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad51ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95e86af View commit details
    Browse the repository at this point in the history
  4. Added checklist level to modal header

    Added checklist level to modal header
    martinmarsicano committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    f111cdd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Configuration menu
    Copy the full SHA
    dd3bf18 View commit details
    Browse the repository at this point in the history
  2. MASVS Checklist items and db_tools except fixes.

    Initial commit of MASVS Checklist.
    Fixed some exceptions in db_tools when db.sqlite_schema doesn't exist.
    martinmarsicano committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    409ba5f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Added MASVS levels to checklist view, ASVS fixes and db_tools improve…

    …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.
    martinmarsicano committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    a21d43f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Fix issue #348

    Add empty category message
    martinmarsicano committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    8548001 View commit details
    Browse the repository at this point in the history
  2. Local installation

    Upload of Local folder and instructions for running a local instance of SKF.
    martinmarsicano committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    c46ed1e View commit details
    Browse the repository at this point in the history
  3. ASVS empty fix, and local install https

    Fix of bug when pressing on the empty category line.
    
    Added documentation and replaces (perl -pi -e...) in entrypoint.sh
    martinmarsicano committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    24c7069 View commit details
    Browse the repository at this point in the history
  4. MASVS checklist

    ASVS shows in checklists page.
    Missing description of items.
    martinmarsicano committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    438af2e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Test corrections for PL #440

    Corrections of failing test that are related to checklists
    martinmarsicano committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    265e937 View commit details
    Browse the repository at this point in the history
  2. Old code Quality issue

    Code Quality issue from previous PL
    martinmarsicano committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    546bc66 View commit details
    Browse the repository at this point in the history
  3. Some Codacy issues.

    New issues and possible new issues.
    martinmarsicano committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    c3dbc1d View commit details
    Browse the repository at this point in the history
  4. Codacy issue...

    Codacy issue...
    martinmarsicano committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    37d9b19 View commit details
    Browse the repository at this point in the history
  5. Update db_tools.py

    Fix weird unit test failures
    blabla1337 authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    f02b4bf View commit details
    Browse the repository at this point in the history