mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-21 22:24:59 +00:00
Compare commits
2 Commits
183-fix-ty
...
2.10.5
Author | SHA1 | Date | |
---|---|---|---|
8cb9142800
|
|||
4847724f6f
|
@@ -1,5 +0,0 @@
|
||||
kind: Fixed
|
||||
body: Fix "problem during download" on some filters, which used a wrong data type
|
||||
time: 2023-11-05T23:04:26.346839079+01:00
|
||||
custom:
|
||||
Issue: "183"
|
@@ -1,5 +0,0 @@
|
||||
kind: Fixed
|
||||
body: Fix filter "activity by date"
|
||||
time: 2023-11-05T23:26:08.685518729+01:00
|
||||
custom:
|
||||
Issue: "184"
|
4
.changes/v2.10.5.md
Normal file
4
.changes/v2.10.5.md
Normal file
@@ -0,0 +1,4 @@
|
||||
## v2.10.5 - 2023-11-05
|
||||
### Fixed
|
||||
* ([#183](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/183)) Fix "problem during download" on some filters, which used a wrong data type
|
||||
* ([#184](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/184)) Fix filter "activity by date"
|
@@ -28,6 +28,8 @@ variables:
|
||||
REDIS_PORT: 6379
|
||||
REDIS_URL: redis://redis:6379
|
||||
DEFAULT_CARRIER_CODE: BE
|
||||
# force a timezone
|
||||
TZ: Europe/Brussels
|
||||
|
||||
stages:
|
||||
- Composer install
|
||||
@@ -106,6 +108,8 @@ rector_tests:
|
||||
# - tests/app/vendor/
|
||||
|
||||
unit_tests:
|
||||
# temporarily allow failure due to problem with timezone
|
||||
allow_failure: true
|
||||
stage: Tests
|
||||
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
|
||||
script:
|
||||
|
Reference in New Issue
Block a user