aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeLines
* Replace removed path-to-lcov option with new ile option in coveralls CI actionGravatar Chris Lovering2023-03-21-1/+1
|
* Bump coverallsapp/github-action from 1.2.4 to 2.0.0Gravatar dependabot[bot]2023-03-21-1/+1
| | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Use the correct id for the sha-tag inputGravatar Chris Lovering2023-03-21-4/+4
|
* use provided sha-tag from inputGravatar shtlrs2023-03-21-2/+2
|
* fix indentation for k8s-deploy job's inputsGravatar shtlrs2023-03-20-2/+2
|
* use hyphen instead of underscore across all workflow namesGravatar shtlrs2023-03-20-0/+0
|
* use workflow_call as trigger for sentry-releaseGravatar shtlrs2023-03-20-4/+2
| | | | This also updates the worklow's name
* use workflow_call as trigger for lint-testGravatar shtlrs2023-03-20-5/+1
|
* fix indentation for secretsGravatar shtlrs2023-03-19-6/+1
|
* make generate-sha-tag a dependency for publish-static-reviewGravatar shtlrs2023-03-19-0/+2
|
* align sentry-release file extGravatar shtlrs2023-03-19-1/+1
|
* appease linterGravatar shtlrs2023-03-07-1/+1
|
* correct typo in workflowsGravatar shtlrs2023-03-06-1/+1
|
* always generate sha tagGravatar shtlrs2023-03-06-1/+0
|
* add the main.yaml CI workflowGravatar shtlrs2023-03-06-0/+54
|
* call status_embed from main CIGravatar shtlrs2023-03-06-13/+8
| | | | This also passes the sha-tag as input
* call status_embed on CI completedGravatar shtlrs2023-03-06-3/+1
|
* merge buid & deploy CIsGravatar shtlrs2023-03-06-66/+44
|
* Bump coverallsapp/github-action from 1.2.2 to 1.2.4Gravatar dependabot[bot]2023-03-02-1/+1
| | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump coverallsapp/github-action from 1.2.0 to 1.2.2Gravatar dependabot[bot]2023-02-28-1/+1
| | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.0...v1.2.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Ensure all deps are installed in CIGravatar Chris Lovering2023-02-27-2/+0
|
* Bump coverallsapp/github-action from 1.1.3 to 1.2.0Gravatar dependabot[bot]2023-02-27-1/+1
| | | | | | | | | | | | | | Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump docker/build-push-action from 3 to 4Gravatar dependabot[bot]2023-01-31-3/+3
| | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Update version referenced in commentGravatar wookie1842023-01-18-1/+1
|
* Stop using deprecated set-output workflow commandGravatar wookie1842023-01-18-8/+8
|
* Bump SebastiaanZ/github-status-embed-for-discord from 0.2.1 to 0.3.0Gravatar dependabot[bot]2023-01-17-1/+1
| | | | | | | | | | | | | | Bumps [SebastiaanZ/github-status-embed-for-discord](https://github.com/SebastiaanZ/github-status-embed-for-discord) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/SebastiaanZ/github-status-embed-for-discord/releases) - [Commits](https://github.com/SebastiaanZ/github-status-embed-for-discord/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: SebastiaanZ/github-status-embed-for-discord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump docker/login-action from 1 to 2Gravatar dependabot[bot]2023-01-17-2/+2
| | | | | | | | | | | | | | Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump docker/build-push-action from 2 to 3Gravatar dependabot[bot]2023-01-17-3/+3
| | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump azure/k8s-set-context from 1 to 3Gravatar dependabot[bot]2023-01-17-1/+1
| | | | | | | | | | | | | | Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 1 to 3. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v1...v3) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Ensure dev reqs are installed in CIGravatar Chris Lovering2023-01-16-0/+1
|
* Bump HassanAbouelela/actions from setup-python_v1.3.1 to 1.4.0Gravatar dependabot[bot]2023-01-16-1/+1
| | | | | | | | | | | | | Bumps [HassanAbouelela/actions](https://github.com/HassanAbouelela/actions) from setup-python_v1.3.1 to 1.4.0. This release includes the previously tagged commit. - [Release notes](https://github.com/HassanAbouelela/actions/releases) - [Commits](https://github.com/HassanAbouelela/actions/compare/setup-python_v1.3.1...setup-python_v1.4.0) --- updated-dependencies: - dependency-name: HassanAbouelela/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge branch 'main' into dependabot/github_actions/Azure/k8s-deploy-4Gravatar wookie1842023-01-16-9/+9
|\
| * Bump actions/upload-artifact from 2 to 3Gravatar dependabot[bot]2023-01-16-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump docker/setup-buildx-action from 1 to 2Gravatar dependabot[bot]2023-01-16-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
| * Bump actions/checkout from 2 to 3Gravatar dependabot[bot]2023-01-16-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Setup kubectl in deploy workflowGravatar Chris Lovering2023-01-16-1/+2
| | | | | | | | Azure/k8s-deploy no longer does this for us.
* | Bump Azure/k8s-deploy from 1 to 4Gravatar dependabot[bot]2023-01-16-1/+1
|/ | | | | | | | | | | | | | Bumps [Azure/k8s-deploy](https://github.com/Azure/k8s-deploy) from 1 to 4. - [Release notes](https://github.com/Azure/k8s-deploy/releases) - [Commits](https://github.com/Azure/k8s-deploy/compare/v1...v4) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Make dependabot check for github actions updatesGravatar wookie1842023-01-14-0/+5
|
* `REPO_TOKEN` env var obliteratedGravatar Xithrius2022-10-12-1/+0
|
* Switch To Coveralls ActionGravatar Hassan Abouelela2022-09-30-5/+7
| | | | | | | | | | | The coveralls package has consistently caused issues for us, so it made sense to switch to something that's a little more decoupled, especially when it has official support. Switching is simple, since coverage.py can natively generate the format used by the coveralls action, and everything else is plug and play. Signed-off-by: Hassan Abouelela <[email protected]>
* Add DependabotGravatar Hassan Abouelela2022-09-30-0/+6
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Upgrade To 3.10Gravatar Hassan Abouelela2022-09-30-1/+1
| | | | | | | All dependencies and code are already ready for 3.10, all that's necessary is to update the number. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into fix-warningsGravatar Hassan Abouelela2022-09-30-56/+6
|\
| * Fix Poetry 1.2 SupportGravatar Hassan Abouelela2022-09-18-56/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Poetry 1.2 introduced a regression which broke pip `--user` installs. These types of install where the main way we did installations in docker and CI, which made it much more convenient to control their location, availability, and caching. 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]>
* | Enable Python Warnings In TestsGravatar Hassan Abouelela2022-09-04-0/+1
|/ | | | | | | | There are currently no warnings emitted during our tests, so this is a low-cost method of ensuring we can better notice problems such as deprecation warnings earlier. Signed-off-by: Hassan Abouelela <[email protected]>
* Run Migrations For TestsGravatar Hassan Abouelela2022-07-12-1/+0
| | | | | | | Call the migration handler in manage.py when running tests, before handing control back to django. Signed-off-by: Hassan Abouelela <[email protected]>
* Remove resource suggestion template from siteGravatar mina2022-03-27-21/+0
| | | We will keep the issue template currently present on meta: https://github.com/python-discord/meta/blob/main/.github/ISSUE_TEMPLATE/resource-request.yaml
* Remove API change referencesGravatar Johannes Christ2022-03-07-9/+0
|
* Remove myself from the codeownersGravatar Matteo Bertucci2021-12-10-9/+4
|
* Error Out On Missing Files In CIGravatar Hassan Abouelela2021-10-10-0/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>