masterchief 2.2.0__tar.gz → 2.2.2__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.
- {masterchief-2.2.0/masterchief.egg-info → masterchief-2.2.2}/PKG-INFO +1 -1
- masterchief-2.2.2/about.html +544 -0
- masterchief-2.2.2/addon_page_debug.html +0 -0
- masterchief-2.2.2/addon_page_new.html +0 -0
- masterchief-2.2.2/app_management.py +236 -0
- masterchief-2.2.2/arm_creator.html +761 -0
- masterchief-2.2.2/auth_config.py +80 -0
- masterchief-2.2.2/auth_module.py +389 -0
- masterchief-2.2.2/azure_integration.py +300 -0
- masterchief-2.2.2/caf - backup.html +4497 -0
- masterchief-2.2.2/caf.html +4497 -0
- masterchief-2.2.2/caf_generator.html +4501 -0
- masterchief-2.2.2/cloud_dashboard.html +709 -0
- masterchief-2.2.2/config.yml +166 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/cli/main.py +22 -14
- masterchief-2.2.2/core/cli_commands_code.py +255 -0
- masterchief-2.2.2/core/cli_commands_dashboard.py +103 -0
- masterchief-2.2.2/core/cli_commands_health.py +141 -0
- masterchief-2.2.2/core/cli_commands_scripts.py +344 -0
- masterchief-2.2.2/core/config_engine/engine.py +157 -0
- masterchief-2.2.2/core/event_bus_bus.py +174 -0
- masterchief-2.2.2/core/module_loader_loader.py +213 -0
- masterchief-2.2.2/echo_chat_page.html +1243 -0
- masterchief-2.2.2/echo_chat_page_after.html +1220 -0
- masterchief-2.2.2/echo_chat_page_latest.html +1219 -0
- masterchief-2.2.2/echo_memory.html +701 -0
- masterchief-2.2.2/echo_train_page.html +174 -0
- masterchief-2.2.2/gallery.html +801 -0
- masterchief-2.2.2/github_integration.py +494 -0
- masterchief-2.2.2/image_worker.py +237 -0
- masterchief-2.2.2/load_response.html +0 -0
- masterchief-2.2.2/main.py +18349 -0
- masterchief-2.2.2/marketplace.html +1146 -0
- {masterchief-2.2.0 → masterchief-2.2.2/masterchief.egg-info}/PKG-INFO +1 -1
- {masterchief-2.2.0 → masterchief-2.2.2}/masterchief.egg-info/SOURCES.txt +45 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/masterchief.egg-info/top_level.txt +8 -0
- masterchief-2.2.2/notifications.html +774 -0
- masterchief-2.2.2/pipelines.html +1106 -0
- masterchief-2.2.2/rbac.html +820 -0
- masterchief-2.2.2/secrets_vault.html +3094 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/setup.py +34 -1
- masterchief-2.2.2/static/echo_chat.css +26 -0
- masterchief-2.2.2/static/echo_chat.js +130 -0
- masterchief-2.2.2/templates/__init__.py +0 -0
- masterchief-2.2.2/templates/base.py +167 -0
- masterchief-2.2.2/templates/diagnostics.py +1527 -0
- masterchief-2.2.2/templates/pages.py +1590 -0
- masterchief-2.2.2/templates/scm.py +328 -0
- masterchief-2.2.2/tf_wizard/__init__.py +0 -0
- masterchief-2.2.2/tools/__init__.py +0 -0
- masterchief-2.2.2/web_ide.html +1858 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/CHANGELOG.md +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/LICENSE +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/MANIFEST.in +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/README.md +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/ado/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/ado_addon.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/jamroom___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/jamroom_manager.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/ai_generator.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/manager.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/scheduler.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/backup/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/backup/mongodb.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/backup/mysql.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/backup/postgres.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/deployment/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/deployment/docker_deploy.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/deployment/k8s_deploy.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/maintenance/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/maintenance/log_rotation.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/monitoring/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/monitoring/disk_usage.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/monitoring/log_monitor.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/monitoring/service_health.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/security/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/security/audit_logs.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/templates/security/ssl_renew.sh.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/validator.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/scripts/voice_scripter.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/shoutcast___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/addons/shoutcast_manager.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/blueprints/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/blueprints/azure.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/blueprints/ide.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/blueprints/mock.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/blueprints/terraform.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc/bot-engine/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc/bot-engine/voice/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_bot.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_echo_commands.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_api.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_base.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_database.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_files.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_logs.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_metrics.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_streaming.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_ingestion_webhooks.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_announcements.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_action_executor.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_command_processor.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_conversation.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_feedback.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_intent_parser.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_response_builder.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_voice_automation.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_automation_wake_word.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_base.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_bot_example.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning___main__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning_base.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning_openvoice_cloner.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning_tortoise_cloner.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning_trainer.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning_voice_cloner.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning_voice_profile.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_cloning_xtts_cloner.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_player.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_recorder.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_stt.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_tts.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_bot-engine_voice_vad.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_data-ingestion___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_inspircd___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/chatops/irc_web-client___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/default.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/environments/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/environments/dev.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/environments/prod.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/environments/staging.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/global/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/config/global/config.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/api/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/api/interface.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/api___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/cli/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/cli/commands/__init__.py +0 -0
- /masterchief-2.2.0/core/cli_commands_code.py → /masterchief-2.2.2/core/cli/commands/code.py +0 -0
- /masterchief-2.2.0/core/cli_commands_dashboard.py → /masterchief-2.2.2/core/cli/commands/dashboard.py +0 -0
- /masterchief-2.2.0/core/cli_commands_health.py → /masterchief-2.2.2/core/cli/commands/health.py +0 -0
- /masterchief-2.2.0/core/cli_commands_scripts.py → /masterchief-2.2.2/core/cli/commands/scripts.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/cli___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/config/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/config/engine_engine.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/config/manager.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/config-engine/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/config_engine/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/echo/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/echo/identity.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/event-bus/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/event_bus/__init__.py +0 -0
- /masterchief-2.2.0/core/event_bus_bus.py → /masterchief-2.2.2/core/event_bus/bus.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/logging/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/logging/logger.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/logging___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/core/module_loader/__init__.py +0 -0
- /masterchief-2.2.0/core/module_loader_loader.py → /masterchief-2.2.2/core/module_loader/loader.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/accent_engine.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/chat_bot.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/conversation_storage.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/data/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/data/personality/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/data/personality/personaEcho.json +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/data/personality_train_echo_full_history.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/code/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/deploy/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/master_suite.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/monitor/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/operate/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/optimize/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/plan/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/release/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/secure/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/templates/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/templates/builtin/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/templates/custom/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/test/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite/voice.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite_demo.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite_examples.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite_templates___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/devops_suite_test_runner.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost/echoes.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost/memories.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost/omens.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost/presence.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost/weather.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost/whispers.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/ghost___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/llm_worker.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/personality_mod.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/runtime/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/runtime_model_runtime.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/scenario_bot.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/voices/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/voices/brooklyn.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/voices/irish.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/voices/swedish.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/echo/voices___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/configs/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/features/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/features/configs/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/features/handlers/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/features/static/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/features/templates/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/handlers/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/handlers/github_integration.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/handlers_auth_provider.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/handlers_azure_service_integration.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/handlers_ci_cd_pipeline.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/handlers_cloud_management.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/handlers_github_integration.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/manager.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/features/templates/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/gui/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/cloud.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/data/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/marketplace.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/memory.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/notification.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/pipeline.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/rbac.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/script.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/managers/vault.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/masterchief.egg-info/dependency_links.txt +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/masterchief.egg-info/entry_points.txt +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/masterchief.egg-info/requires.txt +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/models/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/inventory/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/inventory/azure_rm.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/playbooks/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/playbooks/site.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/playbooks/terraform-integration.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/defaults/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/defaults/main.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/manifest.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/meta/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/meta/main.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/tasks/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/common/tasks/main.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/defaults/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/defaults/main.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/handlers/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/handlers/main.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/tasks/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/tasks/main.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/templates/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/docker/templates/daemon.json.j2 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/security-hardening/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/security-hardening/tasks/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible/roles/security-hardening/tasks/main.yml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible_inventory___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible_playbooks___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/ansible_roles___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/installed/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes/helm-charts/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes/helm-charts/masterchief-app/Chart.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes/helm-charts/masterchief-app/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes/helm-charts/masterchief-app/values.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes/manifests/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes/manifests/namespace.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes_helm-charts___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes_kustomize___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/kubernetes_policies___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/powershell-dsc/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/powershell-dsc/configurations/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/powershell-dsc/scripts/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/powershell-dsc___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/powershell-dsc_configurations___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/powershell-dsc_resources___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/templates/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/templates/module.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/templates/terraform/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure/compute/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure/compute/aks.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure/networking/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure/networking/manifest.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure/networking/vnet.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-aks/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-aks/main.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-aks/module.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-aks/outputs.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-aks/variables.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-aks/versions.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-keyvault/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-keyvault/main.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-keyvault/module.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-keyvault/outputs.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-keyvault/variables.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-keyvault/versions.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-storage/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-storage/main.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-storage/module.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-storage/outputs.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-storage/variables.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-storage/versions.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-vnet/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-vnet/main.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-vnet/module.yaml +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-vnet/outputs.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-vnet/variables.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform/azure-vnet/versions.tf +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform_azure___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform_azure_compute___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform_azure_database___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform_azure_networking___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform_azure_security___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform_azure_storage___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/modules/terraform_azure_web-integration___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/observability/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/observability/alerts/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/observability/alerts___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/observability/dashboards/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/observability/dashboards___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/observability/logging___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/observability/slo___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/platform/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/platform/chat/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/platform/data/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/platform/data/api.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/plugins/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/plugins/enabled/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/plugins/enabled/hello_world/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/plugins/enabled/hello_world/templates/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/renderers/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/requirements.txt +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/resilience/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/resilience/backup___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/resilience/chaos___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/resilience/dr___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/routes/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/common/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/common/functions.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/date.ps1 +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/demo_echo.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/cicd/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/cicd/build-docker.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/cicd/run-tests.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/cicd/security-scan.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/database/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/database/backup-database.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/database/migrate-schema.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/deployment/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/deployment/blue-green-deploy.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/deployment/deploy-app.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/deployment/deploy-docker.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/deployment/deploy-kubernetes.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/deployment/rollback.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/infrastructure/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/infrastructure/provision-aks.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/infrastructure/provision-vm.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/monitoring/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/monitoring/check-health.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/monitoring/collect-metrics.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/security/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/security/rotate-secrets.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/security/scan-vulnerabilities.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/utils/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/utils/cleanup-resources.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/devops/utils/cost-analyzer.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/generate_echo_image.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/health.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/logs.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/python_masterchief.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/restart.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/start.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/status.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/scripts/stop.sh +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/security/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/security/compliance___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/security/policies___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/security/secrets___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/setup.cfg +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/setup_wizard/__init__.py +0 -0
- {masterchief-2.2.0/tf_wizard → masterchief-2.2.2/static}/__init__.py +0 -0
- {masterchief-2.2.0/tools → masterchief-2.2.2/static/media}/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tests/test_voice___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tests/test_voice_test_automation___init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tests/test_voice_test_automation_test_command_processor.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tests/test_voice_test_automation_test_conversation.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tests/test_voice_test_automation_test_intent_parser.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tests/test_voice_test_automation_test_response_builder.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tests/test_voice_test_automation_test_wake_word.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tf_wizard/app.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tf_wizard/generator.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tf_wizard/static/style.css +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tf_wizard/static/wizard.js +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tf_wizard/templates/index.html +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/tools/dataset_helper.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/utils/__init__.py +0 -0
- {masterchief-2.2.0 → masterchief-2.2.2}/utils/terraform.py +0 -0
|
@@ -0,0 +1,544 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>About - MasterChief DevOps Platform</title>
|
|
7
|
+
<style>
|
|
8
|
+
*{margin:0;padding:0;box-sizing:border-box;}
|
|
9
|
+
body{font-family:Arial,sans-serif;background:#1a1a1a;color:#e0e0e0;line-height:1.6;}
|
|
10
|
+
.container{max-width:1400px;margin:0 auto;padding:20px;}
|
|
11
|
+
header{background:#2d2d2d;padding:20px;margin-bottom:30px;border-bottom:3px solid #4CAF50;}
|
|
12
|
+
h1{color:#4CAF50;font-size:2.5em;margin-bottom:10px;}
|
|
13
|
+
.subtitle{color:#888;font-size:1.1em;}
|
|
14
|
+
nav{background:#252525;padding:15px;margin-bottom:30px;border-radius:8px;}
|
|
15
|
+
nav a{color:#4CAF50;text-decoration:none;margin-right:20px;padding:8px 15px;border-radius:5px;display:inline-block;transition:all 0.3s;}
|
|
16
|
+
nav a:hover,nav a.active{background:#4CAF50;color:#fff;}
|
|
17
|
+
.card{background:#2d2d2d;padding:25px;border-radius:10px;border-left:4px solid #4CAF50;box-shadow:0 4px 6px rgba(0,0,0,0.3);}
|
|
18
|
+
.card h3{color:#4CAF50;margin-bottom:15px;font-size:1.4em;}
|
|
19
|
+
.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:30px;}
|
|
20
|
+
.btn{background:#4CAF50;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;text-decoration:none;display:inline-block;margin:5px;transition:all 0.3s;}
|
|
21
|
+
.btn:hover{background:#45a049;transform:translateY(-2px);}
|
|
22
|
+
.status-badge{padding:5px 12px;border-radius:15px;font-size:0.85em;font-weight:bold;}
|
|
23
|
+
.progress-bar{background:#1a1a1a;height:20px;border-radius:10px;overflow:hidden;margin:10px 0;}
|
|
24
|
+
.progress-fill{background:linear-gradient(90deg,#4CAF50,#8BC34A);height:100%;transition:width 0.3s;}
|
|
25
|
+
|
|
26
|
+
/* About Page Specific Styles */
|
|
27
|
+
.hero-section {
|
|
28
|
+
background: linear-gradient(135deg, #2d2d2d 0%, #1a2e1a 100%);
|
|
29
|
+
padding: 50px 40px;
|
|
30
|
+
border-radius: 12px;
|
|
31
|
+
border-left: 5px solid #4CAF50;
|
|
32
|
+
margin-bottom: 30px;
|
|
33
|
+
text-align: center;
|
|
34
|
+
position: relative;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
}
|
|
37
|
+
.hero-section::before {
|
|
38
|
+
content: '';
|
|
39
|
+
position: absolute;
|
|
40
|
+
top: -50%;
|
|
41
|
+
left: -50%;
|
|
42
|
+
width: 200%;
|
|
43
|
+
height: 200%;
|
|
44
|
+
background: radial-gradient(circle at 30% 50%, rgba(76,175,80,0.05) 0%, transparent 50%);
|
|
45
|
+
pointer-events: none;
|
|
46
|
+
}
|
|
47
|
+
.hero-title {
|
|
48
|
+
font-size: 2.8em;
|
|
49
|
+
color: #4CAF50;
|
|
50
|
+
margin-bottom: 10px;
|
|
51
|
+
letter-spacing: 1px;
|
|
52
|
+
}
|
|
53
|
+
.hero-subtitle {
|
|
54
|
+
color: #aaa;
|
|
55
|
+
font-size: 1.25em;
|
|
56
|
+
margin-bottom: 20px;
|
|
57
|
+
}
|
|
58
|
+
.version-badge {
|
|
59
|
+
display: inline-block;
|
|
60
|
+
background: linear-gradient(135deg, #4CAF50, #45a049);
|
|
61
|
+
color: #fff;
|
|
62
|
+
padding: 6px 20px;
|
|
63
|
+
border-radius: 20px;
|
|
64
|
+
font-size: 0.95em;
|
|
65
|
+
font-weight: bold;
|
|
66
|
+
letter-spacing: 1px;
|
|
67
|
+
margin-bottom: 25px;
|
|
68
|
+
}
|
|
69
|
+
.hero-description {
|
|
70
|
+
max-width: 900px;
|
|
71
|
+
margin: 0 auto;
|
|
72
|
+
color: #ccc;
|
|
73
|
+
font-size: 1.05em;
|
|
74
|
+
line-height: 1.8;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.section-title {
|
|
78
|
+
color: #4CAF50;
|
|
79
|
+
font-size: 1.8em;
|
|
80
|
+
margin-bottom: 8px;
|
|
81
|
+
padding-bottom: 10px;
|
|
82
|
+
border-bottom: 2px solid #333;
|
|
83
|
+
}
|
|
84
|
+
.section-subtitle {
|
|
85
|
+
color: #888;
|
|
86
|
+
font-size: 1em;
|
|
87
|
+
margin-bottom: 25px;
|
|
88
|
+
}
|
|
89
|
+
.section-block {
|
|
90
|
+
margin-bottom: 40px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.feature-card {
|
|
94
|
+
background: #2d2d2d;
|
|
95
|
+
padding: 22px 25px;
|
|
96
|
+
border-radius: 10px;
|
|
97
|
+
border-left: 4px solid #4CAF50;
|
|
98
|
+
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
|
|
99
|
+
transition: transform 0.25s, box-shadow 0.25s;
|
|
100
|
+
}
|
|
101
|
+
.feature-card:hover {
|
|
102
|
+
transform: translateY(-3px);
|
|
103
|
+
box-shadow: 0 8px 16px rgba(0,0,0,0.4);
|
|
104
|
+
}
|
|
105
|
+
.feature-card h3 {
|
|
106
|
+
color: #4CAF50;
|
|
107
|
+
margin-bottom: 8px;
|
|
108
|
+
font-size: 1.15em;
|
|
109
|
+
}
|
|
110
|
+
.feature-card p {
|
|
111
|
+
color: #aaa;
|
|
112
|
+
font-size: 0.95em;
|
|
113
|
+
}
|
|
114
|
+
.feature-icon {
|
|
115
|
+
font-size: 1.6em;
|
|
116
|
+
margin-bottom: 10px;
|
|
117
|
+
display: block;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/* Roadmap / Coming Soon */
|
|
121
|
+
.roadmap-card {
|
|
122
|
+
background: #2d2d2d;
|
|
123
|
+
padding: 25px;
|
|
124
|
+
border-radius: 10px;
|
|
125
|
+
border-left: 4px solid #ff9800;
|
|
126
|
+
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
|
|
127
|
+
transition: transform 0.25s, box-shadow 0.25s;
|
|
128
|
+
position: relative;
|
|
129
|
+
}
|
|
130
|
+
.roadmap-card:hover {
|
|
131
|
+
transform: translateY(-3px);
|
|
132
|
+
box-shadow: 0 8px 16px rgba(0,0,0,0.4);
|
|
133
|
+
}
|
|
134
|
+
.roadmap-card h3 {
|
|
135
|
+
color: #ff9800;
|
|
136
|
+
margin-bottom: 8px;
|
|
137
|
+
font-size: 1.15em;
|
|
138
|
+
}
|
|
139
|
+
.roadmap-card p {
|
|
140
|
+
color: #aaa;
|
|
141
|
+
font-size: 0.95em;
|
|
142
|
+
margin-bottom: 12px;
|
|
143
|
+
}
|
|
144
|
+
.roadmap-badges {
|
|
145
|
+
display: flex;
|
|
146
|
+
gap: 10px;
|
|
147
|
+
flex-wrap: wrap;
|
|
148
|
+
align-items: center;
|
|
149
|
+
}
|
|
150
|
+
.badge-coming-soon {
|
|
151
|
+
background: rgba(255,152,0,0.15);
|
|
152
|
+
color: #ff9800;
|
|
153
|
+
padding: 4px 14px;
|
|
154
|
+
border-radius: 15px;
|
|
155
|
+
font-size: 0.8em;
|
|
156
|
+
font-weight: bold;
|
|
157
|
+
border: 1px solid rgba(255,152,0,0.3);
|
|
158
|
+
}
|
|
159
|
+
.badge-phase {
|
|
160
|
+
background: rgba(76,175,80,0.12);
|
|
161
|
+
color: #4CAF50;
|
|
162
|
+
padding: 4px 14px;
|
|
163
|
+
border-radius: 15px;
|
|
164
|
+
font-size: 0.8em;
|
|
165
|
+
font-weight: bold;
|
|
166
|
+
border: 1px solid rgba(76,175,80,0.25);
|
|
167
|
+
}
|
|
168
|
+
.phase-header {
|
|
169
|
+
color: #ff9800;
|
|
170
|
+
font-size: 1.15em;
|
|
171
|
+
margin-bottom: 15px;
|
|
172
|
+
margin-top: 10px;
|
|
173
|
+
padding: 8px 16px;
|
|
174
|
+
background: rgba(255,152,0,0.08);
|
|
175
|
+
border-radius: 6px;
|
|
176
|
+
display: inline-block;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/* Tech Stack */
|
|
180
|
+
.tech-card {
|
|
181
|
+
background: #2d2d2d;
|
|
182
|
+
padding: 25px;
|
|
183
|
+
border-radius: 10px;
|
|
184
|
+
border-left: 4px solid #4CAF50;
|
|
185
|
+
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
|
|
186
|
+
text-align: center;
|
|
187
|
+
transition: transform 0.25s, box-shadow 0.25s;
|
|
188
|
+
}
|
|
189
|
+
.tech-card:hover {
|
|
190
|
+
transform: translateY(-3px);
|
|
191
|
+
box-shadow: 0 8px 16px rgba(0,0,0,0.4);
|
|
192
|
+
}
|
|
193
|
+
.tech-card .tech-icon {
|
|
194
|
+
font-size: 2.2em;
|
|
195
|
+
margin-bottom: 12px;
|
|
196
|
+
display: block;
|
|
197
|
+
}
|
|
198
|
+
.tech-card h3 {
|
|
199
|
+
color: #4CAF50;
|
|
200
|
+
font-size: 1.1em;
|
|
201
|
+
margin-bottom: 5px;
|
|
202
|
+
}
|
|
203
|
+
.tech-card p {
|
|
204
|
+
color: #888;
|
|
205
|
+
font-size: 0.9em;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* Footer */
|
|
209
|
+
.about-footer {
|
|
210
|
+
text-align: center;
|
|
211
|
+
padding: 35px 20px;
|
|
212
|
+
margin-top: 40px;
|
|
213
|
+
background: #2d2d2d;
|
|
214
|
+
border-radius: 10px;
|
|
215
|
+
border-top: 3px solid #4CAF50;
|
|
216
|
+
}
|
|
217
|
+
.about-footer .footer-heart {
|
|
218
|
+
font-size: 1.15em;
|
|
219
|
+
color: #aaa;
|
|
220
|
+
margin-bottom: 8px;
|
|
221
|
+
}
|
|
222
|
+
.about-footer .footer-heart span {
|
|
223
|
+
color: #e74c3c;
|
|
224
|
+
}
|
|
225
|
+
.about-footer .footer-version {
|
|
226
|
+
color: #666;
|
|
227
|
+
font-size: 0.9em;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/* Grid for tech */
|
|
231
|
+
.tech-grid {
|
|
232
|
+
display: grid;
|
|
233
|
+
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
234
|
+
gap: 20px;
|
|
235
|
+
margin-bottom: 30px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/* Animations */
|
|
239
|
+
@keyframes fadeInUp {
|
|
240
|
+
from { opacity: 0; transform: translateY(25px); }
|
|
241
|
+
to { opacity: 1; transform: translateY(0); }
|
|
242
|
+
}
|
|
243
|
+
.animate-in {
|
|
244
|
+
animation: fadeInUp 0.5s ease forwards;
|
|
245
|
+
opacity: 0;
|
|
246
|
+
}
|
|
247
|
+
</style>
|
|
248
|
+
</head>
|
|
249
|
+
<body>
|
|
250
|
+
|
|
251
|
+
<header>
|
|
252
|
+
<div class="container">
|
|
253
|
+
<h1>MasterChief DevOps Platform</h1>
|
|
254
|
+
<p class="subtitle">Enterprise DevOps Automation — Command Center</p>
|
|
255
|
+
</div>
|
|
256
|
+
</header>
|
|
257
|
+
|
|
258
|
+
<div class="container">
|
|
259
|
+
<nav>
|
|
260
|
+
<a href="/">Dashboard</a>
|
|
261
|
+
<a href="/echo-chat">Echo Chat</a>
|
|
262
|
+
<a href="/scripts">Scripts</a>
|
|
263
|
+
<a href="/processes">Processes</a>
|
|
264
|
+
<a href="/services">Services</a>
|
|
265
|
+
<a href="/addons">Addons</a>
|
|
266
|
+
<a href="/echo-train">Training</a>
|
|
267
|
+
<a href="/pipelines">Pipelines</a>
|
|
268
|
+
<a href="/cloud">Cloud</a>
|
|
269
|
+
<a href="/secrets">Secrets</a>
|
|
270
|
+
<a href="/echo-memory">Memory</a>
|
|
271
|
+
<a href="/marketplace">Marketplace</a>
|
|
272
|
+
<a href="/notifications">Alerts</a>
|
|
273
|
+
<a href="/rbac">Access</a>
|
|
274
|
+
<a href="/about" class="active">About</a>
|
|
275
|
+
</nav>
|
|
276
|
+
|
|
277
|
+
<!-- 1. Hero / Identity Section -->
|
|
278
|
+
<div class="hero-section animate-in" style="animation-delay:0.1s;">
|
|
279
|
+
<div class="hero-title">MasterChief DevOps Platform</div>
|
|
280
|
+
<div class="hero-subtitle">Enterprise DevOps Automation — Built by Echo Starlite</div>
|
|
281
|
+
<div class="version-badge">v1.3.0</div>
|
|
282
|
+
<p class="hero-description">
|
|
283
|
+
A comprehensive enterprise DevOps automation platform featuring multi-cloud infrastructure,
|
|
284
|
+
AI-powered automation, real-time ChatOps, voice control, and a complete CI/CD pipeline orchestrator.
|
|
285
|
+
MasterChief brings together the full DevOps lifecycle — Plan, Code, Build, Test, Release,
|
|
286
|
+
Deploy, Operate, Monitor, Secure, Optimize — into one unified platform.
|
|
287
|
+
</p>
|
|
288
|
+
</div>
|
|
289
|
+
|
|
290
|
+
<!-- 2. Current Features -->
|
|
291
|
+
<div class="section-block">
|
|
292
|
+
<h2 class="section-title">Current Features</h2>
|
|
293
|
+
<p class="section-subtitle">Everything shipped and running in the platform today</p>
|
|
294
|
+
|
|
295
|
+
<div class="dashboard-grid">
|
|
296
|
+
<div class="feature-card animate-in" style="animation-delay:0.15s;">
|
|
297
|
+
<span class="feature-icon">🤖</span>
|
|
298
|
+
<h3>Echo AI Chat Bot</h3>
|
|
299
|
+
<p>Conversational AI assistant with training capabilities. Ask Echo anything about your infrastructure, automate tasks via chat, and fine-tune responses with your own datasets.</p>
|
|
300
|
+
</div>
|
|
301
|
+
<div class="feature-card animate-in" style="animation-delay:0.2s;">
|
|
302
|
+
<span class="feature-icon">⚙️</span>
|
|
303
|
+
<h3>DevOps Master Suite</h3>
|
|
304
|
+
<p>10 phases, 74+ capabilities across the full DevOps lifecycle. From planning and code analysis to monitoring and security scanning, every phase is covered.</p>
|
|
305
|
+
</div>
|
|
306
|
+
<div class="feature-card animate-in" style="animation-delay:0.25s;">
|
|
307
|
+
<span class="feature-icon">💻</span>
|
|
308
|
+
<h3>Web IDE</h3>
|
|
309
|
+
<p>Monaco-based code editor with Git integration. Edit files, browse repositories, and commit changes directly from the browser with syntax highlighting and IntelliSense.</p>
|
|
310
|
+
</div>
|
|
311
|
+
<div class="feature-card animate-in" style="animation-delay:0.3s;">
|
|
312
|
+
<span class="feature-icon">🚀</span>
|
|
313
|
+
<h3>Pipeline Orchestrator</h3>
|
|
314
|
+
<p>Visual drag-and-drop CI/CD pipeline builder. Design, configure, and execute multi-stage pipelines with parallel steps, approvals, and rollback strategies.</p>
|
|
315
|
+
</div>
|
|
316
|
+
<div class="feature-card animate-in" style="animation-delay:0.35s;">
|
|
317
|
+
<span class="feature-icon">☁️</span>
|
|
318
|
+
<h3>Multi-Cloud Dashboard</h3>
|
|
319
|
+
<p>Unified Azure, AWS, and GCP resource management. View compute, storage, networking, and cost metrics across all your cloud providers in one pane of glass.</p>
|
|
320
|
+
</div>
|
|
321
|
+
<div class="feature-card animate-in" style="animation-delay:0.4s;">
|
|
322
|
+
<span class="feature-icon">🔐</span>
|
|
323
|
+
<h3>Secrets Vault</h3>
|
|
324
|
+
<p>Encrypted secrets with version history and full audit trail. Store API keys, certificates, and credentials with role-based access and automatic rotation policies.</p>
|
|
325
|
+
</div>
|
|
326
|
+
<div class="feature-card animate-in" style="animation-delay:0.45s;">
|
|
327
|
+
<span class="feature-icon">🧠</span>
|
|
328
|
+
<h3>Echo Memory</h3>
|
|
329
|
+
<p>Long-term conversation context with semantic search. Echo remembers past interactions, learns from corrections, and builds institutional knowledge over time.</p>
|
|
330
|
+
</div>
|
|
331
|
+
<div class="feature-card animate-in" style="animation-delay:0.5s;">
|
|
332
|
+
<span class="feature-icon">🛒</span>
|
|
333
|
+
<h3>Plugin Marketplace</h3>
|
|
334
|
+
<p>Browse, install, and configure add-ons from the community marketplace. Extend MasterChief with custom integrations, themes, and workflow modules.</p>
|
|
335
|
+
</div>
|
|
336
|
+
<div class="feature-card animate-in" style="animation-delay:0.55s;">
|
|
337
|
+
<span class="feature-icon">🔔</span>
|
|
338
|
+
<h3>Notification System</h3>
|
|
339
|
+
<p>Multi-channel alerts across Slack, Teams, Discord, and Email. Configure thresholds, escalation chains, and quiet hours for every alert type.</p>
|
|
340
|
+
</div>
|
|
341
|
+
<div class="feature-card animate-in" style="animation-delay:0.6s;">
|
|
342
|
+
<span class="feature-icon">🛡️</span>
|
|
343
|
+
<h3>Access Control (RBAC)</h3>
|
|
344
|
+
<p>Role-based permissions and user management. Define custom roles, assign granular permissions, and enforce least-privilege access across all platform features.</p>
|
|
345
|
+
</div>
|
|
346
|
+
<div class="feature-card animate-in" style="animation-delay:0.65s;">
|
|
347
|
+
<span class="feature-icon">🏗️</span>
|
|
348
|
+
<h3>Terraform Wizard</h3>
|
|
349
|
+
<p>Infrastructure as Code generation and deployment. Step-by-step wizard for building Terraform configurations with validation, previews, and one-click apply.</p>
|
|
350
|
+
</div>
|
|
351
|
+
<div class="feature-card animate-in" style="animation-delay:0.7s;">
|
|
352
|
+
<span class="feature-icon">💬</span>
|
|
353
|
+
<h3>IRC ChatOps Engine</h3>
|
|
354
|
+
<p>Eggdrop-style bot with data ingestion. Run DevOps commands from IRC channels, ingest logs and metrics, and trigger automations via chat commands.</p>
|
|
355
|
+
</div>
|
|
356
|
+
<div class="feature-card animate-in" style="animation-delay:0.75s;">
|
|
357
|
+
<span class="feature-icon">🎤</span>
|
|
358
|
+
<h3>Voice Automation</h3>
|
|
359
|
+
<p>Wake words, speech-to-text, text-to-speech, and voice cloning. Control your infrastructure hands-free with natural voice commands and custom wake phrases.</p>
|
|
360
|
+
</div>
|
|
361
|
+
<div class="feature-card animate-in" style="animation-delay:0.8s;">
|
|
362
|
+
<span class="feature-icon">🎓</span>
|
|
363
|
+
<h3>Training System</h3>
|
|
364
|
+
<p>Dataset upload and model fine-tuning. Train Echo on your organization's documentation, runbooks, and domain knowledge to create a specialized DevOps assistant.</p>
|
|
365
|
+
</div>
|
|
366
|
+
</div>
|
|
367
|
+
</div>
|
|
368
|
+
|
|
369
|
+
<!-- 3. Coming Soon / Roadmap -->
|
|
370
|
+
<div class="section-block">
|
|
371
|
+
<h2 class="section-title">🚀 Coming Soon</h2>
|
|
372
|
+
<p class="section-subtitle">Enterprise features in active development</p>
|
|
373
|
+
|
|
374
|
+
<!-- Phase 1 -->
|
|
375
|
+
<div class="phase-header">Phase 1 — Foundation & Core Infrastructure</div>
|
|
376
|
+
<div class="dashboard-grid">
|
|
377
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.15s;">
|
|
378
|
+
<h3>Enterprise Terraform Wizard</h3>
|
|
379
|
+
<p>Hub-and-spoke landing zones, multi-subscription support, automated VNETs/subnets/NSGs/peering/firewall, fully configurable AKS with node pools and autoscaling.</p>
|
|
380
|
+
<div class="roadmap-badges">
|
|
381
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
382
|
+
<span class="badge-phase">Phase 1</span>
|
|
383
|
+
</div>
|
|
384
|
+
</div>
|
|
385
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.2s;">
|
|
386
|
+
<h3>Azure AD User Management</h3>
|
|
387
|
+
<p>Users and groups per RG/subscription, RBAC assignments, automated onboarding workflows, Key Vault integration for compliance.</p>
|
|
388
|
+
<div class="roadmap-badges">
|
|
389
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
390
|
+
<span class="badge-phase">Phase 1</span>
|
|
391
|
+
</div>
|
|
392
|
+
</div>
|
|
393
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.25s;">
|
|
394
|
+
<h3>Azure Site Recovery & DR</h3>
|
|
395
|
+
<p>Disaster recovery integration, environment cloning for dev/test/prod, automated failover configuration.</p>
|
|
396
|
+
<div class="roadmap-badges">
|
|
397
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
398
|
+
<span class="badge-phase">Phase 1</span>
|
|
399
|
+
</div>
|
|
400
|
+
</div>
|
|
401
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.3s;">
|
|
402
|
+
<h3>CIDR & Naming Validation</h3>
|
|
403
|
+
<p>Real-time CIDR overlap detection, naming conflict resolution, RBAC conflict checking, best-practice recommendations.</p>
|
|
404
|
+
<div class="roadmap-badges">
|
|
405
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
406
|
+
<span class="badge-phase">Phase 1</span>
|
|
407
|
+
</div>
|
|
408
|
+
</div>
|
|
409
|
+
</div>
|
|
410
|
+
|
|
411
|
+
<!-- Phase 2 -->
|
|
412
|
+
<div class="phase-header">Phase 2 — Visualization & CI/CD</div>
|
|
413
|
+
<div class="dashboard-grid">
|
|
414
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.35s;">
|
|
415
|
+
<h3>Dynamic Architecture Diagrams</h3>
|
|
416
|
+
<p>Auto-generated hub-and-spoke diagrams from Terraform outputs, SVG/PNG export, live preview in wizard UI.</p>
|
|
417
|
+
<div class="roadmap-badges">
|
|
418
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
419
|
+
<span class="badge-phase">Phase 2</span>
|
|
420
|
+
</div>
|
|
421
|
+
</div>
|
|
422
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.4s;">
|
|
423
|
+
<h3>CI/CD Pipeline Templates</h3>
|
|
424
|
+
<p>Azure DevOps and GitHub Actions YAML generation, plan-on-PR / apply-on-merge workflows, automated template export.</p>
|
|
425
|
+
<div class="roadmap-badges">
|
|
426
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
427
|
+
<span class="badge-phase">Phase 2</span>
|
|
428
|
+
</div>
|
|
429
|
+
</div>
|
|
430
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.45s;">
|
|
431
|
+
<h3>Versioned Template Management</h3>
|
|
432
|
+
<p>Save/edit/update Terraform configuration templates, version history with diff view, template library.</p>
|
|
433
|
+
<div class="roadmap-badges">
|
|
434
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
435
|
+
<span class="badge-phase">Phase 2</span>
|
|
436
|
+
</div>
|
|
437
|
+
</div>
|
|
438
|
+
</div>
|
|
439
|
+
|
|
440
|
+
<!-- Phase 3 -->
|
|
441
|
+
<div class="phase-header">Phase 3 — Extensibility & Multi-Cloud</div>
|
|
442
|
+
<div class="dashboard-grid">
|
|
443
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.5s;">
|
|
444
|
+
<h3>Akamai CDN & WAF</h3>
|
|
445
|
+
<p>CDN configuration, Web Application Firewall rules, edge security policies (toggleable module).</p>
|
|
446
|
+
<div class="roadmap-badges">
|
|
447
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
448
|
+
<span class="badge-phase">Phase 3</span>
|
|
449
|
+
</div>
|
|
450
|
+
</div>
|
|
451
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.55s;">
|
|
452
|
+
<h3>API Test Generation</h3>
|
|
453
|
+
<p>Auto-generated curl commands and REST client snippets from deployed endpoints, post-deployment validation.</p>
|
|
454
|
+
<div class="roadmap-badges">
|
|
455
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
456
|
+
<span class="badge-phase">Phase 3</span>
|
|
457
|
+
</div>
|
|
458
|
+
</div>
|
|
459
|
+
<div class="roadmap-card animate-in" style="animation-delay:0.6s;">
|
|
460
|
+
<h3>Multi-Cloud Module Interfaces</h3>
|
|
461
|
+
<p>Clean variable schemas for AWS/GCP module plug-in, provider-agnostic resource abstraction layer.</p>
|
|
462
|
+
<div class="roadmap-badges">
|
|
463
|
+
<span class="badge-coming-soon">Coming Soon</span>
|
|
464
|
+
<span class="badge-phase">Phase 3</span>
|
|
465
|
+
</div>
|
|
466
|
+
</div>
|
|
467
|
+
</div>
|
|
468
|
+
</div>
|
|
469
|
+
|
|
470
|
+
<!-- 4. Tech Stack -->
|
|
471
|
+
<div class="section-block">
|
|
472
|
+
<h2 class="section-title">Tech Stack</h2>
|
|
473
|
+
<p class="section-subtitle">The technologies powering MasterChief</p>
|
|
474
|
+
|
|
475
|
+
<div class="tech-grid">
|
|
476
|
+
<div class="tech-card animate-in" style="animation-delay:0.15s;">
|
|
477
|
+
<span class="tech-icon">🐍</span>
|
|
478
|
+
<h3>Python / Flask</h3>
|
|
479
|
+
<p>Backend API, automation engine, and orchestration layer</p>
|
|
480
|
+
</div>
|
|
481
|
+
<div class="tech-card animate-in" style="animation-delay:0.2s;">
|
|
482
|
+
<span class="tech-icon">⚡</span>
|
|
483
|
+
<h3>JavaScript (Vanilla)</h3>
|
|
484
|
+
<p>Frontend UI, real-time dashboards, and interactive components</p>
|
|
485
|
+
</div>
|
|
486
|
+
<div class="tech-card animate-in" style="animation-delay:0.25s;">
|
|
487
|
+
<span class="tech-icon">🏗️</span>
|
|
488
|
+
<h3>Terraform / HCL</h3>
|
|
489
|
+
<p>Infrastructure as Code, multi-cloud provisioning, and state management</p>
|
|
490
|
+
</div>
|
|
491
|
+
<div class="tech-card animate-in" style="animation-delay:0.3s;">
|
|
492
|
+
<span class="tech-icon">☁️</span>
|
|
493
|
+
<h3>Azure / AWS / GCP</h3>
|
|
494
|
+
<p>Multi-cloud resource management, compute, storage, and networking</p>
|
|
495
|
+
</div>
|
|
496
|
+
<div class="tech-card animate-in" style="animation-delay:0.35s;">
|
|
497
|
+
<span class="tech-icon">📦</span>
|
|
498
|
+
<h3>Docker / Kubernetes</h3>
|
|
499
|
+
<p>Container orchestration, microservices deployment, and scaling</p>
|
|
500
|
+
</div>
|
|
501
|
+
<div class="tech-card animate-in" style="animation-delay:0.4s;">
|
|
502
|
+
<span class="tech-icon">📈</span>
|
|
503
|
+
<h3>Prometheus / Grafana / Loki</h3>
|
|
504
|
+
<p>Metrics collection, visualization, log aggregation, and alerting</p>
|
|
505
|
+
</div>
|
|
506
|
+
</div>
|
|
507
|
+
</div>
|
|
508
|
+
|
|
509
|
+
<!-- 5. Footer -->
|
|
510
|
+
<div class="about-footer">
|
|
511
|
+
<p class="footer-heart">Built with <span>♥</span> by Echo Starlite</p>
|
|
512
|
+
<p class="footer-version">MasterChief DevOps Platform — v1.3.0</p>
|
|
513
|
+
</div>
|
|
514
|
+
</div>
|
|
515
|
+
|
|
516
|
+
<script>
|
|
517
|
+
// Intersection Observer for scroll-triggered animations
|
|
518
|
+
document.addEventListener('DOMContentLoaded', function() {
|
|
519
|
+
var animatedElements = document.querySelectorAll('.animate-in');
|
|
520
|
+
|
|
521
|
+
if ('IntersectionObserver' in window) {
|
|
522
|
+
var observer = new IntersectionObserver(function(entries) {
|
|
523
|
+
entries.forEach(function(entry) {
|
|
524
|
+
if (entry.isIntersecting) {
|
|
525
|
+
entry.target.style.animationPlayState = 'running';
|
|
526
|
+
observer.unobserve(entry.target);
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
}, { threshold: 0.1 });
|
|
530
|
+
|
|
531
|
+
animatedElements.forEach(function(el) {
|
|
532
|
+
el.style.animationPlayState = 'paused';
|
|
533
|
+
observer.observe(el);
|
|
534
|
+
});
|
|
535
|
+
} else {
|
|
536
|
+
// Fallback: just show everything
|
|
537
|
+
animatedElements.forEach(function(el) {
|
|
538
|
+
el.style.opacity = '1';
|
|
539
|
+
});
|
|
540
|
+
}
|
|
541
|
+
});
|
|
542
|
+
</script>
|
|
543
|
+
</body>
|
|
544
|
+
</html>
|
|
Binary file
|
|
Binary file
|