aboutsummaryrefslogtreecommitdiffstats
path: root/postgres (follow)
Commit message (Collapse)AuthorAgeLines
* Init metricity using docker-compose init volumeGravatar Chris Lovering2021-09-17-47/+26
|
* Correctly attribute SO author for SQL functionGravatar Chris Lovering2021-09-07-0/+4
|
* Create and populate metricity in a single connectionGravatar Chris Lovering2021-09-07-0/+21
|
* Initialise metricity at runtimeGravatar Chris Lovering2021-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 withGravatar Boris Muratov2021-03-16-0/+91
|
* Add route to get a member's data for helper reviewGravatar Boris Muratov2021-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 fieldsGravatar Joe Banks2020-12-19-1/+1
|
* Exclude bot commands and seasonalbot commands from voice gateGravatar Joe Banks2020-11-02-2/+5
|
* Add created_at to metricity database bootstrapGravatar Joe Banks2020-11-01-4/+7
|
* Add new column to Postgres initGravatar Joe Banks2020-10-28-3/+6
|
* Reduce metricity db setup script and API response to the bare necessities.Gravatar Lucas Lindström2020-10-06-24/+4
|
* Added total message count to metricity data response.Gravatar Lucas Lindström2020-10-06-0/+16
|
* Added metricity db connection and user bot APIGravatar Lucas Lindström2020-10-06-0/+34