.coveragerc
.flake8
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
mypy.ini
pyproject.toml
pytest.ini
setup.py
tox.ini
check_patroni/__init__.py
check_patroni/__main__.py
check_patroni/cli.py
check_patroni/cluster.py
check_patroni/convert.py
check_patroni/node.py
check_patroni/types.py
check_patroni.egg-info/PKG-INFO
check_patroni.egg-info/SOURCES.txt
check_patroni.egg-info/dependency_links.txt
check_patroni.egg-info/entry_points.txt
check_patroni.egg-info/not-zip-safe
check_patroni.egg-info/requires.txt
check_patroni.egg-info/top_level.txt
docs/make_readme.sh
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_cluster_config_has_changed.py
tests/test_cluster_has_leader.py
tests/test_cluster_has_replica.py
tests/test_cluster_has_scheduled_action.py
tests/test_cluster_is_in_maintenance.py
tests/test_cluster_node_count.py
tests/test_node_is_alive.py
tests/test_node_is_leader.py
tests/test_node_is_pending_restart.py
tests/test_node_is_primary.py
tests/test_node_is_replica.py
tests/test_node_patroni_version.py
tests/test_node_tl_has_changed.py
tests/json/cluster_config_has_changed.json
tests/json/cluster_has_leader_ko.json
tests/json/cluster_has_leader_ko_standby_leader.json
tests/json/cluster_has_leader_ko_standby_leader_archiving.json
tests/json/cluster_has_leader_ok.json
tests/json/cluster_has_leader_ok_standby_leader.json
tests/json/cluster_has_replica_ko.json
tests/json/cluster_has_replica_ko_all_replica.json
tests/json/cluster_has_replica_ko_lag.json
tests/json/cluster_has_replica_ko_wrong_tl.json
tests/json/cluster_has_replica_ok.json
tests/json/cluster_has_replica_ok_lag.json
tests/json/cluster_has_replica_ok_quorum.json
tests/json/cluster_has_replica_patroni_verion_3.0.0.json
tests/json/cluster_has_replica_patroni_verion_3.1.0.json
tests/json/cluster_has_replica_standby_cluster_ok.json
tests/json/cluster_has_scheduled_action_ko_restart.json
tests/json/cluster_has_scheduled_action_ko_switchover.json
tests/json/cluster_has_scheduled_action_ok.json
tests/json/cluster_is_in_maintenance_ko.json
tests/json/cluster_is_in_maintenance_ko_pause_false.json
tests/json/cluster_is_in_maintenance_ok.json
tests/json/cluster_is_in_maintenance_ok_pause_false.json
tests/json/cluster_node_count_critical.json
tests/json/cluster_node_count_healthy_critical.json
tests/json/cluster_node_count_healthy_warning.json
tests/json/cluster_node_count_ko_in_archive_recovery.json
tests/json/cluster_node_count_ok.json
tests/json/cluster_node_count_ok_quorum.json
tests/json/cluster_node_count_ok_sync.json
tests/json/cluster_node_count_warning.json
tests/json/node_is_leader_ko.json
tests/json/node_is_leader_ko_standby_leader.json
tests/json/node_is_leader_ok.json
tests/json/node_is_leader_ok_standby_leader.json
tests/json/node_is_pending_restart_ko.json
tests/json/node_is_pending_restart_ok.json
tests/json/node_is_primary_ko.json
tests/json/node_is_primary_ok.json
tests/json/node_is_replica_ko.json
tests/json/node_is_replica_ok.json
tests/json/node_is_replica_ok_quorum.json
tests/json/node_is_replica_ok_sync.json
tests/json/node_patroni_version.json
tests/json/node_tl_has_changed.json