LICENSE.md
README.md
cli.py
pyproject.toml
storage.py
utils.py
analytics/__init__.py
analytics/complexity.py
analytics/investment.py
analytics/issue_types.py
analytics/metrics.py
connectors/__init__.py
connectors/base.py
connectors/exceptions.py
connectors/github.py
connectors/gitlab.py
connectors/models.py
connectors/utils/__init__.py
connectors/utils/graphql.py
connectors/utils/pagination.py
connectors/utils/rate_limit_queue.py
connectors/utils/rest.py
connectors/utils/retry.py
dev_health_ops.egg-info/PKG-INFO
dev_health_ops.egg-info/SOURCES.txt
dev_health_ops.egg-info/dependency_links.txt
dev_health_ops.egg-info/entry_points.txt
dev_health_ops.egg-info/requires.txt
dev_health_ops.egg-info/top_level.txt
fixtures/__init__.py
fixtures/generator.py
metrics/__init__.py
metrics/compute.py
metrics/compute_cicd.py
metrics/compute_deployments.py
metrics/compute_ic.py
metrics/compute_incidents.py
metrics/compute_wellbeing.py
metrics/compute_work_item_state_durations.py
metrics/compute_work_items.py
metrics/hotspots.py
metrics/identity.py
metrics/job_complexity.py
metrics/job_daily.py
metrics/job_work_items.py
metrics/knowledge.py
metrics/quality.py
metrics/reviews.py
metrics/schemas.py
metrics/work_items.py
metrics/sinks/__init__.py
metrics/sinks/clickhouse.py
metrics/sinks/mongo.py
metrics/sinks/postgres.py
metrics/sinks/sqlite.py
models/__init__.py
models/git.py
models/teams.py
models/work_items.py
processors/__init__.py
processors/github.py
processors/gitlab.py
processors/local.py
providers/__init__.py
providers/identity.py
providers/status_mapping.py
providers/teams.py
providers/github/__init__.py
providers/github/client.py
providers/github/normalize.py
providers/gitlab/__init__.py
providers/gitlab/client.py
providers/gitlab/normalize.py
providers/jira/__init__.py
providers/jira/client.py
providers/jira/normalize.py
tests/test_base_connector.py
tests/test_batch_processing.py
tests/test_benchmark_synthetic.py
tests/test_connectors_exceptions.py
tests/test_connectors_integration.py
tests/test_connectors_models.py
tests/test_connectors_utils.py
tests/test_git_blame.py
tests/test_github_connector.py
tests/test_github_repo_stats_author_404.py
tests/test_gitlab_connector.py
tests/test_jira_jql.py
tests/test_jira_normalize_dict.py
tests/test_local_pull_requests.py
tests/test_local_since_filtering.py
tests/test_metrics_compute.py
tests/test_metrics_hotspots.py
tests/test_metrics_quality.py
tests/test_metrics_reciprocity.py
tests/test_metrics_review_edges.py
tests/test_metrics_rework.py
tests/test_metrics_sinks.py
tests/test_models_git.py
tests/test_performance.py
tests/test_private_repo_access.py
tests/test_processors_gitlab.py
tests/test_processors_pr_mr_rate_limit.py
tests/test_status_mapping.py
tests/test_storage.py
tests/test_teams.py
tests/test_utils.py
tests/test_work_item_metrics_compute.py
tests/test_work_item_state_durations_compute.py
tests/test_work_item_unassigned_metrics.py