Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-09-22 | Handle argument parsing through identifier from_string instead of d.py | -24/+13 | ||
This lets us skip on the logic of figuring out whether we received a tag name alone, or both a name and a group | ||||
2021-09-13 | Reword all tags embed title | -1/+1 | ||
2021-09-13 | Rename methods to better reflect their new behaviour | -4/+4 | ||
2021-09-13 | remove redundant returns on both branches | -2/+1 | ||
2021-09-13 | Return formatted list instead of paginating directly in tag list methods | -20/+18 | ||
2021-09-06 | Use a -inf default for comparison to skip containment check | -1/+1 | ||
2021-09-06 | Return 0 if search string has no a-z characters | -0/+3 | ||
2021-09-06 | Remove TagNameConverter | -110/+13 | ||
The converter was now only used to restrict requested names which can be handled by not matching a tag in the cog and not displaying output, this allows us to be a bit more generous with tag names during the command fallback when a name with invalid symbols is parsed after a group | ||||
2021-09-06 | simplify fuzzy suggestion func | -14/+9 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2021-09-04 | Server command now uses correct TalentPool attr (#1810) | -1/+1 | ||
This was attr changed when we removed the concept of a user being 'watched' while removing the talentpool. | ||||
2021-09-04 | Pin platform in Dockerfile | -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. | ||||
2021-09-04 | Update in accordance with python-discord/kubernetes#95 | -1/+1 | ||
2021-09-03 | Pop user from talent pool cache when unnominated | -0/+1 | ||
2021-09-03 | `Unnominate reason` to `Unnomination reason` | -1/+1 | ||
2021-09-01 | Add an extra alias to unnominate | -1/+1 | ||
2021-09-01 | Add support for searching infractions by infraction id (#1787) | -4/+21 | ||
* Add support for searching infractions by infraction id Can now search by infraction id via `!infraction {id}`. | ||||
2021-08-31 | Rewording botvars.md tag (#1786) | -1/+1 | ||
* Reword botvar.md Co-authored-by: Steele Farnsworth <[email protected]> | ||||
2021-08-30 | Fix spelling of a TalentPool command name | -1/+1 | ||
2021-08-30 | Make the base_url argument in doc set optional | -3/+12 | ||
2021-08-30 | Rename list nominated user command for clarity | -2/+2 | ||
2021-08-30 | use global logger in talent pool, over a self var that has been deleted | -1/+1 | ||
2021-08-30 | Add back missing default params for TalentPool cog | -0/+1 | ||
2021-08-30 | Update unnominate message to remove reference to relaying messages. | -1/+1 | ||
2021-08-30 | Update api endpoint name in talent pool review | -1/+1 | ||
2021-08-30 | Update comment to reference the new TalentPool cache name | -3/+3 | ||
2021-08-30 | Remove code that is no longer hit | -4/+0 | ||
2021-08-30 | Change all references to watch to nominate instead | -17/+25 | ||
2021-08-30 | Add concurrency rules to all GitHub workflows | -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. | ||||
2021-08-30 | Allow dmrelay to only be used in mod channels. | -2/+4 | ||
2021-08-30 | Remove the json argument from the raw command. (#1792) | -6/+14 | ||
2021-08-29 | Simplify group_score definition | -12/+7 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2021-08-29 | Fix punctuation | -2/+2 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2021-08-29 | Add more clarity to docstrings | -5/+5 | ||
Clarify what Discord usernames are and the usage of the word "ambiguity". | ||||
2021-08-29 | Make the helper function more readable | -8/+4 | ||
2021-08-29 | Use unambiguous converters for infraction commands | -15/+16 | ||
2021-08-29 | Fix mismatches in parameter names and docstrings | -2/+2 | ||
2021-08-29 | Add the UnambiguousMember converter | -3/+23 | ||
2021-08-29 | Replace UserMentionOrID with UnambiguousUser | -12/+26 | ||
2021-08-28 | simplify assignment and add comment explaining its purpose | -2/+2 | ||
2021-08-28 | Remove unnecessary line in help | -1/+0 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2021-08-28 | CI: add ISC License (ISCL) to allowed licenses | -0/+1 | ||
2021-08-28 | Upgrade pip-licenses to 5.3.2 | -5/+5 | ||
Thanks to https://github.com/raimon49/pip-licenses/pull/109, we are now able to ignore spaces around the allow-only parameter. Rejoice! |