arkitekt-next 0.8.14__py3-none-any.whl → 0.8.15__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.
Potentially problematic release.
This version of arkitekt-next might be problematic. Click here for more details.
- arkitekt_next/cli/io.py +14 -2
- arkitekt_next/cli/types.py +0 -1
- {arkitekt_next-0.8.14.dist-info → arkitekt_next-0.8.15.dist-info}/METADATA +1 -1
- {arkitekt_next-0.8.14.dist-info → arkitekt_next-0.8.15.dist-info}/RECORD +7 -7
- {arkitekt_next-0.8.14.dist-info → arkitekt_next-0.8.15.dist-info}/LICENSE +0 -0
- {arkitekt_next-0.8.14.dist-info → arkitekt_next-0.8.15.dist-info}/WHEEL +0 -0
- {arkitekt_next-0.8.14.dist-info → arkitekt_next-0.8.15.dist-info}/entry_points.txt +0 -0
arkitekt_next/cli/io.py
CHANGED
|
@@ -10,7 +10,7 @@ from arkitekt_next.cli.types import (
|
|
|
10
10
|
Flavour,
|
|
11
11
|
DeploymentsConfigFile,
|
|
12
12
|
)
|
|
13
|
-
from kabinet.api.schema import InspectionInput, AppImageInput, DockerImageInput
|
|
13
|
+
from kabinet.api.schema import InspectionInput, AppImageInput, DockerImageInput, ManifestInput
|
|
14
14
|
|
|
15
15
|
import yaml
|
|
16
16
|
import json
|
|
@@ -116,6 +116,18 @@ def get_builds(selected_run: Optional[str] = None) -> Dict[str, Build]:
|
|
|
116
116
|
)
|
|
117
117
|
|
|
118
118
|
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
def manifest_to_input(manifest: Manifest) -> ManifestInput:
|
|
122
|
+
|
|
123
|
+
return ManifestInput(**manifest.model_dump(by_alias=True))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
119
131
|
def generate_build(
|
|
120
132
|
build_run: str,
|
|
121
133
|
build_id: str,
|
|
@@ -149,7 +161,7 @@ def generate_build(
|
|
|
149
161
|
config_file = os.path.join(path, "builds.yaml")
|
|
150
162
|
|
|
151
163
|
build = Build(
|
|
152
|
-
manifest=manifest,
|
|
164
|
+
manifest=manifest_to_input(manifest),
|
|
153
165
|
flavour=flavour_name,
|
|
154
166
|
selectors=flavour.selectors,
|
|
155
167
|
build_id=build_id,
|
arkitekt_next/cli/types.py
CHANGED
|
@@ -40,7 +40,6 @@ class Manifest(BaseModel):
|
|
|
40
40
|
logo: Optional[str] = None
|
|
41
41
|
entrypoint: str
|
|
42
42
|
scopes: List[str]
|
|
43
|
-
created_at: datetime.datetime = Field(default_factory=datetime.datetime.now)
|
|
44
43
|
|
|
45
44
|
@field_validator("version", mode="before")
|
|
46
45
|
def version_must_be_semver(cls, v) -> str:
|
|
@@ -87,7 +87,7 @@ arkitekt_next/cli/constants.py,sha256=ONXKA8LRxXQkOQ56ZElVMZSTiaIH1LE_ikmUUKem98
|
|
|
87
87
|
arkitekt_next/cli/dockerfiles/vanilla.dockerfile,sha256=0ujdG22rZ6v2n5TMHNA4HR5f1PP9KJvAQORz-DGHBpo,184
|
|
88
88
|
arkitekt_next/cli/errors.py,sha256=zLTjaCbun6qM2nTldjyZd-DvykqKn5A3Gn80uYdx7Vc,93
|
|
89
89
|
arkitekt_next/cli/inspect.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
90
|
-
arkitekt_next/cli/io.py,sha256=
|
|
90
|
+
arkitekt_next/cli/io.py,sha256=QSnyIjPKZZ_pWp-b_hbM4XGwarCf4IYTgcXtNXBawH8,7143
|
|
91
91
|
arkitekt_next/cli/main.py,sha256=Ua7sq_OfC491F6r6zNs_oEiR4jVOsZwxLpX0ZXR0Jk0,2227
|
|
92
92
|
arkitekt_next/cli/options.py,sha256=hSKdSYabK1MuioBRUsADjQIPSp9H2YeczmcyAsFUprI,3791
|
|
93
93
|
arkitekt_next/cli/schemas/fluss.schema.graphql,sha256=MqrSpOxtWO9kWFCoUn9ySBPhIH3XozFiqrQl2zjEbiQ,35803
|
|
@@ -107,7 +107,7 @@ arkitekt_next/cli/schemas/unlok.schema.graphql,sha256=fXR846snIBIqkuQ-PlYnSkQjkF
|
|
|
107
107
|
arkitekt_next/cli/templates/filter.py,sha256=mD2jdNEXrZNagC_8WtuTisGJrGIbJDSylCvh19cF49I,650
|
|
108
108
|
arkitekt_next/cli/templates/simple.py,sha256=IbcThJ5LryXVFQUdzxfHQCtzSNxEQWTxbD__Ygxsp4M,1171
|
|
109
109
|
arkitekt_next/cli/texts.py,sha256=6qK9amHXXHRnXPOgto9QVyl3lwwmWOebL673xFfrUUk,680
|
|
110
|
-
arkitekt_next/cli/types.py,sha256=
|
|
110
|
+
arkitekt_next/cli/types.py,sha256=ryxQ7QMd8854-v4zNHq3wipRvKp20ccZyejuyUMZojk,5154
|
|
111
111
|
arkitekt_next/cli/ui.py,sha256=BR_AOsBIIHwojI5otBzT_560-ep5Dw1xAHKsO2zOOJQ,3493
|
|
112
112
|
arkitekt_next/cli/utils.py,sha256=rl1hfQIVzepLHPN_ZWuvfVH-IIVqcSfiFGyfNtL1XCo,445
|
|
113
113
|
arkitekt_next/cli/validators.py,sha256=XkLrOrDzBJwcG1keTawa_NJPt3QIBhb5KjepeH4N1KA,719
|
|
@@ -132,8 +132,8 @@ arkitekt_next/qt/utils.py,sha256=MgBPtPmCSBkIuATov3UgREESwxAHh77lWNNxyE7Qs48,773
|
|
|
132
132
|
arkitekt_next/service_registry.py,sha256=x3pzr3dJSI2hjMGNZa3F7boW-6N7K53acjdLTkg4kc8,3588
|
|
133
133
|
arkitekt_next/tqdm.py,sha256=lQcJI5Q6Py7Gy88hOCiJujjPEEGd8G2k1mOVJJ6oYe8,1531
|
|
134
134
|
arkitekt_next/utils.py,sha256=QETdzn_GIMSw6LdaXL89bqvqp9MGwEBK8Lj54MpnMwc,2396
|
|
135
|
-
arkitekt_next-0.8.
|
|
136
|
-
arkitekt_next-0.8.
|
|
137
|
-
arkitekt_next-0.8.
|
|
138
|
-
arkitekt_next-0.8.
|
|
139
|
-
arkitekt_next-0.8.
|
|
135
|
+
arkitekt_next-0.8.15.dist-info/LICENSE,sha256=YZ2oRjC248t-GpoEyw7J13vwKYNG6zhYMaEAix6EzF0,1089
|
|
136
|
+
arkitekt_next-0.8.15.dist-info/METADATA,sha256=urcV36kZJp1neEtSLRiJBgmZ80TX0Q-fCd_qcFjhzfA,6062
|
|
137
|
+
arkitekt_next-0.8.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
138
|
+
arkitekt_next-0.8.15.dist-info/entry_points.txt,sha256=-hxikQx4xZ6TiOnWVDOlTN_kcAISgGFvTHXIchsCHSc,60
|
|
139
|
+
arkitekt_next-0.8.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|