Commit Graph

57 Commits

Author SHA1 Message Date
Sebastian Thomschke
e99f74bc58 Handle quotes in commit messages 2024-03-08 00:08:42 +01:00
sebthom
a5c1219faf update workflow config 2024-03-07 20:33:34 +01:00
dependabot[bot]
ca539cdd92 fix(deps): bump pdm-project/setup-pdm from 3 to 4
Bumps [pdm-project/setup-pdm](https://github.com/pdm-project/setup-pdm) from 3 to 4.
- [Release notes](https://github.com/pdm-project/setup-pdm/releases)
- [Commits](https://github.com/pdm-project/setup-pdm/compare/v3...v4)

---
updated-dependencies:
- dependency-name: pdm-project/setup-pdm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 18:48:04 +01:00
sebthom
9caa7a7124 use venv 2024-03-04 10:07:47 +01:00
sebthom
284c6d2bb4 update GHA workflows 2024-03-02 23:21:04 +01:00
dependabot[bot]
cfc1884a56 fix(deps): bump actions/delete-package-versions from 4 to 5
Bumps [actions/delete-package-versions](https://github.com/actions/delete-package-versions) from 4 to 5.
- [Release notes](https://github.com/actions/delete-package-versions/releases)
- [Commits](https://github.com/actions/delete-package-versions/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/delete-package-versions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 23:06:26 +01:00
dependabot[bot]
62ff5ab763 fix(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 21:22:04 +01:00
sebthom
f8ad8e5d2a set required token 2024-01-12 00:35:28 +01:00
dependabot[bot]
08bffa8de3 fix(deps): bump geekyeggo/delete-artifact from 2 to 4
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 4.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v2...v4)

---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-26 14:29:19 +01:00
dependabot[bot]
1866e7c7fa fix(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-23 22:37:41 +01:00
dependabot[bot]
f1e2e48f6d fix(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-23 22:37:31 +01:00
dependabot[bot]
c7e8869fc4 fix(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python)
from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 18:37:08 +01:00
sebthom
b903e604fc build with Python 3.12.1 2023-12-11 12:54:46 +01:00
sebthom
87a232c97d Fix cleanup of untagged containers 2023-12-06 03:36:24 +01:00
sebthom
804c6e7a6e update workflow config 2023-12-06 02:44:55 +01:00
sebthom
ce10fe0047 add issue templates 2023-10-29 02:46:58 +02:00
sebthom
4acf32d3dd update copyright notice 2023-10-15 18:00:45 +02:00
sebthom
4bd466b770 update workflow config 2023-10-15 17:03:17 +02:00
sebthom
a8ef6818b7 support Python 3.12 2023-10-14 23:11:02 +02:00
sebthom
d4073fbcb3 support local build with nektos/act 2023-09-17 17:10:07 +02:00
dependabot[bot]
5c7729aaaf fix(deps): bump actions/checkout from 3 to 4 (#205)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Thomschke <sebthom@users.noreply.github.com>
2023-09-17 15:07:08 +02:00
dependabot[bot]
963f9bb6ba fix(deps): bump tibdex/github-app-token from 1 to 2
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2.
- [Release notes](https://github.com/tibdex/github-app-token/releases)
- [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2)

---
updated-dependencies:
- dependency-name: tibdex/github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-17 15:03:38 +02:00
sebthom
64923b44d4 avoid building dep updates twices 2023-06-01 15:55:50 +02:00
sebthom
6ff31624f7 Fix UPX installation 2022-12-20 23:24:29 +01:00
sebthom
3a2eea5323 pin "packaging" to 2.13 2022-12-11 15:27:31 +01:00
sebthom
963d7dc3db support Python 3.11 2022-10-25 22:16:36 +02:00
sebthom
7ffa5d7edf use geekyeggo/delete-artifact@v2 2022-10-18 18:45:44 +02:00
dependabot[bot]
a5347fc1a0 fix(deps): bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 19:34:25 +02:00
dependabot[bot]
b4758e0006 fix(deps): bump actions/upload-artifact from 2 to 3
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] <support@github.com>
2022-04-11 18:27:12 +01:00
dependabot[bot]
01ecee621c fix(deps): bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 18:27:05 +01:00
sebthom
5918486d5b allow build step "Delete untagged docker image" to fail 2022-03-22 19:34:37 +01:00
sebthom
c14a878388 Cache __pypackages__ dir 2022-03-22 14:19:39 +01:00
sebthom
8d6486f53e minor cleanup 2022-03-21 21:25:35 +01:00
sebthom
5c07c21a71 Delete untagged images 2022-03-13 13:43:59 +01:00
sebthom
5d08f1e6e5 upgrade selenium 2022-03-09 16:59:17 +01:00
dependabot[bot]
50feaf47c9 fix(deps): bump actions/checkout from 2 to 3 (#34)
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-03-07 19:24:04 +01:00
dependabot[bot]
c62528f577 fix(deps): bump actions/setup-python from 2 to 3 (#29)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 19:25:25 +01:00
sebthom
0d617acb0c Add python dependency update job 2022-02-20 17:14:13 +01:00
sebthom
d8a9a4d2d2 upgrade pip 2022-02-19 21:59:39 +01:00
sebthom
314d1e1846 update codeql config 2022-02-19 21:58:58 +01:00
sebthom
8e132d658e improve lint config 2022-02-16 20:54:30 +01:00
sebthom
0b46322a47 separate unit/integration tests 2022-02-10 05:14:44 +01:00
sebthom
0e2e9c8669 Fixes #8 test webdriver auto-detection/download 2022-02-10 04:51:08 +01:00
sebthom
43922bd812 Install UPX on windows only 2022-02-10 04:49:52 +01:00
sebthom
8ba85aa25c Parameterize Python version 2022-02-10 04:49:04 +01:00
sebthom
66f57a0822 Publish docker image 2022-02-01 07:32:45 +01:00
sebthom
dfc6481541 add autopep8 source formatter 2022-02-01 06:46:22 +01:00
sebthom
3e619a2a84 Rename some tasks 2022-01-31 19:31:07 +01:00
sebthom
e68a02b76b Don't upgrade pip for now to prevent build error 2022-01-31 07:12:30 +01:00
sebthom
383c5ce6f6 Run pdm install in verbosity mode 2022-01-31 02:40:55 +01:00