aiogram/docs/dispatcher
Rishat-F 1ef7655fd7
Added MongoStorage for FSM (#1434)
* Mongo storage included to storages test

* Added few additional checks in storages test

* Added MongoStorage for FSM

* Added changes description

* Fixed error message syntax

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>

* Resolved mypy check error

* IF/ELSE statement simplified

* Fix ruff linter error: RET505 Unnecessary `elif` after `return` statement

* Fix ruff linter error: E501 Line too long (100 > 99)

* Added mongo storage testing in CI

* Refactoring while review

* Refactoring while review

* Storing FSM state and data together in MongoDB-storage

* Fix CI - MongoDB container action is only supported on Linux

* Refactoring while review

* Enable Macos in pypy-tests section of CI

* Refactoring while review

* Makefile updated

* redis and mongo storages tests do not run in pypy-tests job of CI

* Fix docstring of DefaultKeyBuilder

---------

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2024-05-07 22:42:31 +03:00
..
class_based_handlers Update base.rst (#1340) 2023-10-18 22:00:25 +03:00
filters Update command.rst (#1470) 2024-04-24 22:38:26 +03:00
finite_state_machine Added MongoStorage for FSM (#1434) 2024-05-07 22:42:31 +03:00
dependency_injection.rst Fixed structure of DI docs page, included it in toctree 2023-08-13 22:14:33 +03:00
dispatcher.rst docs: Correct a typo error (#1473) 2024-04-30 23:35:56 +03:00
errors.rst Migration guide 2.x -> 3.0 (#1143) 2023-07-29 22:36:12 +03:00
flags.rst Callback answer feature (#1091) 2023-01-08 16:49:34 +02:00
index.rst Small documentation improvements and texts update 2023-08-26 23:18:20 +03:00
long_polling.rst Webhook docs (#1248) 2023-08-06 16:59:29 +03:00
middlewares.rst #1314 Mention that event can be skipped 2023-11-14 02:53:13 +02:00
router.rst Describe new event observers in the docs 2023-12-31 15:21:41 +02:00
webhook.rst Refresh translation files 2023-10-29 02:32:40 +03:00