core/tests
J. Nick Koston 108b71d33c Use multiple indexed group-by queries to get start time states for MySQL (#138786)
* tweaks

* mysql

* mysql

* Update homeassistant/components/recorder/history/modern.py

* Update homeassistant/components/recorder/history/modern.py

* Update homeassistant/components/recorder/const.py

* Update homeassistant/components/recorder/statistics.py

* Apply suggestions from code review

* mysql

* mysql

* cover

* make sure db is fully init on old schema

* fixes

* fixes

* coverage

* coverage

* coverage

* s/slow_dependant_subquery/slow_dependent_subquery/g

* reword

* comment that callers are responsible for staying under the limit

* comment that callers are responsible for staying under the limit

* switch to kwargs

* reduce branching complexity

* split stats query

* preen

* split tests

* split tests
2025-03-02 16:11:04 +01:00
..
auth
components Use multiple indexed group-by queries to get start time states for MySQL (#138786) 2025-03-02 16:11:04 +01:00
fixtures
hassfest
helpers Fix variable scopes in scripts (#138883) 2025-02-26 16:19:19 +01:00
non_packaged_scripts
pylint Update signature of platforms' async_setup_entry (#138201) 2025-02-10 21:08:03 +01:00
resources
script Bump env_canada to 0.8.0 (#138237) 2025-03-02 16:11:03 +01:00
scripts
snapshots Merge config subentry feature branch to dev (#136121) 2025-02-10 16:40:07 +01:00
test_util
testing_config
util
__init__.py
common.py Clean up translations for mocked integrations inbetween tests (#138732) 2025-02-19 13:49:31 +01:00
conftest.py Minor adjustment of recorder helper (#138941) 2025-02-20 16:28:39 +00:00
ignore_uncaught_exceptions.py
patch_recorder.py
patch_time.py
ruff.toml
syrupy.py Merge config subentry feature branch to dev (#136121) 2025-02-10 16:40:07 +01:00
test_backports.py
test_backup_restore.py
test_block_async_io.py
test_bootstrap.py Better handle runtime recovery mode in bootstrap (#138624) 2025-02-24 13:23:39 +01:00
test_circular_imports.py Simplify stage 1 in bootstrap (#137668) 2025-02-13 13:07:24 +01:00
test_config.py
test_config_entries.py Add ability to get callback when a config entry state changes (#138943) 2025-02-21 11:55:56 +01:00
test_const.py
test_core.py
test_core_config.py
test_data_entry_flow.py
test_exceptions.py
test_loader.py Fix race in async_get_integrations with multiple calls when an integration is not found (#139270) 2025-02-25 19:08:53 +01:00
test_main.py
test_requirements.py
test_runner.py
test_setup.py
test_test_fixtures.py Clean up translations for mocked integrations inbetween tests (#138732) 2025-02-19 13:49:31 +01:00
typing.py