49 Commits

Author SHA1 Message Date
3e0731f06e
Create an symfony app's skeleton to ease the development
[WIP] first import of automated recipes

[WIP] fix configuration file to be able to compile kernel and serve route

[WIP] first build of assets

[WIP] Continue working on configuration to load a page

[WIP] Reset the bin directory

[WIP] remove default migrations files

[WIP] fix configuration for running tests

[WIP] Installation instructions

Fix the default firewall in test login

[WIP] fix cs

[WIP] update gitlab-ci

[WIP] update gitlab-ci

[WIP] update gitlab ci

[WIP] fix config for running tests

[WIP] fix gitlab ci

[WIP] try tests/bootstrap php file from symfony bridge instead of phpunit recipe

remove kernel.php file

fix loading of entrypoint.json in test

[wip] increase memory limit for phpstan in test/ci

[WIP]: set the correct timezone directly within the phpunit.xml.dist file

[WIP]: fix security configuration

WIP: fix config for testing
2024-11-22 09:45:05 +01:00
f5ba5d574b
Add WopiConverter service and update Collabora integration tests
Introduce the WopiConverter service to handle document-to-PDF conversion using Collabora Online. Extend and update related tests in WopiConvertToPdfTest and ConvertControllerTest for better coverage and reliability. Enhance the GitLab CI configuration to exclude new test category "collabora-integration".
2024-09-10 17:48:31 +02:00
3c9ee41b3b
fix some tests 2024-09-04 18:30:18 +02:00
3d49c959e0
Update DropFile to handle object versioning 2024-09-03 15:42:04 +02:00
58bf722fae remove the "v" prefix for file, to create release with tags starting with "v". 2024-08-26 14:21:43 +00:00
931c69eee4
Merge remote-tracking branch 'origin/master' into upgrade-sf5 2024-04-04 18:45:01 +02:00
d29415317b Allow users to display news on homepage (+ configuring a dashboard homepage) 2024-03-07 21:08:00 +00:00
9064356bd1
allow 45 direct deprecations 2024-02-14 10:08:53 +01:00
37af488f69
Merge branch 'master' into upgrade-sf5 2024-02-12 21:50:34 +01:00
0bf6c07e8d
Add Symfony Deprecations Helper to Gitlab CI configuration
The Gitlab CI configuration for the Chill Project has been updated to include the Symfony Deprecations Helper setting. This addition helps to avoid direct deprecations and provide a more efficient testing process. The helper is integrated using Symfony's PHPUnit bridge.
2024-01-23 11:32:22 +01:00
aee245cd04 raise the expire term for artifacts in the gitlab pipeline 2024-01-11 13:42:02 +01:00
5030b67c5d
fix gitlab-ci configuration 2023-12-14 18:14:02 +01:00
e6cab938c8
DX: increase max connection in postgres service 2023-11-15 13:41:35 +01:00
9673b369ef
DX: restore the requirements of phpunit's tests
The problem with timezone is now fixed
2023-11-09 16:13:58 +01:00
4847724f6f
temporarily allow failure in phpunit tests, due to a problem with timezone 2023-11-05 23:41:54 +01:00
1070d33670
Sync the database view when initializing unit test script 2023-09-13 12:36:33 +02:00
0db1e3e0d7
Exclude db intensive test to spare db connection 2023-09-01 17:17:17 +02:00
bc9b7b1776
CI: remove "allow_failure" to unit_tests 2023-08-30 20:57:24 +02:00
0907d5b76a
Configuration for messenger - use env=test in ci/step "unit_tests" 2023-08-30 14:58:13 +02:00
4b20db7a9c
build cache before running rector tests 2023-08-02 16:26:11 +02:00
48cd8aaa9f
Rewrite bootstrap of bundle when executing tests 2023-07-20 16:33:43 +02:00
cd7a80b680 Do a release automatically using ci/cd when tag is created 2023-06-26 11:05:20 +00:00
64b8ae3df1
DX: temporarily allow failure on unit tests 2023-03-29 22:15:20 +02:00
c5ec0e77ff
DX: bootstrap rector 2023-03-28 23:20:10 +02:00
4f2355b313
DX: increase memory in phpstan execution 2023-03-28 22:58:13 +02:00
542b6ccc83
ci: use embedded composer in docker image instead of reinstalling it 2023-02-17 22:13:44 +01:00
610f129cae
fix gitlab-ci 2023-02-17 22:05:21 +01:00
c0526533cc
ci: fix syntax 2023-02-17 22:00:19 +01:00
16dd816a1a
bootstraph ci with php8.2 2023-02-17 21:55:52 +01:00
1312fd0941 allow psalm to fail 2022-03-02 16:41:53 +01:00
ed4cf67e79 set carrier code parameter and lint existing phonenmubers 2022-03-02 13:01:01 +01:00
8159144f26 fix accesss to database on ci 2022-01-12 20:20:20 +00:00
Pol Dellaiera
64ec3e62da
ci: Update PHPUnit behavior. 2021-12-21 15:52:47 +01:00
Pol Dellaiera
4d9c643977
test: Add psalm checks. 2021-12-21 09:59:20 +01:00
Pol Dellaiera
cd55e80275
ci: Update Gitlab CI. 2021-11-23 15:19:01 +01:00
Pol Dellaiera
4bd2894c4f
ci: Update CI add Code Style stage. 2021-11-23 14:10:12 +01:00
Pol Dellaiera
c5da567480
Update CI. 2021-11-23 12:39:38 +01:00
8c5bf6786b increase memory on gitlab-ci operations 2021-11-03 15:46:00 +01:00
7a384f9657 Separate cache:clear from doctrine:fixtures:load in ci
This is an attempt to fix the bug which replace references by NULL
values
2021-11-03 11:43:57 +01:00
c7cc2c7596 Fixtures/fix loading people 2021-08-17 20:01:29 +00:00
5449efdd97 Increase memory for running phpunit 2021-05-26 13:35:38 +00:00
7896d288e7 Increase memory_limit for some operations 2021-05-26 13:31:25 +00:00
b98d6fa505 launch a bash command for debugging 2021-05-26 13:25:29 +00:00
a4d22b0fcb Update .gitlab-ci.yml - change db image 2021-05-14 08:16:28 +00:00
8641d6bdce try to fix correct values for redis 2021-04-27 18:06:58 +02:00
5f4d513aa6 try to connect to redis in gitlab-ci 2021-04-27 17:57:09 +02:00
f47b15de39 try to fix .gitlab-ci with correct redis parameters 2021-04-27 17:52:12 +02:00
38cba4948b fix .gitlab-ci definition 2021-04-20 21:45:06 +02:00
a7e4900690 Add .gitlab-ci.yml 2021-04-20 15:32:41 +00:00