MANIFEST.in
README.md
pyproject.toml
setup.py
abyss/__init__.py
abyss/settings.py
abyss/urls.py
abyss/wsgi.py
tsuru_dashboard/__init__.py
tsuru_dashboard/settings.py
tsuru_dashboard/urls.py
tsuru_dashboard.egg-info/PKG-INFO
tsuru_dashboard.egg-info/SOURCES.txt
tsuru_dashboard.egg-info/dependency_links.txt
tsuru_dashboard.egg-info/requires.txt
tsuru_dashboard.egg-info/top_level.txt
tsuru_dashboard/admin/__init__.py
tsuru_dashboard/admin/models.py
tsuru_dashboard/admin/urls.py
tsuru_dashboard/admin/views.py
tsuru_dashboard/admin/tests/__init__.py
tsuru_dashboard/admin/tests/test_custom_filters_and_tags.py
tsuru_dashboard/admin/tests/test_deploy_info_view.py
tsuru_dashboard/admin/tests/test_list_deploys_view.py
tsuru_dashboard/admin/tests/test_list_healing_view.py
tsuru_dashboard/admin/tests/test_node_add_view.py
tsuru_dashboard/admin/tests/test_node_info_json_view.py
tsuru_dashboard/admin/tests/test_node_info_view.py
tsuru_dashboard/admin/tests/test_node_remove_view.py
tsuru_dashboard/admin/tests/test_pool_info_view.py
tsuru_dashboard/admin/tests/test_pool_list_view.py
tsuru_dashboard/admin/tests/test_pool_rebalance.py
tsuru_dashboard/admin/tests/test_template_list_json_view.py
tsuru_dashboard/admin/tests/test_urls.py
tsuru_dashboard/apps/__init__.py
tsuru_dashboard/apps/forms.py
tsuru_dashboard/apps/models.py
tsuru_dashboard/apps/urls.py
tsuru_dashboard/apps/views.py
tsuru_dashboard/apps/tests/__init__.py
tsuru_dashboard/apps/tests/test_app_detail_json_view.py
tsuru_dashboard/apps/tests/test_app_info_view.py
tsuru_dashboard/apps/tests/test_app_log_view.py
tsuru_dashboard/apps/tests/test_app_rollback_view.py
tsuru_dashboard/apps/tests/test_app_settings_view.py
tsuru_dashboard/apps/tests/test_create_app_form.py
tsuru_dashboard/apps/tests/test_create_app_view.py
tsuru_dashboard/apps/tests/test_deploy_info_view.py
tsuru_dashboard/apps/tests/test_deploy_list.py
tsuru_dashboard/apps/tests/test_event_info.py
tsuru_dashboard/apps/tests/test_event_list.py
tsuru_dashboard/apps/tests/test_list_app_json_view.py
tsuru_dashboard/apps/tests/test_list_app_view.py
tsuru_dashboard/apps/tests/test_log.py
tsuru_dashboard/apps/tests/test_remove_app_view.py
tsuru_dashboard/apps/tests/test_unlock.py
tsuru_dashboard/auth/__init__.py
tsuru_dashboard/auth/forms.py
tsuru_dashboard/auth/models.py
tsuru_dashboard/auth/urls.py
tsuru_dashboard/auth/views.py
tsuru_dashboard/auth/tests/__init__.py
tsuru_dashboard/auth/tests/test_add_user_to_team_form.py
tsuru_dashboard/auth/tests/test_callback_view.py
tsuru_dashboard/auth/tests/test_change_password.py
tsuru_dashboard/auth/tests/test_change_password_form.py
tsuru_dashboard/auth/tests/test_keys_add_forms.py
tsuru_dashboard/auth/tests/test_keys_add_view.py
tsuru_dashboard/auth/tests/test_keys_list_view.py
tsuru_dashboard/auth/tests/test_keys_remove_view.py
tsuru_dashboard/auth/tests/test_login_form.py
tsuru_dashboard/auth/tests/test_login_required_mixin.py
tsuru_dashboard/auth/tests/test_login_required_view.py
tsuru_dashboard/auth/tests/test_login_view.py
tsuru_dashboard/auth/tests/test_logout_view.py
tsuru_dashboard/auth/tests/test_password_recovery_form.py
tsuru_dashboard/auth/tests/test_password_recovery_success_view.py
tsuru_dashboard/auth/tests/test_password_recovery_view.py
tsuru_dashboard/auth/tests/test_permission_required_mixin.py
tsuru_dashboard/auth/tests/test_signup_form.py
tsuru_dashboard/auth/tests/test_signup_view.py
tsuru_dashboard/auth/tests/test_token_request_form.py
tsuru_dashboard/auth/tests/test_token_request_success_view.py
tsuru_dashboard/auth/tests/test_token_request_view.py
tsuru_dashboard/auth/tests/test_utils.py
tsuru_dashboard/components/__init__.py
tsuru_dashboard/components/urls.py
tsuru_dashboard/components/views.py
tsuru_dashboard/components/tests/__init__.py
tsuru_dashboard/components/tests/test_component_list_json_view.py
tsuru_dashboard/dashboard/__init__.py
tsuru_dashboard/dashboard/urls.py
tsuru_dashboard/dashboard/views.py
tsuru_dashboard/dashboard/tests/__init__.py
tsuru_dashboard/dashboard/tests/test_cloud_status_view.py
tsuru_dashboard/dashboard/tests/test_deploys_view.py
tsuru_dashboard/dashboard/tests/test_healing_view.py
tsuru_dashboard/engine/__init__.py
tsuru_dashboard/engine/tests.py
tsuru_dashboard/events/__init__.py
tsuru_dashboard/events/apps.py
tsuru_dashboard/events/tests.py
tsuru_dashboard/events/urls.py
tsuru_dashboard/events/views.py
tsuru_dashboard/events/migrations/__init__.py
tsuru_dashboard/healthcheck/__init__.py
tsuru_dashboard/healthcheck/tests.py
tsuru_dashboard/healthcheck/urls.py
tsuru_dashboard/healthcheck/views.py
tsuru_dashboard/healthcheck/migrations/__init__.py
tsuru_dashboard/metrics/__init__.py
tsuru_dashboard/metrics/urls.py
tsuru_dashboard/metrics/views.py
tsuru_dashboard/metrics/backends/__init__.py
tsuru_dashboard/metrics/backends/tests.py
tsuru_dashboard/metrics/backends/base/__init__.py
tsuru_dashboard/metrics/backends/base/test_backend.py
tsuru_dashboard/metrics/backends/elasticsearch/__init__.py
tsuru_dashboard/metrics/backends/elasticsearch/test_backend.py
tsuru_dashboard/metrics/backends/elasticsearch/test_elasticsearch.py
tsuru_dashboard/metrics/backends/elasticsearch/test_es_filters.py
tsuru_dashboard/metrics/backends/prometheus/__init__.py
tsuru_dashboard/metrics/backends/prometheus/test_prometheus.py
tsuru_dashboard/metrics/migrations/__init__.py
tsuru_dashboard/metrics/tests/__init__.py
tsuru_dashboard/metrics/tests/test_views.py
tsuru_dashboard/services/__init__.py
tsuru_dashboard/services/forms.py
tsuru_dashboard/services/models.py
tsuru_dashboard/services/urls.py
tsuru_dashboard/services/views.py
tsuru_dashboard/services/tests/__init__.py
tsuru_dashboard/services/tests/test_bind.py
tsuru_dashboard/services/tests/test_service_add_view.py
tsuru_dashboard/services/tests/test_service_detail_view.py
tsuru_dashboard/services/tests/test_service_form.py
tsuru_dashboard/services/tests/test_service_list_view.py
tsuru_dashboard/services/tests/test_service_remove_view.py
tsuru_dashboard/services/tests/test_unbind.py
tsuru_dashboard/services/tests/test_urls.py
tsuru_dashboard/static/__tests__/app-list.js
tsuru_dashboard/static/__tests__/app-settings.js
tsuru_dashboard/static/__tests__/base.js
tsuru_dashboard/static/__tests__/component-list.js
tsuru_dashboard/static/__tests__/datetime-field.js
tsuru_dashboard/static/__tests__/event-cancel.js
tsuru_dashboard/static/__tests__/event-list.js
tsuru_dashboard/static/__tests__/loading-test.js
tsuru_dashboard/static/__tests__/log.js
tsuru_dashboard/static/__tests__/metrics.js
tsuru_dashboard/static/__tests__/node-create.js
tsuru_dashboard/static/__tests__/node-info.js
tsuru_dashboard/static/__tests__/options-menu.js
tsuru_dashboard/static/__tests__/pool-rebalance.js
tsuru_dashboard/static/__tests__/pool.js
tsuru_dashboard/static/__tests__/request-manager.js
tsuru_dashboard/static/__tests__/resources.legacy.js
tsuru_dashboard/static/__tests__/text-input.js
tsuru_dashboard/static/css/abyss.css
tsuru_dashboard/static/css/abyss.login.css
tsuru_dashboard/static/css/abyss.services.css
tsuru_dashboard/static/css/abyss.widget.css
tsuru_dashboard/static/css/bootstrap.min.css
tsuru_dashboard/static/css/close.png
tsuru_dashboard/static/css/datepicker.css
tsuru_dashboard/static/css/deploy-diff.css
tsuru_dashboard/static/css/deploys.css
tsuru_dashboard/static/css/detail.css
tsuru_dashboard/static/css/dropzone.css
tsuru_dashboard/static/css/healings.css
tsuru_dashboard/static/css/jquery-ui.css
tsuru_dashboard/static/css/jquery.modal.css
tsuru_dashboard/static/css/loader.css
tsuru_dashboard/static/css/pool-rebalance.css
tsuru_dashboard/static/css/razorflow.min.css
tsuru_dashboard/static/css/apps/apps.css
tsuru_dashboard/static/css/apps/components/icono.min.css
tsuru_dashboard/static/css/apps/pages/list.css
tsuru_dashboard/static/css/metrics/components/metrics.legacy.css
tsuru_dashboard/static/css/metrics/components/resources.css
tsuru_dashboard/static/css/pages/app-log.css
tsuru_dashboard/static/css/pages/event-info.css
tsuru_dashboard/static/css/pages/event-list.css
tsuru_dashboard/static/css/pages/node-create.css
tsuru_dashboard/static/css/pages/node-info.css
tsuru_dashboard/static/fonts/glyphicons-halflings-regular.svg
tsuru_dashboard/static/img/ajax-loader.gif
tsuru_dashboard/static/img/alpha.png
tsuru_dashboard/static/img/brand.svg
tsuru_dashboard/static/img/breadcrumb.png
tsuru_dashboard/static/img/favicon.ico
tsuru_dashboard/static/img/glyphicons-halflings-white.png
tsuru_dashboard/static/img/glyphicons-halflings.png
tsuru_dashboard/static/img/gritter-light.png
tsuru_dashboard/static/img/gritter-long.png
tsuru_dashboard/static/img/gritter.png
tsuru_dashboard/static/img/hue.png
tsuru_dashboard/static/img/ie-spacer.gif
tsuru_dashboard/static/img/larrow.png
tsuru_dashboard/static/img/line.png
tsuru_dashboard/static/img/logo-small.png
tsuru_dashboard/static/img/logo.png
tsuru_dashboard/static/img/menu-active.png
tsuru_dashboard/static/img/rarrow.png
tsuru_dashboard/static/img/razorflow.sprite.png
tsuru_dashboard/static/img/saturation.png
tsuru_dashboard/static/img/select2.png
tsuru_dashboard/static/img/select2x2.png
tsuru_dashboard/static/img/spinner.gif
tsuru_dashboard/static/img/sprite.png
tsuru_dashboard/static/img/icons/16/book.png
tsuru_dashboard/static/img/icons/16/cabinet.png
tsuru_dashboard/static/img/icons/16/calendar.png
tsuru_dashboard/static/img/icons/16/client.png
tsuru_dashboard/static/img/icons/16/database.png
tsuru_dashboard/static/img/icons/16/download.png
tsuru_dashboard/static/img/icons/16/graph.png
tsuru_dashboard/static/img/icons/16/home.png
tsuru_dashboard/static/img/icons/16/lock.png
tsuru_dashboard/static/img/icons/16/mail.png
tsuru_dashboard/static/img/icons/16/pdf.png
tsuru_dashboard/static/img/icons/16/people.png
tsuru_dashboard/static/img/icons/16/piechart.png
tsuru_dashboard/static/img/icons/16/search.png
tsuru_dashboard/static/img/icons/16/shopping-bag.png
tsuru_dashboard/static/img/icons/16/survey.png
tsuru_dashboard/static/img/icons/16/tag.png
tsuru_dashboard/static/img/icons/16/user.png
tsuru_dashboard/static/img/icons/16/wallet.png
tsuru_dashboard/static/img/icons/16/web.png
tsuru_dashboard/static/img/icons/32/book.png
tsuru_dashboard/static/img/icons/32/cabinet.png
tsuru_dashboard/static/img/icons/32/calendar.png
tsuru_dashboard/static/img/icons/32/client.png
tsuru_dashboard/static/img/icons/32/database.png
tsuru_dashboard/static/img/icons/32/download.png
tsuru_dashboard/static/img/icons/32/graph.png
tsuru_dashboard/static/img/icons/32/home.png
tsuru_dashboard/static/img/icons/32/lock.png
tsuru_dashboard/static/img/icons/32/mail.png
tsuru_dashboard/static/img/icons/32/pdf.png
tsuru_dashboard/static/img/icons/32/people.png
tsuru_dashboard/static/img/icons/32/piechart.png
tsuru_dashboard/static/img/icons/32/search.png
tsuru_dashboard/static/img/icons/32/shopping-bag.png
tsuru_dashboard/static/img/icons/32/survey.png
tsuru_dashboard/static/img/icons/32/tag.png
tsuru_dashboard/static/img/icons/32/user.png
tsuru_dashboard/static/img/icons/32/wallet.png
tsuru_dashboard/static/img/icons/32/web.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_glass_75_dadada_1x400.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_glass_75_ffffff_1x400.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png
tsuru_dashboard/static/img/jquery-ui/ui-bg_inset-soft_95_fef1ec_1x100.png
tsuru_dashboard/static/img/jquery-ui/ui-icons_222222_256x240.png
tsuru_dashboard/static/img/jquery-ui/ui-icons_2e83ff_256x240.png
tsuru_dashboard/static/img/jquery-ui/ui-icons_454545_256x240.png
tsuru_dashboard/static/img/jquery-ui/ui-icons_888888_256x240.png
tsuru_dashboard/static/img/jquery-ui/ui-icons_cd0a0a_256x240.png
tsuru_dashboard/static/img/jquery-ui/ui-icons_f6cf3b_256x240.png
tsuru_dashboard/static/js/lib/confirmation.js
tsuru_dashboard/static/js/lib/dashboard.js
tsuru_dashboard/static/js/lib/first_word.js
tsuru_dashboard/static/js/lib/healing-modal.js
tsuru_dashboard/static/js/lib/request-manager.js
tsuru_dashboard/static/js/pages/app-settings.js
tsuru_dashboard/static/js/pages/component-list.js
tsuru_dashboard/static/js/pages/deploy.js
tsuru_dashboard/static/js/pages/event-info.js
tsuru_dashboard/static/js/pages/event-list.js
tsuru_dashboard/static/js/pages/list.js
tsuru_dashboard/static/js/pages/log.js
tsuru_dashboard/static/js/pages/node-info.js
tsuru_dashboard/static/js/pages/pool-info.js
tsuru_dashboard/static/js/pages/pool-legacy-metrics.js
tsuru_dashboard/static/js/pages/pool-list.js
tsuru_dashboard/static/js/pages/pool-rebalance.js
tsuru_dashboard/static/js/pages/resources.legacy.js
tsuru_dashboard/static/js/src/components/app-settings.js
tsuru_dashboard/static/js/src/components/base.js
tsuru_dashboard/static/js/src/components/component-list.js
tsuru_dashboard/static/js/src/components/datetime-field.js
tsuru_dashboard/static/js/src/components/deploy.js
tsuru_dashboard/static/js/src/components/event-cancel.js
tsuru_dashboard/static/js/src/components/event-list.css.js
tsuru_dashboard/static/js/src/components/event-list.js
tsuru_dashboard/static/js/src/components/list.js
tsuru_dashboard/static/js/src/components/loading.js
tsuru_dashboard/static/js/src/components/log.css.js
tsuru_dashboard/static/js/src/components/log.js
tsuru_dashboard/static/js/src/components/metrics.js
tsuru_dashboard/static/js/src/components/node-create.js
tsuru_dashboard/static/js/src/components/node-info.js
tsuru_dashboard/static/js/src/components/options-menu.js
tsuru_dashboard/static/js/src/components/pool-rebalance.js
tsuru_dashboard/static/js/src/components/pool.js
tsuru_dashboard/static/js/src/components/resources.legacy.js
tsuru_dashboard/static/js/src/components/text-input.css.js
tsuru_dashboard/static/js/src/components/text-input.js
tsuru_dashboard/static/js/src/components/top-slow.js
tsuru_dashboard/static/js/src/lib/confirmation.js
tsuru_dashboard/static/js/src/lib/dashboard.js
tsuru_dashboard/static/js/src/lib/first_word.js
tsuru_dashboard/static/js/src/lib/healing-modal.js
tsuru_dashboard/static/js/src/lib/request-manager.js
tsuru_dashboard/static/js/src/pages/app-settings.js
tsuru_dashboard/static/js/src/pages/component-list.js
tsuru_dashboard/static/js/src/pages/deploy.js
tsuru_dashboard/static/js/src/pages/event-info.js
tsuru_dashboard/static/js/src/pages/event-list.js
tsuru_dashboard/static/js/src/pages/list.js
tsuru_dashboard/static/js/src/pages/log.js
tsuru_dashboard/static/js/src/pages/node-info.js
tsuru_dashboard/static/js/src/pages/pool-info.js
tsuru_dashboard/static/js/src/pages/pool-legacy-metrics.js
tsuru_dashboard/static/js/src/pages/pool-list.js
tsuru_dashboard/static/js/src/pages/pool-rebalance.js
tsuru_dashboard/static/js/src/pages/resources.legacy.js
tsuru_dashboard/static/js/src/vendor/bootstrap.min.js
tsuru_dashboard/static/js/src/vendor/jquery-ui.custom.js
tsuru_dashboard/static/js/src/vendor/jquery.flot.min.js
tsuru_dashboard/static/js/src/vendor/jquery.flot.time.min.js
tsuru_dashboard/static/js/src/vendor/jquery.flot.tooltip.min.js
tsuru_dashboard/static/js/src/vendor/jquery.min.js
tsuru_dashboard/static/js/src/vendor/jquery.modal.js
tsuru_dashboard/static/js/src/vendor/jszip.js
tsuru_dashboard/static/js/src/vendor/oboe-browser.min.js
tsuru_dashboard/static/js/src/vendor/razorflow.min.js
tsuru_dashboard/static/js/vendor/bootstrap.min.js
tsuru_dashboard/static/js/vendor/jquery-ui.custom.js
tsuru_dashboard/static/js/vendor/jquery.flot.min.js
tsuru_dashboard/static/js/vendor/jquery.flot.time.min.js
tsuru_dashboard/static/js/vendor/jquery.flot.tooltip.min.js
tsuru_dashboard/static/js/vendor/jquery.min.js
tsuru_dashboard/static/js/vendor/jquery.modal.js
tsuru_dashboard/static/js/vendor/jszip.js
tsuru_dashboard/static/js/vendor/oboe-browser.min.js
tsuru_dashboard/static/js/vendor/razorflow.min.js
tsuru_dashboard/teams/__init__.py
tsuru_dashboard/teams/forms.py
tsuru_dashboard/teams/models.py
tsuru_dashboard/teams/urls.py
tsuru_dashboard/teams/views.py
tsuru_dashboard/teams/tests/__init__.py
tsuru_dashboard/teams/tests/test_add_user_view.py
tsuru_dashboard/teams/tests/test_add_view.py
tsuru_dashboard/teams/tests/test_form.py
tsuru_dashboard/teams/tests/test_info_view.py
tsuru_dashboard/teams/tests/test_list_view.py
tsuru_dashboard/teams/tests/test_remove_user_view.py
tsuru_dashboard/teams/tests/test_remove_view.py
tsuru_dashboard/templates/404.html
tsuru_dashboard/templates/500.html
tsuru_dashboard/templates/base.html
tsuru_dashboard/templates/messages.html
tsuru_dashboard/templates/sidebar.html
tsuru_dashboard/templates/admin/_pool_info_base.html
tsuru_dashboard/templates/admin/_pool_navbar.html
tsuru_dashboard/templates/admin/_pool_nodes.html
tsuru_dashboard/templates/admin/list_healing.html
tsuru_dashboard/templates/admin/node_info.html
tsuru_dashboard/templates/admin/pool_info.html
tsuru_dashboard/templates/admin/pool_list.html
tsuru_dashboard/templates/admin/pool_metrics.html
tsuru_dashboard/templates/apps/app_add_team.html
tsuru_dashboard/templates/apps/app_log.html
tsuru_dashboard/templates/apps/app_team.html
tsuru_dashboard/templates/apps/base.html
tsuru_dashboard/templates/apps/create.html
tsuru_dashboard/templates/apps/deploy.html
tsuru_dashboard/templates/apps/deploys.html
tsuru_dashboard/templates/apps/event.html
tsuru_dashboard/templates/apps/events.html
tsuru_dashboard/templates/apps/info.html
tsuru_dashboard/templates/apps/list.html
tsuru_dashboard/templates/apps/navbar.html
tsuru_dashboard/templates/apps/resources.html
tsuru_dashboard/templates/apps/settings.html
tsuru_dashboard/templates/auth/change_password.html
tsuru_dashboard/templates/auth/key_add.html
tsuru_dashboard/templates/auth/key_list.html
tsuru_dashboard/templates/auth/login.html
tsuru_dashboard/templates/auth/password_recovery.html
tsuru_dashboard/templates/auth/password_recovery_success.html
tsuru_dashboard/templates/auth/signup.html
tsuru_dashboard/templates/auth/team.html
tsuru_dashboard/templates/auth/token_request.html
tsuru_dashboard/templates/auth/token_request_success.html
tsuru_dashboard/templates/components/list.html
tsuru_dashboard/templates/dashboard/dashboard.html
tsuru_dashboard/templates/deploys/deploy_details.html
tsuru_dashboard/templates/deploys/list_deploys.html
tsuru_dashboard/templates/deploys/paginator.html
tsuru_dashboard/templates/events/info.html
tsuru_dashboard/templates/events/list.html
tsuru_dashboard/templates/events/info/_content.html
tsuru_dashboard/templates/events/info/_css.html
tsuru_dashboard/templates/events/info/_js.html
tsuru_dashboard/templates/events/list/_content.html
tsuru_dashboard/templates/events/list/_css.html
tsuru_dashboard/templates/events/list/_js.html
tsuru_dashboard/templates/services/add.html
tsuru_dashboard/templates/services/detail.html
tsuru_dashboard/templates/services/list.html
tsuru_dashboard/templates/teams/add.html
tsuru_dashboard/templates/teams/info.html
tsuru_dashboard/templates/teams/list.html
tsuru_dashboard/templatetags/__init__.py
tsuru_dashboard/templatetags/events.py
tsuru_dashboard/templatetags/filters_deploys.py
tsuru_dashboard/templatetags/math.py
tsuru_dashboard/templatetags/paginator.py