| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | Merge branch 'main' into declare-talentpool-cache-on-startup | 2021-09-08 | -20/+52 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Use - rather than 0 for number of nominees when cache isn't ready | 2021-09-08 | -1/+1 | ||
| | | | | | | | | |||||
| | * | | | | | | Remove previous nominations output | 2021-09-08 | -11/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This raised questions from helpers when they saw that someone had many previous nominations. There is no reason why a helper needs to see this information. | ||||
| | * | | | | | | Wait until login before trying to use the bot api client | 2021-09-08 | -1/+5 | ||
| | | | | | | | | |||||
| | * | | | | | | Declare and refresh TalentPool.cache on init of cog | 2021-09-06 | -6/+8 | ||
| | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids issues in the server cog trying to access it before it's assigned and refreshed. I also migrated to the tasks to `scheduling.create_task()` as the created tasks currently don't have any error handling they can hide errors in development until the task object is destroyed (if that occurs at all) which logs the exception. The scheduling alternative attaches a callback which logs exceptions to prevent this. | ||||
| | | * | | | | Change formatting of examples | 2021-09-09 | -16/+13 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After some discussion back and forth, I've adjusted how to display the examples and code bock to be of a more REPL-style. Additionally, a filler character for the "Center Me!" string is added to illustrate how exactly in centers it. This commit also adds some small styling changes. | ||||
| | | * | | | | Add required newline to end of file | 2021-09-09 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Add string-formatting tag | 2021-09-09 | -0/+27 | ||
| | |/ / / / |/| | | | | | | | | | | | | | | Adds a tag to show the string formatting mini language | ||||
| * | | | | | Add support for `!infraction last` (#1804) | 2021-09-08 | -19/+50 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for `!infraction last` `!infraction last` will view details of the last infraction the user made. Also changes the `Infraction` converter to use the `expanded` endpoint 1) Added `InvalidInfraction` to `bot.errors` - called when value passed to `Infraction` converter is invalid 2) Improved error messages for when an invalid infraction is passed to `!infraction {infr_id}` 3) Improved some other messages/docstrings etc. Co-authored-by: Xithrius <[email protected]> | ||||
| * | | | | | Merge pull request #1814 from python-discord/Expand-fitlers-to-.gg- | 2021-09-06 | -1/+2 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | Add .gg/ to invite filter regex | ||||
| | * | | | | Add .gg/ to invite filter regex | 2021-09-06 | -1/+2 | ||
| |/ / / / | |||||
| * | | | | Server command now uses correct TalentPool attr (#1810) | 2021-09-04 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | This was attr changed when we removed the concept of a user being 'watched' while removing the talentpool. | ||||
| * | | | | Merge pull request #1811 from python-discord/pin-platform-in-Dockerfile | 2021-09-04 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Pin platform in Dockerfile | ||||
| | * \ \ \ | Merge branch 'main' into pin-platform-in-Dockerfile | 2021-09-04 | -0/+19 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1794 from python-discord/Add-concurrency-to-all-workflows | 2021-09-04 | -0/+19 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Add concurrency rules to all GitHub workflows | ||||
| | * \ \ \ \ | Merge branch 'main' into Add-concurrency-to-all-workflows | 2021-09-04 | -183/+284 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Add concurrency rules to all GitHub workflows | 2021-08-30 | -0/+19 | ||
| | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | | * | | | Pin platform in Dockerfile | 2021-09-04 | -1/+1 | ||
| | |/ / / |/| | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | Merge pull request #1808 from python-discord/jb3/update-manifest-path | 2021-09-04 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Update deployment manifest path | ||||
| | * | | | | Update in accordance with python-discord/kubernetes#95 | 2021-09-04 | -1/+1 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #1487 from python-discord/ks123/goodbye-talentpool-channel | 2021-09-03 | -86/+111 | ||
| |\ \ \ \ | | | | | | | | | | | Goodbye, #talent-pool | ||||
| | * \ \ \ | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-09-03 | -94/+168 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1796 from Numerlor/doc-default-base_url | 2021-09-02 | -3/+12 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Make the base_url argument in doc set optional | ||||
| | * \ \ \ \ | Merge branch 'main' into doc-default-base_url | 2021-09-02 | -91/+156 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Make the base_url argument in doc set optional | 2021-08-30 | -3/+12 | ||
| | | | | | | | |||||
| | | * | | | | Pop user from talent pool cache when unnominated | 2021-09-03 | -0/+1 | ||
| | | | | | | | |||||
| | | * | | | | `Unnominate reason` to `Unnomination reason` | 2021-09-03 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Add an extra alias to unnominate | 2021-09-01 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Fix spelling of a TalentPool command name | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Rename list nominated user command for clarity | 2021-08-30 | -2/+2 | ||
| | | | | | | | |||||
| | | * | | | | use global logger in talent pool, over a self var that has been deleted | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Add back missing default params for TalentPool cog | 2021-08-30 | -0/+1 | ||
| | | | | | | | |||||
| | | * | | | | Update unnominate message to remove reference to relaying messages. | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Update api endpoint name in talent pool review | 2021-08-30 | -1/+1 | ||
| | | | | | | | |||||
| | | * | | | | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-08-30 | -2/+4 | ||
| | | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | | * | | | | Update comment to reference the new TalentPool cache name | 2021-08-30 | -3/+3 | ||
| | | | | | | | |||||
| | | * | | | | Remove code that is no longer hit | 2021-08-30 | -4/+0 | ||
| | | | | | | | |||||
| | | * | | | | Change all references to watch to nominate instead | 2021-08-30 | -17/+25 | ||
| | | | | | | | |||||
| | | * | | | | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-08-30 | -1746/+3918 | ||
| | | |\| | | | |||||
| | | * | | | | Switched back to default value getting. | 2021-06-12 | -4/+4 | ||
| | | | | | | | |||||
| | | * | | | | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-06-04 | -0/+0 | ||
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge branch 'main' into ks123/goodbye-talentpool-channel | 2021-06-04 | -3427/+6634 | ||
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Remove talentpool channel constants | 2021-03-28 | -5/+0 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Migrate nomination reasons editing commands | 2021-03-28 | -10/+10 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Add missing asterisk to nominees list | 2021-03-28 | -1/+1 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Migrate unnominate command to non-watchchannel | 2021-03-28 | -6/+6 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Migrate Talent Pool Reviewer class to non-watchchannel Talent Pool | 2021-03-28 | -10/+10 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Migrate nominations history command to non-watchchannel system | 2021-03-28 | -1/+1 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Use more accurate command names and docstring for talent pool commands | 2021-03-28 | -14/+13 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Remove WatchChannel parent of TalentPool and migrate first commands | 2021-03-28 | -28/+52 | ||
| | | | | | | | | | |||||