Jan Böhmer
|
da8f669aed
|
Test for PHP 8.4
|
2024-12-23 20:26:31 +01:00 |
|
dependabot[bot]
|
b554d0d851
|
Bump codecov/codecov-action from 4 to 5 (#774)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [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/v4...v5)
---
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-12-01 23:16:37 +01:00 |
|
Jan Böhmer
|
cb01302ada
|
Test the backup tool in github actions
This ensures that the tool works for all database types
|
2024-06-18 23:04:44 +02:00 |
|
Jan Böhmer
|
07f1ce5822
|
Configure the postgres server to accept local connections without password
|
2024-06-13 00:00:51 +02:00 |
|
Jan Böhmer
|
d41996b365
|
Added SSH connection into test container for debugging
|
2024-06-12 23:33:05 +02:00 |
|
Jan Böhmer
|
d3c9b7eae1
|
Configure postgres to accept all connections without password for testing
|
2024-06-12 23:30:42 +02:00 |
|
Jan Böhmer
|
373a1ab0f4
|
Change the password of the postgres user
|
2024-06-12 23:24:37 +02:00 |
|
Jan Böhmer
|
58dd56a89f
|
Supply a password for the postgres database connection
|
2024-06-12 23:16:24 +02:00 |
|
Jan Böhmer
|
d7eadd9294
|
Use the builtin postgres user already defined in the github image
It hopefully requires no password
|
2024-06-12 23:13:20 +02:00 |
|
Jan Böhmer
|
853e29dd83
|
Removed sqlite database creation
This is not possible anymore for the sqlite driver and is unnesecarry as it is automatically created on migration
|
2024-06-10 23:47:28 +02:00 |
|
Jan Böhmer
|
0c1c46c045
|
Fixed MySQL version number
The 8.0 was to short to be detected as newer than 8.0.0. We need to specify the bugfix release to get proper results
|
2024-06-10 23:46:33 +02:00 |
|
Jan Böhmer
|
be97ea08a2
|
Specify a version number on the MySQL database URL, so that doctrine does not need to start a connection while cache clearing
|
2024-06-10 23:35:13 +02:00 |
|
Jan Böhmer
|
1c8b81ca2c
|
Run a SSH session in the github actions container for better debugging
|
2024-06-10 23:05:16 +02:00 |
|
Jan Böhmer
|
8266f230d7
|
For debugging disable fast failing of phpunit tests
|
2024-06-10 22:58:54 +02:00 |
|
Jan Böhmer
|
0b53542716
|
Added postgres to github tests actions
|
2024-06-10 22:52:11 +02: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 |
|
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]
|
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 |
|
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
|
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
|
61ea312403
|
Added continous testing for legacy Part-DB import
|
2023-05-07 02:27:16 +02: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
|
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
|
0c5180bda4
|
Run tests and static analysis on ubuntu-22.04
|
2022-12-11 14:51:07 +01:00 |
|
Jan Böhmer
|
b90b6d7853
|
Run tests on PHP 8.2
|
2022-12-11 14:46:39 +01:00 |
|
Jan Böhmer
|
751eff3ef5
|
Require PHP 7.4 as minimum version. Drop 7.3 support
|
2022-09-18 18:19:47 +02:00 |
|
Jan Böhmer
|
2486bc5d7b
|
Added an check-requirements console command
|
2022-08-04 22:44:14 +02:00 |
|
Jan Böhmer
|
21ca1ffead
|
Moved all console comands to the partdb: namespace
|
2022-08-04 21:49:16 +02:00 |
|
Jan Böhmer
|
e041012fa1
|
Do a "yarn build" in phpunit tests instead of "yarn watch"
|
2022-07-25 22:19:44 +02:00 |
|
Jan Böhmer
|
587acb70a7
|
Do a "yarn build" in phpunit tests instead of "yarn watch"
Yarn watch starts an server which never ends the process.
|
2022-07-25 22:18:55 +02:00 |
|
Jan Böhmer
|
b0d372d223
|
Fixed github tests action issue with sqlite.
|
2022-07-23 22:44:36 +02:00 |
|
Jan Böhmer
|
6f189e3bbc
|
Fixed github tests action issue with sqlite.
|
2022-07-23 22:43:56 +02:00 |
|
Jan Böhmer
|
ef4154d1d7
|
Fixed github tests action issue with sqlite.
|
2022-07-23 22:43:36 +02:00 |
|
Jan Böhmer
|
e62b6a1198
|
Do PHPunit tests for both mysql and sqlite
|
2022-07-23 22:36:13 +02:00 |
|
Jan Böhmer
|
f163b8d223
|
Updated dependencies. We now require at least PHP 7.3 now
|
2022-03-04 12:22:51 +01:00 |
|
Jan Böhmer
|
2982f54d19
|
Run github phpunit tests on PHP 8.0 too.
|
2021-10-02 20:16:12 +02:00 |
|
Jan Böhmer
|
63065a8b58
|
Reset autoincrement in a custom purger not in DataFixtures.
This makes things a lot prettier in the DataFixtures.
|
2021-10-02 20:14:48 +02:00 |
|
Jan Böhmer
|
18a72bfa7b
|
Use ubuntu-1804 image for phpunit actions.
|
2021-03-14 19:22:03 +01:00 |
|
Jan Böhmer
|
8a74acb4ed
|
Fixed unsupported authentication method bug on MySQL 8.0 for PHPUnit action.
|
2021-03-14 19:13:42 +01:00 |
|
Jan Böhmer
|
5782c92894
|
Fixed unsupported authentication method bug on MySQL 8.0 for PHPUnit action.
|
2021-03-14 19:11:02 +01:00 |
|