Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump version and add changelogs | 2022-01-09 | -1/+5 | |
| | ||||
* | Add regexes for matching Discord code blocks | 2022-01-09 | -0/+27 | |
| | | | | These are pulled directly from Python bot's snekbox cog. | |||
* | Merge pull request #6 from python-discord/dependabot/pip/sphinx-4.3.2 | 2021-12-26 | -6/+7 | |
|\ | | | | | Bump sphinx from 4.3.1 to 4.3.2 | |||
| * | Bump sphinx from 4.3.1 to 4.3.2 | 2021-12-20 | -6/+7 | |
|/ | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Create SECURITY.md | 2021-12-16 | -0/+3 | |
| | | | Copy the security policy from our other projects. | |||
* | Fix Typo In File Name | 2021-12-16 | -0/+0 | |
| | ||||
* | Merge pull request #4 from python-discord/lock-deps | 2021-12-15 | -72/+82 | |
|\ | | | | | Reconfigure Dependency Management | |||
| * | Add Dependabot Config | 2021-12-15 | -0/+6 | |
| | | ||||
| * | Lock Dependencies To Exact Versions | 2021-12-15 | -72/+76 | |
|/ | | | | | Lock the versions required for dependencies to exact versions, and allow dependabot to handle upgrades instead. | |||
* | Merge pull request #2 from python-discord/docs-buildv1.1.0 | 2021-12-06 | -242/+1293 | |
|\ | | | | | Documentation | |||
| * | Move Doc Dependencies Into Dev Section | 2021-12-04 | -44/+45 | |
| | | ||||
| * | Add Favicon | 2021-12-03 | -0/+1 | |
| | | ||||
| * | Update Doc Entry Color | 2021-12-03 | -0/+6 | |
| | | ||||
| * | Reword Unclear Statement in Docs | 2021-12-03 | -1/+2 | |
| | | ||||
| * | Add Documentation Deploy Action | 2021-12-02 | -0/+51 | |
| | | | | | | | | Adds a github action to deploy the documentation. | |||
| * | Add Sphinx Docs | 2021-12-02 | -246/+1207 | |
| | | | | | | | | Adds a customized sphinx doc builder. | |||
| * | Port Regex Utilities From Python Bot | 2021-12-02 | -0/+30 | |
|/ | ||||
* | Merge pull request #1 from python-discord/mbaruh/setupv1.0.0 | 2021-11-17 | -1/+1232 | |
|\ | ||||
| * | Disable testing in actions workflow. | 2021-11-17 | -9/+9 | |
| | | ||||
| * | Delete deploy workflow. | 2021-11-17 | -11/+0 | |
| | | ||||
| * | Add coverage configuration. | 2021-11-17 | -0/+5 | |
| | | ||||
| * | Remove env section and remove 'Add custom PYTHONUSERBASE to PATH' step. | 2021-11-17 | -17/+2 | |
| | | ||||
| * | Use HassanAbouelela/actions/setup-python@setup-python_v1.0.0 actions for ↵ | 2021-11-16 | -39/+4 | |
| | | | | | | | | installing python deps. | |||
| * | Remove .idea folder. | 2021-11-16 | -60/+0 | |
| | | ||||
| * | Lint and fix line endings. | 2021-11-16 | -12/+12 | |
| | | ||||
| * | Add flake8 configuration. | 2021-11-16 | -0/+19 | |
| | | ||||
| * | Use pyproject.toml as a replacement for setup.py | 2021-11-06 | -1/+11 | |
| | | ||||
| * | Ignore .idea and .vscode folders. | 2021-11-06 | -13/+6 | |
| | | ||||
| * | Setup attempt | 2021-11-04 | -0/+1325 | |
|/ | ||||
* | Initial commit | 2021-07-29 | -0/+151 | |