Rebecca Lynn Cremona

Results 106 issues of Rebecca Lynn Cremona

This seems worth doing: a test that verifies logging happened, an error email was sent, the right template was rendered, and the right status code was sent.

housekeeping
tests
priority-low

What's up with these orphaned links? ``` >>> Link.objects.filter(created_by__isnull=True).count() 188 ```

housekeeping
priority-low

We use Django Simple History to track changes on a number of our models. The historical link table is huge: ``` +---------------------------------------+--------+-------+-------+------------+---------+ | CONCAT(table_schema, '.', table_name) | rows | DATA...

housekeeping
database
priority-low

Django MPTT is now unmaintained https://github.com/django-mptt/django-mptt Let's figure out our exit strategy.

housekeeping
priority-low

If we don't have any, add some tests that demo how things like `https://perma.cc/asdf-asdf]` and `https://perma.cc/asdf-%20asdf` and `https://perma.cc/asdf-asdf,"` redirect to a canonical GUID.

housekeeping
tests
priority-low

find out why. is it triggering counts?

housekeeping
should-be-small
priority-low

``` [2021-07-22 17:45:46,349: INFO/ForkPoolWorker-32] deduplication disabled [2021-07-22 17:45:46,349: INFO/ForkPoolWorker-32] statistics tracking disabled ``` We don't need to see those lines; maybe we can silence them.

housekeeping
warcprox
devops
priority-low

This language is somewhat extreme... Look into what this code does, and see if said language is justified lol. ![image](https://user-images.githubusercontent.com/11020492/134554049-ef282d98-5e86-4194-8eb8-fbce373a323b.png)

website-content
housekeeping
priority-low

pytest-playwright uses the https://pyee.readthedocs.io/en/latest/index.html library for managing some of it's async and async-adjacent aspects. We should revisit this periodically to see if we can get rid of this after an...

housekeeping
priority-tbd

What is determining what order these come back in? It seems to be repeatable, but I don't immediately see how they are sorted: it's not by org name, org creation...

housekeeping
should-be-small
database
priority-low