LICENSE
MANIFEST.in
README.md
setup.py
botapp/__init__.py
botapp/admin.py
botapp/apps.py
botapp/asgi.py
botapp/ci_client.py
botapp/ci_sync.py
botapp/ci_views.py
botapp/context_processors.py
botapp/core.py
botapp/core_restful.py
botapp/db_init.py
botapp/decorators.py
botapp/manage.py
botapp/models.py
botapp/notifiers.py
botapp/rest_server.py
botapp/rest_views.py
botapp/scoping.py
botapp/serializers.py
botapp/settings.py
botapp/signals.py
botapp/sso_views.py
botapp/urls.py
botapp/views.py
botapp/wsgi.py
botapp.egg-info/PKG-INFO
botapp.egg-info/SOURCES.txt
botapp.egg-info/dependency_links.txt
botapp.egg-info/entry_points.txt
botapp.egg-info/requires.txt
botapp.egg-info/top_level.txt
botapp/management/__init__.py
botapp/management/commands/__init__.py
botapp/management/commands/archive_dormant_ci_projects.py
botapp/management/commands/check_alerts.py
botapp/management/commands/cleanup_orphans.py
botapp/management/commands/create_bot_token.py
botapp/management/commands/reconcile_bot_denorm.py
botapp/management/commands/reconcile_ci_alerts.py
botapp/management/commands/run_alert_scheduler.py
botapp/management/commands/run_ci_scheduler.py
botapp/management/commands/setup.py
botapp/management/commands/sync_ci.py
botapp/middleware/__init__.py
botapp/middleware/csp.py
botapp/middleware/frame_ancestors.py
botapp/middleware/rate_limit_middleware.py
botapp/migrations/0001_initial.py
botapp/migrations/0002_bot_is_active.py
botapp/migrations/0003_bot_updated_at_task_updated_at.py
botapp/migrations/0004_remove_tasklog_user_login_tasklog_os_system.py
botapp/migrations/0005_remove_tasklog_os_system_remove_tasklog_pc_path_and_more.py
botapp/migrations/0006_tasklog_env_tasklog_exception_type_and_more.py
botapp/migrations/0007_alter_bot_options_alter_task_options_and_more.py
botapp/migrations/0008_indexes_performance.py
botapp/migrations/0009_bot_last_execution_denorm.py
botapp/migrations/0010_alerts.py
botapp/migrations/0011_task_expected_duration_seconds.py
botapp/migrations/0012_bot_silence_threshold_minutes.py
botapp/migrations/0013_ciconnection_alter_alert_type_ciproject_cischedule_and_more.py
botapp/migrations/0014_ciproject_local_archived_ciproject_local_archived_at_and_more.py
botapp/migrations/__init__.py
botapp/static/admin/css/custom.css
botapp/templates/admin/base_site.html
botapp/templates/admin/botapp/tasklog/report_pdf.html
botapp/templates/botapp/_ci_log_modal.html
botapp/templates/botapp/alerts.html
botapp/templates/botapp/base copy.html
botapp/templates/botapp/base.html
botapp/templates/botapp/bot_detail.html
botapp/templates/botapp/bot_list.html
botapp/templates/botapp/ci_connections.html
botapp/templates/botapp/ci_overview.html
botapp/templates/botapp/ci_pipeline_detail.html
botapp/templates/botapp/ci_project_detail.html
botapp/templates/botapp/ci_projects.html
botapp/templates/botapp/dashboard.html
botapp/templates/botapp/explore.html
botapp/templates/botapp/silence_thresholds.html
botapp/templates/registration/login.html
botapp/tests/__init__.py
botapp/tests/test_bot_list.py
botapp/tests/test_ci.py
botapp/tests/test_ci_bind.py
botapp/tests/test_ci_discovery.py
botapp/tests/test_ci_log_modal.py
botapp/tests/test_ci_overview.py
botapp/tests/test_templates.py