Alejandro Celaya
|
f71c95b74a
|
Another attempt to make API tests script sh compatible
|
2022-08-27 09:49:32 +02:00 |
|
Alejandro Celaya
|
8260a0843b
|
Undone changes for sh on API tests
|
2022-08-27 09:43:20 +02:00 |
|
Alejandro Celaya
|
bfbeb7b1fb
|
Improved run-api-tests.sh script to make it compatible with sh
|
2022-08-27 09:36:37 +02:00 |
|
Alejandro Celaya
|
df70810aa6
|
Ensured tests are run in bash in CI
|
2022-08-27 09:23:45 +02:00 |
|
Alejandro Celaya
|
aca5804f98
|
Fixed usage of inputs instead of matrix on CI workflow
|
2022-08-27 09:21:17 +02:00 |
|
Alejandro Celaya
|
b7f7288a4b
|
Fixed reference to unknown job in CI workflow
|
2022-08-27 09:19:55 +02:00 |
|
Alejandro Celaya
|
d54a2bde0f
|
Fixed reference to unknown job in CI workflow
|
2022-08-27 09:18:46 +02:00 |
|
Alejandro Celaya
|
679bb8d357
|
Added API tests over roadrunner on CI
|
2022-08-27 09:15:58 +02:00 |
|
Alejandro Celaya
|
ca515998e4
|
Added support to run API tests on roadrunner
|
2022-08-27 09:09:14 +02:00 |
|
Alejandro Celaya
|
c5b6d203f5
|
Simplified RoadRunner worker, and fixed RoadRunner reloading config
|
2022-08-27 08:01:57 +02:00 |
|
Alejandro Celaya
|
86159c5d86
|
Updated to latest event dispatcher lib
|
2022-08-26 19:17:10 +02:00 |
|
Alejandro Celaya
|
846802c003
|
Slight improvements on RoadRunner config
|
2022-08-26 17:58:25 +02:00 |
|
Alejandro Celaya
|
e9ec32b3c3
|
Added support to dispatch async event listeners as RoadRunner jobs
|
2022-08-26 14:59:27 +02:00 |
|
Alejandro Celaya
|
4882bec118
|
Added roadrunner to the project
|
2022-08-21 13:19:27 +02:00 |
|
Alejandro Celaya
|
89ff259be0
|
Merge pull request #1517 from acelaya-forks/feature/reusable-docker-build
Moved to docker build on reusable workflow
|
2022-08-19 15:18:20 +02:00 |
|
Alejandro Celaya
|
60ece7fbf7
|
Moved to docker build on reusable workflow
|
2022-08-19 15:11:46 +02:00 |
|
Alejandro Celaya
|
0c110f574a
|
Merge pull request #1516 from acelaya-forks/feature/reduce-ci-artifact-download
Ensured every mutation test job only downloads the specific coverage …
|
2022-08-17 19:27:52 +02:00 |
|
Alejandro Celaya
|
dbca5b2a7e
|
Ensured every mutation test job only downloads the specific coverage report
|
2022-08-17 19:16:33 +02:00 |
|
Alejandro Celaya
|
3088298e6b
|
Merge pull request #1515 from acelaya-forks/feature/reusable-docker-build
Migrated docker build to a reusable workflow
|
2022-08-14 18:35:59 +02:00 |
|
Alejandro Celaya
|
a9c6a12182
|
Migrated docker build to a reusable workflow
|
2022-08-14 17:36:58 +02:00 |
|
Alejandro Celaya
|
fa5b512629
|
Merge pull request #1514 from acelaya-forks/feature/ghcr-support
Feature/ghcr support
|
2022-08-14 17:12:56 +02:00 |
|
Alejandro Celaya
|
5c2061a6e6
|
Updated changelog
|
2022-08-14 17:07:07 +02:00 |
|
Alejandro Celaya
|
cf0fc956c9
|
Added publishing of the docker image in GHCR
|
2022-08-14 17:05:13 +02:00 |
|
Alejandro Celaya
|
a0517dfbeb
|
Merge pull request #1512 from acelaya-forks/feature/api-v3
Feature/api v3
|
2022-08-14 14:07:32 +02:00 |
|
Alejandro Celaya
|
39c71638e6
|
Updated changelog
|
2022-08-14 14:02:09 +02:00 |
|
Alejandro Celaya
|
672b728379
|
Updated swagger docs, with new API v3 error types
|
2022-08-14 13:55:43 +02:00 |
|
Alejandro Celaya
|
750a546faf
|
Disabled mutation tests filtering until it properly works
|
2022-08-14 13:18:29 +02:00 |
|
Alejandro Celaya
|
a41835573b
|
Centralized prefix for problem detail types
|
2022-08-14 13:12:10 +02:00 |
|
Alejandro Celaya
|
2650cb89b5
|
Created BackwardsCompatibleProblemDetailsExceptionTest
|
2022-08-14 12:39:05 +02:00 |
|
Alejandro Celaya
|
4a122e0209
|
Added remaining API tests covering error type convertions
|
2022-08-14 10:51:12 +02:00 |
|
Alejandro Celaya
|
ce4bf62d75
|
Added more granular resolution of arguments for infection based on branch
|
2022-08-14 10:34:27 +02:00 |
|
Alejandro Celaya
|
40bbcb3250
|
Added some API tests for v3 API errors
|
2022-08-13 17:49:00 +02:00 |
|
Alejandro Celaya
|
905f51fbd0
|
Added logic to properly map all existing errors from v3 to v2 in the API
|
2022-08-13 17:15:04 +02:00 |
|
Alejandro Celaya
|
cd4fe4362b
|
Created middleware to keep backwards compatibility on errors when using v1 and 2 of the API
|
2022-08-13 16:50:19 +02:00 |
|
Alejandro Celaya
|
ed7be6eb99
|
Updated changelog
|
2022-08-13 12:37:15 +02:00 |
|
Alejandro Celaya
|
555007ab16
|
Merge pull request #1511 from acelaya-forks/feature/only-changed-mutants
Ensured only mutants for changed lines are executed in CI mutation tests
|
2022-08-13 12:34:52 +02:00 |
|
Alejandro Celaya
|
bd31b99324
|
Ensured only mutants for changed lines are executed in CI mutation tests
|
2022-08-13 12:31:12 +02:00 |
|
Alejandro Celaya
|
60237c3c0b
|
Merge pull request #1509 from acelaya-forks/feature/local-composed-action
Extracted all steps for setting up to a reusable action
|
2022-08-13 12:02:28 +02:00 |
|
Alejandro Celaya
|
eb21833d94
|
Used ci-setup composite action as much as possible in ci workflow
|
2022-08-13 11:56:46 +02:00 |
|
Alejandro Celaya
|
763002ae14
|
Fixed typo when reading etxnesions input on ci-setup action
|
2022-08-13 11:18:50 +02:00 |
|
Alejandro Celaya
|
ae2dc39a78
|
Fixed ci-setup local composite action
|
2022-08-13 11:16:33 +02:00 |
|
Alejandro Celaya
|
fe4ced2709
|
Moved checkout step back to workflow
|
2022-08-13 11:06:41 +02:00 |
|
Alejandro Celaya
|
9075d68b7c
|
Fixed reference to local composed action
|
2022-08-13 11:03:40 +02:00 |
|
Alejandro Celaya
|
759c0ea957
|
Extracted all steps for setting up to a reusable action
|
2022-08-13 10:53:24 +02:00 |
|
Alejandro Celaya
|
67b393d4a3
|
Merge pull request #1508 from acelaya-forks/feature/improve-cache-key-ci
Improved cache keys for extensions in CI workflow to support several …
|
2022-08-13 10:27:13 +02:00 |
|
Alejandro Celaya
|
de71821759
|
Updated to latest actions/checkout version
|
2022-08-13 10:19:38 +02:00 |
|
Alejandro Celaya
|
0c2bcaee34
|
Fixed typo
|
2022-08-13 10:12:52 +02:00 |
|
Alejandro Celaya
|
1613975e0e
|
Improved cache keys for extensions in CI workflow to support several PHP versions when needed
|
2022-08-13 10:11:41 +02:00 |
|
Alejandro Celaya
|
be82204df2
|
Merge pull request #1507 from acelaya-forks/feature/improve-ci-uploads
Feature/improve ci uploads
|
2022-08-12 20:52:50 +02:00 |
|
Alejandro Celaya
|
14c2ff5545
|
Ensured unique cache key
|
2022-08-12 20:35:59 +02:00 |
|