.editorconfig | |
|
|
.github/ISSUE_TEMPLATE/bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/normalize.yml | |
|
|
.github/workflows/static.yml | |
|
|
.github/workflows/tests.yml | |
|
|
.github/workflows/update-changelog.yml | |
|
|
.gitignore | |
|
|
.php-cs-fixer.dist.php | 36 | A 0 mins |
|
LICENSE.md | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
database/factories/DepartmentFactory.php | 17 | A 0 mins |
|
database/factories/DutyFactory.php | 15 | A 0 mins |
|
database/factories/OccupationFactory.php | 15 | A 0 mins |
|
database/factories/UserFactory.php | 20 | A 0 mins |
|
database/migrations/create_departments_table.php.stub | |
|
|
database/migrations/create_duties_table.php.stub | |
|
|
database/migrations/create_occupations_table.php.stub | |
|
|
database/migrations/create_users_table.php.stub | |
|
|
docs/CHANGELOG.md | |
|
|
docs/CODE_OF_CONDUCT.md | |
|
|
docs/CONTRIBUTING.md | |
|
|
docs/PULL_REQUEST_TEMPLATE.md | |
|
|
docs/README.md | |
|
|
docs/SECURITY.md | |
|
|
lang/en.json | |
|
|
lang/pt-br.json | |
|
|
phpstan.neon.dist | |
|
|
phpunit.xml | |
|
|
src/Contracts/IImportable.php | 6 | A 0 mins | F 0% |
src/Corporate.php | 79 | A 0 mins | A 100% |
src/CorporateServiceProvider.php | 31 | A 0 mins | A 100% |
src/Exceptions/FileNotReadableException.php | 10 | A 0 mins | A 100% |
src/Exceptions/UnsupportedFileTypeException.php | 10 | A 0 mins | A 100% |
src/Facades/Corporate.php | 10 | A 0 mins | A 100% |
src/Importer/BaseImporter.php | 96 | A 0 mins | A 100% |
src/Importer/Contracts/IImportable.php | 6 | A 0 mins | F 0% |
src/Importer/DepartmentImporter.php | 36 | A 0 mins | A 100% |
src/Importer/DepartmentRelationshipImporter.php | 37 | A 0 mins | A 100% |
src/Importer/DutyImporter.php | 33 | B 4 hrs | A 100% |
src/Importer/OccupationImporter.php | 33 | B 4 hrs | A 100% |
src/Importer/UserImporter.php | 39 | A 0 mins | A 100% |
src/Models/Department.php | 23 | A 0 mins | A 100% |
src/Models/Duty.php | 15 | A 0 mins | A 100% |
src/Models/Occupation.php | 15 | A 0 mins | A 100% |
src/Models/User.php | 22 | A 0 mins | A 100% |
src/Trait/Logable.php | 10 | A 0 mins | A 100% |