| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | Add support for bulk deletion | 2021-01-30 | -1/+9 | ||
| |/ | |||||
| * | Update bot.py | 2020-12-24 | -2/+6 | ||
| | | |||||
| * | Add git to production image | 2020-12-21 | -1/+1 | ||
| | | |||||
| * | Version bump | 2020-12-21 | -2/+2 | ||
| | | |||||
| * | Add support for pending members | 2020-12-21 | -13/+53 | ||
| | | |||||
| * | Remove unused import | 2020-12-19 | -1/+0 | ||
| | | |||||
| * | Merge branch 'master' of github.com:python-discord/metricity | 2020-12-19 | -2/+7 | ||
| |\ | |||||
| | * | Remove whitespace | 2020-12-19 | -1/+1 | ||
| | | | |||||
| | * | Don't track bot messages | 2020-12-19 | -2/+5 | ||
| | | | |||||
| | * | Create CODEOWNERS | 2020-11-26 | -0/+2 | ||
| | | | |||||
| * | | Version bump to 1.1.0 | 2020-12-19 | -193/+201 | ||
| | | | |||||
| * | | Remove verification features | 2020-12-19 | -26/+30 | ||
| |/ | |||||
| * | Fix circular import | 2020-11-17 | -2/+1 | ||
| | | |||||
| * | Set status to current version | 2020-11-17 | -3/+7 | ||
| | | |||||
| * | Final linting fixes | 2020-11-15 | -3/+1 | ||
| | | |||||
| * | linting fixes | 2020-11-15 | -3/+6 | ||
| | | |||||
| * | Add auto-deploy to k8s step | 2020-11-15 | -0/+14 | ||
| | | |||||
| * | Add deployment manifest | 2020-11-15 | -0/+21 | ||
| | | |||||
| * | Remove duplicated step | 2020-11-15 | -2/+0 | ||
| | | |||||
| * | Fix linting errors | 2020-11-15 | -1/+5 | ||
| | | |||||
| * | Publish to GHCR and remove salt autodeploy | 2020-11-15 | -19/+29 | ||
| | | |||||
| * | Add index on message table for author and channel ID | 2020-10-27 | -1/+32 | ||
| | | |||||
| * | fix code linting | 2020-10-18 | -2/+5 | ||
| | | |||||
| * | Track deleted messages being deleted | 2020-10-18 | -0/+33 | ||
| | | |||||
| * | Use correct method for intents | 2020-10-07 | -2/+2 | ||
| | | |||||
| * | Fix typo in intents | 2020-10-07 | -1/+1 | ||
| | | |||||
| * | Add GCC into container | 2020-10-07 | -0/+3 | ||
| | | |||||
| * | Merge pull request #1 from python-discord/d.py-1.5 | 2020-10-07 | -67/+90 | ||
| |\ | | | | | Update to discord.py 1.5 | ||||
| | * | Update to discord.py 1.5 | 2020-10-07 | -67/+90 | ||
| |/ | |||||
| * | Alter user chunk to 500 | 2020-09-21 | -1/+1 | ||
| | | |||||
| * | Fix some issues with verification time logic | 2020-09-12 | -1/+3 | ||
| | | |||||
| * | Add extra logic for handing newer users | 2020-09-12 | -1/+2 | ||
| | | |||||
| * | Linting | 2020-09-12 | -1/+1 | ||
| | | |||||
| * | Store user verification date | 2020-09-12 | -3/+44 | ||
| | | |||||
| * | Add some new staff categories | 2020-09-04 | -1/+3 | ||
| | | |||||
| * | Convert public flags to dictionary | 2020-09-02 | -4/+4 | ||
| | | |||||
| * | public_flags migration | 2020-09-02 | -0/+28 | ||
| | | |||||
| * | Store public flags | 2020-09-02 | -5/+12 | ||
| | | |||||
| * | Add support for measuring role gate effectiveness | 2020-08-29 | -6/+47 | ||
| | | |||||
| * | Linting fixes | 2020-08-27 | -0/+1 | ||
| | | |||||
| * | Remove arbitrary code from master | 2020-08-27 | -53/+0 | ||
| | | |||||
| * | Wait for DB before performing any operations | 2020-08-27 | -1/+65 | ||
| | | |||||
| * | Remove opt_out from upsert | 2020-08-25 | -1/+0 | ||
| | | |||||
| * | Update README with documentation | 2020-08-25 | -2/+21 | ||
| | | |||||
| * | Correct update call in user sync | 2020-08-25 | -1/+1 | ||
| | | |||||
| * | Add in_guild column to represent membership | 2020-08-25 | -2/+50 | ||
| | | |||||
| * | Linting | 2020-08-25 | -0/+1 | ||
| | | |||||
| * | Move command invoke to before checking if we can process a user | 2020-08-25 | -4/+3 | ||
| | | |||||
| * | Update in channel check to equality | 2020-08-25 | -1/+1 | ||
| | | |||||
| * | Add opt-in/opt-out commands | 2020-08-25 | -1/+51 | ||
| | | |||||
