Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-11-19 | Update Caching logic in AoC helpers | -6/+40 | ||
- This commit adds a new set of leaderboard data to the cache so that it calculates the correct information if issued with either a `self_placement_name` or not. - It also introduces code consistency upgrades Co-Authored-By: Johannes Christ <[email protected]> | ||||
2021-11-18 | Introduce command changes in the AoC Cog | -31/+66 | ||
- The AoC day and star browser has been separated from the leaderboard command, from now on it's a separate command - The leaderboard command has a new `self_placement_name` option, that shows the personal stats for the specified profile name. | ||||
2021-11-14 | Resources: add copyright notice to ryanzec_colours.json | -1/+1 | ||
2021-11-13 | fix: handle bare command embed title | -1/+1 | ||
2021-11-13 | fix: update type hint, color to colour, embed wording | -10/+10 | ||
2021-11-13 | fix: remove unnecessary return in main command | -3/+0 | ||
2021-11-12 | fix: remove equal sign from hex length check | -2/+2 | ||
2021-11-12 | fix: bare return instead of explicit None | -1/+1 | ||
Co-authored-by: Xithrius <[email protected]> | ||||
2021-11-12 | fix: replace Union with Optional type hint | -1/+1 | ||
Co-authored-by: Xithrius <[email protected]> | ||||
2021-11-12 | fix: check length of hex before strip | -1/+3 | ||
2021-11-12 | Move Sentry Into Init | -22/+19 | ||
Moves the sentry setup to be one of the very first things run during startup, so we are able to catch more errors, such as ones that might occur while setting up logs. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2021-11-12 | Disable File Logs In Production | -10/+13 | ||
The most recent changes to our log setup had the loggers writing to a read-only location in prod. This would cause an error during startup. To get around this while keeping the change, I moved it to only be used if debug is True. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
2021-11-11 | update: remove redundancy in dosctring | -1/+1 | ||
2021-11-11 | fix: remove alpha values in embed for hex | -2/+2 | ||
2021-11-11 | update: remove redundancy in docstring | -1/+1 | ||
Co-authored-by: Hedy Li <[email protected]> | ||||
2021-11-11 | fix: change color to Colour in comment | -1/+1 | ||
2021-11-11 | fix: remove async call for match_colour_name | -8/+11 | ||
2021-11-11 | fix: change color to colour in no match found result | -1/+1 | ||
Co-authored-by: Hedy Li <[email protected]> | ||||
2021-11-10 | cleanup: change main command docstring to be more clear | -1/+5 | ||
2021-11-10 | cleanup: finalize reviews requested changes | -15/+12 | ||
-Change _ to `digit` -Remove redundant "Command" from docstrings. Changed to "Create embed from ..." -Change hex command custom embed to `BadArgument` for consistency | ||||
2021-11-10 | test: correct embed descriptions | -3/+3 | ||
2021-11-10 | test: return after default random invocation | -0/+1 | ||
2021-11-10 | test: UI/UX updates, not tested yet | -9/+22 | ||
2021-11-10 | fix: change kwarg to color_input instead of extra | -2/+2 | ||
2021-11-10 | fix: handle user hex in embed | -0/+2 | ||
2021-11-09 | fix: replace 'random' in embed with color mode | -1/+1 | ||
2021-11-09 | chore: remove 0 from range and change to " | -5/+5 | ||
2021-11-09 | chore: re-arrange command invocation with try/except | -6/+8 | ||
2021-11-09 | chore: pull hex match out of try/except block | -2/+1 | ||
2021-11-09 | bug: handle multi word name entries and full input | -2/+4 | ||
2021-11-09 | fix: add import, handle no name match in embed | -3/+4 | ||
-Added `import string` to use the `string.hexdigits` method to check hex codes. -Handled bug where no name match found would be repeated in the embed in the first line as well as the value for the Name field. | ||||
2021-11-09 | fix: handle alpha values in hex code | -0/+6 | ||
Co-authored-by: Sn4u <[email protected]> | ||||
2021-11-09 | remove unnecessary volumes | -3/+0 | ||
2021-11-09 | use pseudo-tty for sir-lancebot service | -0/+1 | ||
This allows the coloredlogs module to automatically detect colour support when running in docker | ||||
2021-11-09 | fix: type hinting _rgb_to_cmyk | -1/+1 | ||
2021-11-07 | Fix line after function docstring | -1/+0 | ||
2021-11-07 | Handle `.wtf` command without query (#939) | -1/+13 | ||
Co-authored-by: Hedy Li <[email protected]> Co-authored-by: Xithrius <[email protected]> | ||||
2021-11-06 | Change language to language.lower() | -2/+4 | ||
2021-11-06 | lowering challenges for compatibility with uppercase languages | -1/+1 | ||
2021-11-05 | Limit user reactions on embed pagination | -3/+1 | ||
* Limit user reactions on embed pagination Limit user reactions to prevent non-author from removing message by adding user restriction to paginator. * Fixed the format of code to single line. Co-authored-by: ChrisJL <[email protected]> | ||||
2021-11-05 | Add option to get specific amount of realpython articles | -3/+13 | ||
Add a feature to choice in between 1-5 (inclusive) articles. If value not specified, the default, 5 will be used. Co-authored-by: ChrisJL <[email protected]> | ||||
2021-11-03 | rename to colour | -0/+0 | ||
2021-11-03 | fix: reduce 'from' imports | -13/+12 | ||
2021-11-03 | fix: have description in-line | -2/+1 | ||
2021-11-03 | fix: use and handle conversions with name value | -2/+5 | ||
2021-11-03 | fix: return None if no name match is found | -3/+3 | ||
2021-11-01 | Remove the "what's your skill level topic" | -1/+0 | ||
2021-11-01 | Fix lint errors of eac9d3b4194004894d4f4e50862f184db695d402 | -3/+3 | ||
2021-11-01 | Add source credit and Color.from_rgb method to get discord color | -3/+4 | ||
https://github.com/python-discord/sir-lancebot/pull/842/files#r739619938 https://github.com/python-discord/sir-lancebot/pull/842/files#r739295253 | ||||
2021-10-29 | fix: invoke without command, hsv fix | -8/+13 | ||