Commit graph

1441 commits

Author SHA1 Message Date
p0lunin
44584938f5 renamed RequestFile to RequestWithFile 2020-07-04 20:00:48 +03:00
p0lunin
336dc0b98a Merge remote-tracking branch 'origin/error_instead_of_unwrap' into error_instead_of_unwrap 2020-07-04 17:50:30 +03:00
p0lunin
c7dbc869ba added changelog 2020-07-04 17:50:20 +03:00
Dmytro Polunin
607d2b2d68
Merge branch 'master' into error_instead_of_unwrap 2020-07-04 17:40:02 +03:00
p0lunin
de6280150c fmt 2020-07-04 17:29:05 +03:00
p0lunin
e1932bc68b removed unwrap() by propagate error to user code 2020-07-04 17:28:46 +03:00
Temirkhan Myrzamadi
56bcaa7a46
Update README.md 2020-07-04 19:52:16 +06:00
Temirkhan Myrzamadi
26092cb4ef
Oops, correct README.md 2020-07-04 19:51:45 +06:00
p0lunin
c04032cdf0 remove add method from FormBuilder 2020-07-04 16:46:00 +03:00
Temirkhan Myrzamadi
50dca962ab
Update the features (README.md) 2020-07-04 19:45:19 +06:00
Temirkhan Myrzamadi
01439aae37
Update Cargo.toml 2020-07-04 13:55:25 +06:00
Temirkhan Myrzamadi
1452f2d424
Merge pull request #224 from teloxide/descriptions_off
Added option to hide command from BotCommand::descriptions list
2020-07-04 13:53:47 +06:00
p0lunin
030a349f60 fmt 2020-07-04 10:47:46 +03:00
p0lunin
58cb5ad152 added test for descriptions="off" attribute 2020-07-04 10:44:42 +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