Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Init metricity using docker-compose init volume | 2021-09-17 | -47/+26 | |
| | ||||
* | Correctly attribute SO author for SQL function | 2021-09-07 | -0/+4 | |
| | ||||
* | Create and populate metricity in a single connection | 2021-09-07 | -0/+21 | |
| | ||||
* | Initialise metricity at runtime | 2021-09-06 | -26/+22 | |
| | | | | | | Currently the bot cannot start in dev as the site errors, saying that metricity doesn't exist. Previously this note existing was fine, unless you needed to use metricity data. With the recent addition of django-prometheus, metricity is now required on boot. This PR moves the init of metricity from a docker-compose volume, into running of the site. This means that external projects using site, that don't have access to the init.sql file to mount a volume, now also init metricity. | |||
* | Add more records to test the endpoint with | 2021-03-16 | -0/+91 | |
| | ||||
* | Add route to get a member's data for helper review | 2021-03-07 | -1/+17 | |
| | | | | | | Added route for getting a user's join date, total messages, and top 3 channels by activity. This information will be used to auto-review nominees. | |||
* | Update verified_at fields to joined_at fields | 2020-12-19 | -1/+1 | |
| | ||||
* | Exclude bot commands and seasonalbot commands from voice gate | 2020-11-02 | -2/+5 | |
| | ||||
* | Add created_at to metricity database bootstrap | 2020-11-01 | -4/+7 | |
| | ||||
* | Add new column to Postgres init | 2020-10-28 | -3/+6 | |
| | ||||
* | Reduce metricity db setup script and API response to the bare necessities. | 2020-10-06 | -24/+4 | |
| | ||||
* | Added total message count to metricity data response. | 2020-10-06 | -0/+16 | |
| | ||||
* | Added metricity db connection and user bot API | 2020-10-06 | -0/+34 | |