| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-10-03 | Flake8 Fixing | -2/+4 | ||
| 2019-10-03 | Resloved requested changes | -4/+7 | ||
| 2019-10-02 | Final Final Linting Error D415 | -1/+1 | ||
| 2019-10-02 | Syntax Error Fix | -2/+2 | ||
| 2019-10-02 | Final Linting | -5/+6 | ||
| 2019-10-02 | Linting | -3/+2 | ||
| 2019-10-02 | New more succinct output. | -40/+45 | ||
| 2019-10-02 | adjust end date time to the end of the last day of october instead of the ↵ | -1/+1 | ||
| beginning of it | ||||
| 2019-10-02 | put role bypass check above channel override to make sure bypass roles can ↵ | -7/+7 | ||
| activate commands everywhere even with override channels specified | ||||
| 2019-10-02 | fix grammar in in_channel_override docstring | -1/+2 | ||
| 2019-10-02 | add logging when an overriden in_channel_check fails | -0/+5 | ||
| 2019-10-02 | fix in_channel_check docstring style | -2/+4 | ||
| 2019-10-02 | add return type hint to override_in_channel inner function | -1/+1 | ||
| 2019-10-02 | call the rewritten override_in_channel | -2/+2 | ||
| 2019-10-02 | Use rewritten override_in_channel to create a new whitelist for the command | -3/+4 | ||
| 2019-10-02 | rewrite override_in_channel to accept an optional new channel whitelist | -10/+29 | ||
| add checks for the new whitelist to in_channel_check | ||||
| 2019-10-01 | fix typo in header | -1/+1 | ||
| 2019-10-01 | allow hacktoberstats commands to be used in the hacktober channel | -0/+4 | ||
| 2019-10-01 | remove hacktoberfest channel from global whitelist | -1/+1 | ||
| 2019-10-01 | Point setup guide to site wiki | -1/+1 | ||
| 2019-10-01 | Add +14h to start UTC offset and -11 to end UTC offset to date_range in ↵ | -1/+1 | ||
| query for Hacktoberfest user pull requests | ||||
| 2019-10-01 | Add #event-hacktoberfest-2019 to bot command whitelist | -1/+2 | ||
| 2019-10-01 | Move PR template so GH can find it again | -0/+0 | ||
| 2019-09-30 | Disable announcements and add hacktober icon. | -5/+11 | ||
| The Halloween season was currently configured to run with spooky icons and to announce a terrible, contentless announcement. This has been disabled and the neon hacktoberfest icon has been placed in its stead. | ||||
| 2019-09-26 | Update flake8-annotation pin & relint | -19/+38 | ||
| 2019-09-23 | Reflect persist module changes in hacktober cog. | -2/+2 | ||
| Co-Authored-By: Sebastiaan Zeeff <[email protected]> | ||||
| 2019-09-23 | Use mkdir exists kwarg instead of checking existing ahead of time. | -4/+2 | ||
| 2019-09-23 | Improve func name, example, directory management | -9/+37 | ||
| Function name has been changed to `make_persistent` after prompt by @lemonsaurus asking for a more descriptive name. Thanks @MarkKoz for providing the alternate name. During local testing, the `data` directory doesn't exist yet. In prod, this isn't an issue as the persistent volume is mounted at that location. To make local testing more convenient, the directory is checked and made if not found. Persistent data files will be placed in a seasonal subdirectory so long as they have a valid season name somewhere in their path, otherwise they will be placed directly in the data directory. Added a note to docstring to avoid same-named files in the same seasons or it will conflict with each other in the persistent data directory. The example was extended a little bit to make it both actually valid if tested and hopefully make it easier to understand what's going on. | ||||
| 2019-09-23 | Check explicitly if file exists rather than any existing path. | -1/+1 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-09-23 | Change volume instruction to single line. | -2/+1 | ||
| 2019-09-23 | Move pipenv install above file copy, add comments, move to python slim image. | -4/+8 | ||
| 2019-09-23 | Use standard DockerHub connection. | -1/+1 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-09-20 | Add better explanatory docstring and example for persist.datafile. | -1/+17 | ||
| 2019-09-20 | Update DockerV2 details and remove explicit login. | -13/+6 | ||
| 2019-09-19 | Add persistent datafile utils. | -1/+27 | ||
| 2019-09-19 | Prevent empty JSON raising an exception. | -0/+1 | ||
| 2019-09-19 | Remove egg_hunt | -671/+0 | ||
| 2019-09-19 | Cleanup Dockerfile and CI Build & Push stage | -58/+53 | ||
| 2019-09-11 | Fix incorrect merge conflict resolutions, lint remaining items | -28/+34 | ||
| 2019-09-11 | Dumb kosa forgot to relint after making a small change | -1/+1 | ||
| 2019-09-11 | Add more uwu conversions | -0/+1 | ||
| 2019-09-11 | Add embed conversion functionality to .rcase, small fixes | -12/+29 | ||
| 2019-09-11 | Add embed conversion functionality to .uwu | -14/+61 | ||
| 2019-09-09 | Lint remaining files | -58/+62 | ||
| hacktoberstats cog handled in separate PR | ||||
| 2019-09-09 | Initial linting pass | -243/+261 | ||
| Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs | ||||
| 2019-09-09 | Add flake8-annotations to dev dependencies | -6/+18 | ||
| 2019-09-06 | Update bot/seasons/evergreen/snakes/utils.py | -1/+1 | ||
| Co-Authored-By: Mark <[email protected]> | ||||
| 2019-09-06 | Fix bug in Candy Collection Cog | -5/+6 | ||
| When the ten_recent_msg helper coro is called, it grabs the most recent message by ID, but some of the following lines assume this object is a Message ID, not an integer. | ||||
| 2019-09-06 | Fix broken cancellation logic for waiting SaL game | -5/+1 | ||
| Previous logic allowed for any non-playing member to cancel the game | ||||
| 2019-09-06 | Apply suggestions from code review | -3/+3 | ||
| Comprehension cleanup Co-Authored-By: Mark <[email protected]> | ||||