wkoot

Results 11 issues of wkoot

When I pass --project-index to show_story, I get error displayed below. Without specifying this option, it works as expected. I've installed to a virtualenv, with pip install. Running on Ubuntu...

**Describe the bug** Download report as PDF returns a PDF with the error "Sorry, this report doesn't exist", for tag "test quality". Suspect that this has to do with the...

Bug

Hmm, I'm not sure how to get an exhaustive list. Searching on `hidden_columns` only yields test files, so I used `hiddenColumns.includes`. Is this complete? It seems that the value `unit`...

Tech
Documentation

The security vulnerability page displays SECURITY.md - https://github.com/ICTU/quality-time/security We should update the "Reporting a Vulnerability" segment to list https://github.com/ICTU/quality-time/security/advisories/new instead of sending an email

Documentation

**Describe the bug** Various tests failing due to timing inconsistency/bug (on Windows): * `collector_utilities.test_date_time.DaysToGoTest` * `test_next_week`: 8 != 7 * `test_now`: 1 != 0 However, at 14:45 15-12-2023: * `collector_utilities.test_date_time.DaysToGoTest`...

Bug
Tech

# User story As a developer I want to use native types as much as possible, so that I don't need to do unnecessary string munging. This includes comparing `parse_datetime(entity.created_date)`...

Tech
python

We should implement these where applicable https://specs.opencontainers.org/image-spec/annotations/#pre-defined-annotation-keys

Tech
docker

Currently, the axe analysis runs on a newly created report without any data. This report does not have any metrics, sources, nor measurements. More coverage should be added by running...

See the `application_tests` artifact `build/a11y_violations.txt`. Found 6 accessibility violations: ``` Rule Violated: aria-allowed-role - Ensures role attribute has an appropriate value for the element URL: https://dequeuniversity.com/rules/axe/3.1/aria-allowed-role?application=axeAPI Impact Level: minor Tags:...

Closes #8382

Deployment platform