python3-cyberfusion-queue-support 2.2.5__py3-none-any.whl → 2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,6 +143,7 @@ class Queue:
143
143
  queue_process=process_object,
144
144
  type=outcome.__class__.__name__,
145
145
  attributes=outcome.__dict__,
146
+ string=str(outcome),
146
147
  )
147
148
  )
148
149
 
@@ -119,3 +119,4 @@ class QueueItemOutcome(BaseModel):
119
119
  queue_process = relationship("QueueProcess")
120
120
  type = Column(String(length=255), nullable=False)
121
121
  attributes = Column(JSON, nullable=False)
122
+ string = Column(String(length=255), nullable=False)
@@ -0,0 +1,28 @@
1
+ """Add string to queue_item_outcomes
2
+
3
+ Revision ID: 9ae29b5db790
4
+ Revises: 571e55ab5ed5
5
+ Create Date: 2025-06-06 20:11:43.675998
6
+
7
+ """
8
+
9
+ from alembic import op
10
+ import sqlalchemy as sa
11
+
12
+
13
+ # revision identifiers, used by Alembic.
14
+ revision = "9ae29b5db790"
15
+ down_revision = "571e55ab5ed5"
16
+ branch_labels = None
17
+ depends_on = None
18
+
19
+
20
+ def upgrade() -> None:
21
+ op.add_column(
22
+ "queue_item_outcomes",
23
+ sa.Column("string", sa.String(length=255), nullable=False),
24
+ )
25
+
26
+
27
+ def downgrade() -> None:
28
+ op.drop_column("queue_item_outcomes", "string")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-cyberfusion-queue-support
3
- Version: 2.2.5
3
+ Version: 2.3
4
4
  Summary: Library to queue actions.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-queue-support
@@ -1,5 +1,5 @@
1
- cyberfusion/QueueSupport/__init__.py,sha256=bjlgoA49iQkHHPV2ZDRAxGdDp-Mip3uSdEau44L5VVE,4505
2
- cyberfusion/QueueSupport/database.py,sha256=KZJfJfLgck1yoNFUUuLoBaAB1nIXSIP1VvfK7ZZ2Hss,3506
1
+ cyberfusion/QueueSupport/__init__.py,sha256=UfCQkZK7vwzlGpA2cefpfmgg7lBRcCP5Gd7oRWWv9Vs,4550
2
+ cyberfusion/QueueSupport/database.py,sha256=tkpNanp43GPf85CtwKUlz0Baj0a6zORxS4sGSbPnzGI,3562
3
3
  cyberfusion/QueueSupport/encoders.py,sha256=5gxU0OXsX16OChHDCDaWTV-s1Y7KRcZ8aVplAO1WDyM,371
4
4
  cyberfusion/QueueSupport/interfaces.py,sha256=ip8z6cfLFldQCDSec6fK6AIOdxOjIyFykDv4dCHJYSI,943
5
5
  cyberfusion/QueueSupport/outcomes.py,sha256=kv_0zODEraaZnuLRMcaQgWCfgstpJRDSO5YWYFAgEgw,18564
@@ -32,9 +32,10 @@ cyberfusion/QueueSupport/items/unlink.py,sha256=hkhtD-nZ5aLWFdRuZbwlTqOvLqfsBG6r
32
32
  cyberfusion/QueueSupport/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  cyberfusion/QueueSupport/migrations/env.py,sha256=qevttYPD5ze_0k4WKGYXBrdmYy3K8tHP4yeOLEuz9YQ,1158
34
34
  cyberfusion/QueueSupport/migrations/versions/571e55ab5ed5_initial_migration.py,sha256=1yYFZhQyHVnn1nHXxLVRb94V7gXprWYMfIDhF0_DPVU,2845
35
+ cyberfusion/QueueSupport/migrations/versions/9ae29b5db790_add_string_to_queue_item_outcomes.py,sha256=CzNJVL5Ia_J5woGsnCRSrlraoaT8YfgZUVOlAWHjb2Y,546
35
36
  cyberfusion/QueueSupport/migrations/versions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
- python3_cyberfusion_queue_support-2.2.5.dist-info/METADATA,sha256=DRxIjgvAQbV1SwtZc6UeYyHIH8umnOIe2GgrDpd5CIw,4490
37
- python3_cyberfusion_queue_support-2.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
- python3_cyberfusion_queue_support-2.2.5.dist-info/entry_points.txt,sha256=j42nbFWu1jTev4Ca3GhEZlH546t48aqYXnaKP20NWfA,91
39
- python3_cyberfusion_queue_support-2.2.5.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
40
- python3_cyberfusion_queue_support-2.2.5.dist-info/RECORD,,
37
+ python3_cyberfusion_queue_support-2.3.dist-info/METADATA,sha256=i8CGhKyhV1qgeFdXsG69SozpuZtzIzpUXZWTY01Kz4s,4488
38
+ python3_cyberfusion_queue_support-2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
+ python3_cyberfusion_queue_support-2.3.dist-info/entry_points.txt,sha256=j42nbFWu1jTev4Ca3GhEZlH546t48aqYXnaKP20NWfA,91
40
+ python3_cyberfusion_queue_support-2.3.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
41
+ python3_cyberfusion_queue_support-2.3.dist-info/RECORD,,