ddeutil-workflow 0.0.84__py3-none-any.whl → 0.0.86__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.
- ddeutil/workflow/__about__.py +1 -1
- ddeutil/workflow/__init__.py +4 -4
- ddeutil/workflow/api/routes/job.py +3 -2
- ddeutil/workflow/audits.py +8 -6
- ddeutil/workflow/conf.py +9 -20
- ddeutil/workflow/errors.py +34 -19
- ddeutil/workflow/job.py +303 -159
- ddeutil/workflow/plugins/providers/az.py +2 -2
- ddeutil/workflow/result.py +46 -55
- ddeutil/workflow/stages.py +540 -458
- ddeutil/workflow/traces.py +259 -261
- ddeutil/workflow/workflow.py +304 -361
- {ddeutil_workflow-0.0.84.dist-info → ddeutil_workflow-0.0.86.dist-info}/METADATA +13 -16
- {ddeutil_workflow-0.0.84.dist-info → ddeutil_workflow-0.0.86.dist-info}/RECORD +18 -18
- {ddeutil_workflow-0.0.84.dist-info → ddeutil_workflow-0.0.86.dist-info}/WHEEL +0 -0
- {ddeutil_workflow-0.0.84.dist-info → ddeutil_workflow-0.0.86.dist-info}/entry_points.txt +0 -0
- {ddeutil_workflow-0.0.84.dist-info → ddeutil_workflow-0.0.86.dist-info}/licenses/LICENSE +0 -0
- {ddeutil_workflow-0.0.84.dist-info → ddeutil_workflow-0.0.86.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ddeutil-workflow
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.86
|
4
4
|
Summary: Lightweight workflow orchestration with YAML template
|
5
5
|
Author-email: ddeutils <korawich.anu@gmail.com>
|
6
6
|
License: MIT
|
@@ -303,21 +303,18 @@ it will use default value and do not raise any error to you.
|
|
303
303
|
> The config value that you will set on the environment should combine with
|
304
304
|
> prefix, component, and name which is `WORKFLOW_{component}_{name}` (Upper case).
|
305
305
|
|
306
|
-
| Name | Component | Default
|
307
|
-
|
308
|
-
| **REGISTRY_CALLER** | CORE | `.`
|
309
|
-
| **REGISTRY_FILTER** | CORE | `ddeutil.workflow.
|
310
|
-
| **CONF_PATH** | CORE | `./conf`
|
311
|
-
| **STAGE_DEFAULT_ID** | CORE | `false`
|
312
|
-
| **GENERATE_ID_SIMPLE_MODE** | CORE | `true`
|
313
|
-
| **DEBUG_MODE** | LOG | `true`
|
314
|
-
| **TIMEZONE** | LOG | `Asia/Bangkok`
|
315
|
-
| **
|
316
|
-
| **
|
317
|
-
| **
|
318
|
-
| **TRACE_HANDLERS** | LOG | `[{"type": "console"}]` | A pointer URL of trace log that use to emit log message. Now uses optimized handler by default. |
|
319
|
-
| **AUDIT_CONF** | LOG | `{"type": "file", "path": "./audits"}` | A pointer URL of audit log that use to write audit metrix. |
|
320
|
-
| **AUDIT_ENABLE_WRITE** | LOG | `true` | A flag that enable writing audit log after end execution in the workflow release step. |
|
306
|
+
| Name | Component | Default | Description |
|
307
|
+
|:----------------------------|:---------:|:---------------------------------------|:---------------------------------------------------------------------------------------|
|
308
|
+
| **REGISTRY_CALLER** | CORE | `.` | List of importable string for the call stage. |
|
309
|
+
| **REGISTRY_FILTER** | CORE | `ddeutil.workflow.reusables` | List of importable string for the filter template. |
|
310
|
+
| **CONF_PATH** | CORE | `./conf` | The config path that keep all template `.yaml` files. |
|
311
|
+
| **STAGE_DEFAULT_ID** | CORE | `false` | A flag that enable default stage ID that use for catch an execution output. |
|
312
|
+
| **GENERATE_ID_SIMPLE_MODE** | CORE | `true` | A flog that enable generating ID with `md5` algorithm. |
|
313
|
+
| **DEBUG_MODE** | LOG | `true` | A flag that enable logging with debug level mode. |
|
314
|
+
| **TIMEZONE** | LOG | `Asia/Bangkok` | A Timezone string value that will pass to `ZoneInfo` object. |
|
315
|
+
| **TRACE_HANDLERS** | LOG | `[{"type": "console"}]` | A Json string of list of trace handler config data that use to emit log message. |
|
316
|
+
| **AUDIT_CONF** | LOG | `{"type": "file", "path": "./audits"}` | A Json string of audit config data that use to write audit metrix. |
|
317
|
+
| **AUDIT_ENABLE_WRITE** | LOG | `true` | A flag that enable writing audit log after end execution in the workflow release step. |
|
321
318
|
|
322
319
|
## :rocket: Deployment
|
323
320
|
|
@@ -1,35 +1,35 @@
|
|
1
|
-
ddeutil/workflow/__about__.py,sha256=
|
1
|
+
ddeutil/workflow/__about__.py,sha256=miiA7Av8UPmC3aPQOi-48CD8MMZenb0buY9FzdwK6A8,60
|
2
2
|
ddeutil/workflow/__cron.py,sha256=-1tqZG7GtUmusdl6NTy_Ck7nM_tGYTXYB7TB7tKeO60,29184
|
3
|
-
ddeutil/workflow/__init__.py,sha256=
|
3
|
+
ddeutil/workflow/__init__.py,sha256=p9BkDM0O3LpPchvpYCuUojsDOEEknM__tdAmpRHRQog,3454
|
4
4
|
ddeutil/workflow/__main__.py,sha256=Nqk5aO-HsZVKV2BmuJYeJEufJluipvCD9R1k2kMoJ3Y,8581
|
5
5
|
ddeutil/workflow/__types.py,sha256=IOKuJCxTUPHh8Z2JoLu_K7a85oq0VOcKBhpabiJ6qEE,5001
|
6
|
-
ddeutil/workflow/audits.py,sha256=
|
7
|
-
ddeutil/workflow/conf.py,sha256=
|
8
|
-
ddeutil/workflow/errors.py,sha256=
|
6
|
+
ddeutil/workflow/audits.py,sha256=R-EEQ84Xt_bFl1w00mSlr6jGHdyBTTciKJ3wrS39_7w,26940
|
7
|
+
ddeutil/workflow/conf.py,sha256=4l2UQdkTuM6uGqtoVegmAy2M0MhlG-iZzpL18XIJOAo,17358
|
8
|
+
ddeutil/workflow/errors.py,sha256=MbAPKgTm25rTvVes9YQBH6gHFo3kyiaK2JA__xf5-Ik,6077
|
9
9
|
ddeutil/workflow/event.py,sha256=OumcZBlOZD0_J53GS4V2XJEqQ9HEcIl3UicQrCyL46M,14684
|
10
|
-
ddeutil/workflow/job.py,sha256=
|
10
|
+
ddeutil/workflow/job.py,sha256=YQ3ndZefKb_EkNTtE3bP18yfR3iA_8utJq6q-YFKZu8,52016
|
11
11
|
ddeutil/workflow/params.py,sha256=y9f6DEIyae1j4awbj3Kbeq75-U2UPFlKv9K57Hdo_Go,17188
|
12
|
-
ddeutil/workflow/result.py,sha256=
|
12
|
+
ddeutil/workflow/result.py,sha256=Uw8xaqf_UyZRNXsiTyTksXPUsO7VzT63PscT5V5lBMw,9853
|
13
13
|
ddeutil/workflow/reusables.py,sha256=SBLJSxR8ELoWJErBfSMZS3Rr1O_93T-fFBpfn2AvxuA,25007
|
14
|
-
ddeutil/workflow/stages.py,sha256=
|
15
|
-
ddeutil/workflow/traces.py,sha256=
|
14
|
+
ddeutil/workflow/stages.py,sha256=R-PRsbjY67jo3koMbgyc9D1n024YyLq7N9lWKEEqE9I,143696
|
15
|
+
ddeutil/workflow/traces.py,sha256=UJgAzrLtNws0Gh02BTNLPW0Z-2R1Qz-DiLDayTuBYTs,73827
|
16
16
|
ddeutil/workflow/utils.py,sha256=Hqdh6I3OD4N0Kuehn9qWVOg54pO3BG3rgIacCrN7jqk,12298
|
17
|
-
ddeutil/workflow/workflow.py,sha256=
|
17
|
+
ddeutil/workflow/workflow.py,sha256=G8XZ_oNW_IXU5aOUeYenbBJRN9PUOipFSoLIilpUS-0,39368
|
18
18
|
ddeutil/workflow/api/__init__.py,sha256=5DzYL3ngceoRshh5HYCSVWChqNJSiP01E1bEd8XxPi0,4799
|
19
19
|
ddeutil/workflow/api/log_conf.py,sha256=WfS3udDLSyrP-C80lWOvxxmhd_XWKvQPkwDqKblcH3E,1834
|
20
20
|
ddeutil/workflow/api/routes/__init__.py,sha256=JRaJZB0D6mgR17MbZo8yLtdYDtD62AA8MdKlFqhG84M,420
|
21
|
-
ddeutil/workflow/api/routes/job.py,sha256
|
21
|
+
ddeutil/workflow/api/routes/job.py,sha256=W24cummNghSROI78otY3XRm9MyNiTt-m206PYHuaxOI,2618
|
22
22
|
ddeutil/workflow/api/routes/logs.py,sha256=9jiYsw8kepud4n3NyXB7SAr2OoQwRn5uNb9kIZ58XJM,3806
|
23
23
|
ddeutil/workflow/api/routes/workflows.py,sha256=0pEZEsIrscRFBXG9gf6nttKw0aNbcdw7NsAZKLoKWtk,4392
|
24
24
|
ddeutil/workflow/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
ddeutil/workflow/plugins/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
26
|
ddeutil/workflow/plugins/providers/aws.py,sha256=61uIFBEWt-_D5Sui24qUPier1Hiqlw_RP_eY-rXBCKc,31551
|
27
|
-
ddeutil/workflow/plugins/providers/az.py,sha256=
|
27
|
+
ddeutil/workflow/plugins/providers/az.py,sha256=86xuJh3rGvpGuDYD0c-inc7UcyiKQ28U_gMCUfgB5SQ,34879
|
28
28
|
ddeutil/workflow/plugins/providers/container.py,sha256=DSN0RWxMjTJN5ANheeMauDaPa3X6Z2E1eGUcctYkENw,22134
|
29
29
|
ddeutil/workflow/plugins/providers/gcs.py,sha256=KgAOdMBvdbMLTH_z_FwVriBFtZfKEYx8_34jzUOVjTY,27460
|
30
|
-
ddeutil_workflow-0.0.
|
31
|
-
ddeutil_workflow-0.0.
|
32
|
-
ddeutil_workflow-0.0.
|
33
|
-
ddeutil_workflow-0.0.
|
34
|
-
ddeutil_workflow-0.0.
|
35
|
-
ddeutil_workflow-0.0.
|
30
|
+
ddeutil_workflow-0.0.86.dist-info/licenses/LICENSE,sha256=nGFZ1QEhhhWeMHf9n99_fdt4vQaXS29xWKxt-OcLywk,1085
|
31
|
+
ddeutil_workflow-0.0.86.dist-info/METADATA,sha256=9PY84dEwy9jmyiXF0iXTyp9O-vYYzcyfDWgHTD08dwE,14080
|
32
|
+
ddeutil_workflow-0.0.86.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
33
|
+
ddeutil_workflow-0.0.86.dist-info/entry_points.txt,sha256=qDTpPSauL0ciO6T4iSVt8bJeYrVEkkoEEw_RlGx6Kgk,63
|
34
|
+
ddeutil_workflow-0.0.86.dist-info/top_level.txt,sha256=m9M6XeSWDwt_yMsmH6gcOjHZVK5O0-vgtNBuncHjzW4,8
|
35
|
+
ddeutil_workflow-0.0.86.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|