| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Syntax Error Fix | 2019-10-02 | -2/+2 | |
| | | ||||
| * | Final Linting | 2019-10-02 | -5/+6 | |
| | | ||||
| * | Linting | 2019-10-02 | -3/+2 | |
| | | ||||
| * | New more succinct output. | 2019-10-02 | -40/+45 | |
| | | ||||
| * | Merge pull request #3 from python-discord/master | 2019-10-02 | -2055/+2829 | |
| |\ | | | | | Update | |||
| | * | Merge pull request #285 from Numerlor/hacktober-date-channel-fixes | 2019-10-02 | -14/+47 | |
| | |\ | | | | | | | Hacktober date range and channel whitelist fixes | |||
| | | * | Merge branch 'master' into hacktober-date-channel-fixes | 2019-10-02 | -1/+1 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Point setup guide to site wiki | 2019-10-01 | -1/+1 | |
| | | | | ||||
| | | * | fix grammar in in_channel_override docstring | 2019-10-02 | -1/+2 | |
| | | | | ||||
| | | * | add logging when an overriden in_channel_check fails | 2019-10-02 | -0/+5 | |
| | | | | ||||
| | | * | fix in_channel_check docstring style | 2019-10-02 | -2/+4 | |
| | | | | ||||
| | | * | add return type hint to override_in_channel inner function | 2019-10-02 | -1/+1 | |
| | | | | ||||
| | | * | call the rewritten override_in_channel | 2019-10-02 | -2/+2 | |
| | | | | ||||
| | | * | Use rewritten override_in_channel to create a new whitelist for the command | 2019-10-02 | -3/+4 | |
| | | | | ||||
| | | * | rewrite override_in_channel to accept an optional new channel whitelist | 2019-10-02 | -10/+29 | |
| | | | | | | | | | | | | | add checks for the new whitelist to in_channel_check | |||
| | | * | fix typo in header | 2019-10-01 | -1/+1 | |
| | | | | ||||
| | | * | allow hacktoberstats commands to be used in the hacktober channel | 2019-10-01 | -0/+4 | |
| | | | | ||||
| | | * | remove hacktoberfest channel from global whitelist | 2019-10-01 | -1/+1 | |
| | | | | ||||
| | | * | Add +14h to start UTC offset and -11 to end UTC offset to date_range in ↵ | 2019-10-01 | -1/+1 | |
| | | | | | | | | | | | | | query for Hacktoberfest user pull requests | |||
| | | * | Add #event-hacktoberfest-2019 to bot command whitelist | 2019-10-01 | -1/+2 | |
| | |/ | ||||
| | * | Move PR template so GH can find it again | 2019-10-01 | -0/+0 | |
| | | | ||||
| | * | Merge pull request #280 from python-discord/hacktoberfest_prep | 2019-09-30 | -5/+11 | |
| | |\ | | | | | | | Disable halloween announcement and add hacktober icon. | |||
| | | * | Disable announcements and add hacktober icon. | 2019-09-30 | -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. | |||
| | * | Merge pull request #231 from Suhail6inkling/date-fix | 2019-09-30 | -3/+3 | |
| | |\ | | | | | | | Edit dates | |||
| | | * | Merge branch 'master' into date-fix | 2019-09-30 | -1661/+1972 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #276 from python-discord/update-flake8-annotations | 2019-09-29 | -19/+38 | |
| | |\ \ | | | | | | | | | Update flake8-annotation pin & relint | |||
| | | * | | Update flake8-annotation pin & relint | 2019-09-26 | -19/+38 | |
| | |/ / | ||||
| | * | | Merge pull request #271 from python-discord/text-modify-embeds | 2019-09-24 | -19/+84 | |
| | |\ \ | | | | | | | | | Modify text of embeds for text-modify commands | |||
| | | * | | Dumb kosa forgot to relint after making a small change | 2019-09-11 | -1/+1 | |
| | | | | | ||||
| | | * | | Merge branch 'text-modify-embeds' of github.com:python-discord/seasonalbot ↵ | 2019-09-11 | -100/+103 | |
| | | |\ \ | | | | | | | | | | | | | | | | into text-modify-embeds | |||
| | | * | | | Add more uwu conversions | 2019-09-11 | -0/+1 | |
| | | | | | | ||||
| | | * | | | Add embed conversion functionality to .rcase, small fixes | 2019-09-11 | -12/+29 | |
| | | | | | | ||||
| | | * | | | Add embed conversion functionality to .uwu | 2019-09-11 | -14/+61 | |
| | | | | | | ||||
| | * | | | | Docker Refining & Persistent Data Support (#273) | 2019-09-23 | -737/+126 | |
| | |\ \ \ \ | | | | | | | | | | | | | Docker Refining & Persistent Data Support | |||
| | | * | | | | Reflect persist module changes in hacktober cog. | 2019-09-23 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Sebastiaan Zeeff <[email protected]> | |||
| | | * | | | | Use mkdir exists kwarg instead of checking existing ahead of time. | 2019-09-23 | -4/+2 | |
| | | | | | | | ||||
| | | * | | | | Improve func name, example, directory management | 2019-09-23 | -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. | |||
| | | * | | | | Check explicitly if file exists rather than any existing path. | 2019-09-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | |||
| | | * | | | | Change volume instruction to single line. | 2019-09-23 | -2/+1 | |
| | | | | | | | ||||
| | | * | | | | Move pipenv install above file copy, add comments, move to python slim image. | 2019-09-23 | -4/+8 | |
| | | | | | | | ||||
| | | * | | | | Use standard DockerHub connection. | 2019-09-23 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | |||
| | | * | | | | Add better explanatory docstring and example for persist.datafile. | 2019-09-20 | -1/+17 | |
| | | | | | | | ||||
| | | * | | | | Update DockerV2 details and remove explicit login. | 2019-09-20 | -13/+6 | |
| | | | | | | | ||||
| | | * | | | | Add persistent datafile utils. | 2019-09-19 | -1/+27 | |
| | | | | | | | ||||
| | | * | | | | Prevent empty JSON raising an exception. | 2019-09-19 | -0/+1 | |
| | | | | | | | ||||
| | | * | | | | Remove egg_hunt | 2019-09-19 | -671/+0 | |
| | | | | | | | ||||
| | | * | | | | Cleanup Dockerfile and CI Build & Push stage | 2019-09-19 | -58/+53 | |
| | |/ / / / | ||||
| | * | | | | Merge pull request #270 from python-discord/flake8-annotations | 2019-09-14 | -307/+345 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | Add Flake8 annotations | |||
| | | * | | | Fix incorrect merge conflict resolutions, lint remaining items | 2019-09-11 | -28/+34 | |
| | | | | | | ||||
| | | * | | | Merge branch 'master' into flake8-annotations | 2019-09-11 | -77/+78 | |
| | | |\ \ \ | | |/ / / | |/| | | | ||||