.gitattributes | |
|
|
.github/ISSUE_TEMPLATE/bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/feature_request.yml | |
|
|
.github/workflows/auto-merge.yaml | |
|
|
.github/workflows/cgl.yaml | |
|
|
.github/workflows/docs.yaml | |
|
|
.github/workflows/release.yaml | |
|
|
.github/workflows/tests-update-check.yaml | |
|
|
.github/workflows/tests.yaml | |
|
|
.gitignore | |
|
|
.php-cs-fixer.php | 10 | A 0 mins |
|
CHANGELOG.md | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
bin/simulate-application.sh | |
|
|
codecov.yml | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
docs/api.md | |
|
|
docs/assets/css/theme.css | |
|
|
docs/assets/img/favicon.ico | |
|
|
docs/assets/img/logo.png | |
|
|
docs/build/Dockerfile | |
|
|
docs/build/docker-compose.yaml | |
|
|
docs/changelog.md | |
|
|
docs/configuration.md | |
|
|
docs/contribute.md | |
|
|
docs/custom-service.md | |
|
|
docs/hooks.py | 19 | A 0 mins |
|
docs/index.md | |
|
|
docs/install.md | |
|
|
docs/license.md | |
|
|
docs/theme/main.html | |
|
|
mkdocs.yml | |
|
|
phpstan.neon | |
|
|
phpunit.coverage.xml | |
|
|
phpunit.xml | |
|
|
src/Exception/InvalidServiceException.php | 14 | A 0 mins | A 100% |
src/Exception/MissingConfigurationException.php | 13 | A 0 mins | A 100% |
src/Plugin.php | 56 | A 0 mins | F 0% |
src/Registry.php | 29 | A 0 mins | A 100% |
src/Reporter.php | 73 | A 35 mins | A 97% |
src/Service/AbstractService.php | 86 | A 1 hr | A 94% |
src/Service/Email.php | 146 | A 1 hr | A 100% |
src/Service/GitLab.php | 99 | A 0 mins | A 100% |
src/Service/Mattermost.php | 115 | A 0 mins | A 100% |
src/Service/ServiceInterface.php | 17 | A 0 mins | F 0% |
src/Service/Slack.php | 147 | B 4 hrs | A 100% |