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

Export failed requirements to Defect Dojo #430

Merged
merged 7 commits into from
Feb 1, 2018
Merged

Export failed requirements to Defect Dojo #430

merged 7 commits into from
Feb 1, 2018

Conversation

martinmarsicano
Copy link
Collaborator

@martinmarsicano martinmarsicano commented Jan 31, 2018

With this commit a Export buttons appears on the Failed Review page of a Sprint, that downloads a .csv to import this failed requirements/issues to Defect Dojo.

This lets us use the Defect Dojo reporting capability if we use it.

whatsapp image 2018-01-31 at 5 26 01 pm

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.
Copy link
Owner

@blabla1337 blabla1337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again thank you very much for the help, we really appreciate your involvement.

@blabla1337 blabla1337 merged commit 711b3d5 into blabla1337:master Feb 1, 2018
blabla1337 pushed a commit that referenced this pull request Feb 3, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix
blabla1337 pushed a commit that referenced this pull request Feb 3, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.
blabla1337 pushed a commit that referenced this pull request Feb 5, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.

* Fix reordening issue 428

Using observable in Angular (thanks RiieCco) with finally making the call for the new list.

* Codacy fixes
blabla1337 pushed a commit that referenced this pull request Feb 6, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.

* Fix reordening issue 428

Using observable in Angular (thanks RiieCco) with finally making the call for the new list.

* Codacy fixes

* 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.
blabla1337 pushed a commit that referenced this pull request Feb 13, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.

* Fix reordening issue 428

Using observable in Angular (thanks RiieCco) with finally making the call for the new list.

* Codacy fixes

* 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.

* Added level to requirements on ASVS modal

Added level to requirements on ASVS modal. Fixes issue 347
blabla1337 pushed a commit that referenced this pull request Feb 14, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.

* Fix reordening issue 428

Using observable in Angular (thanks RiieCco) with finally making the call for the new list.

* Codacy fixes

* 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.

* Added level to requirements on ASVS modal

Added level to requirements on ASVS modal. Fixes issue 347

* Added checklist level to modal header

Added checklist level to modal header
blabla1337 pushed a commit that referenced this pull request Feb 28, 2018
…lation and db_tools fixes. (#440)

* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.

* Fix reordening issue 428

Using observable in Angular (thanks RiieCco) with finally making the call for the new list.

* Codacy fixes

* 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.

* Added level to requirements on ASVS modal

Added level to requirements on ASVS modal. Fixes issue 347

* Added checklist level to modal header

Added checklist level to modal header

* 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.

* Added MASVS levels to checklist view, ASVS fixes and db_tools improvements.

- 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.

* Fix issue #348

Add empty category message

* Local installation

Upload of Local folder and instructions for running a local instance of SKF.

* 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

* MASVS checklist

ASVS shows in checklists page.
Missing description of items.

* Test corrections for PL #440

Corrections of failing test that are related to checklists

* Old code Quality issue

Code Quality issue from previous PL

* Some Codacy issues.

New issues and possible new issues.

* Codacy issue...

Codacy issue...

* Update db_tools.py

Fix weird unit test failures
blabla1337 pushed a commit that referenced this pull request Mar 8, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.

* Fix reordening issue 428

Using observable in Angular (thanks RiieCco) with finally making the call for the new list.

* Codacy fixes

* 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.

* Added level to requirements on ASVS modal

Added level to requirements on ASVS modal. Fixes issue 347

* Added checklist level to modal header

Added checklist level to modal header

* 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.

* Added MASVS levels to checklist view, ASVS fixes and db_tools improvements.

- 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.

* Fix issue #348

Add empty category message

* Local installation

Upload of Local folder and instructions for running a local instance of SKF.

* 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

* MASVS checklist

ASVS shows in checklists page.
Missing description of items.

* Test corrections for PL #440

Corrections of failing test that are related to checklists

* Old code Quality issue

Code Quality issue from previous PL

* Some Codacy issues.

New issues and possible new issues.

* Codacy issue...

Codacy issue...

* Update db_tools.py

Fix weird unit test failures

* Entrypoint extra fi deletion

Deletion of extra fi on entrypoint.sh
blabla1337 pushed a commit that referenced this pull request Mar 10, 2018
* Internationalization

With this changes the user can input international characters like á, ì and ç.

* 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

* Correction of Codacy Issues

Correction of unused variable and "Redefining built-in 'list'" Codacy issues.

* Order in checklist page

Order requirements in checklist page

* Export failed requirement to Defect Dojo

Now on the Failed requirements page, there is a button to export that requirements to Defect Dojo.

* Buttons hidding acording to status

Buttons hidding or not acordint to checklist status in Project-Summary.

* Fixed Codacy issues of #430

Fixed Codacy issues of #430

* Error fix.

Fix of error introduced by Codacy issue.

* Codacy fix

* Fix of issue #422

Fix of issue in which only admin can create projects and sprints.

* Fix reordening issue 428

Using observable in Angular (thanks RiieCco) with finally making the call for the new list.

* Codacy fixes

* 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.

* Added level to requirements on ASVS modal

Added level to requirements on ASVS modal. Fixes issue 347

* Added checklist level to modal header

Added checklist level to modal header

* 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.

* Added MASVS levels to checklist view, ASVS fixes and db_tools improvements.

- 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.

* Fix issue #348

Add empty category message

* Local installation

Upload of Local folder and instructions for running a local instance of SKF.

* 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

* MASVS checklist

ASVS shows in checklists page.
Missing description of items.

* Test corrections for PL #440

Corrections of failing test that are related to checklists

* Old code Quality issue

Code Quality issue from previous PL

* Some Codacy issues.

New issues and possible new issues.

* Codacy issue...

Codacy issue...

* Update db_tools.py

Fix weird unit test failures

* Entrypoint extra fi deletion

Deletion of extra fi on entrypoint.sh

* Kb items corrections

This closes #399, closes #416, closes #400, closes #261
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants