diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7733eafc8..670edfbd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,10 +99,12 @@ build: stage: Composer install image: chill/base-image:8.3-edge variables: + COMPOSER_MEMORY_LIMIT: 3G before_script: - composer config -g cache-dir "$(pwd)/.cache" script: - composer install --optimize-autoloader --no-ansi --no-interaction --no-progress + - php bin/console cache:clear cache: paths: - .cache/ @@ -110,6 +112,7 @@ build: expire_in: 1 day paths: - vendor/ + - var/translations/ code_style: stage: Tests diff --git a/.junie/guidelines.md b/.junie/guidelines.md index df0efdfbb..5a63347d7 100644 --- a/.junie/guidelines.md +++ b/.junie/guidelines.md @@ -242,6 +242,7 @@ symfony composer exec phpunit # Run a specific test file symfony composer exec phpunit -- path/to/TestFile.php +symfony composer exec phpunit -- path/to/TestFile.php # Run a specific test method symfony composer exec phpunit --filter methodName path/to/TestFile.php diff --git a/package.json b/package.json index 12a5fee26..cd4f23a07 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@hotwired/stimulus": "^3.0.0", "@luminateone/eslint-baseline": "^1.0.9", "@symfony/stimulus-bridge": "^3.2.0", + "@symfony/ux-translator": "file:vendor/symfony/ux-translator/assets", "@symfony/webpack-encore": "^4.1.0", "@tsconfig/node20": "^20.1.4", "@types/dompurify": "^3.0.5", diff --git a/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue b/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue index 952ab748f..6e610de56 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue +++ b/src/Bundle/ChillCalendarBundle/Resources/public/vuejs/MyCalendarRange/App2.vue @@ -1,231 +1,193 @@