ic-code 1.0.2__tar.gz → 1.0.3__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.2/src/ic_code.egg-info → ic_code-1.0.3}/PKG-INFO +1 -1
- {ic_code-1.0.2 → ic_code-1.0.3}/pyproject.toml +1 -1
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/manager.py +14 -35
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/secrets.py +2 -2
- {ic_code-1.0.2 → ic_code-1.0.3/src/ic_code.egg-info}/PKG-INFO +1 -1
- {ic_code-1.0.2 → ic_code-1.0.3}/CHANGELOG.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/LICENSE +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/MANIFEST.in +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/README.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/SECURITY.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/cloudfront/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/cloudfront/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/codepipeline/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/codepipeline/build.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/codepipeline/deploy.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ec2/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ec2/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ec2/list_tags.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ec2/tag_check.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ecs/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ecs/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ecs/service.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/ecs/task.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/eks/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/eks/addons.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/eks/fargate.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/eks/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/eks/nodes.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/eks/pods.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/eks/update_config.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/fargate/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/fargate/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/lb/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/lb/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/lb/list_tags.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/lb/tag_check.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/msk/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/msk/broker.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/msk/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/nat/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/nat/list_tags.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/nat/tag_check.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/profile/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/profile/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/rds/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/rds/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/rds/list_tags.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/rds/tag_check.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/s3/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/s3/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/s3/list_tags.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/s3/tag_check.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/sg/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/sg/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/vpc/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/vpc/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/vpc/list_tags.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/vpc/tag_check.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/vpn/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/aws/vpn/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/aci/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/aks/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/lb/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/nsg/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/storage/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/vm/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/azure_module/vnet/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/cf/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/cf/dns/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/cf/dns/list_info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/azure_utils.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/gather_env.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/gcp_config_validator.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/gcp_monitoring.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/gcp_utils.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/log.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/slack.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/common/utils.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/config/default.yaml +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/config/secrets.yaml.example +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/PYPI_DEPLOYMENT.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/README.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/aws/AWS_IMPLEMENTATION_SUMMARY.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/aws/README.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/aws/aws_cli_prd.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/config_migration.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/configuration.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/deployment.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/final_validation_report.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/gcp/GCP_CONFIGURATION_GUIDE.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/gcp/GCP_SECURITY_BEST_PRACTICES.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/installation.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/mcp_integration.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/migration.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/migration_guide.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/migration_history.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/security.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/troubleshooting.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/docs/user_guide.md +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/billing/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/billing/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/compute/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/compute/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/firewall/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/firewall/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/functions/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/functions/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/gke/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/gke/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/lb/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/lb/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/run/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/run/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/sql/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/sql/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/storage/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/storage/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/vpc/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/gcp/vpc/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/mcp/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/mcp/gcp_connector.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/common/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/common/utils.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/compartment/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/compartment/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/cost/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/cost/credit.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/cost/usage.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/info/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/info/oci_info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/lb/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/lb/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/nsg/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/nsg/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/obj/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/obj/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/policy/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/policy/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/policy/search.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/vcn/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/vcn/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/vm/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/vm/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/volume/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/oci_module/volume/info.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/requirements.txt +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/bump-version.sh +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/cf_edge_nsg_make/cf_edge_nsg_make.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/deploy.sh +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/final_validation_and_documentation.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/migration_execution_and_validation.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/oracle-policy/user_policy.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/performance_optimization.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/setup_venv.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/unset_env.sh +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/scripts/validate_config.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/setup.cfg +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/setup.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/cli.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/commands/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/commands/config.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/compat/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/compat/cli.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/compat/common.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/cleanup.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/docs_organizer.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/external.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/installer.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/migration.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/schema.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/config/security.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/core/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/core/logging.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/core/mcp_manager.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/core/session.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic/core/silence_logging.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic_code.egg-info/SOURCES.txt +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic_code.egg-info/dependency_links.txt +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic_code.egg-info/entry_points.txt +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic_code.egg-info/requires.txt +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/src/ic_code.egg-info/top_level.txt +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/ssh/__init__.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/ssh/auto_ssh.py +0 -0
- {ic_code-1.0.2 → ic_code-1.0.3}/ssh/server_info.py +0 -0
|
@@ -117,10 +117,17 @@ class ConfigManager:
|
|
|
117
117
|
if system_config.exists():
|
|
118
118
|
paths.append(system_config)
|
|
119
119
|
|
|
120
|
-
# User configuration
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
120
|
+
# User configuration - check for both default.yaml and config.yaml
|
|
121
|
+
user_config_dir = Path.home() / ".ic" / "config"
|
|
122
|
+
user_configs = [
|
|
123
|
+
user_config_dir / "default.yaml",
|
|
124
|
+
user_config_dir / "config.yaml",
|
|
125
|
+
Path.home() / ".ic" / "config.yaml" # Legacy single file location
|
|
126
|
+
]
|
|
127
|
+
for user_config in user_configs:
|
|
128
|
+
if user_config.exists():
|
|
129
|
+
paths.append(user_config)
|
|
130
|
+
break
|
|
124
131
|
|
|
125
132
|
# Project configuration
|
|
126
133
|
project_configs = [
|
|
@@ -160,9 +167,9 @@ class ConfigManager:
|
|
|
160
167
|
|
|
161
168
|
# Priority system: check default.yaml first, then secrets.yaml
|
|
162
169
|
config_sources = [
|
|
163
|
-
Path(".ic/config/default.yaml"
|
|
170
|
+
Path.home() / ".ic" / "config" / "default.yaml",
|
|
164
171
|
Path("config/default.yaml"),
|
|
165
|
-
Path(".ic/config/secrets.yaml"
|
|
172
|
+
Path.home() / ".ic" / "config" / "secrets.yaml",
|
|
166
173
|
Path("config/secrets.yaml")
|
|
167
174
|
]
|
|
168
175
|
|
|
@@ -1068,35 +1075,7 @@ class ConfigManager:
|
|
|
1068
1075
|
|
|
1069
1076
|
return ssh_config
|
|
1070
1077
|
|
|
1071
|
-
|
|
1072
|
-
"""Load CloudFlare configuration if exists"""
|
|
1073
|
-
cf_config = {}
|
|
1074
|
-
|
|
1075
|
-
# Check for CloudFlare config in various locations
|
|
1076
|
-
possible_paths = [
|
|
1077
|
-
Path.home() / ".cloudflare" / "config",
|
|
1078
|
-
Path.home() / ".cloudflare" / "config.yaml",
|
|
1079
|
-
Path("config") / "cloudflare.yaml"
|
|
1080
|
-
]
|
|
1081
|
-
|
|
1082
|
-
for cf_path in possible_paths:
|
|
1083
|
-
if cf_path.exists():
|
|
1084
|
-
try:
|
|
1085
|
-
if cf_path.suffix.lower() in ['.yaml', '.yml']:
|
|
1086
|
-
cf_config = self._load_config_file(cf_path)
|
|
1087
|
-
else:
|
|
1088
|
-
# Try to parse as simple key=value format
|
|
1089
|
-
with open(cf_path, 'r') as f:
|
|
1090
|
-
for line in f:
|
|
1091
|
-
line = line.strip()
|
|
1092
|
-
if '=' in line and not line.startswith('#'):
|
|
1093
|
-
key, value = line.split('=', 1)
|
|
1094
|
-
cf_config[key.strip()] = value.strip()
|
|
1095
|
-
break
|
|
1096
|
-
except Exception as e:
|
|
1097
|
-
logger.warning(f"Failed to load CloudFlare config from {cf_path}: {e}")
|
|
1098
|
-
|
|
1099
|
-
return cf_config
|
|
1078
|
+
|
|
1100
1079
|
|
|
1101
1080
|
def migrate_from_env(self, env_file_path: str = ".env", force: bool = False) -> bool:
|
|
1102
1081
|
"""
|
|
@@ -60,8 +60,8 @@ class SecretsManager:
|
|
|
60
60
|
|
|
61
61
|
# Try to load from secrets.yaml file with new path structure
|
|
62
62
|
secrets_paths = [
|
|
63
|
-
Path("
|
|
64
|
-
|
|
63
|
+
Path.home() / ".ic" / "config" / "secrets.yaml", # New preferred location
|
|
64
|
+
Path("config/secrets.yaml") # Legacy location for backward compatibility
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
secrets = {}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|