arkitekt-next 0.8.42__tar.gz → 0.8.44__tar.gz
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-0.8.42 → arkitekt_next-0.8.44}/PKG-INFO +1 -1
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/gen/init.py +31 -12
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/pyproject.toml +1 -1
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/LICENSE +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/README.md +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/__blok__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/service/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/service/fakts_next.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/service/fakts_qt.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/service/grant_registry.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/service/herre.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/service/herre_qt.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/apps/types.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/base_models.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/admin.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/arkitekt.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/base.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/config.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/fluss.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/gateway.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/internal_docker.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/kabinet.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/livekit.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/lok.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/mikro.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/minio.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/mount.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/namegen.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/orkestrator.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/postgres.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/redis.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/rekuest.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/secret.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/admin.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/config.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/db.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/gateway.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/livekit.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/lok.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/mount.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/name.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/redis.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/s3.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/secret.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/services/socket.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/socket.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/bloks/tailscale.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/builders.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/call/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/call/local.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/call/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/call/remote.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/gen/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/gen/compile.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/gen/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/gen/watch.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/init/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/init/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/requirements.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/templates.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/variables.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/build.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/init.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/publish.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/stage.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/utils.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/validate.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/wizard.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/inspect.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/scopes.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/version.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/wizard.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/run/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/run/dev.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/run/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/run/prod.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/run/utils.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/configs/base.yaml +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/constants.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/errors.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/inspect.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/io.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/main.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/options.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/fluss.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/gucker.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/kabinet.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/kluster.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/konviktion.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/kuay.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/mikro.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/mikro_next.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/napari.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/omero_ark.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/port.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/rekuest.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/unlok.schema.graphql +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/templates/filter.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/templates/simple.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/texts.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/types.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/ui.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/utils.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/validators.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/vars.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/versions/v1.yaml +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/constants.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/__init__.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/dark/gear.png +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/dark/green pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/dark/orange pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/dark/pink pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/dark/red pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/light/gear.png +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/light/green pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/light/orange pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/light/pink pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/light/red pulse.gif +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/builders.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/magic_bar.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/types.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/utils.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/service_registry.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/tqdm.py +0 -0
- {arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/utils.py +0 -0
|
@@ -55,6 +55,7 @@ def init(ctx, boring, services, config, documents, schemas, path, seperate_doc_d
|
|
|
55
55
|
|
|
56
56
|
chosen_services = registry.service_builders
|
|
57
57
|
|
|
58
|
+
|
|
58
59
|
if services:
|
|
59
60
|
chosen_services = {
|
|
60
61
|
key: service
|
|
@@ -70,6 +71,19 @@ def init(ctx, boring, services, config, documents, schemas, path, seperate_doc_d
|
|
|
70
71
|
chosen_services = {service: chosen_services[service]}
|
|
71
72
|
|
|
72
73
|
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
if os.path.exists(config):
|
|
77
|
+
if click.confirm(
|
|
78
|
+
f"GraphQL Config file already exists. Do you want to merge your choices?"
|
|
79
|
+
):
|
|
80
|
+
file = yaml.load(open(config, "r"), Loader=yaml.FullLoader)
|
|
81
|
+
projects = file.get("projects", {})
|
|
82
|
+
click.echo(f"Merging {','.join(chosen_services.keys())} in {','.join(projects.keys())}...")
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
has_done_something = False
|
|
86
|
+
|
|
73
87
|
|
|
74
88
|
for key, service in chosen_services.items():
|
|
75
89
|
try:
|
|
@@ -80,6 +94,13 @@ def init(ctx, boring, services, config, documents, schemas, path, seperate_doc_d
|
|
|
80
94
|
get_console(ctx).print(f"[red]No schema or project found for {key} [/]")
|
|
81
95
|
continue
|
|
82
96
|
|
|
97
|
+
if key in projects:
|
|
98
|
+
get_console(ctx).print(f"[red]Project {key} already exists [/]")
|
|
99
|
+
if not click.confirm("Do you want to overwrite it?"):
|
|
100
|
+
continue
|
|
101
|
+
|
|
102
|
+
has_done_something = True
|
|
103
|
+
|
|
83
104
|
if documents:
|
|
84
105
|
os.makedirs(os.path.join(app_documents, key), exist_ok=True)
|
|
85
106
|
if seperate_doc_dirs:
|
|
@@ -119,15 +140,13 @@ def init(ctx, boring, services, config, documents, schemas, path, seperate_doc_d
|
|
|
119
140
|
except Exception as e:
|
|
120
141
|
raise ClickException(f"Failed to initialize project for {key}. Error: {e}") from e
|
|
121
142
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
)
|
|
133
|
-
get_console(ctx).print(f"Config file written to {graph_config_path}")
|
|
143
|
+
|
|
144
|
+
if has_done_something:
|
|
145
|
+
graph_config_path = os.path.join(app_directory, config)
|
|
146
|
+
yaml.safe_dump(
|
|
147
|
+
{"projects": projects}, open(graph_config_path, "w"), sort_keys=False
|
|
148
|
+
)
|
|
149
|
+
get_console(ctx).print(f"Config file written to {graph_config_path}")
|
|
150
|
+
else:
|
|
151
|
+
get_console(ctx).print("No projects initialized")
|
|
152
|
+
get_console(ctx).print("Exiting...")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/requirements.py
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/templates.py
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/inspect/variables.py
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/kabinet/validate.py
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/__init__.py
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/inspect.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/commands/manifest/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/fluss.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/gucker.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/kabinet.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/kluster.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/konviktion.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/mikro.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/mikro_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/napari.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/omero_ark.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/rekuest.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/cli/schemas/unlok.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.8.42 → arkitekt_next-0.8.44}/arkitekt_next/qt/assets/light/orange pulse.gif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|