From 8aad2ab43d7897a4cd823b599cddde447a16f791 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 17:10:31 -0400 Subject: [PATCH] =?UTF-8?q?refactor:=20rename=20package=20directory=20fabl?= =?UTF-8?q?edscryer=20=E2=86=92=20roundtable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- {fabledscryer => roundtable}/__init__.py | 0 {fabledscryer => roundtable}/alerts/__init__.py | 0 {fabledscryer => roundtable}/alerts/routes.py | 0 {fabledscryer => roundtable}/ansible/__init__.py | 0 {fabledscryer => roundtable}/ansible/executor.py | 0 {fabledscryer => roundtable}/ansible/routes.py | 0 {fabledscryer => roundtable}/ansible/sources.py | 0 {fabledscryer => roundtable}/app.py | 0 {fabledscryer => roundtable}/audit/__init__.py | 0 {fabledscryer => roundtable}/audit/routes.py | 0 {fabledscryer => roundtable}/auth/__init__.py | 0 {fabledscryer => roundtable}/auth/ldap_auth.py | 0 {fabledscryer => roundtable}/auth/middleware.py | 0 {fabledscryer => roundtable}/auth/oidc.py | 0 {fabledscryer => roundtable}/auth/routes.py | 0 {fabledscryer => roundtable}/cli.py | 0 {fabledscryer => roundtable}/config.py | 0 {fabledscryer => roundtable}/core/__init__.py | 0 {fabledscryer => roundtable}/core/alerts.py | 0 {fabledscryer => roundtable}/core/audit.py | 0 {fabledscryer => roundtable}/core/cleanup.py | 0 {fabledscryer => roundtable}/core/migration_runner.py | 0 {fabledscryer => roundtable}/core/migrations.py | 0 {fabledscryer => roundtable}/core/notifications.py | 0 {fabledscryer => roundtable}/core/plugin_index.py | 0 {fabledscryer => roundtable}/core/plugin_manager.py | 0 {fabledscryer => roundtable}/core/reports.py | 0 {fabledscryer => roundtable}/core/scheduler.py | 0 {fabledscryer => roundtable}/core/settings.py | 0 {fabledscryer => roundtable}/core/time_range.py | 0 {fabledscryer => roundtable}/core/widgets.py | 0 {fabledscryer => roundtable}/dashboard/__init__.py | 0 {fabledscryer => roundtable}/dashboard/routes.py | 0 {fabledscryer => roundtable}/database.py | 0 {fabledscryer => roundtable}/dns/__init__.py | 0 {fabledscryer => roundtable}/dns/routes.py | 0 {fabledscryer => roundtable}/hosts/__init__.py | 0 {fabledscryer => roundtable}/hosts/routes.py | 0 {fabledscryer => roundtable}/migrations/__init__.py | 0 {fabledscryer => roundtable}/migrations/env.py | 0 {fabledscryer => roundtable}/migrations/script.py.mako | 0 .../migrations/versions/0001_core_initial.py | 0 .../migrations/versions/0002_core_monitors.py | 0 .../migrations/versions/0003_ansible_runs.py | 0 .../migrations/versions/0004_app_settings.py | 0 .../migrations/versions/0005_dashboards.py | 0 .../migrations/versions/0006_dashboard_is_default.py | 0 .../migrations/versions/0007_dashboard_ownership.py | 0 .../migrations/versions/0008_share_tokens.py | 0 .../migrations/versions/0009_widget_variants.py | 0 .../migrations/versions/0010_maintenance_windows.py | 0 .../migrations/versions/0011_audit_log.py | 0 {fabledscryer => roundtable}/migrations/versions/__init__.py | 0 {fabledscryer => roundtable}/models/__init__.py | 0 {fabledscryer => roundtable}/models/alerts.py | 0 {fabledscryer => roundtable}/models/ansible.py | 0 {fabledscryer => roundtable}/models/audit.py | 0 {fabledscryer => roundtable}/models/base.py | 0 {fabledscryer => roundtable}/models/dashboard.py | 0 {fabledscryer => roundtable}/models/hosts.py | 0 {fabledscryer => roundtable}/models/metrics.py | 0 {fabledscryer => roundtable}/models/monitors.py | 0 {fabledscryer => roundtable}/models/settings.py | 0 {fabledscryer => roundtable}/models/users.py | 0 {fabledscryer => roundtable}/monitors/__init__.py | 0 {fabledscryer => roundtable}/monitors/dns.py | 0 {fabledscryer => roundtable}/monitors/ping.py | 0 {fabledscryer => roundtable}/nut_setup.py | 0 {fabledscryer => roundtable}/ping/__init__.py | 0 {fabledscryer => roundtable}/ping/routes.py | 0 {fabledscryer => roundtable}/settings/__init__.py | 0 {fabledscryer => roundtable}/settings/routes.py | 0 {fabledscryer => roundtable}/templates/_time_range.html | 0 {fabledscryer => roundtable}/templates/alerts/_rule_fields.html | 0 {fabledscryer => roundtable}/templates/alerts/list.html | 0 {fabledscryer => roundtable}/templates/alerts/maintenance.html | 0 .../templates/alerts/maintenance_form.html | 0 {fabledscryer => roundtable}/templates/alerts/rules_form.html | 0 {fabledscryer => roundtable}/templates/ansible/browse.html | 0 {fabledscryer => roundtable}/templates/ansible/index.html | 0 {fabledscryer => roundtable}/templates/ansible/run_detail.html | 0 {fabledscryer => roundtable}/templates/ansible/run_started.html | 0 {fabledscryer => roundtable}/templates/audit/list.html | 0 {fabledscryer => roundtable}/templates/auth/login.html | 0 {fabledscryer => roundtable}/templates/auth/setup.html | 0 {fabledscryer => roundtable}/templates/base.html | 0 .../templates/dashboard/_edit_panels.html | 0 {fabledscryer => roundtable}/templates/dashboard/edit.html | 0 {fabledscryer => roundtable}/templates/dashboard/index.html | 0 {fabledscryer => roundtable}/templates/dashboard/list.html | 0 {fabledscryer => roundtable}/templates/dashboard/share.html | 0 .../templates/dashboard/share_created.html | 0 {fabledscryer => roundtable}/templates/dashboard/share_view.html | 0 {fabledscryer => roundtable}/templates/dns/index.html | 0 {fabledscryer => roundtable}/templates/dns/rows.html | 0 {fabledscryer => roundtable}/templates/errors/404.html | 0 {fabledscryer => roundtable}/templates/errors/500.html | 0 {fabledscryer => roundtable}/templates/hosts/form.html | 0 {fabledscryer => roundtable}/templates/hosts/list.html | 0 {fabledscryer => roundtable}/templates/hosts/uptime.html | 0 {fabledscryer => roundtable}/templates/hosts/uptime_widget.html | 0 {fabledscryer => roundtable}/templates/ping/index.html | 0 {fabledscryer => roundtable}/templates/ping/rows.html | 0 .../templates/settings/_ansible_sources.html | 0 .../templates/settings/_catalog_partial.html | 0 .../templates/settings/_install_result.html | 0 .../templates/settings/_plugin_repos.html | 0 .../templates/settings/_restart_pending.html | 0 {fabledscryer => roundtable}/templates/settings/_tabs.html | 0 {fabledscryer => roundtable}/templates/settings/ansible.html | 0 {fabledscryer => roundtable}/templates/settings/auth.html | 0 {fabledscryer => roundtable}/templates/settings/general.html | 0 {fabledscryer => roundtable}/templates/settings/index.html | 0 .../templates/settings/notifications.html | 0 .../templates/settings/plugin_detail.html | 0 {fabledscryer => roundtable}/templates/settings/plugins.html | 0 {fabledscryer => roundtable}/templates/settings/reports.html | 0 117 files changed, 0 insertions(+), 0 deletions(-) rename {fabledscryer => roundtable}/__init__.py (100%) rename {fabledscryer => roundtable}/alerts/__init__.py (100%) rename {fabledscryer => roundtable}/alerts/routes.py (100%) rename {fabledscryer => roundtable}/ansible/__init__.py (100%) rename {fabledscryer => roundtable}/ansible/executor.py (100%) rename {fabledscryer => roundtable}/ansible/routes.py (100%) rename {fabledscryer => roundtable}/ansible/sources.py (100%) rename {fabledscryer => roundtable}/app.py (100%) rename {fabledscryer => roundtable}/audit/__init__.py (100%) rename {fabledscryer => roundtable}/audit/routes.py (100%) rename {fabledscryer => roundtable}/auth/__init__.py (100%) rename {fabledscryer => roundtable}/auth/ldap_auth.py (100%) rename {fabledscryer => roundtable}/auth/middleware.py (100%) rename {fabledscryer => roundtable}/auth/oidc.py (100%) rename {fabledscryer => roundtable}/auth/routes.py (100%) rename {fabledscryer => roundtable}/cli.py (100%) rename {fabledscryer => roundtable}/config.py (100%) rename {fabledscryer => roundtable}/core/__init__.py (100%) rename {fabledscryer => roundtable}/core/alerts.py (100%) rename {fabledscryer => roundtable}/core/audit.py (100%) rename {fabledscryer => roundtable}/core/cleanup.py (100%) rename {fabledscryer => roundtable}/core/migration_runner.py (100%) rename {fabledscryer => roundtable}/core/migrations.py (100%) rename {fabledscryer => roundtable}/core/notifications.py (100%) rename {fabledscryer => roundtable}/core/plugin_index.py (100%) rename {fabledscryer => roundtable}/core/plugin_manager.py (100%) rename {fabledscryer => roundtable}/core/reports.py (100%) rename {fabledscryer => roundtable}/core/scheduler.py (100%) rename {fabledscryer => roundtable}/core/settings.py (100%) rename {fabledscryer => roundtable}/core/time_range.py (100%) rename {fabledscryer => roundtable}/core/widgets.py (100%) rename {fabledscryer => roundtable}/dashboard/__init__.py (100%) rename {fabledscryer => roundtable}/dashboard/routes.py (100%) rename {fabledscryer => roundtable}/database.py (100%) rename {fabledscryer => roundtable}/dns/__init__.py (100%) rename {fabledscryer => roundtable}/dns/routes.py (100%) rename {fabledscryer => roundtable}/hosts/__init__.py (100%) rename {fabledscryer => roundtable}/hosts/routes.py (100%) rename {fabledscryer => roundtable}/migrations/__init__.py (100%) rename {fabledscryer => roundtable}/migrations/env.py (100%) rename {fabledscryer => roundtable}/migrations/script.py.mako (100%) rename {fabledscryer => roundtable}/migrations/versions/0001_core_initial.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0002_core_monitors.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0003_ansible_runs.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0004_app_settings.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0005_dashboards.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0006_dashboard_is_default.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0007_dashboard_ownership.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0008_share_tokens.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0009_widget_variants.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0010_maintenance_windows.py (100%) rename {fabledscryer => roundtable}/migrations/versions/0011_audit_log.py (100%) rename {fabledscryer => roundtable}/migrations/versions/__init__.py (100%) rename {fabledscryer => roundtable}/models/__init__.py (100%) rename {fabledscryer => roundtable}/models/alerts.py (100%) rename {fabledscryer => roundtable}/models/ansible.py (100%) rename {fabledscryer => roundtable}/models/audit.py (100%) rename {fabledscryer => roundtable}/models/base.py (100%) rename {fabledscryer => roundtable}/models/dashboard.py (100%) rename {fabledscryer => roundtable}/models/hosts.py (100%) rename {fabledscryer => roundtable}/models/metrics.py (100%) rename {fabledscryer => roundtable}/models/monitors.py (100%) rename {fabledscryer => roundtable}/models/settings.py (100%) rename {fabledscryer => roundtable}/models/users.py (100%) rename {fabledscryer => roundtable}/monitors/__init__.py (100%) rename {fabledscryer => roundtable}/monitors/dns.py (100%) rename {fabledscryer => roundtable}/monitors/ping.py (100%) rename {fabledscryer => roundtable}/nut_setup.py (100%) rename {fabledscryer => roundtable}/ping/__init__.py (100%) rename {fabledscryer => roundtable}/ping/routes.py (100%) rename {fabledscryer => roundtable}/settings/__init__.py (100%) rename {fabledscryer => roundtable}/settings/routes.py (100%) rename {fabledscryer => roundtable}/templates/_time_range.html (100%) rename {fabledscryer => roundtable}/templates/alerts/_rule_fields.html (100%) rename {fabledscryer => roundtable}/templates/alerts/list.html (100%) rename {fabledscryer => roundtable}/templates/alerts/maintenance.html (100%) rename {fabledscryer => roundtable}/templates/alerts/maintenance_form.html (100%) rename {fabledscryer => roundtable}/templates/alerts/rules_form.html (100%) rename {fabledscryer => roundtable}/templates/ansible/browse.html (100%) rename {fabledscryer => roundtable}/templates/ansible/index.html (100%) rename {fabledscryer => roundtable}/templates/ansible/run_detail.html (100%) rename {fabledscryer => roundtable}/templates/ansible/run_started.html (100%) rename {fabledscryer => roundtable}/templates/audit/list.html (100%) rename {fabledscryer => roundtable}/templates/auth/login.html (100%) rename {fabledscryer => roundtable}/templates/auth/setup.html (100%) rename {fabledscryer => roundtable}/templates/base.html (100%) rename {fabledscryer => roundtable}/templates/dashboard/_edit_panels.html (100%) rename {fabledscryer => roundtable}/templates/dashboard/edit.html (100%) rename {fabledscryer => roundtable}/templates/dashboard/index.html (100%) rename {fabledscryer => roundtable}/templates/dashboard/list.html (100%) rename {fabledscryer => roundtable}/templates/dashboard/share.html (100%) rename {fabledscryer => roundtable}/templates/dashboard/share_created.html (100%) rename {fabledscryer => roundtable}/templates/dashboard/share_view.html (100%) rename {fabledscryer => roundtable}/templates/dns/index.html (100%) rename {fabledscryer => roundtable}/templates/dns/rows.html (100%) rename {fabledscryer => roundtable}/templates/errors/404.html (100%) rename {fabledscryer => roundtable}/templates/errors/500.html (100%) rename {fabledscryer => roundtable}/templates/hosts/form.html (100%) rename {fabledscryer => roundtable}/templates/hosts/list.html (100%) rename {fabledscryer => roundtable}/templates/hosts/uptime.html (100%) rename {fabledscryer => roundtable}/templates/hosts/uptime_widget.html (100%) rename {fabledscryer => roundtable}/templates/ping/index.html (100%) rename {fabledscryer => roundtable}/templates/ping/rows.html (100%) rename {fabledscryer => roundtable}/templates/settings/_ansible_sources.html (100%) rename {fabledscryer => roundtable}/templates/settings/_catalog_partial.html (100%) rename {fabledscryer => roundtable}/templates/settings/_install_result.html (100%) rename {fabledscryer => roundtable}/templates/settings/_plugin_repos.html (100%) rename {fabledscryer => roundtable}/templates/settings/_restart_pending.html (100%) rename {fabledscryer => roundtable}/templates/settings/_tabs.html (100%) rename {fabledscryer => roundtable}/templates/settings/ansible.html (100%) rename {fabledscryer => roundtable}/templates/settings/auth.html (100%) rename {fabledscryer => roundtable}/templates/settings/general.html (100%) rename {fabledscryer => roundtable}/templates/settings/index.html (100%) rename {fabledscryer => roundtable}/templates/settings/notifications.html (100%) rename {fabledscryer => roundtable}/templates/settings/plugin_detail.html (100%) rename {fabledscryer => roundtable}/templates/settings/plugins.html (100%) rename {fabledscryer => roundtable}/templates/settings/reports.html (100%) diff --git a/fabledscryer/__init__.py b/roundtable/__init__.py similarity index 100% rename from fabledscryer/__init__.py rename to roundtable/__init__.py diff --git a/fabledscryer/alerts/__init__.py b/roundtable/alerts/__init__.py similarity index 100% rename from fabledscryer/alerts/__init__.py rename to roundtable/alerts/__init__.py diff --git a/fabledscryer/alerts/routes.py b/roundtable/alerts/routes.py similarity index 100% rename from fabledscryer/alerts/routes.py rename to roundtable/alerts/routes.py diff --git a/fabledscryer/ansible/__init__.py b/roundtable/ansible/__init__.py similarity index 100% rename from fabledscryer/ansible/__init__.py rename to roundtable/ansible/__init__.py diff --git a/fabledscryer/ansible/executor.py b/roundtable/ansible/executor.py similarity index 100% rename from fabledscryer/ansible/executor.py rename to roundtable/ansible/executor.py diff --git a/fabledscryer/ansible/routes.py b/roundtable/ansible/routes.py similarity index 100% rename from fabledscryer/ansible/routes.py rename to roundtable/ansible/routes.py diff --git a/fabledscryer/ansible/sources.py b/roundtable/ansible/sources.py similarity index 100% rename from fabledscryer/ansible/sources.py rename to roundtable/ansible/sources.py diff --git a/fabledscryer/app.py b/roundtable/app.py similarity index 100% rename from fabledscryer/app.py rename to roundtable/app.py diff --git a/fabledscryer/audit/__init__.py b/roundtable/audit/__init__.py similarity index 100% rename from fabledscryer/audit/__init__.py rename to roundtable/audit/__init__.py diff --git a/fabledscryer/audit/routes.py b/roundtable/audit/routes.py similarity index 100% rename from fabledscryer/audit/routes.py rename to roundtable/audit/routes.py diff --git a/fabledscryer/auth/__init__.py b/roundtable/auth/__init__.py similarity index 100% rename from fabledscryer/auth/__init__.py rename to roundtable/auth/__init__.py diff --git a/fabledscryer/auth/ldap_auth.py b/roundtable/auth/ldap_auth.py similarity index 100% rename from fabledscryer/auth/ldap_auth.py rename to roundtable/auth/ldap_auth.py diff --git a/fabledscryer/auth/middleware.py b/roundtable/auth/middleware.py similarity index 100% rename from fabledscryer/auth/middleware.py rename to roundtable/auth/middleware.py diff --git a/fabledscryer/auth/oidc.py b/roundtable/auth/oidc.py similarity index 100% rename from fabledscryer/auth/oidc.py rename to roundtable/auth/oidc.py diff --git a/fabledscryer/auth/routes.py b/roundtable/auth/routes.py similarity index 100% rename from fabledscryer/auth/routes.py rename to roundtable/auth/routes.py diff --git a/fabledscryer/cli.py b/roundtable/cli.py similarity index 100% rename from fabledscryer/cli.py rename to roundtable/cli.py diff --git a/fabledscryer/config.py b/roundtable/config.py similarity index 100% rename from fabledscryer/config.py rename to roundtable/config.py diff --git a/fabledscryer/core/__init__.py b/roundtable/core/__init__.py similarity index 100% rename from fabledscryer/core/__init__.py rename to roundtable/core/__init__.py diff --git a/fabledscryer/core/alerts.py b/roundtable/core/alerts.py similarity index 100% rename from fabledscryer/core/alerts.py rename to roundtable/core/alerts.py diff --git a/fabledscryer/core/audit.py b/roundtable/core/audit.py similarity index 100% rename from fabledscryer/core/audit.py rename to roundtable/core/audit.py diff --git a/fabledscryer/core/cleanup.py b/roundtable/core/cleanup.py similarity index 100% rename from fabledscryer/core/cleanup.py rename to roundtable/core/cleanup.py diff --git a/fabledscryer/core/migration_runner.py b/roundtable/core/migration_runner.py similarity index 100% rename from fabledscryer/core/migration_runner.py rename to roundtable/core/migration_runner.py diff --git a/fabledscryer/core/migrations.py b/roundtable/core/migrations.py similarity index 100% rename from fabledscryer/core/migrations.py rename to roundtable/core/migrations.py diff --git a/fabledscryer/core/notifications.py b/roundtable/core/notifications.py similarity index 100% rename from fabledscryer/core/notifications.py rename to roundtable/core/notifications.py diff --git a/fabledscryer/core/plugin_index.py b/roundtable/core/plugin_index.py similarity index 100% rename from fabledscryer/core/plugin_index.py rename to roundtable/core/plugin_index.py diff --git a/fabledscryer/core/plugin_manager.py b/roundtable/core/plugin_manager.py similarity index 100% rename from fabledscryer/core/plugin_manager.py rename to roundtable/core/plugin_manager.py diff --git a/fabledscryer/core/reports.py b/roundtable/core/reports.py similarity index 100% rename from fabledscryer/core/reports.py rename to roundtable/core/reports.py diff --git a/fabledscryer/core/scheduler.py b/roundtable/core/scheduler.py similarity index 100% rename from fabledscryer/core/scheduler.py rename to roundtable/core/scheduler.py diff --git a/fabledscryer/core/settings.py b/roundtable/core/settings.py similarity index 100% rename from fabledscryer/core/settings.py rename to roundtable/core/settings.py diff --git a/fabledscryer/core/time_range.py b/roundtable/core/time_range.py similarity index 100% rename from fabledscryer/core/time_range.py rename to roundtable/core/time_range.py diff --git a/fabledscryer/core/widgets.py b/roundtable/core/widgets.py similarity index 100% rename from fabledscryer/core/widgets.py rename to roundtable/core/widgets.py diff --git a/fabledscryer/dashboard/__init__.py b/roundtable/dashboard/__init__.py similarity index 100% rename from fabledscryer/dashboard/__init__.py rename to roundtable/dashboard/__init__.py diff --git a/fabledscryer/dashboard/routes.py b/roundtable/dashboard/routes.py similarity index 100% rename from fabledscryer/dashboard/routes.py rename to roundtable/dashboard/routes.py diff --git a/fabledscryer/database.py b/roundtable/database.py similarity index 100% rename from fabledscryer/database.py rename to roundtable/database.py diff --git a/fabledscryer/dns/__init__.py b/roundtable/dns/__init__.py similarity index 100% rename from fabledscryer/dns/__init__.py rename to roundtable/dns/__init__.py diff --git a/fabledscryer/dns/routes.py b/roundtable/dns/routes.py similarity index 100% rename from fabledscryer/dns/routes.py rename to roundtable/dns/routes.py diff --git a/fabledscryer/hosts/__init__.py b/roundtable/hosts/__init__.py similarity index 100% rename from fabledscryer/hosts/__init__.py rename to roundtable/hosts/__init__.py diff --git a/fabledscryer/hosts/routes.py b/roundtable/hosts/routes.py similarity index 100% rename from fabledscryer/hosts/routes.py rename to roundtable/hosts/routes.py diff --git a/fabledscryer/migrations/__init__.py b/roundtable/migrations/__init__.py similarity index 100% rename from fabledscryer/migrations/__init__.py rename to roundtable/migrations/__init__.py diff --git a/fabledscryer/migrations/env.py b/roundtable/migrations/env.py similarity index 100% rename from fabledscryer/migrations/env.py rename to roundtable/migrations/env.py diff --git a/fabledscryer/migrations/script.py.mako b/roundtable/migrations/script.py.mako similarity index 100% rename from fabledscryer/migrations/script.py.mako rename to roundtable/migrations/script.py.mako diff --git a/fabledscryer/migrations/versions/0001_core_initial.py b/roundtable/migrations/versions/0001_core_initial.py similarity index 100% rename from fabledscryer/migrations/versions/0001_core_initial.py rename to roundtable/migrations/versions/0001_core_initial.py diff --git a/fabledscryer/migrations/versions/0002_core_monitors.py b/roundtable/migrations/versions/0002_core_monitors.py similarity index 100% rename from fabledscryer/migrations/versions/0002_core_monitors.py rename to roundtable/migrations/versions/0002_core_monitors.py diff --git a/fabledscryer/migrations/versions/0003_ansible_runs.py b/roundtable/migrations/versions/0003_ansible_runs.py similarity index 100% rename from fabledscryer/migrations/versions/0003_ansible_runs.py rename to roundtable/migrations/versions/0003_ansible_runs.py diff --git a/fabledscryer/migrations/versions/0004_app_settings.py b/roundtable/migrations/versions/0004_app_settings.py similarity index 100% rename from fabledscryer/migrations/versions/0004_app_settings.py rename to roundtable/migrations/versions/0004_app_settings.py diff --git a/fabledscryer/migrations/versions/0005_dashboards.py b/roundtable/migrations/versions/0005_dashboards.py similarity index 100% rename from fabledscryer/migrations/versions/0005_dashboards.py rename to roundtable/migrations/versions/0005_dashboards.py diff --git a/fabledscryer/migrations/versions/0006_dashboard_is_default.py b/roundtable/migrations/versions/0006_dashboard_is_default.py similarity index 100% rename from fabledscryer/migrations/versions/0006_dashboard_is_default.py rename to roundtable/migrations/versions/0006_dashboard_is_default.py diff --git a/fabledscryer/migrations/versions/0007_dashboard_ownership.py b/roundtable/migrations/versions/0007_dashboard_ownership.py similarity index 100% rename from fabledscryer/migrations/versions/0007_dashboard_ownership.py rename to roundtable/migrations/versions/0007_dashboard_ownership.py diff --git a/fabledscryer/migrations/versions/0008_share_tokens.py b/roundtable/migrations/versions/0008_share_tokens.py similarity index 100% rename from fabledscryer/migrations/versions/0008_share_tokens.py rename to roundtable/migrations/versions/0008_share_tokens.py diff --git a/fabledscryer/migrations/versions/0009_widget_variants.py b/roundtable/migrations/versions/0009_widget_variants.py similarity index 100% rename from fabledscryer/migrations/versions/0009_widget_variants.py rename to roundtable/migrations/versions/0009_widget_variants.py diff --git a/fabledscryer/migrations/versions/0010_maintenance_windows.py b/roundtable/migrations/versions/0010_maintenance_windows.py similarity index 100% rename from fabledscryer/migrations/versions/0010_maintenance_windows.py rename to roundtable/migrations/versions/0010_maintenance_windows.py diff --git a/fabledscryer/migrations/versions/0011_audit_log.py b/roundtable/migrations/versions/0011_audit_log.py similarity index 100% rename from fabledscryer/migrations/versions/0011_audit_log.py rename to roundtable/migrations/versions/0011_audit_log.py diff --git a/fabledscryer/migrations/versions/__init__.py b/roundtable/migrations/versions/__init__.py similarity index 100% rename from fabledscryer/migrations/versions/__init__.py rename to roundtable/migrations/versions/__init__.py diff --git a/fabledscryer/models/__init__.py b/roundtable/models/__init__.py similarity index 100% rename from fabledscryer/models/__init__.py rename to roundtable/models/__init__.py diff --git a/fabledscryer/models/alerts.py b/roundtable/models/alerts.py similarity index 100% rename from fabledscryer/models/alerts.py rename to roundtable/models/alerts.py diff --git a/fabledscryer/models/ansible.py b/roundtable/models/ansible.py similarity index 100% rename from fabledscryer/models/ansible.py rename to roundtable/models/ansible.py diff --git a/fabledscryer/models/audit.py b/roundtable/models/audit.py similarity index 100% rename from fabledscryer/models/audit.py rename to roundtable/models/audit.py diff --git a/fabledscryer/models/base.py b/roundtable/models/base.py similarity index 100% rename from fabledscryer/models/base.py rename to roundtable/models/base.py diff --git a/fabledscryer/models/dashboard.py b/roundtable/models/dashboard.py similarity index 100% rename from fabledscryer/models/dashboard.py rename to roundtable/models/dashboard.py diff --git a/fabledscryer/models/hosts.py b/roundtable/models/hosts.py similarity index 100% rename from fabledscryer/models/hosts.py rename to roundtable/models/hosts.py diff --git a/fabledscryer/models/metrics.py b/roundtable/models/metrics.py similarity index 100% rename from fabledscryer/models/metrics.py rename to roundtable/models/metrics.py diff --git a/fabledscryer/models/monitors.py b/roundtable/models/monitors.py similarity index 100% rename from fabledscryer/models/monitors.py rename to roundtable/models/monitors.py diff --git a/fabledscryer/models/settings.py b/roundtable/models/settings.py similarity index 100% rename from fabledscryer/models/settings.py rename to roundtable/models/settings.py diff --git a/fabledscryer/models/users.py b/roundtable/models/users.py similarity index 100% rename from fabledscryer/models/users.py rename to roundtable/models/users.py diff --git a/fabledscryer/monitors/__init__.py b/roundtable/monitors/__init__.py similarity index 100% rename from fabledscryer/monitors/__init__.py rename to roundtable/monitors/__init__.py diff --git a/fabledscryer/monitors/dns.py b/roundtable/monitors/dns.py similarity index 100% rename from fabledscryer/monitors/dns.py rename to roundtable/monitors/dns.py diff --git a/fabledscryer/monitors/ping.py b/roundtable/monitors/ping.py similarity index 100% rename from fabledscryer/monitors/ping.py rename to roundtable/monitors/ping.py diff --git a/fabledscryer/nut_setup.py b/roundtable/nut_setup.py similarity index 100% rename from fabledscryer/nut_setup.py rename to roundtable/nut_setup.py diff --git a/fabledscryer/ping/__init__.py b/roundtable/ping/__init__.py similarity index 100% rename from fabledscryer/ping/__init__.py rename to roundtable/ping/__init__.py diff --git a/fabledscryer/ping/routes.py b/roundtable/ping/routes.py similarity index 100% rename from fabledscryer/ping/routes.py rename to roundtable/ping/routes.py diff --git a/fabledscryer/settings/__init__.py b/roundtable/settings/__init__.py similarity index 100% rename from fabledscryer/settings/__init__.py rename to roundtable/settings/__init__.py diff --git a/fabledscryer/settings/routes.py b/roundtable/settings/routes.py similarity index 100% rename from fabledscryer/settings/routes.py rename to roundtable/settings/routes.py diff --git a/fabledscryer/templates/_time_range.html b/roundtable/templates/_time_range.html similarity index 100% rename from fabledscryer/templates/_time_range.html rename to roundtable/templates/_time_range.html diff --git a/fabledscryer/templates/alerts/_rule_fields.html b/roundtable/templates/alerts/_rule_fields.html similarity index 100% rename from fabledscryer/templates/alerts/_rule_fields.html rename to roundtable/templates/alerts/_rule_fields.html diff --git a/fabledscryer/templates/alerts/list.html b/roundtable/templates/alerts/list.html similarity index 100% rename from fabledscryer/templates/alerts/list.html rename to roundtable/templates/alerts/list.html diff --git a/fabledscryer/templates/alerts/maintenance.html b/roundtable/templates/alerts/maintenance.html similarity index 100% rename from fabledscryer/templates/alerts/maintenance.html rename to roundtable/templates/alerts/maintenance.html diff --git a/fabledscryer/templates/alerts/maintenance_form.html b/roundtable/templates/alerts/maintenance_form.html similarity index 100% rename from fabledscryer/templates/alerts/maintenance_form.html rename to roundtable/templates/alerts/maintenance_form.html diff --git a/fabledscryer/templates/alerts/rules_form.html b/roundtable/templates/alerts/rules_form.html similarity index 100% rename from fabledscryer/templates/alerts/rules_form.html rename to roundtable/templates/alerts/rules_form.html diff --git a/fabledscryer/templates/ansible/browse.html b/roundtable/templates/ansible/browse.html similarity index 100% rename from fabledscryer/templates/ansible/browse.html rename to roundtable/templates/ansible/browse.html diff --git a/fabledscryer/templates/ansible/index.html b/roundtable/templates/ansible/index.html similarity index 100% rename from fabledscryer/templates/ansible/index.html rename to roundtable/templates/ansible/index.html diff --git a/fabledscryer/templates/ansible/run_detail.html b/roundtable/templates/ansible/run_detail.html similarity index 100% rename from fabledscryer/templates/ansible/run_detail.html rename to roundtable/templates/ansible/run_detail.html diff --git a/fabledscryer/templates/ansible/run_started.html b/roundtable/templates/ansible/run_started.html similarity index 100% rename from fabledscryer/templates/ansible/run_started.html rename to roundtable/templates/ansible/run_started.html diff --git a/fabledscryer/templates/audit/list.html b/roundtable/templates/audit/list.html similarity index 100% rename from fabledscryer/templates/audit/list.html rename to roundtable/templates/audit/list.html diff --git a/fabledscryer/templates/auth/login.html b/roundtable/templates/auth/login.html similarity index 100% rename from fabledscryer/templates/auth/login.html rename to roundtable/templates/auth/login.html diff --git a/fabledscryer/templates/auth/setup.html b/roundtable/templates/auth/setup.html similarity index 100% rename from fabledscryer/templates/auth/setup.html rename to roundtable/templates/auth/setup.html diff --git a/fabledscryer/templates/base.html b/roundtable/templates/base.html similarity index 100% rename from fabledscryer/templates/base.html rename to roundtable/templates/base.html diff --git a/fabledscryer/templates/dashboard/_edit_panels.html b/roundtable/templates/dashboard/_edit_panels.html similarity index 100% rename from fabledscryer/templates/dashboard/_edit_panels.html rename to roundtable/templates/dashboard/_edit_panels.html diff --git a/fabledscryer/templates/dashboard/edit.html b/roundtable/templates/dashboard/edit.html similarity index 100% rename from fabledscryer/templates/dashboard/edit.html rename to roundtable/templates/dashboard/edit.html diff --git a/fabledscryer/templates/dashboard/index.html b/roundtable/templates/dashboard/index.html similarity index 100% rename from fabledscryer/templates/dashboard/index.html rename to roundtable/templates/dashboard/index.html diff --git a/fabledscryer/templates/dashboard/list.html b/roundtable/templates/dashboard/list.html similarity index 100% rename from fabledscryer/templates/dashboard/list.html rename to roundtable/templates/dashboard/list.html diff --git a/fabledscryer/templates/dashboard/share.html b/roundtable/templates/dashboard/share.html similarity index 100% rename from fabledscryer/templates/dashboard/share.html rename to roundtable/templates/dashboard/share.html diff --git a/fabledscryer/templates/dashboard/share_created.html b/roundtable/templates/dashboard/share_created.html similarity index 100% rename from fabledscryer/templates/dashboard/share_created.html rename to roundtable/templates/dashboard/share_created.html diff --git a/fabledscryer/templates/dashboard/share_view.html b/roundtable/templates/dashboard/share_view.html similarity index 100% rename from fabledscryer/templates/dashboard/share_view.html rename to roundtable/templates/dashboard/share_view.html diff --git a/fabledscryer/templates/dns/index.html b/roundtable/templates/dns/index.html similarity index 100% rename from fabledscryer/templates/dns/index.html rename to roundtable/templates/dns/index.html diff --git a/fabledscryer/templates/dns/rows.html b/roundtable/templates/dns/rows.html similarity index 100% rename from fabledscryer/templates/dns/rows.html rename to roundtable/templates/dns/rows.html diff --git a/fabledscryer/templates/errors/404.html b/roundtable/templates/errors/404.html similarity index 100% rename from fabledscryer/templates/errors/404.html rename to roundtable/templates/errors/404.html diff --git a/fabledscryer/templates/errors/500.html b/roundtable/templates/errors/500.html similarity index 100% rename from fabledscryer/templates/errors/500.html rename to roundtable/templates/errors/500.html diff --git a/fabledscryer/templates/hosts/form.html b/roundtable/templates/hosts/form.html similarity index 100% rename from fabledscryer/templates/hosts/form.html rename to roundtable/templates/hosts/form.html diff --git a/fabledscryer/templates/hosts/list.html b/roundtable/templates/hosts/list.html similarity index 100% rename from fabledscryer/templates/hosts/list.html rename to roundtable/templates/hosts/list.html diff --git a/fabledscryer/templates/hosts/uptime.html b/roundtable/templates/hosts/uptime.html similarity index 100% rename from fabledscryer/templates/hosts/uptime.html rename to roundtable/templates/hosts/uptime.html diff --git a/fabledscryer/templates/hosts/uptime_widget.html b/roundtable/templates/hosts/uptime_widget.html similarity index 100% rename from fabledscryer/templates/hosts/uptime_widget.html rename to roundtable/templates/hosts/uptime_widget.html diff --git a/fabledscryer/templates/ping/index.html b/roundtable/templates/ping/index.html similarity index 100% rename from fabledscryer/templates/ping/index.html rename to roundtable/templates/ping/index.html diff --git a/fabledscryer/templates/ping/rows.html b/roundtable/templates/ping/rows.html similarity index 100% rename from fabledscryer/templates/ping/rows.html rename to roundtable/templates/ping/rows.html diff --git a/fabledscryer/templates/settings/_ansible_sources.html b/roundtable/templates/settings/_ansible_sources.html similarity index 100% rename from fabledscryer/templates/settings/_ansible_sources.html rename to roundtable/templates/settings/_ansible_sources.html diff --git a/fabledscryer/templates/settings/_catalog_partial.html b/roundtable/templates/settings/_catalog_partial.html similarity index 100% rename from fabledscryer/templates/settings/_catalog_partial.html rename to roundtable/templates/settings/_catalog_partial.html diff --git a/fabledscryer/templates/settings/_install_result.html b/roundtable/templates/settings/_install_result.html similarity index 100% rename from fabledscryer/templates/settings/_install_result.html rename to roundtable/templates/settings/_install_result.html diff --git a/fabledscryer/templates/settings/_plugin_repos.html b/roundtable/templates/settings/_plugin_repos.html similarity index 100% rename from fabledscryer/templates/settings/_plugin_repos.html rename to roundtable/templates/settings/_plugin_repos.html diff --git a/fabledscryer/templates/settings/_restart_pending.html b/roundtable/templates/settings/_restart_pending.html similarity index 100% rename from fabledscryer/templates/settings/_restart_pending.html rename to roundtable/templates/settings/_restart_pending.html diff --git a/fabledscryer/templates/settings/_tabs.html b/roundtable/templates/settings/_tabs.html similarity index 100% rename from fabledscryer/templates/settings/_tabs.html rename to roundtable/templates/settings/_tabs.html diff --git a/fabledscryer/templates/settings/ansible.html b/roundtable/templates/settings/ansible.html similarity index 100% rename from fabledscryer/templates/settings/ansible.html rename to roundtable/templates/settings/ansible.html diff --git a/fabledscryer/templates/settings/auth.html b/roundtable/templates/settings/auth.html similarity index 100% rename from fabledscryer/templates/settings/auth.html rename to roundtable/templates/settings/auth.html diff --git a/fabledscryer/templates/settings/general.html b/roundtable/templates/settings/general.html similarity index 100% rename from fabledscryer/templates/settings/general.html rename to roundtable/templates/settings/general.html diff --git a/fabledscryer/templates/settings/index.html b/roundtable/templates/settings/index.html similarity index 100% rename from fabledscryer/templates/settings/index.html rename to roundtable/templates/settings/index.html diff --git a/fabledscryer/templates/settings/notifications.html b/roundtable/templates/settings/notifications.html similarity index 100% rename from fabledscryer/templates/settings/notifications.html rename to roundtable/templates/settings/notifications.html diff --git a/fabledscryer/templates/settings/plugin_detail.html b/roundtable/templates/settings/plugin_detail.html similarity index 100% rename from fabledscryer/templates/settings/plugin_detail.html rename to roundtable/templates/settings/plugin_detail.html diff --git a/fabledscryer/templates/settings/plugins.html b/roundtable/templates/settings/plugins.html similarity index 100% rename from fabledscryer/templates/settings/plugins.html rename to roundtable/templates/settings/plugins.html diff --git a/fabledscryer/templates/settings/reports.html b/roundtable/templates/settings/reports.html similarity index 100% rename from fabledscryer/templates/settings/reports.html rename to roundtable/templates/settings/reports.html