Rob Hudson
0935f47213
Store project metadata in pyproject.toml (PEP 621) ( #1952 )
2024-02-24 10:07:56 +07:00
eswolinsky3241
5119716911
Persist worker_name after job is finished ( #1730 )
...
* Persist worker_name after job is finished
Persisting the worker_name on the job object in Redis would allow for debugging and
analyzing logs from the worker
* Remove redundent job.save() method call
* Remove check for null worker
Now that worker name is persisted after job finishes or fails,
no need to assert that worker name is None
* Change github runner to Ubuntu 20.04
* Change github runner to Ubuntu 20.04
2022-11-26 10:37:27 +07:00
Selwin Ong
48e821ecd0
Add packages write permission to docker workflow
2022-09-25 17:11:15 +07:00
Alex
02d5cf297b
GitHub Workflows security hardening ( #1711 )
...
* build: harden docker.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* build: harden workflow.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-25 15:04:00 +07:00
dependabot[bot]
395fd1c51a
Bump actions/checkout from 2 to 3 ( #1659 )
...
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-22 12:53:59 +07:00
rpkak
819d0498c7
Quickfix: Change Dockerhub Username ( #1491 )
...
I forgot to change this in #1471 by mistake.
2021-06-12 22:38:29 +07:00
rpkak
d0cea42fbb
Docker ( #1471 )
...
* rqtest -> tests folder
* worker Dockerfile to repo folder
* Dockerfile: install rq from file next to it
* add docker workflow
2021-06-12 11:51:11 +07:00