qwak-core 0.4.199__py3-none-any.whl → 0.4.200__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.
qwak/__init__.py
CHANGED
qwak/automations/automations.py
CHANGED
@@ -280,6 +280,7 @@ class Automation:
|
|
280
280
|
create_audit: AutomationAudit = field(default_factory=AutomationAudit)
|
281
281
|
on_error: Notification = field(default=None)
|
282
282
|
on_success: Notification = field(default=None)
|
283
|
+
jfrog_token_id: str = field(default="")
|
283
284
|
|
284
285
|
def to_proto(self):
|
285
286
|
return AutomationProto(
|
@@ -302,6 +303,7 @@ class Automation:
|
|
302
303
|
qwak_environment_id=self.environment,
|
303
304
|
create_audit=self.create_audit.to_proto(),
|
304
305
|
is_deleted=self.is_deleted,
|
306
|
+
jfrog_token_id=self.jfrog_token_id,
|
305
307
|
)
|
306
308
|
|
307
309
|
@staticmethod
|
@@ -346,6 +348,7 @@ class Automation:
|
|
346
348
|
if on_success_notification
|
347
349
|
else None
|
348
350
|
),
|
351
|
+
jfrog_token_id=message.jfrog_token_id,
|
349
352
|
)
|
350
353
|
|
351
354
|
def __str__(self):
|
@@ -525,10 +525,10 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
|
|
525
525
|
_qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
|
526
526
|
_qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
|
527
527
|
_qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
|
528
|
-
qwak/__init__.py,sha256=
|
528
|
+
qwak/__init__.py,sha256=fY6x2ezLuFob-1iTd0NSs5b-o9a4kOD12IZ5bg0gQ3U,587
|
529
529
|
qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
|
530
530
|
qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
|
531
|
-
qwak/automations/automations.py,sha256=
|
531
|
+
qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
|
532
532
|
qwak/automations/batch_execution_action.py,sha256=I5US-ZZwaDVoOjkndNr1_xpLSKdZqgToe5tyJcbO6RQ,12907
|
533
533
|
qwak/automations/build_and_deploy_action.py,sha256=kTQ0xbuFmGTIzgvW6qTuGTop-mciGJQMxwU01J5Rbxw,30477
|
534
534
|
qwak/automations/common.py,sha256=tVUBYnmYBBj47B_iwwhSOirArH62XQUoA_42KOxSIA8,2695
|
@@ -1001,6 +1001,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
|
|
1001
1001
|
qwak_services_mock/services_mock.py,sha256=CABZ2teXoSJ-X7CD3iRo5ht-w3jhW-Cvpb47APUHXEA,19089
|
1002
1002
|
qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1003
1003
|
qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1004
|
-
qwak_core-0.4.
|
1005
|
-
qwak_core-0.4.
|
1006
|
-
qwak_core-0.4.
|
1004
|
+
qwak_core-0.4.200.dist-info/METADATA,sha256=sFbULF5YQqm8XjcR58GPSNajI3jGEPVZ5za2o1_pXx4,2158
|
1005
|
+
qwak_core-0.4.200.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
1006
|
+
qwak_core-0.4.200.dist-info/RECORD,,
|
File without changes
|