Commits on Source (46)
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update dependency phpunit/phpunit to v9.5.14 See merge request !95
-
Reiter, Christoph authored
-
Renovate Bot authored
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !97
-
Reiter, Christoph authored
chore(deps): update dependency friendsofphp/php-cs-fixer to v3.6.0 See merge request !96
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update dependency phpunit/phpunit to v9.5.16 See merge request !99
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !100
-
Reiter, Christoph authored
-
Renovate Bot authored
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies (patch) See merge request !101
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !102
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies (patch) See merge request !103
-
Renovate Bot authored
-
Reiter, Christoph authored
fix(deps): update dependency guzzlehttp/guzzle to v7.4.2 See merge request !105
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !106
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !108
-
Reiter, Christoph authored
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies (patch) See merge request !109
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update dependency phpstan/phpstan to v1.5.4 See merge request !110
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !111
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !112
-
Reiter, Christoph authored
In some cases where services can't be instantiated, either because the implementation is missing, or some dependency is missing, or there is a cyclic dep then things would fail only at the time the service is needed, for example in one specific request. To avoid missing such errors and catch them early add a health check which tries to build all services. This allows us to abort a deployment in case a service is broken.
-
Tobias Gross-Vogt authored
-
Tobias Gross-Vogt authored
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): update dependency phpstan/phpstan to v1.5.6 See merge request !113
-
Tobias Gross-Vogt authored
-
Reiter, Christoph authored
This makes it easier to debug reverse proxy issues/configurations.
-
Tobias Gross-Vogt authored
-
Tobias Gross-Vogt authored
-
Reiter, Christoph authored
This allows bundles to add something to the "dbp_api.route_resources" parameter which will then be loaded as routes. For example, using a routes.yml in the bundle, add the following to the array in the bundle setup: [__DIR__.'/../Resources/config/routes.yaml', 'yaml']
-
Renovate Bot authored
-
Reiter, Christoph authored
Update all non-major dependencies to v1.5.7 (patch) See merge request !114
-
Reiter, Christoph authored
This trait can be used in bundle extension implementations to register various paths and resources etc. It hides various implementation details, so we can change how things are registered in the future, and also makes it easier to discover what is possible and provide proper documentation and type annotations directly in the code. We can also do sanity checks and show deprecation warnings if needed.
Showing
- composer.lock 413 additions, 418 deletionscomposer.lock
- docs/local_data.md 83 additions, 0 deletionsdocs/local_data.md
- psalm.xml 7 additions, 1 deletionpsalm.xml
- src/DependencyInjection/DbpRelayCoreExtension.php 4 additions, 0 deletionssrc/DependencyInjection/DbpRelayCoreExtension.php
- src/Extension/ExtensionTrait.php 90 additions, 0 deletionssrc/Extension/ExtensionTrait.php
- src/HealthCheck/Checks/SymfonyCheck.php 29 additions, 1 deletionsrc/HealthCheck/Checks/SymfonyCheck.php
- src/LocalData/LocalDataAwareEvent.php 108 additions, 0 deletionssrc/LocalData/LocalDataAwareEvent.php
- src/LocalData/LocalDataAwareEventDispatcher.php 117 additions, 0 deletionssrc/LocalData/LocalDataAwareEventDispatcher.php
- src/LocalData/LocalDataAwareInterface.php 25 additions, 0 deletionssrc/LocalData/LocalDataAwareInterface.php
- src/LocalData/LocalDataAwareTrait.php 55 additions, 0 deletionssrc/LocalData/LocalDataAwareTrait.php
- src/Resources/ApiPlatformBundle/SwaggerUi/index.html.twig 4 additions, 0 deletionssrc/Resources/ApiPlatformBundle/SwaggerUi/index.html.twig
- src/Resources/config/routing.yaml 5 additions, 0 deletionssrc/Resources/config/routing.yaml
- src/Resources/config/services.yaml 12 additions, 1 deletionsrc/Resources/config/services.yaml
- src/Routing/RoutingLoader.php 50 additions, 0 deletionssrc/Routing/RoutingLoader.php
- tests/ExtensionTraitTest.php 32 additions, 0 deletionstests/ExtensionTraitTest.php
docs/local_data.md
0 → 100644
src/Extension/ExtensionTrait.php
0 → 100644
src/LocalData/LocalDataAwareEvent.php
0 → 100644
src/LocalData/LocalDataAwareInterface.php
0 → 100644
src/LocalData/LocalDataAwareTrait.php
0 → 100644
src/Routing/RoutingLoader.php
0 → 100644
tests/ExtensionTraitTest.php
0 → 100644