Commit graph

  • db397e3a05 Rework polling and start covering Alex Root Junior 2019-12-10 01:14:58 +02:00
  • 38c725db46 Fix test "test_dispatcher.test_dispatcher.TestDispatcher::test_feed_raw_update" Alex Root Junior 2019-12-09 21:39:06 +02:00
  • 2d6fc85dc0 Reformat code Alex Root Junior 2019-12-09 21:22:55 +02:00
  • 90e8c108ef Add docs for command filter Alex Root Junior 2019-12-09 21:21:15 +02:00
  • e2f428ea46
    Update FUNDING.yml Alex Root Junior 2019-12-04 18:11:03 +02:00
  • 9d78e82f8c Cover Command filter jrootjunior 2019-12-04 18:04:29 +02:00
  • 1cd993009e Refactor command filter and fix typing jrootjunior 2019-12-03 18:32:21 +02:00
  • 528e27b86e
    Merge pull request #241 from aiogram/#238-deeplinking Alex Root Junior 2019-12-03 17:25:19 +02:00
  • 6cb1f96ded Add commands filter and mixin for handlers jrootjunior 2019-12-03 16:03:46 +02:00
  • ea7b20e114 Small changes in api docs. jrootjunior 2019-12-03 13:12:39 +02:00
  • aa7c5796dd Add default parse mode jrootjunior 2019-12-03 13:10:09 +02:00
  • 62bce34b49 Add docs for class-based handlers Alex Root Junior 2019-12-03 00:37:53 +02:00
  • b82a1a6fb0 Add prototype of class-based handlers Alex Root Junior 2019-12-03 00:03:15 +02:00
  • cd0072eb45
    Merge pull request #244 from aiogram/opencollective-org-link-fix Alex Root Junior 2019-11-30 12:14:59 +02:00
  • 383f1078a5
    Fixed opencollective organization link Oleg A 2019-11-30 11:35:25 +03:00
  • 266711a1cf #227 improved typing Oleg A 2019-11-30 04:00:00 +03:00
  • 00b95466f5 #227 Rewind Bytes in InputFile before send Oleg A 2019-11-30 03:59:33 +03:00
  • 2a731f7ce2 Update filters doc page Alex Root Junior 2019-11-30 00:43:19 +02:00
  • d36a5984b5 Fix filters full config cleaner Alex Root Junior 2019-11-29 23:46:38 +02:00
  • 4e380e424e Update text filter description Alex Root Junior 2019-11-29 23:24:37 +02:00
  • 5489e4cc18 #238 Added /start Pattern test cases Oleg A 2019-11-30 00:21:38 +03:00
  • c23c7a2025 #238 Improved deep_link test cases Oleg A 2019-11-30 00:19:08 +03:00
  • 768407eb95 #238 Fixed getting deep_link not by pattern Oleg A 2019-11-30 00:16:59 +03:00
  • 40b6a61e70 Add text filter and mechanism for registering builtin filters Alex Root Junior 2019-11-29 23:16:11 +02:00
  • 746eead0da #238 Fixed deep_link = None case Oleg A 2019-11-29 23:46:38 +03:00
  • 52f35058db #238 Formatted deep linking docs Oleg A 2019-11-29 23:27:19 +03:00
  • 41191721f6 #238 Added CommandStart filter tests Oleg A 2019-11-29 23:25:46 +03:00
  • 58f9ca5802 #238 Deep linking implemented to CommandStart filter Oleg A 2019-11-29 23:24:55 +03:00
  • e37395b161 Maximum coverage Alex Root Junior 2019-11-28 23:52:02 +02:00
  • 6fadb8feb2 Add Dispatcher.feed_raw_update for processing raw updates Alex Root Junior 2019-11-28 23:48:33 +02:00
  • 57f6d7d9a5 Enable uvloop if available Alex Root Junior 2019-11-28 23:21:30 +02:00
  • 562e339262 Improve typing and reformat code Alex Root Junior 2019-11-28 23:21:19 +02:00
  • c674b5547b Add token validation util, fix deepcopy of sessions and make bot hashable and comparable Alex Root Junior 2019-11-28 23:12:44 +02:00
  • 9adc2f91bd Add base documentation of Dispatcher (not ready, not fully documented) Alex Root Junior 2019-11-27 01:27:08 +02:00
  • 93a330c1f2 Add logging for receiving updates Alex Root Junior 2019-11-27 01:26:24 +02:00
  • 334975bf21 Remove experiment Alex Root Junior 2019-11-26 21:55:08 +02:00
  • c23ee36ece Reformat code jrootjunior 2019-11-26 11:41:49 +02:00
  • 55496ab9ca Partially cover dispatcher jrootjunior 2019-11-26 11:41:23 +02:00
  • fa42dcdce2 Cover base filter jrootjunior 2019-11-26 11:25:44 +02:00
  • cd12b54ec2 Cover BaseBot context manager jrootjunior 2019-11-26 11:13:48 +02:00
  • b5ab2fd153 Full router coverage jrootjunior 2019-11-26 11:01:54 +02:00
  • e814d1aefc Add tests for Router (Partially covered) Alex Root Junior 2019-11-26 00:36:52 +02:00
  • d00b62572b aiogram is framework in AUR Alex Root Junior 2019-11-25 23:32:02 +02:00
  • 4b54e10b56 Update readme Alex Root Junior 2019-11-25 23:31:28 +02:00
  • 21c8ad4ec3 Pass kwargs to observer from Dispatcher.feed_update Alex Root Junior 2019-11-25 23:27:38 +02:00
  • 23dbd88487 Full coverage of observers Alex Root Junior 2019-11-25 23:21:01 +02:00
  • e4bf120ec8
    Merge pull request #240 from aiogram/#239-check_token-bug-report Alex Root Junior 2019-11-25 16:02:38 +02:00
  • b997e044dc
    Merge pull request #242 from aiogram/#195-not-library Alex Root Junior 2019-11-24 23:12:59 +02:00
  • a1e840af89 Remove unused imports Alex Root Junior 2019-11-24 22:54:37 +02:00
  • 8204b6af52 Partially add tests for telegram event observer Alex Root Junior 2019-11-24 22:31:53 +02:00
  • cf55ab7643 #195 aiogram is a framework Oleg A 2019-11-24 22:13:31 +03:00
  • 55f6c29ba6 Remove awaitable checks from TestObserver Alex Root Junior 2019-11-24 01:07:43 +02:00
  • fd6e78ddf7 Add tests for EventObserver Alex Root Junior 2019-11-24 01:03:47 +02:00
  • caa7eeab41 Add tests for handler Alex Root Junior 2019-11-24 00:17:21 +02:00
  • 8e3867fbd7 Typing in dispatcher package Alex Root Junior 2019-11-24 00:16:25 +02:00
  • 1305a06b24 #238 Removed prints and fixed example Oleg A 2019-11-24 01:08:06 +03:00
  • a42252b5c6 #238 Added deep linking feature Oleg A 2019-11-24 00:40:11 +03:00
  • 6bbc01b08b Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x Alex Root Junior 2019-11-23 19:54:16 +02:00
  • de115452fd Add Router Alex Root Junior 2019-11-23 19:54:04 +02:00
  • 0acdb24c3c No cover if TYPE_CHECKING Alex Root Junior 2019-11-23 17:03:14 +02:00
  • 4523a1cab3 #239 added token type validation Oleg A 2019-11-23 12:45:47 +03:00
  • 89b0754b33 #239 added test cases for check_token Oleg A 2019-11-23 12:02:30 +03:00
  • f5d008938f #239 added check for right part of token exists; removed check for left part length Oleg A 2019-11-23 11:46:50 +03:00
  • 90b4d2eae9 Versions in docs jrootjunior 2019-11-20 10:07:00 +02:00
  • c9e490bcee Add Google Metrics Alex Root Junior 2019-11-20 01:46:18 +02:00
  • 71def6449f Make speedups extras [fast] will install uvloop Alex Root Junior 2019-11-20 01:32:15 +02:00
  • a1d74a91b7 Update dependencies and add ipython Alex Root Junior 2019-11-20 01:09:54 +02:00
  • 19ba7a133c Fix build Alex Root Junior 2019-11-20 00:45:03 +02:00
  • d5b892fbec Add overview for reports Alex Root Junior 2019-11-20 00:40:14 +02:00
  • 9bc1aae0f5 Test InputFile Alex Root Junior 2019-11-20 00:32:19 +02:00
  • fa6732542d Add instruction how to upload files Alex Root Junior 2019-11-20 00:10:52 +02:00
  • d7a35f50a9 Reformat code Alex Root Junior 2019-11-19 22:44:40 +02:00
  • 23abe35212 Update tests for all methods Alex Root Junior 2019-11-19 22:44:12 +02:00
  • deddcf540e enh: add check for private chat uburuntu 2019-11-19 20:40:18 +03:00
  • 33c661d732 More tests jrootjunior 2019-11-19 18:54:02 +02:00
  • 635f08b88f Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x jrootjunior 2019-11-19 18:28:55 +02:00
  • 2d6a9e4ff7 Fix validation error for empty files in request Alex Root Junior 2019-11-19 00:05:45 +02:00
  • 5413cf4367 Reformate tests code Alex Root Junior 2019-11-19 00:05:19 +02:00
  • e1b2226d03 Enable 37 auto-generated tests Alex Root Junior 2019-11-19 00:04:02 +02:00
  • 567584b741 Auto-generate tests for methods Alex Root Junior 2019-11-18 22:22:46 +02:00
  • 17edffdc62 Fix pipeline install step Alex Root Junior 2019-11-18 21:17:42 +02:00
  • 2b3dd6cc4a Try to use Makefile in Pipeline Alex Root Junior 2019-11-18 21:14:19 +02:00
  • 6122c7d420 Fix typo in docs/index.md jrootjunior 2019-11-18 18:15:15 +02:00
  • 3a0a1eb23c Update package information jrootjunior 2019-11-18 18:05:47 +02:00
  • 7db212593b Fix typing for mocked_bot.py jrootjunior 2019-11-18 17:52:35 +02:00
  • ef956f7ec2 Add API methods testing prototype jrootjunior 2019-11-18 17:44:07 +02:00
  • b4a94d8441 Update Makefile and mkdocs.yml jrootjunior 2019-11-18 14:57:11 +02:00
  • 56662d6bd8
    Merge pull request #232 from MasterGroosha/patch-1 Alex Root Junior 2019-11-18 10:18:06 +02:00
  • fb210f3dd7 Add information about test builds Alex Root Junior 2019-11-18 00:36:12 +02:00
  • f58adbd690 Fix pypi url Alex Root Junior 2019-11-18 00:19:56 +02:00
  • 49c726a5fc Rename package build dir Alex Root Junior 2019-11-18 00:11:59 +02:00
  • 2d16ac125d Add package build step Alex Root Junior 2019-11-18 00:03:58 +02:00
  • 1a2513e940 Change tests report filename Alex Root Junior 2019-11-17 23:55:36 +02:00
  • 7d1c4dcca8 Fix tests for base session with different timezones Alex Root Junior 2019-11-17 23:47:52 +02:00
  • f166d83392 Update docs and pipeline Alex Root Junior 2019-11-17 23:40:52 +02:00
  • 3a43ffc570 Add tests for BaseBot Alex Root Junior 2019-11-17 23:37:24 +02:00
  • a46cd6d001 Small refactoring of telegram api server Alex Root Junior 2019-11-17 22:20:29 +02:00
  • 0e35b6f55e More tests for session Alex Root Junior 2019-11-17 01:12:39 +02:00
  • 9d41428ed6 Add work in progress label Alex Root Junior 2019-11-16 23:54:53 +02:00
  • 72b6e0dd6d Change actions steps Alex Root Junior 2019-11-16 23:03:42 +02:00