valentijnscholten

Results 38 issues of valentijnscholten

### Bug summary Exception when trying to add issues to an epic: ``` File "/home/valentijn/dd/dojo/jira_link/helper.py", line 580, in add_jira_issue_for_finding return add_jira_issue(finding, *args, **kwargs) File "/home/valentijn/dd/dojo/jira_link/helper.py", line 695, in add_jira_issue add_issues_to_epic(jira,...

bug

The Role (project role) resource has a method add_user that, according to its documentation and parameters, should be able to add either users or groups to a project role. The...

bug

**Describe the bug** creating the cache and filling it throwing errors **To Reproduce** Use example from README Run action Observe errors **Expected behavior** Working cache **Debug logs** https://github.com/valentijnscholten/django-DefectDojo/runs/1167379775?check_suite_focus=true ``` Run...

bug

Tried to filter out cookies to prevent them from being recorded. Filtering on other headers works fine, but `cookie` and `set-cookie` keep appearing in the recordings. ``` my_vcr = vcr.VCR(...

Hi, I tried using vcr to record http traffic during my unittests. It works fine, but I can't seem to be able to access the cassette to run assertions on...

Hi, I was planning on using the (Django REST Framework) Response validation in some unit tests. These unit tests are performing different actions on the REST API and validate the...

Currently when using `.search()` you can access the metadata of each searchresult using `result.meta['xxxx']` or `result.meta.xxxx`. When using `.filter()` on en existing queryset, this metadata is not exposed. Would be...

By defauilt all CharFields and TextFields are indexed. You can exclude some on registration by using exclude. Alternatively you can specify the fields that you want to have indexed, and...

I'm using watson in a django app that has as one of its most important features the importing of files to turn them into database rows, i.e. Django ORM model...

By accident I found the `SearchContextMiddleware` which I think can be used to have more efficient model updates, especially when some model instances are updated multiple times during a single...