Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds temporal:info console command #76

Merged
merged 4 commits into from
Dec 27, 2023
Merged

Adds temporal:info console command #76

merged 4 commits into from
Dec 27, 2023

Conversation

butschster
Copy link
Member

Workflows
=========

+-----------------+------------------------------------------------------+------------------+
| Name            | Class                                                | Task Queue       |
+-----------------+------------------------------------------------------+------------------+
| fooWorkflow     | Spiral\TemporalBridge\Tests\Commands\Workflow        | worker2          |
|                 | src/Commands/InfoCommandTest.php                     |                  |
| AnotherWorkflow | Spiral\TemporalBridge\Tests\Commands\AnotherWorkflow | default, worker2 |
|                 | src/Commands/InfoCommandTest.php                     |                  |
+-----------------+------------------------------------------------------+------------------+

Activities
==========

+------------------------+---------------------------------------------+------------+
| Name                   | Class                                       | Task Queue |
+------------------------+---------------------------------------------+------------+
| fooActivity            | ActivityInterfaceWithWorker::foo            | worker1    |
| bar                    | ActivityInterfaceWithWorker::bar            |            |
+------------------------+---------------------------------------------+------------+
| fooActivity__construct | ActivityInterfaceWithoutWorker::__construct | default    |
| fooActivitybaz         | ActivityInterfaceWithoutWorker::baz         |            |
+------------------------+---------------------------------------------+------------+

@butschster butschster added the enhancement New feature or request label Dec 22, 2023
@butschster butschster requested a review from wolfy-j December 22, 2023 08:06
@butschster butschster self-assigned this Dec 22, 2023
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a55d7b2) 97.97% compared to head (6cc12a9) 99.14%.

Additional details and impacted files
@@             Coverage Diff              @@
##                3.x      #76      +/-   ##
============================================
+ Coverage     97.97%   99.14%   +1.17%     
- Complexity       88      103      +15     
============================================
  Files            13       15       +2     
  Lines           296      352      +56     
============================================
+ Hits            290      349      +59     
+ Misses            6        3       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@butschster butschster changed the base branch from 2.0 to 3.x December 25, 2023 06:17
# Conflicts:
#	src/Bootloader/TemporalBridgeBootloader.php
#	src/Dispatcher.php
#	src/WorkersRegistry.php
#	tests/src/DispatcherTest.php
@butschster butschster merged commit 38be446 into 3.x Dec 27, 2023
6 checks passed
@butschster butschster deleted the feature/info-command branch December 27, 2023 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant