Dolsy Smith
Dolsy Smith
Postgres 9.6 is no longer supported as of November 2021. Django 3.2 supports it, so we can buy ourselves some time without postponing the Django upgrade, but we should probably...
Build with sphinx on your VM and review for clarity/formatting.
We've found that librabbitmq doesn't work with versions of Python 3.8 other than 3.8.12. In order to get it working for development, I had to do the following. 1. Build...
Confirmed in SFM sandbox that this is a problem with the current release, not just the twitter-v2 branch. `Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/kombu/messaging.py", line 624, in _receive_callback return...
### To Do - See Laura's commits: [https://github.com/gwu-libraries/sfm-ui/tree/twitter-v2](https://github.com/gwu-libraries/sfm-ui/tree/twitter-v2) - Because of the tiered access to the v. 2 API, users need to see error messages/in-app documentation related to the following:...
Because of Twarc 2's implementation of the limits, users may enter a limit in a multiple of 100 but get back more Tweets: e.g., entering a limit of 500 may...
Django command creates a CSV of users and collections, useful to contacting users, etc. To test, run the following in the `sfm-docker` directory (where output.csv is the name of the...
Unit tests for v1 exporter address the `_row` method of `BaseStatusTable`. Given the modifications necessary for implementing an exporter with the `twarc_csv` library, this test is no longer useful. Tests...
Script exports a table of users and collections, including fields like `last_login` (for users) and `date_added` for collections. Useful for contacting users, identifying old collections, etc.
Docker [recommends](https://docs.docker.com/config/containers/logging/configure/) using the `local` driver, which provides compressed storage. Currently, we are using the `json-file` driver, which does not compress the logs on disk and results in pretty hefty...