mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:36:13 +02:00
tea/.gitlab/pipeline/jobs
Daniel Siepmann ae233d8de0
[TASK] Prevent composer.lock file (#1161)
This is a TYPO3 extension, a library.
We do not track the `composer.lock` file for that reason.
Composer itself offers an option to prevent generation of the file.
This is now configured to prevent the creation of the file.

That should prevent issues with local version of the file.
One might change the `composer.json` version constraints but updates
might fail due to locked version constraints.
This no longer happens if no locked version, due to missing lock file,
exist.

Composer would render warnings when using `composer install` without a
lock file. That's why we update the CI commands to use `composer update`
instead. That warning was already rendered within CI due to missing
file.
2024-02-07 09:54:59 +01:00
..
.default-frontend.yml [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
.default.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00
.variables.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00
build-composer-dependencies.yml [TASK] Prevent composer.lock file (#1161) 2024-02-07 09:54:59 +01:00
composer-normalize.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00
composer-psr-verify.yml [FEATURE] Add check for PSR-4 namespace correctness (#740) 2023-02-22 18:46:08 +01:00
func-php7.4-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php7.4-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.0-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.0-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.1-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.1-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.1-v12-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.1-v12-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.2-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.2-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.2-v12-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
func-php8.2-v12-lowest.yml [BUGFIX] Wrong GitLab job name (#1015) 2023-11-27 12:51:38 +01:00
func-php8.3-v11-highest.yml [TASK] Add php8.3 to functional tests gitlab (#1064) 2023-12-15 16:49:23 +01:00
func-php8.3-v11-lowest.yml [TASK] Add php8.3 to functional tests gitlab (#1064) 2023-12-15 16:49:23 +01:00
func-php8.3-v12-highest.yml [TASK] Add php8.3 to functional tests gitlab (#1064) 2023-12-15 16:49:23 +01:00
func-php8.3-v12-lowest.yml [TASK] Add php8.3 to functional tests gitlab (#1064) 2023-12-15 16:49:23 +01:00
javascript-lint.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00
json-lint.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00
php-cs-fixer.yml [TASK] Add PHP CS Fixer to GitLab (#1151) 2024-02-04 10:03:06 +01:00
php-lint-php7.4.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00
php-lint-php8.0.yml [TASK] Add php8 compatibility (#311) 2021-09-23 10:50:10 +02:00
php-lint-php8.1.yml [FEATURE] Enable php8.1 (#381) 2022-02-23 14:38:20 +01:00
php-lint-php8.2.yml [FEATURE] Support PHP 8.2 (#787) 2023-04-02 12:53:33 +02:00
php-lint-php8.3.yml [FEATURE] Add PHP 8.3 lint to GitLab CI (#1032) 2023-11-27 18:14:17 +01:00
phpcs.yml [FEATURE] Support PHP 8.2 (#787) 2023-04-02 12:53:33 +02:00
phpstan.yml [FEATURE] Support PHP 8.2 (#787) 2023-04-02 12:53:33 +02:00
ts-lint.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00
unit-php7.4-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php7.4-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.0-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.0-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.1-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.1-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.1-v12-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.1-v12-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.2-v11-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.2-v11-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.2-v12-highest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.2-v12-lowest.yml [TASK] Output the job name in the GitLab CI builds (#1013) 2023-11-27 12:43:26 +01:00
unit-php8.3-v11-highest.yml [TASK] Add php8.3 unit tests to gitlab ci (#1033) 2023-11-27 18:19:25 +01:00
unit-php8.3-v11-lowest.yml [TASK] Add php8.3 unit tests to gitlab ci (#1033) 2023-11-27 18:19:25 +01:00
unit-php8.3-v12-highest.yml [TASK] Add php8.3 unit tests to gitlab ci (#1033) 2023-11-27 18:19:25 +01:00
unit-php8.3-v12-lowest.yml [TASK] Add php8.3 unit tests to gitlab ci (#1033) 2023-11-27 18:19:25 +01:00
xliff-lint.yml [TASK] Migrate xliff lint on gitlab (#1073) 2023-12-15 16:34:37 +01:00
yaml-lint.yml [CLEANUP] Split GitLab jobs (#273) 2021-08-24 10:27:50 +02:00