index
:
site
add-home-app-readme
add-windows-guide
bad-lint-tester
bootcamp-updates
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/django-5.1.13
dependabot/uv/django-simple-bulma-3.0.0
flask-archive
forms
forms-admin
forms-bootstrap
github-button
improve-performance
jb3/user-props-store
main
mgmt-cmd-kill-db-cnx
offensive-messages-patch
swfarnsworth/asking_good_questions
timeline-branch-copy
A mirrored copy of the python-discord/site repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pydis_site
/
apps
/
api
/
models
/
bot
/
metricity.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Ensure messages returned for metricity data do not match all excluded channels
Chris Lovering
2024-02-20
-3
/
+3
*
Fix psycopg3 compatibility in metricity
Johannes Christ
2023-05-12
-7
/
+8
*
Switch to ruff for linting
Johannes Christ
2023-05-10
-11
/
+8
*
Change the endpoint to be a POST not a GET
wookie184
2022-11-02
-1
/
+1
*
Add metricity query for messages in past n days
wookie184
2022-10-27
-0
/
+28
*
Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main
Leon Sandøy
2022-01-23
-12
/
+12
|
\
|
*
Query message count directly from messages
Chris Lovering
2021-12-14
-3
/
+5
|
*
Use new approx message count view
Chris Lovering
2021-12-11
-5
/
+3
|
*
Alter message query to leverage index
Chris Lovering
2021-11-23
-7
/
+7
|
*
Rename an error to have a correct error suffix
Chris Lovering
2021-09-22
-5
/
+5
*
|
lint: Add a NOQA for the N818 linting error
Vivaan Verma
2021-08-12
-1
/
+1
|
/
*
Add case in query for voice chat activity
Boris Muratov
2021-03-12
-0
/
+1
*
Ignore deleted messaages in message counts
Boris Muratov
2021-03-11
-1
/
+1
*
Get rid of stray print
Boris Muratov
2021-03-07
-1
/
+0
*
Amend top_channel_activity return type
Boris Muratov
2021-03-07
-1
/
+3
*
Add route to get a member's data for helper review
Boris Muratov
2021-03-07
-0
/
+39
*
Swap verified_at for joined_at
Joe Banks
2020-12-19
-1
/
+2
*
Exclude bot commands and seasonalbot commands from voice gate
Joe Banks
2020-11-02
-3
/
+17
*
Change format character in metricity data endpoint
Joe Banks
2020-10-31
-1
/
+1
*
Indent metricity block query correctly
Joe Banks
2020-10-30
-9
/
+9
*
Update docstring in metricity block query
Joe Banks
2020-10-30
-1
/
+5
*
Remove unnecessary timestamp conversion
Joe Banks
2020-10-27
-5
/
+1
*
Remove unnecessary f-string marker
Joe Banks
2020-10-27
-1
/
+1
*
Use SQL formatting instead of f-strings for injecting values
Joe Banks
2020-10-27
-3
/
+3
*
Constant was never used :man_facepalming:
Joe Banks
2020-10-27
-2
/
+5
*
Clean up SQL query
Joe Banks
2020-10-27
-1
/
+5
*
Add message block query
Joe Banks
2020-10-27
-0
/
+24
*
Split query into multiple lines for total messages
Joe Banks
2020-10-18
-1
/
+4
*
Exclude deleted messages from total message count
Joe Banks
2020-10-18
-1
/
+1
*
Broke out metricity connection into an
Lucas Lindström
2020-10-08
-0
/
+42