Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #286 from python-discord/renovate/azure-k8s-deploy-5.x | 2024-07-13 | -1/+1 | |
|\ | | | | | Update Azure/k8s-deploy action to v5 | |||
| * | Update Azure/k8s-deploy action to v5 | 2024-07-13 | -1/+1 | |
|/ | | | | | | | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | Azure/k8s-deploy | v1 | v5 | | |||
* | Merge pull request #284 from python-discord/renovate/motor-3.x | 2024-07-13 | -5/+6 | |
|\ | | | | | Update dependency motor to v3.5.1 | |||
| * | Update dependency motor to v3.5.1 | 2024-07-13 | -5/+6 | |
|/ | | | | | | | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | motor | 3.5.0 | 3.5.1 | | |||
* | Merge pull request #283 from python-discord/renovate/configure | 2024-07-13 | -6/+8 | |
|\ | | | | | Configure Renovate | |||
| * | Add extended Renovate configuration | 2024-07-13 | -1/+3 | |
| | | ||||
| * | Remove dependabot configuration | 2024-07-13 | -6/+0 | |
| | | ||||
| * | Add renovate.json | 2024-07-13 | -0/+6 | |
|/ | ||||
* | Merge pull request #282 from python-discord/jb3/features/condorcet-count | 2024-07-11 | -2/+207 | |
|\ | | | | | Add Condorcet count endpoint | |||
| * | Ensure requested condorcet calculations are on vote components | 2024-07-11 | -0/+5 | |
| | | ||||
| * | Add new endpoint for performing condorcet calculation on form responses | 2024-07-11 | -0/+99 | |
| | | ||||
| * | Add Condorcet calculation library | 2024-07-11 | -1/+90 | |
| | | ||||
| * | Return errors in JSON format so they can still be easily parsed | 2024-07-11 | -1/+13 | |
|/ | ||||
* | Merge pull request #281 from python-discord/jb3/components/vote-field | 2024-07-11 | -0/+4 | |
|\ | | | | | Add new vote question type | |||
| * | Add new vote question type | 2024-07-11 | -0/+4 | |
|/ | ||||
* | Move unittest filtering to the Form.dict() function | 2024-07-09 | -26/+10 | |
| | ||||
* | Document timezone field in SCHEMA.md | 2024-07-08 | -10/+17 | |
| | ||||
* | Remove erroneous await from non-async set_response_token | 2024-07-08 | -1/+1 | |
| | ||||
* | Merge pull request #276 from python-discord/jb3/environ/python-3.12 | 2024-07-08 | -1044/+1209 | |
|\ | | | | | 3.12 + Updates | |||
| * | Stop using gunicorn and use uvicorn directly to run application | 2024-07-08 | -35/+2 | |
| | | ||||
| * | Update to fix trailing whitespace detected by pre-commit | 2024-07-08 | -2/+2 | |
| | | ||||
| * | Update lint workflow to use pre-commit | 2024-07-08 | -7/+9 | |
| | | ||||
| * | Add pre-commit configuration | 2024-07-08 | -1/+148 | |
| | | ||||
| * | Remove gcc from Dockerfile | 2024-07-08 | -5/+0 | |
| | | ||||
| * | Apply fixable lint settings with Ruff | 2024-07-08 | -401/+387 | |
| | | ||||
| * | Change linting config to Ruff | 2024-07-07 | -97/+71 | |
| | | ||||
| * | Update docker-compose with new uvicorn start command | 2024-07-06 | -3/+3 | |
| | | ||||
| * | Update lint workflow to 3.12 | 2024-07-06 | -2/+2 | |
| | | ||||
| * | Update Dockerfile base to Python 3.12 | 2024-07-06 | -1/+1 | |
| | | ||||
| * | Update all dependencies | 2024-07-06 | -583/+677 | |
|/ | ||||
* | Migration to official Sentry release CI action (#275) | 2024-07-05 | -3/+2 | |
| | ||||
* | Merge pull request #274 from python-discord/jb3/fields/timezone-question | 2024-07-03 | -2/+2 | |
|\ | | | | | Add timezone question type | |||
| * | Add timezone question type | 2024-07-03 | -2/+2 | |
|/ | ||||
* | Update deployment namespace in CI | 2024-04-15 | -0/+1 | |
| | ||||
* | Update deployment namespace in manifest | 2024-04-15 | -0/+1 | |
| | ||||
* | Merge pull request #242 from python-discord/unittests-feature | 2023-08-12 | -0/+2 | |
|\ | | | | | Add tearDown feature to unittests | |||
| * | Add tearDown feature to unittests | 2023-08-11 | -0/+2 | |
|/ | ||||
* | Remove sentry-env (#241) | 2023-07-18 | -2/+0 | |
| | | | The sentry dsn is now in forms-backend-env instead | |||
* | Merge pull request #213 from python-discord/poetry-1.2 | 2022-09-18 | -36/+11 | |
|\ | | | | | Fix Poetry 1.2 Support | |||
| * | Fix Poetry 1.2 Support | 2022-09-18 | -36/+11 | |
|/ | | | | | | | | | | | | | | Poetry 1.2 introduced a regression which broke pip `--user` installs. These types of install were the main way we did installations in docker and CI, as they made it much more convenient to control the location, availability, and caching of packages. Poetry's team does not recognize this as a supported use case, so major changes were required to get everything working again. Most of the changes were consolidated into chrislovering/python-poetry-base for docker, and HassanAbouelela/setup-python for CI. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merge pull request #199 from python-discord/dependabot/pip/spectree-0.10.5 | 2022-08-09 | -5/+5 | |
|\ | ||||
| * | Bump spectree from 0.10.4 to 0.10.5 | 2022-08-09 | -5/+5 | |
|/ | | | | | | | | | | | | | | Bumps [spectree](https://github.com/0b01001001/spectree) from 0.10.4 to 0.10.5. - [Release notes](https://github.com/0b01001001/spectree/releases) - [Commits](https://github.com/0b01001001/spectree/compare/v0.10.4...v0.10.5) --- updated-dependencies: - dependency-name: spectree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Merge pull request #200 from python-discord/dependabot/pip/sentry-sdk-1.9.3 | 2022-08-09 | -8/+8 | |
|\ | ||||
| * | Bump sentry-sdk from 1.9.2 to 1.9.3 | 2022-08-09 | -8/+8 | |
|/ | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.2 to 1.9.3. - [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.9.2...1.9.3) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Merge pull request #196 from python-discord/dependabot/pip/flake8-5.0.4 | 2022-08-05 | -20/+5 | |
|\ | ||||
| * | Bump flake8 from 5.0.3 to 5.0.4 | 2022-08-05 | -20/+5 | |
|/ | | | | | | | | | | | | | | Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Merge pull request #198 from python-discord/dependabot/pip/sentry-sdk-1.9.2 | 2022-08-05 | -6/+24 | |
|\ | ||||
| * | Bump sentry-sdk from 1.9.0 to 1.9.2 | 2022-08-05 | -6/+24 | |
|/ | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.0 to 1.9.2. - [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.9.0...1.9.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | Update config.yml | 2022-08-04 | -1/+1 | |
| | ||||
* | Remove HassanAbouelela From Code Owners | 2022-08-04 | -2/+2 | |
| |