| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ----------- | ------------------------ | ---- | -- |
| github-tags | docker/build-push-action | v2 | v6 |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ----------- | -------------------------- | ---- | -- |
| github-tags | docker/setup-buildx-action | v1 | v3 |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ----------- | ------------------- | ---- | -- |
| github-tags | docker/login-action | v1 | v3 |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ----------- | --------------------- | ---- | -- |
| github-tags | azure/k8s-set-context | v1 | v4 |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ----------- | ----------------------- | ---- | -- |
| github-tags | actions/upload-artifact | v2 | v4 |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/checkout | v2 | v4 |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | Azure/k8s-deploy | v1 | v5 |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
To access information about the PR in the status embed workflow, we need
to upload an artifact whenever the forms-backend.yml workflow runs for a
`pull_request` trigger. This artifact will be downloaded in the workflow
that sends the status embed.
|
|
|
|
|
| |
I've added a `workflow-run`-triggered workflow that sends an enhanced
status embed to our #dev-log GitHub Actions webhook. It will run
whenever the main workflow finishes and report its status.
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Sebastiaan Zeeff <[email protected]>
|
|
|
| |
Co-authored-by: Joe Banks <[email protected]>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Removed 2nd ', what gave error. Removed adding environment variable to PATH that don't exist.
|
| |
|
| |
|
| |
|
|
|
| |
Run flake8 every time when pushing to main or to PR.
|
|
I want to use GH helper for Workflow files,
but this require to already have file.
|