aioli-sdk 0.2.4.dev11__tar.gz → 0.2.4.dev12__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.
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/PKG-INFO +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/__version__.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/cli.py +70 -60
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli_sdk.egg-info/PKG-INFO +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/__init__.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/authentication_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/deployments_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/information_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/packaged_models_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/registries_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/roles_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/templates_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/users_api.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api_client.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/configuration.py +2 -2
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/exceptions.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/__init__.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/auto_scaling_template.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/autoscaling.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/configuration_resources.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/deployment.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/deployment_model_version.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/deployment_request.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/deployment_state.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/error_response.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/event_info.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/failure_info.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/login_request.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/login_response.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/model_auth_token.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/model_response.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/observability.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/packaged_model.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/packaged_model_request.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/resource_profile.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/resources_template.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/role.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/role_assignment.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/role_assignments.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/security.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/success_response.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/trained_model_registry.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/trained_model_registry_request.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/user.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/user_patch_request.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/user_request.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/rest.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/setup.py +1 -1
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/README.md +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/__main__.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/_util.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/deployment.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/errors.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/model.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/registry.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/render.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/role.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/sso.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/test/conftest.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/test/test_cli.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/user.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/cli/version.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/api/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/api/_util.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/api/authentication.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/api/certs.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/api/errors.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/api/request.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/check.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/constants.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/declarative_argparse.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/requests.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/common/util.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli/util.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli_sdk.egg-info/SOURCES.txt +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli_sdk.egg-info/dependency_links.txt +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli_sdk.egg-info/entry_points.txt +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli_sdk.egg-info/not-zip-safe +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli_sdk.egg-info/requires.txt +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aioli_sdk.egg-info/top_level.txt +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api/__init__.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/api_response.py +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/py.typed +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/pyproject.toml +0 -0
- {aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/setup.cfg +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# © Copyright 2024 Hewlett Packard Enterprise Development LP
|
|
2
|
-
__version__ = "0.2.4-
|
|
2
|
+
__version__ = "0.2.4-dev12"
|
|
@@ -5,7 +5,12 @@ import os
|
|
|
5
5
|
import socket
|
|
6
6
|
import ssl
|
|
7
7
|
import sys
|
|
8
|
-
from argparse import
|
|
8
|
+
from argparse import (
|
|
9
|
+
ArgumentDefaultsHelpFormatter,
|
|
10
|
+
ArgumentError,
|
|
11
|
+
ArgumentParser,
|
|
12
|
+
Namespace,
|
|
13
|
+
)
|
|
9
14
|
from typing import List, Optional, Sequence, Union, cast
|
|
10
15
|
|
|
11
16
|
import argcomplete
|
|
@@ -101,65 +106,7 @@ def main(
|
|
|
101
106
|
parser.exit(2, "{}: no subcommand specified\n".format(parser.prog))
|
|
102
107
|
|
|
103
108
|
try:
|
|
104
|
-
|
|
105
|
-
certs.cli_cert = certs.default_load(parsed_args.controller)
|
|
106
|
-
|
|
107
|
-
try:
|
|
108
|
-
check_version(parsed_args)
|
|
109
|
-
except SSLError:
|
|
110
|
-
# An SSLError usually means that we queried a controller over HTTPS and got an
|
|
111
|
-
# untrusted cert, so allow the user to store and trust the current cert. (It
|
|
112
|
-
# could also mean that we tried to talk HTTPS on the HTTP port, but distinguishing
|
|
113
|
-
# that based on the exception is annoying, and we'll figure that out in the next
|
|
114
|
-
# step anyway.)
|
|
115
|
-
addr = api.parse_master_address(parsed_args.controller)
|
|
116
|
-
check_not_none(addr.hostname)
|
|
117
|
-
check_not_none(addr.port)
|
|
118
|
-
try:
|
|
119
|
-
ctx = SSL.Context(SSL.TLSv1_2_METHOD)
|
|
120
|
-
conn = SSL.Connection(ctx, socket.socket())
|
|
121
|
-
conn.set_tlsext_host_name(cast(str, addr.hostname).encode())
|
|
122
|
-
conn.connect(cast(Sequence[Union[str, int]], (addr.hostname, addr.port)))
|
|
123
|
-
conn.do_handshake()
|
|
124
|
-
peer_cert_chain = conn.get_peer_cert_chain()
|
|
125
|
-
if peer_cert_chain is None or len(peer_cert_chain) == 0:
|
|
126
|
-
# Peer presented no cert. It seems unlikely that this is possible after
|
|
127
|
-
# do_handshake() succeeded, but checking for None makes mypy happy.
|
|
128
|
-
raise crypto.Error()
|
|
129
|
-
cert_pem_data = [
|
|
130
|
-
crypto.dump_certificate(crypto.FILETYPE_PEM, cert).decode()
|
|
131
|
-
for cert in peer_cert_chain
|
|
132
|
-
]
|
|
133
|
-
except crypto.Error:
|
|
134
|
-
die(
|
|
135
|
-
"Tried to connect over HTTPS but couldn't get a certificate from the "
|
|
136
|
-
"controller; consider using HTTP"
|
|
137
|
-
)
|
|
138
|
-
|
|
139
|
-
# Compute the fingerprint of the certificate; this is the same as the output of
|
|
140
|
-
# `openssl x509 -fingerprint -sha256 -inform pem -noout -in <cert>`.
|
|
141
|
-
cert_hash = hashlib.sha256(ssl.PEM_cert_to_DER_cert(cert_pem_data[0])).hexdigest()
|
|
142
|
-
cert_fingerprint = ":".join(chunks(cert_hash, 2))
|
|
143
|
-
|
|
144
|
-
if not render.yes_or_no(
|
|
145
|
-
"The controller sent an untrusted certificate chain with this SHA256 "
|
|
146
|
-
"fingerprint:\n"
|
|
147
|
-
"{}\nDo you want to trust this certificate from now on?".format(
|
|
148
|
-
cert_fingerprint
|
|
149
|
-
)
|
|
150
|
-
):
|
|
151
|
-
die("Unable to verify controller certificate")
|
|
152
|
-
|
|
153
|
-
joined_certs = "".join(cert_pem_data)
|
|
154
|
-
certs.CertStore(certs.default_store()).set_cert(
|
|
155
|
-
parsed_args.controller, joined_certs
|
|
156
|
-
)
|
|
157
|
-
# Reconfigure the CLI's Cert singleton, but preserve the certificate name.
|
|
158
|
-
old_cert_name = certs.cli_cert.name
|
|
159
|
-
certs.cli_cert = certs.Cert(cert_pem=joined_certs, name=old_cert_name)
|
|
160
|
-
|
|
161
|
-
check_version(parsed_args)
|
|
162
|
-
|
|
109
|
+
configure_certificate_for_controller(parsed_args)
|
|
163
110
|
parsed_args.func(parsed_args)
|
|
164
111
|
except KeyboardInterrupt as e:
|
|
165
112
|
raise e
|
|
@@ -201,6 +148,69 @@ def main(
|
|
|
201
148
|
die("Interrupting...", exit_code=3)
|
|
202
149
|
|
|
203
150
|
|
|
151
|
+
def configure_certificate_for_controller(parsed_args: Namespace) -> None:
|
|
152
|
+
# Configure the CLI's Cert singleton.
|
|
153
|
+
certs.cli_cert = certs.default_load(parsed_args.controller)
|
|
154
|
+
|
|
155
|
+
try:
|
|
156
|
+
# check_version doesn't require credentials, so we can use it to verify the certificate.
|
|
157
|
+
check_version(parsed_args)
|
|
158
|
+
except SSLError:
|
|
159
|
+
# An SSLError usually means that we queried a controller over HTTPS and got an
|
|
160
|
+
# untrusted cert, so allow the user to store and trust the current cert. (It
|
|
161
|
+
# could also mean that we tried to talk HTTPS on the HTTP port, but distinguishing
|
|
162
|
+
# that based on the exception is annoying, and we'll figure that out in the next
|
|
163
|
+
# step anyway.)
|
|
164
|
+
addr = api.parse_master_address(parsed_args.controller)
|
|
165
|
+
check_not_none(addr.hostname)
|
|
166
|
+
check_not_none(addr.port)
|
|
167
|
+
try:
|
|
168
|
+
ctx = SSL.Context(SSL.TLSv1_2_METHOD)
|
|
169
|
+
conn = SSL.Connection(ctx, socket.socket())
|
|
170
|
+
conn.set_tlsext_host_name(cast(str, addr.hostname).encode())
|
|
171
|
+
conn.connect(cast(Sequence[Union[str, int]], (addr.hostname, addr.port)))
|
|
172
|
+
conn.do_handshake()
|
|
173
|
+
peer_cert_chain = conn.get_peer_cert_chain()
|
|
174
|
+
if peer_cert_chain is None or len(peer_cert_chain) == 0:
|
|
175
|
+
# Peer presented no cert. It seems unlikely that this is possible after
|
|
176
|
+
# do_handshake() succeeded, but checking for None makes mypy happy.
|
|
177
|
+
raise crypto.Error()
|
|
178
|
+
cert_pem_data = [
|
|
179
|
+
crypto.dump_certificate(crypto.FILETYPE_PEM, cert).decode()
|
|
180
|
+
for cert in peer_cert_chain
|
|
181
|
+
]
|
|
182
|
+
except crypto.Error:
|
|
183
|
+
die(
|
|
184
|
+
"Tried to connect over HTTPS but couldn't get a certificate from the "
|
|
185
|
+
"controller; consider using HTTP"
|
|
186
|
+
)
|
|
187
|
+
|
|
188
|
+
# Compute the fingerprint of the certificate; this is the same as the output of
|
|
189
|
+
# `openssl x509 -fingerprint -sha256 -inform pem -noout -in <cert>`.
|
|
190
|
+
cert_hash = hashlib.sha256(ssl.PEM_cert_to_DER_cert(cert_pem_data[0])).hexdigest()
|
|
191
|
+
cert_fingerprint = ":".join(chunks(cert_hash, 2))
|
|
192
|
+
|
|
193
|
+
if not render.yes_or_no(
|
|
194
|
+
"The controller sent an untrusted certificate chain with this SHA256 "
|
|
195
|
+
"fingerprint:\n"
|
|
196
|
+
"{}\nDo you want to trust this certificate from now on?".format(cert_fingerprint)
|
|
197
|
+
):
|
|
198
|
+
die("Unable to verify controller certificate")
|
|
199
|
+
|
|
200
|
+
joined_certs = "".join(cert_pem_data)
|
|
201
|
+
certs.CertStore(certs.default_store()).set_cert(parsed_args.controller, joined_certs)
|
|
202
|
+
# Reconfigure the CLI's Cert singleton, but preserve the certificate name.
|
|
203
|
+
old_cert_name = certs.cli_cert.name
|
|
204
|
+
certs.cli_cert = certs.Cert(cert_pem=joined_certs, name=old_cert_name)
|
|
205
|
+
|
|
206
|
+
try:
|
|
207
|
+
# let's try that again now that we have reconfigured with the certificate
|
|
208
|
+
# information supplied by the controller.
|
|
209
|
+
check_version(parsed_args)
|
|
210
|
+
except SSLError:
|
|
211
|
+
die("Failed to verify the controller certificate")
|
|
212
|
+
|
|
213
|
+
|
|
204
214
|
def extract_message(e: ApiException) -> Optional[str]:
|
|
205
215
|
decoder = json.JSONDecoder()
|
|
206
216
|
try:
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 0.2.4-
|
|
10
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
11
11
|
Contact: community@determined-ai
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -389,7 +389,7 @@ conf = aiolirest.Configuration(
|
|
|
389
389
|
return "Python SDK Debug Report:\n"\
|
|
390
390
|
"OS: {env}\n"\
|
|
391
391
|
"Python Version: {pyversion}\n"\
|
|
392
|
-
"Version of the API: 0.2.4-
|
|
392
|
+
"Version of the API: 0.2.4-dev12\n"\
|
|
393
393
|
"SDK Package Version: 1.0.0".\
|
|
394
394
|
format(env=sys.platform, pyversion=sys.version)
|
|
395
395
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 0.2.4-
|
|
9
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
10
10
|
Contact: community@determined-ai
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/deployment_model_version.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{aioli_sdk-0.2.4.dev11 → aioli_sdk-0.2.4.dev12}/aiolirest/models/trained_model_registry_request.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
HPE MLIS is *Aioli* -- The AI On-line Inference Platform that enables easy deployment, tracking, and serving of your packaged models regardless of your preferred AI framework.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.2.4-
|
|
8
|
+
The version of the OpenAPI document: 0.2.4-dev12
|
|
9
9
|
Contact: community@determined-ai
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
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
|