.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/gitlab_analyzer/__init__.py
src/gitlab_analyzer/version.py
src/gitlab_analyzer/analysis/__init__.py
src/gitlab_analyzer/analysis/error_model.py
src/gitlab_analyzer/analysis/root_cause_analyzer.py
src/gitlab_analyzer/analysis/summarizer.py
src/gitlab_analyzer/api/__init__.py
src/gitlab_analyzer/api/client.py
src/gitlab_analyzer/cache/auto_cleanup.py
src/gitlab_analyzer/cache/mcp_cache.py
src/gitlab_analyzer/cache/models.py
src/gitlab_analyzer/core/analysis.py
src/gitlab_analyzer/core/pipeline_info.py
src/gitlab_analyzer/mcp/__init__.py
src/gitlab_analyzer/mcp/server.py
src/gitlab_analyzer/mcp/formatters/__init__.py
src/gitlab_analyzer/mcp/formatters/base_formatter.py
src/gitlab_analyzer/mcp/prompts/__init__.py
src/gitlab_analyzer/mcp/prompts/advanced.py
src/gitlab_analyzer/mcp/prompts/debugging.py
src/gitlab_analyzer/mcp/prompts/educational.py
src/gitlab_analyzer/mcp/prompts/investigation.py
src/gitlab_analyzer/mcp/prompts/performance.py
src/gitlab_analyzer/mcp/resources/__init__.py
src/gitlab_analyzer/mcp/resources/analysis.py
src/gitlab_analyzer/mcp/resources/error.py
src/gitlab_analyzer/mcp/resources/file.py
src/gitlab_analyzer/mcp/resources/job.py
src/gitlab_analyzer/mcp/resources/merge_request.py
src/gitlab_analyzer/mcp/resources/pipeline.py
src/gitlab_analyzer/mcp/resources/utils.py
src/gitlab_analyzer/mcp/servers/__init__.py
src/gitlab_analyzer/mcp/servers/http_server.py
src/gitlab_analyzer/mcp/servers/server.py
src/gitlab_analyzer/mcp/servers/sse_server.py
src/gitlab_analyzer/mcp/services/__init__.py
src/gitlab_analyzer/mcp/services/error_analysis_service.py
src/gitlab_analyzer/mcp/services/error_service.py
src/gitlab_analyzer/mcp/services/file_analysis_service.py
src/gitlab_analyzer/mcp/services/file_service.py
src/gitlab_analyzer/mcp/tools/__init__.py
src/gitlab_analyzer/mcp/tools/cache_tools.py
src/gitlab_analyzer/mcp/tools/clean_trace_tools.py
src/gitlab_analyzer/mcp/tools/failed_pipeline_analysis.py
src/gitlab_analyzer/mcp/tools/job_analysis_tools.py
src/gitlab_analyzer/mcp/tools/resource_access_tools.py
src/gitlab_analyzer/mcp/tools/search_tools.py
src/gitlab_analyzer/mcp/tools/trace_analysis_tools.py
src/gitlab_analyzer/mcp/utils/__init__.py
src/gitlab_analyzer/mcp/utils/pipeline_validation.py
src/gitlab_analyzer/models/__init__.py
src/gitlab_analyzer/models/job_info.py
src/gitlab_analyzer/models/log_entry.py
src/gitlab_analyzer/models/pipeline_analysis.py
src/gitlab_analyzer/models/pytest_models.py
src/gitlab_analyzer/parsers/__init__.py
src/gitlab_analyzer/parsers/base_parser.py
src/gitlab_analyzer/parsers/framework_registry.py
src/gitlab_analyzer/parsers/jest_parser.py
src/gitlab_analyzer/parsers/log_parser.py
src/gitlab_analyzer/parsers/pytest_parser.py
src/gitlab_analyzer/parsers/sonarqube_parser.py
src/gitlab_analyzer/patterns/__init__.py
src/gitlab_analyzer/patterns/error_patterns.py
src/gitlab_analyzer/utils/__init__.py
src/gitlab_analyzer/utils/debug.py
src/gitlab_analyzer/utils/jira_utils.py
src/gitlab_analyzer/utils/trace_utils.py
src/gitlab_analyzer/utils/utils.py
src/gitlab_pipeline_analyzer.egg-info/PKG-INFO
src/gitlab_pipeline_analyzer.egg-info/SOURCES.txt
src/gitlab_pipeline_analyzer.egg-info/dependency_links.txt
src/gitlab_pipeline_analyzer.egg-info/entry_points.txt
src/gitlab_pipeline_analyzer.egg-info/requires.txt
src/gitlab_pipeline_analyzer.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api_client_mr.py
tests/test_auto_cleanup.py
tests/test_base_parser.py
tests/test_clean_trace_focused.py
tests/test_clean_trace_simple.py
tests/test_code_review_integration.py
tests/test_database_env_var.py
tests/test_error_model_jira_debug.py
tests/test_error_patterns_coverage_boost.py
tests/test_final_coverage_boost.py
tests/test_final_coverage_push.py
tests/test_gitlab_client.py
tests/test_jest_parser_coverage_boost.py
tests/test_jira_utils.py
tests/test_kubernetes_policy_exclusion.py
tests/test_log_parser.py
tests/test_log_parser_advanced.py
tests/test_log_parser_coverage.py
tests/test_mcp_analysis_resource.py
tests/test_mcp_cache.py
tests/test_mcp_info_utilities.py
tests/test_mcp_utility_functions.py
tests/test_models.py
tests/test_module_coverage.py
tests/test_optimization_utils.py
tests/test_pipeline_mr_filtering.py
tests/test_pipeline_validation_utils.py
tests/test_pytest_parser_fixed.py
tests/test_root_cause_coverage_boost.py
tests/test_search_functionality.py
tests/test_server_integration.py
tests/test_simple_coverage.py
tests/test_simple_coverage_boost.py
tests/test_sonarqube_parser_coverage_boost.py
tests/test_trace_analysis_focused.py
tests/test_trace_utils_coverage.py
tests/test_utils_coverage.py
tests/test_utils_coverage_boost.py
tests/test_utils_file_operations.py
tests/test_version.py
tests/analysis/test_root_cause_analyzer.py
tests/core/test_analysis.py
tests/mcp/formatters/test_base_formatter.py
tests/mcp/resources/test_limited_resources.py
tests/mcp/services/test_error_analysis_service.py
tests/patterns/test_error_patterns.py
tests/patterns/test_error_patterns_fixed.py
tests/resources/__init__.py
tests/resources/test_analysis.py
tests/resources/test_error.py
tests/resources/test_file_new.py
tests/resources/test_job.py
tests/resources/test_merge_request.py
tests/resources/test_pipeline.py
tests/resources/test_utils.py
tests/tools/__init__.py
tests/tools/test_cache_tools.py
tests/tools/test_failed_pipeline_analysis.py
tests/tools/test_job_analysis_tools.py
tests/tools/test_mcp_search_tools.py
tests/tools/test_resource_access_tools.py
tests/tools/test_search_tools.py
tests/tools/test_tools_utils.py
tests/utils/test_pipeline_validation.py
tests/utils/test_utils.py