Commits on Source (46)
-
Renovate Bot authored927533d1
-
Reiter, Christoph authored
chore(deps): update dependency phpunit/phpunit to v9.5.14 See merge request !95
6264a1a9 -
Reiter, Christoph authored4206fd99
-
Renovate Bot authoredcaabab52
-
Renovate Bot authored261e2dea
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !97
d646b8f3 -
Reiter, Christoph authored
chore(deps): update dependency friendsofphp/php-cs-fixer to v3.6.0 See merge request !96
7295de78 -
Renovate Bot authoredbf3d15b4
-
Reiter, Christoph authored
chore(deps): update dependency phpunit/phpunit to v9.5.16 See merge request !99
0887e1b8 -
Renovate Bot authored4feed445
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !100
863b0d90 -
Reiter, Christoph authoredf923c46a
-
Renovate Bot authoredc6e6a91a
-
Renovate Bot authored305667c6
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies (patch) See merge request !101
403353b6 -
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !102
f3d3a4c7 -
Renovate Bot authored6811555e
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies (patch) See merge request !103
3c20754a -
Renovate Bot authored35b6f489
-
Reiter, Christoph authored
fix(deps): update dependency guzzlehttp/guzzle to v7.4.2 See merge request !105
113ea08c -
Renovate Bot authored3a5c7587
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !106
0e9f5c51 -
Renovate Bot authored12411ed0
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !108
3f12328c -
Reiter, Christoph authored64e7af3c
-
Renovate Bot authored0e5877b1
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies (patch) See merge request !109
9ce8ee74 -
Renovate Bot authored2b001669
-
Reiter, Christoph authored
chore(deps): update dependency phpstan/phpstan to v1.5.4 See merge request !110
c6d104e0 -
Renovate Bot authored8c036f99
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !111
5638ad6a -
Renovate Bot authored3eb568b3
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !112
34440be8 -
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.
1bbf49d7 -
Tobias Gross-Vogt authored6eb12a5a
-
Tobias Gross-Vogt authored5b8caf2c
-
Renovate Bot authored7e31b26e
-
Reiter, Christoph authored
chore(deps): update dependency phpstan/phpstan to v1.5.6 See merge request !113
ad6f2efb -
Tobias Gross-Vogt authoredd49b8519
-
Reiter, Christoph authored
This makes it easier to debug reverse proxy issues/configurations.
da80e649 -
Tobias Gross-Vogt authored1795d34f
-
Tobias Gross-Vogt authoredfe7383a4
-
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']
4ede1874 -
Renovate Bot authored94481090
-
Reiter, Christoph authored
Update all non-major dependencies to v1.5.7 (patch) See merge request !114
d26c15b5 -
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.
This diff is collapsed.
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