ic-code 1.0.5__tar.gz → 1.0.7__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.
- {ic_code-1.0.5/src/ic_code.egg-info → ic_code-1.0.7}/PKG-INFO +1 -1
- {ic_code-1.0.5 → ic_code-1.0.7}/pyproject.toml +1 -1
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/commands/config.py +9 -9
- {ic_code-1.0.5 → ic_code-1.0.7/src/ic_code.egg-info}/PKG-INFO +1 -1
- {ic_code-1.0.5 → ic_code-1.0.7}/CHANGELOG.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/LICENSE +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/MANIFEST.in +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/README.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/SECURITY.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/cloudfront/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/cloudfront/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/codepipeline/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/codepipeline/build.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/codepipeline/deploy.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ec2/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ec2/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ec2/list_tags.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ec2/tag_check.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ecs/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ecs/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ecs/service.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/ecs/task.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/eks/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/eks/addons.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/eks/fargate.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/eks/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/eks/nodes.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/eks/pods.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/eks/update_config.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/fargate/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/fargate/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/lb/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/lb/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/lb/list_tags.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/lb/tag_check.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/msk/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/msk/broker.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/msk/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/nat/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/nat/list_tags.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/nat/tag_check.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/profile/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/profile/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/rds/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/rds/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/rds/list_tags.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/rds/tag_check.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/s3/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/s3/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/s3/list_tags.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/s3/tag_check.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/sg/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/sg/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/vpc/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/vpc/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/vpc/list_tags.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/vpc/tag_check.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/vpn/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/aws/vpn/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/aci/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/aks/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/lb/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/nsg/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/storage/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/vm/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/azure_module/vnet/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/cf/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/cf/dns/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/cf/dns/list_info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/azure_utils.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/gather_env.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/gcp_config_validator.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/gcp_monitoring.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/gcp_utils.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/log.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/progress_decorator.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/slack.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/common/utils.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/PYPI_DEPLOYMENT.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/README.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/aws/AWS_IMPLEMENTATION_SUMMARY.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/aws/README.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/aws/aws_cli_prd.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/config_migration.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/configuration.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/dependency_management.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/deployment.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/final_validation_report.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/gcp/GCP_CONFIGURATION_GUIDE.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/gcp/GCP_SECURITY_BEST_PRACTICES.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/installation.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/mcp_integration.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/migration.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/migration_guide.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/migration_history.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/security.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/troubleshooting.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/docs/user_guide.md +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/billing/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/billing/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/compute/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/compute/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/firewall/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/firewall/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/functions/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/functions/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/gke/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/gke/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/lb/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/lb/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/run/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/run/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/sql/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/sql/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/storage/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/storage/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/vpc/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/gcp/vpc/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/mcp/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/mcp/gcp_connector.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/common/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/common/utils.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/compartment/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/compartment/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/cost/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/cost/credit.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/cost/usage.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/info/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/info/oci_info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/lb/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/lb/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/nsg/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/nsg/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/obj/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/obj/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/policy/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/policy/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/policy/search.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/vcn/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/vcn/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/vm/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/vm/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/volume/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/oci_module/volume/info.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/requirements.txt +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/bump-version.sh +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/cf_edge_nsg_make/cf_edge_nsg_make.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/deploy.sh +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/final_validation_and_documentation.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/migration_execution_and_validation.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/oracle-policy/user_policy.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/performance_optimization.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/setup_venv.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/unset_env.sh +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/validate_config.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/scripts/validate_dependencies.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/setup.cfg +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/setup.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/cli.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/commands/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/compat/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/compat/cli.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/compat/common.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/cleanup.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/docs_organizer.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/external.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/installer.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/manager.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/migration.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/schema.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/secrets.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/config/security.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/core/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/core/dependency_validator.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/core/logging.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/core/mcp_manager.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/core/session.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic/core/silence_logging.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic_code.egg-info/SOURCES.txt +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic_code.egg-info/dependency_links.txt +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic_code.egg-info/entry_points.txt +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic_code.egg-info/requires.txt +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/src/ic_code.egg-info/top_level.txt +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/ssh/__init__.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/ssh/auto_ssh.py +0 -0
- {ic_code-1.0.5 → ic_code-1.0.7}/ssh/server_info.py +0 -0
|
@@ -1116,7 +1116,7 @@ class ConfigCommands:
|
|
|
1116
1116
|
}
|
|
1117
1117
|
|
|
1118
1118
|
secrets_example["aws"] = {
|
|
1119
|
-
"accounts": ["
|
|
1119
|
+
"accounts": ["00000000000"],
|
|
1120
1120
|
"regions": ["ap-northeast-2"]
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
@@ -1190,11 +1190,11 @@ class ConfigCommands:
|
|
|
1190
1190
|
}
|
|
1191
1191
|
|
|
1192
1192
|
secrets_example["cloudflare"] = {
|
|
1193
|
-
"email": "
|
|
1194
|
-
"api_token": "
|
|
1195
|
-
"zone_id": "
|
|
1196
|
-
"cloudflare_accounts": "
|
|
1197
|
-
"cloudflare_zones": "
|
|
1193
|
+
"email": "",
|
|
1194
|
+
"api_token": "",
|
|
1195
|
+
"zone_id": "",
|
|
1196
|
+
"cloudflare_accounts": "",
|
|
1197
|
+
"cloudflare_zones": ""
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
1200
|
if template in ["ssh", "multi-cloud", "full"]:
|
|
@@ -1216,9 +1216,9 @@ class ConfigCommands:
|
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
1218
|
secrets_example["ssh"] = {
|
|
1219
|
-
"key_dir": "
|
|
1219
|
+
"key_dir": "~/.ssh",
|
|
1220
1220
|
"skip_prefixes": [
|
|
1221
|
-
"git", "
|
|
1221
|
+
"git", "prod"
|
|
1222
1222
|
]
|
|
1223
1223
|
}
|
|
1224
1224
|
|
|
@@ -1254,7 +1254,7 @@ class ConfigCommands:
|
|
|
1254
1254
|
}
|
|
1255
1255
|
|
|
1256
1256
|
secrets_example["slack"] = {
|
|
1257
|
-
"webhook_url": "https://hooks.slack.com/services/
|
|
1257
|
+
"webhook_url": "https://hooks.slack.com/services/web-hook"
|
|
1258
1258
|
}
|
|
1259
1259
|
|
|
1260
1260
|
# Add other configuration section
|
|
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
|
|
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
|