This website requires JavaScript.
Explore
Help
Sign In
Chill-project
/
chill-bundles
Watch
6
Star
0
Fork
0
You've already forked chill-bundles
mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced
2025-08-30 11:33:49 +00:00
Code
Issues
Actions
Projects
Releases
Wiki
Activity
Prepare for moving into monorepo
Browse Source
...
This commit is contained in:
Julien Fastré
2021-03-18 12:46:43 +01:00
parent
ac471906ec
commit
f7bc308e84
66 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
.gitignore → src/Bundle/ChillReport/.gitignore
vendored
Unescape
Escape
View File
0
.gitlab-ci.yml → src/Bundle/ChillReport/.gitlab-ci.yml
Unescape
Escape
View File
0
CHANGELOG.md → src/Bundle/ChillReport/CHANGELOG.md
Unescape
Escape
View File
0
ChillReportBundle.php → src/Bundle/ChillReport/ChillReportBundle.php
Unescape
Escape
View File
0
Controller/ReportController.php → src/Bundle/ChillReport/Controller/ReportController.php
Unescape
Escape
View File
0
DataFixtures/ORM/LoadCustomField.php → src/Bundle/ChillReport/DataFixtures/ORM/LoadCustomField.php
Unescape
Escape
View File
0
DataFixtures/ORM/LoadCustomFieldsGroup.php → src/Bundle/ChillReport/DataFixtures/ORM/LoadCustomFieldsGroup.php
Unescape
Escape
View File
0
DataFixtures/ORM/LoadReportACL.php → src/Bundle/ChillReport/DataFixtures/ORM/LoadReportACL.php
Unescape
Escape
View File
0
DataFixtures/ORM/LoadReports.php → src/Bundle/ChillReport/DataFixtures/ORM/LoadReports.php
Unescape
Escape
View File
0
DependencyInjection/ChillReportExtension.php → src/Bundle/ChillReport/DependencyInjection/ChillReportExtension.php
Unescape
Escape
View File
0
DependencyInjection/Configuration.php → src/Bundle/ChillReport/DependencyInjection/Configuration.php
Unescape
Escape
View File
0
Entity/Report.php → src/Bundle/ChillReport/Entity/Report.php
Unescape
Escape
View File
0
Export/Export/ReportList.php → src/Bundle/ChillReport/Export/Export/ReportList.php
Unescape
Escape
View File
0
Export/Export/ReportListProvider.php → src/Bundle/ChillReport/Export/Export/ReportListProvider.php
Unescape
Escape
View File
0
Export/Filter/ReportDateFilter.php → src/Bundle/ChillReport/Export/Filter/ReportDateFilter.php
Unescape
Escape
View File
0
Form/ReportType.php → src/Bundle/ChillReport/Form/ReportType.php
Unescape
Escape
View File
0
LICENSE → src/Bundle/ChillReport/LICENSE
Unescape
Escape
View File
0
README.md → src/Bundle/ChillReport/README.md
Unescape
Escape
View File
0
Resources/config/doctrine/Report.orm.yml → src/Bundle/ChillReport/Resources/config/doctrine/Report.orm.yml
Unescape
Escape
View File
0
Resources/config/routing.yml → src/Bundle/ChillReport/Resources/config/routing.yml
Unescape
Escape
View File
0
Resources/config/services.yml → src/Bundle/ChillReport/Resources/config/services.yml
Unescape
Escape
View File
0
Resources/config/services/controller.yml → src/Bundle/ChillReport/Resources/config/services/controller.yml
Unescape
Escape
View File
0
Resources/config/services/export.yml → src/Bundle/ChillReport/Resources/config/services/export.yml
Unescape
Escape
View File
0
Resources/config/services/fixtures.yml → src/Bundle/ChillReport/Resources/config/services/fixtures.yml
Unescape
Escape
View File
0
Resources/config/validation.yml → src/Bundle/ChillReport/Resources/config/validation.yml
Unescape
Escape
View File
0
Resources/migrations/Version20141129012050.php → src/Bundle/ChillReport/Resources/migrations/Version20141129012050.php
Unescape
Escape
View File
0
Resources/migrations/Version20150622233319.php → src/Bundle/ChillReport/Resources/migrations/Version20150622233319.php
Unescape
Escape
View File
0
Resources/test/Fixtures/.DS_Store → src/Bundle/ChillReport/Resources/test/Fixtures/.DS_Store
vendored
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/AppKernel.php → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/AppKernel.php
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore
vendored
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/autoload.php → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/autoload.php
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/bootstrap.php.cache → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/bootstrap.php.cache
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/config/config.yml → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config.yml
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/config/config_dev.yml → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config_dev.yml
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/config/config_test.yml → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/config_test.yml
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/config/parameters.yml → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.yml
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/config/parameters.yml.dist → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/parameters.yml.dist
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/config/routing.yml → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/config/routing.yml
Unescape
Escape
View File
0
Resources/test/Fixtures/App/app/console → src/Bundle/ChillReport/Resources/test/Fixtures/App/app/console
Unescape
Escape
View File
0
Resources/test/Fixtures/App/web/.gitignore → src/Bundle/ChillReport/Resources/test/Fixtures/App/web/.gitignore
vendored
Unescape
Escape
View File
0
Resources/translations/messages.fr.yml → src/Bundle/ChillReport/Resources/translations/messages.fr.yml
Unescape
Escape
View File
0
Resources/translations/messages.nl.yml → src/Bundle/ChillReport/Resources/translations/messages.nl.yml
Unescape
Escape
View File
0
Resources/views/Report/edit.html.twig → src/Bundle/ChillReport/Resources/views/Report/edit.html.twig
Unescape
Escape
View File
0
Resources/views/Report/export.csv.twig → src/Bundle/ChillReport/Resources/views/Report/export.csv.twig
Unescape
Escape
View File
0
Resources/views/Report/list.html.twig → src/Bundle/ChillReport/Resources/views/Report/list.html.twig
Unescape
Escape
View File
0
Resources/views/Report/new.html.twig → src/Bundle/ChillReport/Resources/views/Report/new.html.twig
Unescape
Escape
View File
0
Resources/views/Report/select_report_type.html.twig → src/Bundle/ChillReport/Resources/views/Report/select_report_type.html.twig
Unescape
Escape
View File
0
Resources/views/Report/select_report_type_for_export.html.twig → src/Bundle/ChillReport/Resources/views/Report/select_report_type_for_export.html.twig
Unescape
Escape
View File
0
Resources/views/Report/view.html.twig → src/Bundle/ChillReport/Resources/views/Report/view.html.twig
Unescape
Escape
View File
0
Resources/views/Search/results.html.twig → src/Bundle/ChillReport/Resources/views/Search/results.html.twig
Unescape
Escape
View File
0
Resources/views/Timeline/report_person_context.html.twig → src/Bundle/ChillReport/Resources/views/Timeline/report_person_context.html.twig
Unescape
Escape
View File
0
Search/ReportSearch.php → src/Bundle/ChillReport/Search/ReportSearch.php
Unescape
Escape
View File
0
Security/Authorization/ReportVoter.php → src/Bundle/ChillReport/Security/Authorization/ReportVoter.php
Unescape
Escape
View File
0
Tests/Controller/ReportControllerNextTest.php → src/Bundle/ChillReport/Tests/Controller/ReportControllerNextTest.php
Unescape
Escape
View File
0
Tests/Controller/ReportControllerTest.php → src/Bundle/ChillReport/Tests/Controller/ReportControllerTest.php
Unescape
Escape
View File
0
Tests/DependencyInjection/ChillReportExtensionTest.php → src/Bundle/ChillReport/Tests/DependencyInjection/ChillReportExtensionTest.php
Unescape
Escape
View File
0
Tests/Search/ReportSearchTest.php → src/Bundle/ChillReport/Tests/Search/ReportSearchTest.php
Unescape
Escape
View File
0
Tests/Security/Authorization/ReportVoterTest.php → src/Bundle/ChillReport/Tests/Security/Authorization/ReportVoterTest.php
Unescape
Escape
View File
0
Tests/Timeline/TimelineProviderTest.php → src/Bundle/ChillReport/Tests/Timeline/TimelineProviderTest.php
Unescape
Escape
View File
0
Tests/bootstrap.php → src/Bundle/ChillReport/Tests/bootstrap.php
Unescape
Escape
View File
0
Timeline/TimelineReportProvider.php → src/Bundle/ChillReport/Timeline/TimelineReportProvider.php
Unescape
Escape
View File
0
apigen.neon → src/Bundle/ChillReport/apigen.neon
Unescape
Escape
View File
0
composer.json → src/Bundle/ChillReport/composer.json
Unescape
Escape
View File
0
console.sh → src/Bundle/ChillReport/console.sh
Unescape
Escape
View File
0
phpunit.xml.dist → src/Bundle/ChillReport/phpunit.xml.dist
Unescape
Escape
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
Chill-project/chill-bundles
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block