| Commit message (Collapse) | Author | Age | Lines | 
| ...  |  | 
| | |  | 
 | 
| | |  | 
 | 
| | |  | 
 | 
| | | 
| | 
| | 
| | 
| | 
| | 
| |  | 
Adds a bare-bones discord.py bot using features from bot-core, to be
used for quickly prototyping and testing out bot-core features.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | | 
| | 
| | 
| |  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | |\   | 
 | 
| | | |  | 
 | 
| | |/  
| |   
| |   
| |    | 
Only provides a feature and not a release, as per Scaleois' request on Discord: https://discord.com/channels/267624335836053506/635950537262759947/1000396893005819964
 | 
| | | 
| | 
| | 
| | 
| |  | 
On view timeout, this message has it's view removed if set.
Co-authored-by: Boris Muratov <[email protected]>
 | 
| | | 
| | 
| | 
| |  | 
method.
 | 
| | | 
| | 
| | 
| | 
| | 
| |  | 
The view implements an interaction check for allowed_users and allowed_roles.
The button deleted the message attached the the parent view on click.
 | 
| | |  | 
 | 
| | |  | 
 | 
| | |\  
| | | 
| | | 
| | | 
| | |  | 
# Conflicts:
#	docs/changelog.rst
 | 
| | | | 
| | | 
| | | 
| | |  | 
Adds support for auto mod, of which the new auto_mod MESSAGE_TYPE is needed for our filter system.
 | 
| | |/  
| |   
| |   
| |    | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | | 
| | 
| | 
| |  | 
Co-authored-by: MarkKoz <[email protected]>
 | 
| | |  | 
 | 
| |/   | 
 | 
| | 
| 
| 
| 
|  | 
Co-authored-by: Chris Lovering <[email protected]>
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Changes the behavior of `BUILD_DOCS_FOR_HEAD` to add only the current
branch to the build whitelist, instead of all branches.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Add a brief explanation about each item in the docs folder, to help
contributors navigate and understand what each part does.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
Adds the sphinx-multiversion package to be used for generating docs
for all versions of the project, not just the latest. This includes
all the necessary configuration to make it work cleanly.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Add the releases-based changelog system back, and migrate the old
changelog entries.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
| 
| 
|  | 
This fixes a bug with permission resolution when dealing with timed out members.
Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
|  | 
This commit also modifies the extensions util, since it's now directly used by bot-core.
Co-authored-by: Mark <[email protected]>
Co-authored-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
| 
| 
|  | 
This is used by the bots to push stats to statsd in a non-blocking way.
Co-authored-by: Joe Banks <[email protected]>
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
Co-authored-by: Johannes Christ <[email protected]>
Co-authored-by: MarkKoz <[email protected]>
 | 
| | 
| 
| 
|  | 
Also bump pyproject version to 2.0.0 to match changelog
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Updates the command in GH actions to match the command in pyproject to
generate the correct output.
Kaizens a small fix in clean up.
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
|  | 
Sphinx build in GitHub actions was not adding the path of the file
being run, or the working directory, or anything else to sys.path, which
broke imports.
 | 
| | 
| 
| 
| 
| 
|  | 
A previous commit tried to utilize the default autodoc option
configuration to make the doc generation more streamlined and organized,
 but they seem to not work well.
 | 
| |\   | 
 | 
| | | 
| | 
| | 
| | 
| |  | 
Adds a helper script which downloads and calls the netlify build script
from the site project, to enable static previews for docs.
 | 
| | |  | 
 | 
| | |  | 
 | 
| | | 
| | 
| | 
| | 
| |  | 
Changes the style of the reformatted autodoc files to look nicer with
submodules.
 | 
| |/  
|   
|   
|   
|    | 
Adds the intersphinx extension to link discord.py and python docs to the
autogenerated references.
 |