mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00
Mirror of TYPO3 Extension tea, managed by the Best Practice Team https://typo3.org/community/teams/best-practices
Find a file
dependabot[bot] 5244e6f2e8
Update stylelint requirement from ^14.9.1 to ^14.10.0 (#501)
Updates the requirements on [stylelint](https://github.com/stylelint/stylelint) to permit the latest version.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.9.1...14.10.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 12:00:32 +02:00
.ddev [TASK] Update Composer in ddev to version 2.3.7 (#460) 2022-06-15 18:22:06 +02:00
.github [FEATURE] Configure Dependabot to also update npm packages (#481) 2022-07-13 18:39:00 +02:00
.gitlab [BUGFIX] Fix GitLab CI pipeline (#478) 2022-07-13 13:14:52 +02:00
Classes [BUGFIX] Do not overwrite type annotations from parent classes (#480) 2022-07-13 18:21:01 +02:00
Configuration [BUGFIX] Configure DI and avoid using ObjectManager in TYPO3 11LTS (#399) 2022-03-02 02:07:25 +01:00
Documentation V2.0.0: Drop support for TYPO3 9LTS (#494) 2022-07-26 12:15:13 +02:00
Resources [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
Tests [TASK] Change misleading variable names in some tests (#470) 2022-06-28 23:52:02 +02:00
tools [FEATURE] Calculate code coverage (#266) 2021-10-06 16:23:35 +02:00
.editorconfig [TASK] Update docs (#404) 2022-04-12 19:00:11 +02:00
.eslintignore [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
.eslintrc.json [TASK] Improved ESLint config for Backend JavaScript (#476) 2022-07-08 12:43:19 +02:00
.gitattributes [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
.gitignore [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
.php-cs-fixer.php [TASK] Migrate to typo3 coding standards (#340) 2021-11-17 16:45:49 +01:00
.phpstorm.meta.php [TASK] Switch to the core testing framework (#361) 2022-02-20 15:18:46 +01:00
.prettierrc.js [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00
CHANGELOG.md V2.0.0: Drop support for TYPO3 9LTS (#494) 2022-07-26 12:15:13 +02:00
CODE_OF_CONDUCT.md [TASK] Switch to the TYPO3 Code of Conduct (#430) 2022-04-14 18:11:50 +02:00
codeception.yml [CLEANUP] Autoformat all files (#175) 2020-12-01 23:12:34 +01:00
composer.json Update typo3/coding-standards requirement from ^0.5.3 to ^0.5.4 (#499) 2022-08-10 11:43:36 +02:00
ext_emconf.php V2.0.0: Drop support for TYPO3 9LTS (#494) 2022-07-26 12:15:13 +02:00
ext_localconf.php [BUGFIX] Use full controller class name for plugin registration (#457) 2022-06-15 16:15:04 +02:00
ext_tables.sql [CLEANUP] Autoformat all files (#175) 2020-12-01 23:12:34 +01:00
LICENSE [TASK] Change from GPL V3+ to GPL V2+ (#40) 2019-08-08 12:38:56 +02:00
package.json Update stylelint requirement from ^14.9.1 to ^14.10.0 (#501) 2022-08-11 12:00:32 +02:00
phive.xml [FEATURE] Calculate code coverage (#266) 2021-10-06 16:23:35 +02:00
phpcs.xml [TASK] allow newlines for ternary operator (#338) 2021-11-12 15:25:06 +01:00
phpstan-baseline.neon [BUGFIX] Do not overwrite type annotations from parent classes (#480) 2022-07-13 18:21:01 +02:00
phpstan.neon [TASK] Also check Configuration/ and Tests/ with PHPStan (#308) 2021-09-22 17:53:03 +02:00
README.md [TASK] Add Slack to README (#477) 2022-07-13 18:23:06 +02:00
stylelint.config.js [TASK] Move npm tools and config to default places (#445) 2022-05-18 17:17:45 +02:00

Example TYPO3 extension for code quality checks and automated tests

TYPO3 V10 TYPO3 V11 License Total downloads GitHub CI status GitLab CI status Coverage Status

This TYPO3 extension, based on Extbase and Fluid, is an example of best practices in automated code checks, unit/functional/acceptance testing and continuous integration.

You can also use this extension to manage your collection of delicious teas.

URL
Repository: https://github.com/TYPO3-Documentation/tea
Read online: https://docs.typo3.org/p/ttn/tea/main/en-us/
TER: https://extensions.typo3.org/extension/tea/
Slack: https://typo3.slack.com/channels/qa-best-practices

Presentation at the TYPO3 Online Days 2021

At the TYPO3 Online Days 2021, Oliver Klee held a session where her presented our approach for automating the code quality of extensions.

Slides

cover slide

Video recording

video still