| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
avatar can apparently be none, which means traceback and a very sad akarys
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Bluenix <[email protected]>
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since the Discord.py repository has been archived, we can switch to the latest commit of 2.0a0, knowing no breaking change will occur (still pinned to the commit just in case).
This commits fixes any problem related to the migration:
- New avatar interface
- TZ aware datetimes
- Various inernal API changes
|
| | | | |
| | | |
| | | |
| | | | |
This was attr changed when we removed the concept of a user being 'watched' while
removing the talentpool.
|
| |\ \ \ \
| | | | |
| | | | | |
Pin platform in Dockerfile
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add concurrency rules to all GitHub workflows
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This concurrency rule means that workflow actions will be cancelled if a new set of actions are triggered on the same ref. A ref is either a PR or a branch itself.
Doing this means that if someone pushes to a PR multiple times in quick succession, workflows won't get queued up. Instead, only the workflows from the most recent changes will run, as this is all we really care about anyway.
I see the benefits of this as twofold.
1. The author gets faster feedback about the most recent change pushed, rather than have to wait for all previous runs to completed
2. Other contributors don't need to wait for a queue of redundant workflows to finish.
|
| | |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some of our deps don't have wheels for atm processors.
With Mac's M1 chips becomming more common, we should make it easier for those users to build our environments.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Update deployment manifest path
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Goodbye, #talent-pool
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Make the base_url argument in doc set optional
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Add support for searching infractions by infraction id
Can now search by infraction id via `!infraction {id}`.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Reword botvar.md
Co-authored-by: Steele Farnsworth <[email protected]>
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
CI: check for dependency licenses
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Thanks to https://github.com/raimon49/pip-licenses/pull/109, we are now able to ignore spaces around the allow-only parameter. Rejoice!
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Since our project is licensed under the MIT License, we can't be using any dependencies in our project. This commit adds a step to the CI lint phase that will use pip-licenses to verify that all the installed packages are part of an ALLOWED_LICENSE variable. This variable is currently set to be every license we currently use. We opted to use an allowlist instead of a denylist to make sure that new licenses are reviewed by hand and added to that variable.
|
| | |_|/ / / /
|/| | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | |\ \ \
| |_|_|/ / /
|/| | | | | |
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Allow dmrelay to only be used in mod channels.
|
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | |/ / /
| |/| | | |
|
| | | | | | |
|