Commit graph

1428 commits

Author SHA1 Message Date
p0lunin
c04032cdf0 remove add method from FormBuilder 2020-07-04 16:46:00 +03:00
Temirkhan Myrzamadi
96a92b6ec2
Merge pull request #205 from teloxide/commands
Implement typed commands
2020-07-04 00:39:35 +06:00
Temirkhan Myrzamadi
5f9e0b46b2 Fix impl Error for ParseError 2020-07-04 00:33:35 +06:00
p0lunin
82439c2a4c added impl Display, Error for ParseError 2020-07-03 21:20:33 +03:00
p0lunin
c16c316679 changed source of macros from dev branch to 0.3.0 version 2020-07-03 21:11:32 +03:00
p0lunin
5216347ece fixed wrong documentation 2020-07-03 20:31:39 +03:00
p0lunin
93ebcc083d fmt 2020-07-03 20:17:20 +03:00
p0lunin
0345d85cb8 remove unnecessary attributes 2020-07-03 20:15:55 +03:00
p0lunin
4ceb1253dd Merge branch 'master' of https://github.com/teloxide/teloxide into commands
 Conflicts:
	examples/admin_bot/src/main.rs
	examples/simple_commands_bot/src/main.rs
	src/dispatching/dispatcher_handler_rx_ext.rs
2020-07-03 20:11:25 +03:00
Temirkhan Myrzamadi
8cc9612a64
Merge pull request #222 from teloxide/ci
Change CI settings
2020-07-03 23:05:53 +06:00
p0lunin
c61e3eb8d3 fix example 2020-07-03 20:00:05 +03:00
p0lunin
13c1e041ac moved strategy block 2020-07-03 19:09:53 +03:00
p0lunin
d8d9496bac parallelize in github actions checking examples 2020-07-03 19:08:26 +03:00
p0lunin
eb638e9ff5 parallelize test examples 2020-07-03 16:52:36 +03:00
p0lunin
1dc7afebf9 remove unnecessary components 2020-07-03 16:41:31 +03:00
p0lunin
e44f0786d8 revert test_examples.sh 2020-07-03 16:37:05 +03:00
p0lunin
5188142280 added use checkout on all steps 2020-07-03 15:52:16 +03:00
p0lunin
97d17190ec add explicit rust toolchains 2020-07-03 15:50:28 +03:00
p0lunin
8158cf7347 changed check of examples 2020-07-02 16:17:40 +03:00
p0lunin
852a5b3191 changed CI now started only when pushed or pull request to master branch 2020-07-02 16:01:45 +03:00
p0lunin
1db10b2379 fixed: added uses command 2020-07-02 15:57:06 +03:00
p0lunin
932ee2e5f1 changed toolchain on rustfmt 2020-07-02 15:54:24 +03:00
p0lunin
8af16f2ffd fixed wrong yaml syntax 2020-07-02 15:52:42 +03:00
p0lunin
2044510d01 change ci settings 2020-07-02 15:48:37 +03:00
Temirkhan Myrzamadi
3aafef5101 Merge branch 'master' of https://github.com/teloxide/teloxide 2020-07-01 18:53:05 +06:00
Temirkhan Myrzamadi
0ac679c443 Remove the frunk dependency 2020-07-01 18:52:53 +06:00
Temirkhan Myrzamadi
b3f7c79e55
Add Tepe to the community bots (README.md) 2020-06-27 02:12:17 +06:00
Temirkhan Myrzamadi
5b489747d5
Update README.md 2020-06-26 18:36:50 +06:00
Temirkhan Myrzamadi
f022e73a08
Update README.md 2020-06-26 18:35:43 +06:00
Temirkhan Myrzamadi
9cab81b8bf Fix the docs 2020-06-26 18:33:40 +06:00
Temirkhan Myrzamadi
1211af9e91 Merge branch 'master' of https://github.com/teloxide/teloxide 2020-06-26 18:18:42 +06:00
Temirkhan Myrzamadi
eabc77caab Remove wrap_dialogue! 2020-06-26 18:18:31 +06:00
p0lunin
b9cb494797 drowned out clippy 2020-06-24 20:54:41 +03:00
p0lunin
e336221c7b updated simple_commands_bot example 2020-06-24 20:46:23 +03:00
p0lunin
33f92f9ea0 updated admin_command example 2020-06-24 20:43:21 +03:00
p0lunin
9944524e34 added Box<dyn Error> in IncorrectFormat error 2020-06-24 19:18:12 +03:00
Temirkhan Myrzamadi
1289ef9be1
Update README.md 2020-06-19 17:37:40 +06:00
Temirkhan Myrzamadi
c5c659738f
Update README.md 2020-06-19 17:37:08 +06:00
Temirkhan Myrzamadi
0897edae09
Update README.md 2020-06-19 17:36:06 +06:00
Temirkhan Myrzamadi
e47a73088d
Add a comment about tests (src/utils/command.rs) 2020-06-07 15:39:12 +06:00
p0lunin
1e71268748 fmt 2020-06-06 21:32:51 +03:00
p0lunin
5e276d65f4 refactoring 2020-06-06 20:50:59 +03:00
p0lunin
5f27eaf6d1 fixes in tests 2020-06-06 20:45:20 +03:00
p0lunin
50b2b73f26 small fixes 2020-06-06 20:30:41 +03:00
p0lunin
7d3a0ca7eb Merge remote-tracking branch 'origin/commands' into commands
# Conflicts:
#	src/utils/command.rs
2020-06-06 20:17:07 +03:00
p0lunin
1475b62e57 moved teloxide::utils::command::tests to tests/command.rs 2020-06-06 20:14:42 +03:00
Temirkhan Myrzamadi
594d3e7d19 #[command] only after #[derive] 2020-06-05 13:12:46 +06:00
Temirkhan Myrzamadi
ae43f1f7ee Improve the docs of utils::command 2020-06-05 13:10:29 +06:00
p0lunin
54276aa8ba added documentation, fixed doc-tests 2020-06-02 23:26:57 +03:00
p0lunin
b3123258aa added tests + renamed fields 2020-06-01 22:36:31 +03:00