sheldygg
5833996abd
fix test
2022-10-31 09:23:04 +02:00
sheldygg
987c6d6e48
adding new tests
2022-10-31 09:10:18 +02:00
sheldygg
293186cc08
after black and isort using
2022-10-31 09:53:24 +03:00
sheldygg
1e92f9ab1c
after black and isort using
2022-10-31 09:49:39 +03:00
sheldygg
f6c359addb
Merge branch 'dev-3.x' of github.com:sheldygg/aiogram into dev-3.x
2022-10-31 00:20:45 +03:00
sheldygg
9dbaad44fe
update test_user
2022-10-31 00:19:54 +03:00
sheldy
f8ef8e6d58
Create 1049.feature.rst
2022-10-30 21:30:21 +03:00
sheldygg
970ef46f82
add new method
2022-10-30 21:23:11 +03:00
v9lu
67fbee454a
Updated: message.py ( #1047 )
...
* Updated: message.py
-Fixed reply_invoice
-Fixed answer_invoice
* Updated: message.py
-Fixed reply_invoice
-Fixed answer_invoice
* Updated: message.py
-Fixed reply_invoice
-Fixed answer_invoice
* Create 1047.bugfix.rst
* Deleted aiogram/message.py
* Update CHANGES/1047.bugfix.rst
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2022-10-30 14:28:52 +02:00
Alex Root Junior
93f24e882d
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x
2022-10-26 22:22:56 +03:00
Alex Root Junior
958ffbc354
Added Python 3.11 package badge
2022-10-26 22:22:44 +03:00
Alex Root Junior
6db3778c6f
Tests on Python 3.11 ( #1044 )
...
* Try to use Python 3.11
* Remove `asynctest` dependency
* Fixed aiofiles tests
* Added changelog
2022-10-26 22:21:04 +03:00
Alex Root Junior
c7a85de579
Update pre-commit, disable poetry update on commit
2022-10-25 22:43:00 +03:00
Daria
1e60e10997
UA translation of filtering events docs ( #1043 )
...
* UA translation of filtering events docs
* Small changes in description
* Remove unused text
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2022-10-25 22:24:06 +03:00
Alex Root Junior
5c3f442866
Reformat code
2022-10-22 01:02:56 +03:00
Danipulok
8b0ca520f3
Add missing Message methods ( #1030 )
...
* Add `Message.forward` method
* Add docs
* Add other methods
* Fix
* Add changes
* Fix lints
* Update CHANGES/1030.feature.rst
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2022-10-22 00:29:29 +03:00
Danipulok
f4d3dbf3bf
Fix typehints for Message media group methods ( #1029 )
...
* Fix typehints for `Message` media group methods
* Create 1029.doc.rst
* Fix importes
2022-10-21 22:23:58 +03:00
Daria
dea1623435
UA translation of FSM & Middlewares docs ( #1035 )
2022-10-21 22:21:46 +03:00
Daria
9c4f60fb1b
UA translation of Observer docs ( #1034 )
2022-10-19 23:19:40 +03:00
Alex Root Junior
01028f10eb
Small fix in translated pages
2022-10-18 02:12:24 +03:00
dimaluts
6e31f93951
Translate flags docs page to uk_UA ( #1025 )
...
* Translate flags docs page to uk_UA
2022-10-15 01:06:35 +03:00
Alex Root Junior
41c802010d
Small fix in translated pages
2022-10-15 00:46:53 +03:00
Alex Root Junior
048172bcc2
Translate utils docs // uk_UA // TY @MelissaLemon
2022-10-14 19:46:19 +03:00
Daniil
7a618b41f9
Update router.rst ( #1023 )
...
Fix typo error in docs
2022-10-11 20:04:28 +03:00
Alex Root Junior
2429e4a1ac
Fixed keyboard builder button typehint
2022-10-10 13:30:06 +03:00
Alex Root Junior
b0f251a8b8
Combining filters (again) ( #1018 )
...
* Added explicit logic filters, added slots to all other filters
* Update translation files
* Update docs
2022-10-03 01:23:22 +03:00
Andrew
1a3e2a8991
Fix UA translations in index.po ( #1017 )
...
* Fix ua translations in index.po
Пофікшені і додані деякі переклади
* ADD Changelog
2022-10-03 01:05:55 +03:00
Alex Root Junior
9041cc72f1
Fixed readme :ref: tag
2022-10-02 19:42:33 +03:00
Alex Root Junior
49372d14fd
Forget about virtualenv in pipeline
2022-10-02 19:38:26 +03:00
Alex Root Junior
1fa7fae6b3
Fixed deployment pipeline (Python version)
2022-10-02 19:33:17 +03:00
Alex Root Junior
f90c955b15
Generate changelog
2022-10-02 19:30:46 +03:00
Alex Root Junior
efae83d337
Added more details when server send invalid response
2022-10-02 19:22:12 +03:00
Alex Root Junior
44ae565149
Change changelog categories, update dependencies
2022-10-02 18:24:26 +03:00
Alex Root Junior
d824155a66
Added links to docs
2022-10-02 00:49:27 +03:00
Alex Root Junior
32a6589daf
Downgrade Python for docs
2022-10-02 00:33:24 +03:00
Alex Root Junior
d988d3e0f2
Maybe this?
2022-10-02 00:31:27 +03:00
Alex Root Junior
a07e23804a
Update RTD build
2022-10-02 00:28:50 +03:00
Alex Root Junior
5a9ea04efc
Fixed escaping markdown in aiogram.utils.markdown module
2022-10-02 00:09:28 +03:00
Alex Root Junior
f4251382e8
Remove filters factory, introduce docs translation ( #978 )
...
* Rewrite filters
* Update README.rst
* Fixed tests
* Small optimization of the Text filter (TY to @bomzheg)
* Remove dataclass slots argument in due to the only Python 3.10 has an slots argument
* Fixed mypy
* Update tests
* Disable Python 3.11
* Fixed #1013 : Empty mention should be None instead of empty string.
* Added #990 to the changelog
* Added #942 to the changelog
* Fixed coverage
* Update poetry and dependencies
* Fixed mypy
* Remove deprecated code
* Added more tests, update pyproject.toml
* Partial update docs
* Added initial Docs translation files
* Added more changes
* Added log message when connection is established in polling process
* Fixed action
* Disable lint for PyPy
* Added changelog for docs translation
2022-10-02 00:04:31 +03:00
Oleg A
94030903ec
Fix chat type example ( #999 )
2022-09-18 17:08:45 +03:00
Oleg A
a08c2e750c
Add representation for aiogram exception ( #989 )
...
* feat: add repr for aiogram exception
#988
* docs: add changelog
#988
* tests: add representation coverage
#988
* fix: correct test result type
#988
2022-09-11 23:16:47 +03:00
Alex Root Junior
0b5f4d62c7
Prevent to crash polling ( #995 )
...
* Prevent to crash polling
* Added changelog
2022-08-30 01:46:19 +03:00
Evgen Fil
40c29a0494
PyPy support ( #985 )
...
* Run tests on PyPy (#984 )
Remove unnecessary `jobs.build.strategy.max_parallel` attribute
* Workaround `symlink() is not implemented for PyPy on Windows`
* Quote conditions in tests workflow file
* Fix quoting in Poetry installation script
* Adjust timeout when testing on pypy
Running the tests with coverage pytest plugin makes some tests run slower than expected
* Try to fix uvloop build errors on macos-latest
* Try to fix uvloop build errors on macos-latest (2)
* Adjust timeout when testing on pypy (2)
* Increase timeout even more
* Try to fix uvloop build errors on macos-latest (3)
* Update tests.yml, revert changes in test files
Add and improve step names
Merge "Lint code" and "Check code-style" steps
Don't install uvloop on macos when running on pypy
Don't run tests with coverage on pypy
Remove test timeout adjustments
* Fix condition
* Update README, add changelog
* Put environment info (`IS_PYPY`, `IS_WINDOWS`) into environment variables
* Fix conditions
2022-08-30 01:23:43 +03:00
Alex Root Junior
e7cee430b2
Update README.rst
2022-08-24 00:44:17 +03:00
Daniil
a812a40fd5
Update dispatcher.py ( #987 )
2022-08-24 00:38:03 +03:00
Alex Root Junior
3f57c69d4f
Fixed changelog // 2
2022-08-14 19:54:28 +03:00
Alex Root Junior
35533c57f1
Whitespace in changelog
2022-08-14 19:17:09 +03:00
Alex Root Junior
1b9e666557
Update docs
2022-08-14 18:54:43 +03:00
Alex Root Junior
0e0dbe7e59
Deprecate filters factory ( #976 )
...
* Deprecate filters factory
* Added changelog
* Update filters usage in docs and examples
2022-08-14 18:40:41 +03:00
Alex Root Junior
c1341ba2df
Added support of Bot API 6.2 ( #975 )
...
* Added support of Bot API 6.2
* Added changelog
* Update tests
* Update API version
* Update dependencies, pre-commit config
* Added pytest config
2022-08-14 16:32:29 +03:00