Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Explicitly define the metricity database name in docker-compose | 2021-09-13 | -1/+1 | ||
| | |||||
* | Merge pull request #8 from python-discord/remove-double-negative-from-env-var | 2021-09-11 | -1/+1 | ||
|\ | | | | | Remove double negative from env var | ||||
| * | Remove double negative from env var | 2021-09-11 | -1/+1 | ||
|/ | |||||
* | Merge pull request #7 from python-discord/metricity-creates-own-database | 2021-09-10 | -1/+99 | ||
|\ | |||||
| * | Capitalise SKIP_METRICITY env var name | 2021-09-09 | -1/+1 | ||
| | | |||||
| * | Use case-insentivite compare to true to determine metricity skip | 2021-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 running | 2021-09-09 | -1/+7 | ||
| | | |||||
| * | Add a script to create metricity db if it doesn't exist | 2021-09-09 | -0/+46 | ||
| | | |||||
| * | Add a docker compose for local dev | 2021-09-09 | -0/+43 | ||
|/ | |||||
* | Merge pull request #6 from python-discord/sync-channels-guard-no-category | 2021-08-22 | -8/+6 | ||
|\ | | | | | Prevent error on uncategorized channel. | ||||
| * | Prevent error on uncategorized channel. | 2021-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-deps | 2021-07-06 | -150/+126 | ||
|\ | |||||
| * | Bumps Project Version | 2021-07-07 | -2/+2 | ||
| | | |||||
| * | Locks Python Version | 2021-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 Packages | 2021-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/cleanup | 2021-05-17 | -14/+3 | ||
|\ | | | | | chore: remove unneeded env variables and command processing | ||||
| * | fix: remove unused Union import | 2021-05-17 | -1/+1 | ||
| | | |||||
| * | chore: remove unneeded env variables and command processing | 2021-05-17 | -13/+2 | ||
|/ | |||||
* | Merge pull request #3 from python-discord/remove-opt-out | 2021-04-18 | -226/+288 | ||
|\ | |||||
| * | Remove unused Context import | 2021-04-09 | -1/+1 | ||
| | | |||||
| * | Various version upgrades for discord.py | 2021-04-09 | -179/+258 | ||
| | | |||||
| * | Remove opt_out from bot logic and opt out commands | 2021-04-09 | -45/+1 | ||
| | | |||||
| * | Remove opt_out column | 2021-04-09 | -1/+28 | ||
|/ | |||||
* | Chage from GHCR_TOKEN secret to GITHUB_TOKEN for Docker image publish | 2021-04-05 | -1/+1 | ||
| | |||||
* | Use .gitattributes to normalise line endings on check-in | 2021-03-13 | -0/+1 | ||
| | |||||
* | master => main | 2021-03-13 | -7/+7 | ||
| | |||||
* | Cascade delete channels on category deletion | 2021-03-04 | -1/+31 | ||
| | |||||
* | Merge pull request #2 from python-discord/add-bulk-deletion | 2021-01-30 | -2/+10 | ||
|\ | |||||
| * | Increase line length limit to 120 | 2021-01-30 | -1/+1 | ||
| | | |||||
| * | 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 | ||
| |