aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeLines
* Add changelog for 3.11 and new decoratorGravatar Chris Lovering2022-12-11-0/+4
|
* Handle not being able to delete the interaction message on button press.Gravatar Chris Lovering2022-11-14-0/+4
|
* Bump d.py to 2.1.0Gravatar Chris Lovering2022-11-13-0/+4
| | | | This also bumps some dev-deps to latest
* Clean Up Formatting Of Project Name In DocsGravatar Hassan Abouelela2022-11-10-4/+8
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add Support For Attributes In DocstringsGravatar Hassan Abouelela2022-11-10-1/+23
| | | | | | | | | | | This allows class attributes to be defined in docstrings without causing an exception while linking the source code. Due to the non-static nature of attributes, it's not trivial to link their actual definition, so the chosen lines will actually be all the lines of the parent class. Signed-off-by: Hassan Abouelela <[email protected]>
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-18/+22
|
* Use New Static Build Site API (#122)Gravatar Hassan Abouelela2022-10-26-15/+9
| | | | | | | | Updates the build the script to use the new API provided by the site to fetch and download artifacts. Additionally, metadata files are deleted in CI. They are only required for speeding up subsequent builds, which is not applicable in CI, and only increases the build size.
* Merge remote-tracking branch 'upstream/main' into no-duplicate-decoGravatar Numerlor2022-09-18-0/+59
|\
| * Bump d.py to 2.0.1Gravatar Chris Lovering2022-09-18-0/+4
| |
| * Bump Discord.py to the stable 2.0 release.v8.2.0Gravatar Chris Lovering2022-08-18-0/+5
| | | | | | | | This also bumps some other deps, rather than individually merging the dependabot releases.
| * Update docs/changelog.rstGravatar Ionite2022-08-16-1/+1
| | | | | | Co-authored-by: ChrisJL <[email protected]>
| * Version bump and changelogGravatar ionite342022-08-16-0/+3
| |
| * Bump version to 8.0.0Gravatar Chris Lovering2022-07-27-1/+2
| |
| * Bump async-rediscache to v1.0.0-rc2Gravatar Chris Lovering2022-07-27-0/+1
| |
| * Bump Python To 3.10 (#108)Gravatar ChrisJL2022-07-27-0/+1
| |
| * Add Sample Project With BoilerplateGravatar Hassan Abouelela2022-07-23-0/+8
| | | | | | | | | | | | | | 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]>
| * Bump Version To 7.5.0v7.5.0Gravatar Hassan Abouelela2022-07-23-0/+1
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Merge branch 'main' into bot-core-100Gravatar Hassan Abouelela2022-07-23-0/+1
| |\
| | * Merge PR #105: Correctly determine source modules for re-exported symbolsGravatar Numerlor2022-07-23-0/+1
| | |
| * | Update changelog.rstGravatar Izan2022-07-23-0/+3
| |/ | | | | | | Only provides a feature and not a release, as per Scaleois' request on Discord: https://discord.com/channels/267624335836053506/635950537262759947/1000396893005819964
| * Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0Gravatar ChrisJL2022-07-21-0/+4
| | | | | | | | | | On view timeout, this message has it's view removed if set. Co-authored-by: Boris Muratov <[email protected]>
| * Fix interactions.DeleteMessageButton not working due to using wrong delete ↵Gravatar Chris Lovering2022-07-16-0/+4
| | | | | | | | method.
| * Add a generic view and buttonGravatar Chris Lovering2022-07-16-0/+5
| | | | | | | | | | | | The view implements an interaction check for allowed_users and allowed_roles. The button deleted the message attached the the parent view on click.
| * Only close stats._transport if BotBase.stats was createdGravatar Chris Lovering2022-07-09-0/+4
| |
| * Don't try to connect to statsd_url if it's NoneGravatar Chris Lovering2022-06-30-0/+2
| |
| * Merge branch 'main' into misc-bug-fixesGravatar Hassan Abouelela2022-06-29-0/+6
| |\ | | | | | | | | | | | | # Conflicts: # docs/changelog.rst
| | * Bump d.py to 0eb3d26Gravatar Chris Lovering2022-06-28-0/+7
| | | | | | | | | | | | Adds support for auto mod, of which the new auto_mod MESSAGE_TYPE is needed for our filter system.
| * | Changelog Miscellaneous Bug FixesGravatar Hassan Abouelela2022-06-26-0/+6
| |/ | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | reword docstringsGravatar Numerlor2022-06-21-1/+1
| | | | | | | | Co-authored-by: MarkKoz <[email protected]>
* | Only append ids from Name nodesGravatar Numerlor2022-06-15-2/+4
| |
* | Check assignments nested in ifs when searching for symbol definitionGravatar Numerlor2022-06-15-14/+33
|/
* Fix Bullet Points In ChangelogGravatar Hassan Abouelela2022-05-30-10/+10
| | | | | Co-authored-by: Chris Lovering <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
* Fix Entry In ChangelogGravatar Hassan Abouelela2022-05-30-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Include `origin` In Allowed Docs VersionsGravatar Hassan Abouelela2022-05-30-2/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Pass Branch Name To Docs In CIGravatar Hassan Abouelela2022-05-29-4/+7
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Check Out The Entire Repository For MultiversionGravatar Hassan Abouelela2022-05-29-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Only Build Current Branch When Option EnabledGravatar Hassan Abouelela2022-05-29-2/+14
| | | | | | | 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]>
* Declare Releases As Parallel-Read SafeGravatar Hassan Abouelela2022-05-29-0/+10
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Document The Docs FolderGravatar Hassan Abouelela2022-05-29-0/+20
| | | | | | | 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]>
* Add Sphinx-MultiVersionGravatar Hassan Abouelela2022-05-29-18/+222
| | | | | | | | 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]>
* Restore Releases ChangelogGravatar Hassan Abouelela2022-05-29-9/+246
| | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump Discord.py to 4cbe8f5Gravatar Chris Lovering2022-05-24-1/+1
| | | | | | 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/
* Comment on what nitpick_ignore_regex does in conf.pyGravatar Chris Lovering2022-03-24-0/+2
|
* Add BotBase that will act as a base for all our botsGravatar Chris Lovering2022-03-24-0/+8
| | | | | | | 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]>
* Add async_stats subclass of statsdGravatar Chris Lovering2022-03-24-0/+1
| | | | | | This is used by the bots to push stats to statsd in a non-blocking way. Co-authored-by: Joe Banks <[email protected]>
* Change all instance of disnake to discordGravatar Chris Lovering2022-03-15-1/+1
|
* Don't break if functions are directly in module init filesGravatar Chris Lovering2022-03-03-1/+4
|
* feat: Port the Site API wrapper from the bot repoGravatar ToxicKidz2022-02-25-0/+1
| | | | | Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: MarkKoz <[email protected]>
* Custom css to de-bold index pageGravatar Chris Lovering2022-02-24-0/+9
| | | | Also bump pyproject version to 2.0.0 to match changelog
* Migrate to using disnake over Discord.py 2.0a0Gravatar Chris Lovering2022-02-24-1/+1
|