| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | |
|
| | |
| |
| |
| |
| | |
Bumps [dulwich](https://www.dulwich.io/) from 0.19.0 to 0.19.1.
Signed-off-by: dependabot[bot] <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Bumps [safety](https://github.com/pyupio/safety) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/master/HISTORY.rst)
- [Commits](https://github.com/pyupio/safety/compare/1.7.0...1.8.0)
Signed-off-by: dependabot[bot] <[email protected]>
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Sort out tag name literal eval
* Fixed typo >.>
* Validate all tag commands
* Clean up validation
* Add default embed colours
* Sorted a docstring
* Typehinted validate method
* Explicitly return None
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Bumps [flake8-bandit](https://github.com/tylerwince/flake8-bandit) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/tylerwince/flake8-bandit/releases)
- [Commits](https://github.com/tylerwince/flake8-bandit/commits)
Signed-off-by: dependabot[bot] <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Removed snekchek as it's no longer used.
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* added logging to formatter.py
* Removed unnecessary f string
* Added some log.trace()
* improved some log.trace()
* Removed some stray fullstops
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added logging to events and verification cogs
* Added logging to the tags cog
* Added logging to Fun, Logging, and Security cogs.
* Added logging to Deployment cog.
* Added logging to cog management cog
* Added logging to clickup cog
* Changed some logging levels across all cogs. Most of my log.infos should have been log.debugs. Thanks Joseph.
* Added logging to the Bot cog.
* Adding logging to the non-cog files.
* Added the logging handler to Eval, but didn't add the actual Logging. I'll leave that to Martmist
* A couple of minor bugfixes
* Add "trace" logging level
* Add logging for paginator
* Add JSON logging for future datadog integration
* Changed some loglevels to trace now that we have the trace method, and also fixed stuff pointed out by joseph in his review.
* Completed testing for bot.py
* Completed testing for clickup.py
* Completed testing for cogs.py
* Completed testing for deployment.py
* Completed testing for fun.py
* Finished logging for bot and tags.py, as well as __init__.py
* Addressing all feedback in request for changes.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* Update bot.py
* Update bot.py
|
| | |
|
| |
|
|
|
|
|
|
| |
* quickfix, autocodeblock should now listen to bot_commands too
* blank removed
* import order
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* Attempt to fix issues with aiohttp spawning way too many threads
* Add aiodns to requirements
* Math doesn't work for me
`Fatal Python error: failed to get random numbers to initialize Python`
|
| |
|
|
| |
with self.accept()
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* adding better detection for misformatted python code, using the tags api instead of hardcoded hints and mentioning the user in the hint
* use a seperate string instead of msg.content
* Better comments and formatting
Own function for codeblock stripping
splitlines instead of split("\n"), because of readability
re.search instead of re.match, because re.match is too strict
if content.lower().startswith("python") instead of case sensitive
checking, because of readabilty
Reformatted hint
* More readability
Changed hint sentence
More descriptive variables
* Even more descriptive variable names
Fixed small cooldown bug
* forgot to save descriptive variable names
* i dont believe this
* typo at import
* reworked getting the tag, not sure if it works
* fixed old code
* oversaw one
* reworked the howto again
better stripping
* making the hint look better
* get_tag_data returns a dict ==> change .description to ['tag_content']
* if the codeblcok tag isnt found do nothing
* reformat of hint
* removed not needed f
* more changes to the hint
* lemon lied about fstrings
* order of arguments
* formatting
* logic error
* more foooormatting
and a debug note
* linter...
* still blank
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Tested on Bot Staging, appears to work just fine. Probably needs more testing to be sure.
* Added some documentation to the python syntax overrides, and fixed various bugs with the current implementation. They also support single quotes now.
* Solved all single and double quote issues, most use cases should work now. Tested quite a bit, but could probably stand a little more testing.
* forgot a local testing environment
* Switched parse method from regex (what was I thinking) to ast.literal_eval
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added first / last buttons and max_lines to pagination
* Monkey patching methods instead of adding a whole class for pagination lines
* Fixed linting errors
* Refactored to subclass instead of monkey patching
* updated clickup and tags to work with the new subclass
* Included pagination.py
* Fixed linter issues in pagination.py
* Fixed out of scope in __init__.py. Changed pagination to remove an error that can sometimes be caused with pagination
* Changed cogs.py to use the new LinePaginator.paginate
* Changed line_size to max_lines
* Changed readability of the conditions in even_check
* Corrected bracketing mistake
* Corrected flake8 issues
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update math.py
Some annoying whitespace left over from the mobile GitHub editor probably
* Update math.py
* Finally fix this
* Update math.py
* Documentation
* Un-inline some comments
* Capitals and trailing spaces
* Fix comment position
* Reorder Popen
* Fix floating comments I guess
* Fix bandit
Signed-off-by: Martmists <[email protected]>
|
| | |
|
| |
|
|
| |
for local testing, I need them in my life.
|
| | |
|