aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Explicitly define the metricity database name in docker-composeGravatar Chris Lovering2021-09-13-1/+1
|
* Merge pull request #8 from python-discord/remove-double-negative-from-env-varGravatar ChrisJL2021-09-11-1/+1
|\ | | | | Remove double negative from env var
| * Remove double negative from env varGravatar Chris Lovering2021-09-11-1/+1
|/
* Merge pull request #7 from python-discord/metricity-creates-own-databaseGravatar Joe Banks2021-09-10-1/+99
|\
| * Capitalise SKIP_METRICITY env var nameGravatar Chris Lovering2021-09-09-1/+1
| |
| * Use case-insentivite compare to true to determine metricity skipGravatar Chris Lovering2021-09-09-1/+4
| | | | | | | | This is rather than checking for the presence of the env var at all, since people might set it to false thinking that it won't skip.
| * Create database before migrating and runningGravatar Chris Lovering2021-09-09-1/+7
| |
| * Add a script to create metricity db if it doesn't existGravatar Chris Lovering2021-09-09-0/+46
| |
| * Add a docker compose for local devGravatar Chris Lovering2021-09-09-0/+43
|/
* Merge pull request #6 from python-discord/sync-channels-guard-no-categoryGravatar Matteo Bertucci2021-08-22-8/+6
|\ | | | | Prevent error on uncategorized channel.
| * Prevent error on uncategorized channel.Gravatar Johannes Christ2021-08-22-8/+6
|/ | | | | If the channel is not part of a category, `channel.category` will be `None`, and the check would fail with an `AttributeError`.
* Merge pull request #5 from python-discord/drop-depsGravatar Joe Banks2021-07-06-150/+126
|\
| * Bumps Project VersionGravatar Hassan Abouelela2021-07-07-2/+2
| |
| * Locks Python VersionGravatar Hassan Abouelela2021-07-07-145/+124
| | | | | | | | | | Locks the python version in the Dockerfile to 3.9.5, and updates the version specified in the poetry file to limit support up to 3.9.
| * Removes Unnecessary Docker PackagesGravatar Hassan Abouelela2021-07-07-3/+0
|/ | | | | Removes GCC and git from the docker setup process, as they are not needed for the program.
* Merge pull request #4 from vcokltfre/vcokltfre/chore/cleanupGravatar Joe Banks2021-05-17-14/+3
|\ | | | | chore: remove unneeded env variables and command processing
| * fix: remove unused Union importGravatar vcokltfre2021-05-17-1/+1
| |
| * chore: remove unneeded env variables and command processingGravatar vcokltfre2021-05-17-13/+2
|/
* Merge pull request #3 from python-discord/remove-opt-outGravatar Joe Banks2021-04-18-226/+288
|\
| * Remove unused Context importGravatar Joe Banks2021-04-09-1/+1
| |
| * Various version upgrades for discord.pyGravatar Joe Banks2021-04-09-179/+258
| |
| * Remove opt_out from bot logic and opt out commandsGravatar Joe Banks2021-04-09-45/+1
| |
| * Remove opt_out columnGravatar Joe Banks2021-04-09-1/+28
|/
* Chage from GHCR_TOKEN secret to GITHUB_TOKEN for Docker image publishGravatar Joe Banks2021-04-05-1/+1
|
* Use .gitattributes to normalise line endings on check-inGravatar MarkKoz2021-03-13-0/+1
|
* master => mainGravatar Joe Banks2021-03-13-7/+7
|
* Cascade delete channels on category deletionGravatar Joe Banks2021-03-04-1/+31
|
* Merge pull request #2 from python-discord/add-bulk-deletionGravatar Joe Banks2021-01-30-2/+10
|\
| * Increase line length limit to 120Gravatar Matteo Bertucci2021-01-30-1/+1
| |
| * Add support for bulk deletionGravatar Matteo Bertucci2021-01-30-1/+9
|/
* Update bot.pyGravatar Joe Banks2020-12-24-2/+6
|
* Add git to production imageGravatar Joe Banks2020-12-21-1/+1
|
* Version bumpGravatar Joe Banks2020-12-21-2/+2
|
* Add support for pending membersGravatar Joe Banks2020-12-21-13/+53
|
* Remove unused importGravatar Joe Banks2020-12-19-1/+0
|
* Merge branch 'master' of github.com:python-discord/metricityGravatar Joe Banks2020-12-19-2/+7
|\
| * Remove whitespaceGravatar Joe Banks2020-12-19-1/+1
| |
| * Don't track bot messagesGravatar Joe Banks2020-12-19-2/+5
| |
| * Create CODEOWNERSGravatar Joe Banks2020-11-26-0/+2
| |
* | Version bump to 1.1.0Gravatar Joe Banks2020-12-19-193/+201
| |
* | Remove verification featuresGravatar Joe Banks2020-12-19-26/+30
|/
* Fix circular importGravatar Joe Banks2020-11-17-2/+1
|
* Set status to current versionGravatar Joe Banks2020-11-17-3/+7
|
* Final linting fixesGravatar Joe Banks2020-11-15-3/+1
|
* linting fixesGravatar Joe Banks2020-11-15-3/+6
|
* Add auto-deploy to k8s stepGravatar Joe Banks2020-11-15-0/+14
|
* Add deployment manifestGravatar Joe Banks2020-11-15-0/+21
|
* Remove duplicated stepGravatar Joe Banks2020-11-15-2/+0
|
* Fix linting errorsGravatar Joe Banks2020-11-15-1/+5
|
* Publish to GHCR and remove salt autodeployGravatar Joe Banks2020-11-15-19/+29
|