kaqing 2.0.25__tar.gz → 2.0.26__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 kaqing might be problematic. Click here for more details.
- {kaqing-2.0.25 → kaqing-2.0.26}/PKG-INFO +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/deploy.py +2 -2
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/deploy_frontend.py +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/deploy_pg_agent.py +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/deploy_pod.py +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/undeploy.py +2 -2
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/undeploy_frontend.py +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/undeploy_pg_agent.py +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/undeploy_pod.py +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/pods.py +16 -14
- kaqing-2.0.26/adam/version.py +5 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/kaqing.egg-info/PKG-INFO +1 -1
- {kaqing-2.0.25 → kaqing-2.0.26}/setup.py +1 -1
- kaqing-2.0.25/adam/version.py +0 -5
- {kaqing-2.0.25 → kaqing-2.0.26}/README +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/app_session.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/apps.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/batch.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/check.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/check_context.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/check_result.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/check_utils.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/compactionstats.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/cpu.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/disk.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/gossip.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/issue.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/memory.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/checks/status.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/cli.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/cli_group.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/column.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/columns.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/compactions.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/cpu.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/dir_data.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/dir_snapshots.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/gossip.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/host_id.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/memory.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/node_address.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/node_load.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/node_owns.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/node_status.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/node_tokens.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/node_utils.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/pod_name.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/volume_cassandra.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/columns/volume_root.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/app.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/app_ping.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/bash.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/cd.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/check.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/cli_commands.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/command.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/command_helpers.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/commands_utils.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/cp.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/cql_utils.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/cqlsh.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/code_start.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/code_stop.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/code_utils.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/deploy/deploy_utils.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/devices.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/exit.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/help.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/issues.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/login.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/logs.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/ls.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/medusa/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/medusa/medusa.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/medusa/medusa_backup.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/medusa/medusa_restore.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/medusa/medusa_show_backupjobs.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/medusa/medusa_show_restorejobs.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/nodetool.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/nodetool_commands.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/param_get.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/param_set.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/postgres/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/postgres/postgres.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/postgres/postgres_ls.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/postgres/postgres_preview.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/postgres/postgres_session.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/preview_table.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/pwd.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_forward.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_forward_stop.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_restart.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_run_abort.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_runs.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_runs_abort.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_schedule_activate.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_schedule_start.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_schedule_stop.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_schedules.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_session.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/reaper/reaper_status.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/repair/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/repair/repair.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/repair/repair_log.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/repair/repair_run.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/repair/repair_scan.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/repair/repair_stop.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/report.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/restart.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/rollout.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/shell.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_adam.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_app_actions.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_app_id.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_app_queues.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_cassandra_status.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_cassandra_version.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_commands.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_login.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_params.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_processes.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_repairs.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/show/show_storage.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/commands/watch.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/config.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/embedded_apps.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/embedded_params.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/cassandra_clusters.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/cassandra_nodes.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/config_maps.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/custom_resources.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/deployment.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/ingresses.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/jobs.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/kube_context.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/secrets.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/service_accounts.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/services.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/statefulsets.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/k8s_utils/volumes.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/log.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/pod_exec_result.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/repl.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/repl_commands.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/repl_session.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/repl_state.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/__init__.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/authenticator.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/authn_ad.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/authn_okta.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/cred_cache.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/id_token.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/idp.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/idp_login.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/idp_session.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/sso/sso_config.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/adam/utils.py +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/kaqing.egg-info/SOURCES.txt +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/kaqing.egg-info/dependency_links.txt +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/kaqing.egg-info/entry_points.txt +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/kaqing.egg-info/top_level.txt +0 -0
- {kaqing-2.0.25 → kaqing-2.0.26}/setup.cfg +0 -0
|
@@ -30,7 +30,7 @@ class Deploy(Command):
|
|
|
30
30
|
state, args = self.apply_state(args, state)
|
|
31
31
|
|
|
32
32
|
if state.in_repl:
|
|
33
|
-
log(lines_to_tabular([c.help(ReplState()) for c in Deploy.cmd_list()], separator='
|
|
33
|
+
log(lines_to_tabular([c.help(ReplState()) for c in Deploy.cmd_list()], separator='\t'))
|
|
34
34
|
|
|
35
35
|
return 'command-missing'
|
|
36
36
|
else:
|
|
@@ -58,4 +58,4 @@ class DeployCommandHelper(click.Command):
|
|
|
58
58
|
log()
|
|
59
59
|
log('Sub-Commands:')
|
|
60
60
|
|
|
61
|
-
log(lines_to_tabular([c.help(ReplState()).replace(f'{Deploy.COMMAND} ', ' ', 1) for c in Deploy.cmd_list()], separator='
|
|
61
|
+
log(lines_to_tabular([c.help(ReplState()).replace(f'{Deploy.COMMAND} ', ' ', 1) for c in Deploy.cmd_list()], separator='\t'))
|
|
@@ -30,7 +30,7 @@ class Undeploy(Command):
|
|
|
30
30
|
state, args = self.apply_state(args, state)
|
|
31
31
|
|
|
32
32
|
if state.in_repl:
|
|
33
|
-
log(lines_to_tabular([c.help(ReplState()) for c in Undeploy.cmd_list()], separator='
|
|
33
|
+
log(lines_to_tabular([c.help(ReplState()) for c in Undeploy.cmd_list()], separator='\t'))
|
|
34
34
|
|
|
35
35
|
return 'command-missing'
|
|
36
36
|
else:
|
|
@@ -58,4 +58,4 @@ class UndeployCommandHelper(click.Command):
|
|
|
58
58
|
log()
|
|
59
59
|
log('Sub-Commands:')
|
|
60
60
|
|
|
61
|
-
log(lines_to_tabular([c.help(ReplState()).replace(f'{Undeploy.COMMAND} ', ' ', 1) for c in Undeploy.cmd_list()], separator='
|
|
61
|
+
log(lines_to_tabular([c.help(ReplState()).replace(f'{Undeploy.COMMAND} ', ' ', 1) for c in Undeploy.cmd_list()], separator='\t'))
|
|
@@ -236,27 +236,29 @@ class Pods:
|
|
|
236
236
|
def wait_for_running(namespace: str, pod_name: str, msg: str=None, label_selector: str = None):
|
|
237
237
|
msged = False
|
|
238
238
|
|
|
239
|
-
cnt =
|
|
240
|
-
while (Pods.get_with_selector(namespace, label_selector) if label_selector else Pods.get(namespace, pod_name)).status.phase != 'Running':
|
|
241
|
-
if not
|
|
242
|
-
|
|
243
|
-
msg = f'Waiting for the {pod_name} pod to start up.'
|
|
244
|
-
log2(msg, nl=False)
|
|
245
|
-
msged = True
|
|
246
|
-
time.sleep(1)
|
|
239
|
+
cnt = 2
|
|
240
|
+
while (cnt < 302 and Pods.get_with_selector(namespace, label_selector) if label_selector else Pods.get(namespace, pod_name)).status.phase != 'Running':
|
|
241
|
+
if not msg:
|
|
242
|
+
msg = f'Waiting for the {pod_name} pod to start up.'
|
|
247
243
|
|
|
248
|
-
|
|
244
|
+
max_len = len(msg) + 3
|
|
249
245
|
mod = cnt % 3
|
|
246
|
+
padded = ''
|
|
250
247
|
if mod == 0:
|
|
251
|
-
|
|
248
|
+
padded = f'\r{msg}'.ljust(max_len)
|
|
252
249
|
elif mod == 1:
|
|
253
|
-
|
|
250
|
+
padded = f'\r{msg}.'.ljust(max_len)
|
|
254
251
|
else:
|
|
255
|
-
|
|
252
|
+
padded = f'\r{msg}..'.ljust(max_len)
|
|
253
|
+
log2(padded, nl=False)
|
|
256
254
|
cnt += 1
|
|
255
|
+
time.sleep(1)
|
|
257
256
|
|
|
258
|
-
log2(f'\r{msg}..'.ljust(
|
|
259
|
-
|
|
257
|
+
log2(f'\r{msg}..'.ljust(max_len), nl=False)
|
|
258
|
+
if cnt < 300:
|
|
259
|
+
log2(' OK')
|
|
260
|
+
else:
|
|
261
|
+
log2(' Timed Out')
|
|
260
262
|
|
|
261
263
|
def completed(namespace: str, pod_name: str):
|
|
262
264
|
return Pods.get(namespace, pod_name).status.phase in ['Succeeded', 'Failed']
|
kaqing-2.0.25/adam/version.py
DELETED
|
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
|
|
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
|
|
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
|