Jan Böhmer
|
3191028f74
|
Added an github action to build the frankenPHP docker image
|
2024-03-10 23:44:34 +01:00 |
|
dependabot[bot]
|
a1bdfab80f
|
Bump codecov/codecov-action from 3 to 4 (#509)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
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>
|
2024-02-06 21:44:36 +01:00 |
|
dependabot[bot]
|
b177db82f5
|
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 17:15:29 +00:00 |
|
Jan Böhmer
|
7b565817d6
|
Disable update checking for tests
|
2023-12-24 15:50:42 +01:00 |
|
dependabot[bot]
|
c116db9593
|
Bump actions/upload-artifact from 3 to 4 (#461)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-12-24 15:03:39 +01:00 |
|
Jan Böhmer
|
c6229568c5
|
Added an workaround to github CI issue. setup php action has php-psr ext enabled somehow, which causes trouble.
|
2023-12-07 00:42:44 +01:00 |
|
Jan Böhmer
|
6110f5be40
|
Added an workaround to github CI issue. setup php action has php-psr ext enabled somehow, which causes trouble.
|
2023-12-07 00:41:07 +01:00 |
|
Jan Böhmer
|
5faeb5dd56
|
Fixed problem with loading Fixtures on MySQL in combination with savepoints
We must now load the fixtures using custom command partdb:fixtures:load
|
2023-12-05 21:33:29 +01:00 |
|
Jan Böhmer
|
5fc760f6ad
|
Run phpunit tests against PHP 8.3
|
2023-11-25 19:42:05 +01:00 |
|
dependabot[bot]
|
cd7013f776
|
Bump actions/setup-node from 3 to 4 (#420)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
|
2023-10-26 17:44:42 +02:00 |
|
Jan Böhmer
|
919beda7f5
|
Hopefully fixed coverage upload to codecov
|
2023-10-15 14:33:24 +02:00 |
|
Jan Böhmer
|
306ecff9c7
|
Fixed issues with xdebug.max_nesting_level in github actions
|
2023-10-15 14:24:48 +02:00 |
|
dependabot[bot]
|
5f61e096f9
|
Bump docker/login-action from 2 to 3 (#382)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/login-action
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>
|
2023-10-08 22:08:03 +02:00 |
|
Jan Böhmer
|
8c9abce633
|
Merge branch 'api'
|
2023-10-06 12:29:53 +02:00 |
|
Jan Böhmer
|
8a13799829
|
(Hopefully) fix static analysis github action
|
2023-09-18 23:57:28 +02:00 |
|
dependabot[bot]
|
48385cadc9
|
Bump docker/build-push-action from 4 to 5 (#375)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: docker/build-push-action
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>
|
2023-09-18 19:40:49 +02:00 |
|
dependabot[bot]
|
ba6abe6ca7
|
Bump docker/setup-buildx-action from 2 to 3 (#374)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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>
|
2023-09-18 19:40:43 +02:00 |
|
dependabot[bot]
|
79ad243bf4
|
Bump actions/checkout from 3 to 4 (#361)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)
---
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>
|
2023-09-18 19:40:33 +02:00 |
|
dependabot[bot]
|
5ab21e019d
|
Bump docker/metadata-action from 4 to 5 (#376)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: docker/metadata-action
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>
|
2023-09-18 19:40:23 +02:00 |
|
dependabot[bot]
|
d8469efba2
|
Bump docker/setup-qemu-action from 2 to 3 (#377)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
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>
|
2023-09-18 19:40:13 +02:00 |
|
Jan Böhmer
|
6505af2a8b
|
Disable translation file linting as it causes problems with empty translation files
|
2023-06-29 23:37:42 +02:00 |
|
Jan Böhmer
|
4977f6c270
|
Reset autoincrements on SQLite with our ResetAutoIncrementPurger too and make it default for fixtures load
|
2023-06-18 22:06:06 +02:00 |
|
Jan Böhmer
|
4e9d93957e
|
Removed tests for PHP 7.4 and PHP 8.0
|
2023-05-27 20:06:44 +02:00 |
|
Jan Böhmer
|
434826c125
|
Use default CodeQL workflow which is configured via repo settings and not via a action file
|
2023-05-16 00:16:50 +02:00 |
|
Jan Böhmer
|
c828aa3bc0
|
Use correct table name for test_legacy_import workflow
|
2023-05-07 02:58:59 +02:00 |
|
Jan Böhmer
|
376d29e829
|
Use correct table name for test_legacy_import workflow
|
2023-05-07 02:52:31 +02:00 |
|
Jan Böhmer
|
97ee4f36e3
|
Fixed typo in legacy import test script
|
2023-05-07 02:44:07 +02:00 |
|
Jan Böhmer
|
d766f255ef
|
Let job fail, when an error occurs during the legacy test script
|
2023-05-07 02:38:54 +02:00 |
|
Jan Böhmer
|
61ea312403
|
Added continous testing for legacy Part-DB import
|
2023-05-07 02:27:16 +02:00 |
|
dependabot[bot]
|
9e72e88930
|
Bump symfonycorp/security-checker-action from 4 to 5 (#246)
Bumps [symfonycorp/security-checker-action](https://github.com/symfonycorp/security-checker-action) from 4 to 5.
- [Release notes](https://github.com/symfonycorp/security-checker-action/releases)
- [Commits](https://github.com/symfonycorp/security-checker-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: symfonycorp/security-checker-action
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>
|
2023-03-18 22:27:01 +01:00 |
|
Jan Böhmer
|
dcb64bf0a6
|
Merge remote-tracking branch 'origin/master'
|
2023-03-18 22:26:40 +01:00 |
|
Jan Böhmer
|
5d07070558
|
Do not build docker images for pull requests
|
2023-03-18 22:26:36 +01:00 |
|
dependabot[bot]
|
8c6ba9175b
|
Bump actions/checkout from 2 to 3 (#247)
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>
|
2023-03-18 22:25:31 +01:00 |
|
dependabot[bot]
|
ccaa2c48e2
|
Bump github/codeql-action from 1 to 2 (#248)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: github/codeql-action
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>
|
2023-03-18 22:25:07 +01:00 |
|
Jan Böhmer
|
5d38bf2e66
|
Use Github dependabot to check for outdated github actions
|
2023-03-18 22:20:04 +01:00 |
|
Jan Böhmer
|
15331da389
|
Removed actions updater workflow, as it is not compatiblee with our auto generated jekyll page build action
|
2023-03-18 22:17:28 +01:00 |
|
Jan Böhmer
|
477171abac
|
Fixed actions updater workflow
|
2023-03-18 22:11:50 +01:00 |
|
Jan Böhmer
|
dc85e4f4a4
|
Run actions updater on every push
|
2023-03-18 22:05:30 +01:00 |
|
Jan Böhmer
|
ac402a6697
|
Updated some github actions workflows and added an workflow to automatically update actions
|
2023-03-18 22:03:34 +01:00 |
|
Jan Böhmer
|
e47b5090c7
|
Removed the double composer install command from assets artifact build action
|
2023-02-13 00:55:35 +01:00 |
|
Jan Böhmer
|
4f51b70540
|
Renamed assets artifact build action
|
2023-02-13 00:52:30 +01:00 |
|
Jan Böhmer
|
da97a10033
|
Added action to build artifacts
|
2023-02-13 00:49:58 +01:00 |
|
Jan Böhmer
|
67aa6dd7e4
|
Do not run actions on localization branches
This often fails and causes a lot of email traffic...
|
2023-02-13 00:34:13 +01:00 |
|
Jan Böhmer
|
d219851143
|
Only tag releases as docker latest
|
2023-02-12 21:47:24 +01:00 |
|
Jan Böhmer
|
66d76d40dd
|
Fixed and improved docker build
|
2023-02-06 21:34:02 +01:00 |
|
Jan Böhmer
|
325d469ba2
|
Do not build docker image for crowdin branch
|
2023-02-06 21:13:30 +01:00 |
|
Jan Böhmer
|
f351d65065
|
Do not cron build docker images
|
2023-02-05 20:25:04 +01:00 |
|
Jan Böhmer
|
3d54921ab9
|
Cache docker builds in github action cache
|
2023-02-05 02:03:18 +01:00 |
|
Jan Böhmer
|
cba3f65c29
|
Only configure the QEMU VMs we need for docker build action
|
2023-02-05 00:42:19 +01:00 |
|
Jan Böhmer
|
066f4463fc
|
Try docker multi-platform-builds for ARM
|
2023-02-05 00:22:28 +01:00 |
|