Commits on Source (8)
-
Reiter, Christoph authored
We set a default table name and group name with proper namespacing, so it should be safe to reuse existing DBs. This also adds a dbp:relay:core:queue:test command which queues one or more dummy messages with an optional delay. This can be used to see if the queue consumers work correctly and receive tasks.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !70
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Showing
- bin/move-core-bundle.php 5 additions, 5 deletionsbin/move-core-bundle.php
- composer.json 3 additions, 3 deletionscomposer.json
- composer.lock 34 additions, 32 deletionscomposer.lock
- docs/locks.md 49 additions, 0 deletionsdocs/locks.md
- docs/queue.md 47 additions, 4 deletionsdocs/queue.md
- phpstan.neon 1 addition, 1 deletionphpstan.neon
- src/DependencyInjection/DbpRelayCoreExtension.php 15 additions, 17 deletionssrc/DependencyInjection/DbpRelayCoreExtension.php
- src/Queue/TestCommand.php 58 additions, 0 deletionssrc/Queue/TestCommand.php
- src/Queue/TestHandler.php 19 additions, 0 deletionssrc/Queue/TestHandler.php
- src/Queue/TestMessage.php 9 additions, 0 deletionssrc/Queue/TestMessage.php
- src/Queue/TransportFactoryDecorator.php 4 additions, 1 deletionsrc/Queue/TransportFactoryDecorator.php
- src/Resources/config/services.yaml 8 additions, 0 deletionssrc/Resources/config/services.yaml
... | ... | @@ -3,7 +3,7 @@ |
"type": "symfony-bundle", | ||
"license": "AGPL-3.0-or-later", | ||
"require": { | ||
"php": "^7.3", | ||
"php": "^7.3 || ^8.0", | ||
"ext-fileinfo": "*", | ||
"ext-json": "*", | ||
"api-platform/core": "^2.6.3", | ||
... | ... | @@ -29,8 +29,8 @@ |
"require-dev": { | ||
"brainmaestro/composer-git-hooks": "^2.8", | ||
"friendsofphp/php-cs-fixer": "^3.0", | ||
"phpstan/phpstan": "^0.12.33", | ||
"phpstan/phpstan-phpunit": "^0.12.13", | ||
"phpstan/phpstan": "^1.0.0", | ||
"phpstan/phpstan-phpunit": "^1.0.0", | ||
"symfony/browser-kit": "^5.3", | ||
"symfony/http-client": "^5.3", | ||
"symfony/phpunit-bridge": "^5.3", | ||
... | ... |
docs/locks.md
0 → 100644
src/Queue/TestCommand.php
0 → 100644
src/Queue/TestHandler.php
0 → 100644
src/Queue/TestMessage.php
0 → 100644