aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | | * revert refactoring of site_api_clientGravatar shtlrs2023-03-31-7/+7
| | | | | |
| | | | | * converge site_api_scheme & site_api into site_apiGravatar shtlrs2023-03-30-5/+5
| | | | | |
| | | | | * Merge branch 'main' into shtlrs/get-rid-of-site-config-varGravatar shtlrs2023-03-30-175/+220
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Bump sentry-sdk from 1.17.0 to 1.18.0 (#2497)Gravatar dependabot[bot]2023-03-30-5/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.17.0...1.18.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | Merge pull request #2388 from brodycritchlow/inplace-tagGravatar Boris Muratov2023-03-30-0/+22
| |\ \ \ \ | | | | | | | | | | | | Add new inplace tag
| | * \ \ \ Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-03-29-171/+194
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Bump regex from 2022.10.31 to 2023.3.23 (#2485)Gravatar dependabot[bot]2023-03-29-92/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.10.31 to 2023.3.23. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.10.31...2023.3.23) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | | Merge pull request #2496 from python-discord/update-base-iamgeGravatar Boris Muratov2023-03-29-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Update base image to new repo org
| | * | | | | Update base image to new repo orgGravatar Chris Lovering2023-03-29-1/+1
| |/ / / / /
| * | | | | Merge pull request #2432 from shtlrs/bump-python-version-to-3-11Gravatar ChrisJL2023-03-29-76/+127
| |\ \ \ \ \ | | | | | | | | | | | | | | Bump python version to 3 11
| | * | | | | Replace mock._importer with pkgutil.resolve_name in test autospecGravatar shtlrs2023-03-29-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mock._importer was removed in 3.11
| | * | | | | Upgrade to Python 3.11 in CI & DockerfileGravatar shtlrs2023-03-29-2/+2
| | | | | | |
| | * | | | | Upgrade to Python 3.11 in pyproject.tomlGravatar shtlrs2023-03-29-73/+123
| |/ / / / / | | | | | | | | | | | | | | | | | | This also bumps some dev deps to latest
| * | | | | Merge pull request #2487 from python-discord/wookie184-botstrap-errorGravatar Boris Muratov2023-03-29-4/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | Improve wording in botstrap error
| | * | | | | Improve wording in botstrap errorGravatar wookie1842023-03-24-4/+4
| |/ / / / /
| | * | | | Fix InPlace precommit issuesGravatar brody critchlow2023-03-29-1/+1
| | | | | |
| | * | | | Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-03-28-3229/+3840
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Change WordingGravatar Brody Critchlow2023-03-28-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| | * | | | Update required wordingGravatar Brody Critchlow2023-03-25-1/+1
| | | | | |
| | * | | | Comply to PEP8Gravatar Brody Critchlow2023-03-15-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Mohammad Ibrahim <[email protected]>
| | * | | | Comply to #2419Gravatar Brody Critchlow2023-03-15-1/+4
| | | | | | | | | | | | | | | | | | Co-authored-by: Mohammad Ibrahim <[email protected]>
| | * | | | Update wordingGravatar Brody Critchlow2023-02-08-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| | * | | | Update list names, and add clarifying commentsGravatar Brody Critchlow2023-01-28-6/+8
| | | | | |
| | * | | | Clarify commentsGravatar Brody Critchlow2023-01-28-2/+2
| | | | | |
| | * | | | Update list namesGravatar Brody Critchlow2023-01-27-5/+5
| | | | | |
| | * | | | Remove empty lineGravatar Brody Critchlow2023-01-27-0/+0
| | | | | |
| | * | | | Clarify wordsGravatar Brody Critchlow2023-01-27-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| | * | | | More minimizationsGravatar Brody Critchlow2023-01-27-2/+2
| | | | | |
| | * | | | Small Minimization ChangesGravatar Brody Critchlow2023-01-27-7/+1
| | | | | |
| | * | | | Clarify empty and why it errors.Gravatar Brody Critchlow2023-01-26-1/+1
| | | | | |
| | * | | | Add missing code blocksGravatar Brody Critchlow2023-01-26-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Caeden Perelli-Harris <[email protected]>
| | * | | | Add clarifying detailsGravatar Brody Critchlow2023-01-26-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Caeden Perelli-Harris <[email protected]>
| | * | | | Add clarifying detailsGravatar Brody Critchlow2023-01-26-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Caeden Perelli-Harris <[email protected]>
| | * | | | Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-01-26-14/+16
| | |\ \ \ \
| | * | | | | Make explanation more concise, and informationalGravatar Brody Critchlow2023-01-25-6/+5
| | | | | | |
| | * | | | | Update in-place.mdGravatar Brody Critchlow2023-01-25-3/+3
| | | | | | |
| | * | | | | Update in-place.mdGravatar Brody Critchlow2023-01-25-2/+21
| | | | | | |
| | * | | | | Make new tag for #2360Gravatar Brody Critchlow2023-01-25-0/+5
| | | | | | |
| | | | | | * rename site_api to site_api_client inside NominationApi for better ↵Gravatar shtlrs2023-03-25-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | differentiation with our site_api constant
| | | | | | * rename schema to schemeGravatar shtlrs2023-03-25-3/+3
| | | | | | |
| | | | | | * get rid of site config variableGravatar shtlrs2023-03-25-12/+6
| | |_|_|_|/ | |/| | | |
| * | | | | Bump beautifulsoup4 from 4.11.2 to 4.12.0 (#2480)Gravatar dependabot[bot]2023-03-24-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | | Bump pre-commit from 3.1.1 to 3.2.0 (#2479)Gravatar dependabot[bot]2023-03-24-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | | Bump pydantic from 1.10.6 to 1.10.7 (#2481)Gravatar dependabot[bot]2023-03-24-39/+39
| | |_|_|/ | |/| | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | Bump deepdiff from 6.2.3 to 6.3.0 (#2475)Gravatar dependabot[bot]2023-03-21-60/+6
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | Bump coverage from 7.2.1 to 7.2.2 (#2473)Gravatar dependabot[bot]2023-03-21-54/+54
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | Bump flake8-bugbear from 23.2.13 to 23.3.12 (#2468)Gravatar dependabot[bot]2023-03-21-5/+5
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | | | Add tag for Discord bot hosting (#2472)Gravatar Robin2023-03-21-0/+11
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| * | | | Enable sentry profiling (#2478)Gravatar ChrisJL2023-03-21-1/+5
| | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| * | | | Bump sentry-sdk from 1.16.0 to 1.17.0 (#2474)Gravatar dependabot[bot]2023-03-21-5/+5
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>