mikhailantoshkin
63636a5787
Fix typos in documentation
2023-10-08 11:05:17 +09:00
Tima Kinsart
45ff4f7bfb
Merge pull request #951 from teloxide/make-ci-actually-do-its-job
...
Make `ci-pass` job actually fail when some required job failed
2023-10-06 16:45:07 +00:00
Maybe Waffle
0c68c78626
Make ci-pass
job actually fail when some required job failed
2023-10-05 20:14:18 +04:00
Tima Kinsart
9b593ddb54
Merge pull request #950 from teloxide/fixup-build
...
Fix CI
2023-10-05 15:59:42 +00:00
Maybe Waffle
81b4c248a1
Silence clippy
2023-10-04 22:19:46 +04:00
Maybe Waffle
fbd5bf66cd
bump msrv
2023-10-04 22:19:46 +04:00
Maybe Waffle
e5503e6525
format cargo tomls
2023-10-04 19:42:18 +04:00
Maybe Waffle
cec2a018ff
Use futures::future::select
instead of tokio::select!
...
Pros: less macros, fixes the missing feature issue.
Cons: a bit more code because `fututres` is an annoying crate
which does not use `either::Either` and provides its
own `Either` which does not have `map_either`, or
basically anything for that matter.
2023-10-04 19:37:18 +04:00
Tima Kinsart
d21ca11a54
Merge pull request #938 from teloxide/ ⚠️ polling-in-flight ⚠️
...
Improve graceful shutdown
2023-09-29 19:02:05 +00:00
Tima Kinsart
716f3c131d
Merge pull request #943 from teloxide/renight
...
Update nightly Rust
2023-09-29 13:58:05 +00:00
Maybe Waffle
729484af4c
satisfy clippy
2023-09-27 13:17:11 +04:00
Maybe Waffle
4b508966a2
Update proc-macro2
to fix nightly issue
2023-09-27 13:17:11 +04:00
Maybe Waffle
3720296eea
Specify resolver = "2"
in Cargo.toml
...
it's the default for edition 2021, but somehow not the default for the
workspace...
2023-09-27 13:17:11 +04:00
Maybe Waffle
557a7c0df7
re-fmt
2023-09-27 13:17:11 +04:00
Maybe Waffle
04df142191
Update nightly rust used for development and CI
2023-09-27 13:16:53 +04:00
Waffle Maybe
d591d24507
Merge pull request #932 from kpp/command_separator
...
Implemend command_separator attr to split command and args
2023-09-26 18:16:18 +00:00
Waffle Maybe
1f43848710
Merge pull request #941 from teloxide/configure-triagebot
...
Configure triagebot
2023-09-26 12:54:34 +00:00
Maybe Waffle
0a995fec61
Make Hirrolot codeowner of crates/teloxide
2023-09-26 16:46:03 +04:00
Maybe Waffle
d178b4ab02
Configure triagebot
2023-09-26 04:20:41 +04:00
Waffle Maybe
53f3e3a92f
Fixup changelog a bit
2023-09-25 23:28:04 +04:00
Maybe Waffle
035cdc6930
Update changelog
2023-09-25 21:54:44 +04:00
Maybe Waffle
6cc6c04192
Polling: poll
stop flag instead of checking, to make sure we wakeup immediately when stopping
2023-09-25 21:28:16 +04:00
Maybe Waffle
2b7eea2679
Use waker API instead of recursing
2023-09-25 20:45:27 +04:00
Maybe Waffle
808a0cf4fb
Drop in-flight requests when polling is asked to stop
2023-09-25 20:31:19 +04:00
Maybe Waffle
d3c69eb0c9
Remove UpdateListener::timeout_hint
2023-09-25 20:22:47 +04:00
Maybe Waffle
07e08bef6c
Don't use timeout to check ShutdownToken
2023-09-25 20:15:01 +04:00
Maybe Waffle
836080523f
Add a bit of trace!
logging to polling for easier debug
2023-09-25 19:30:58 +04:00
Roman Proskuryakov
254002619b
Add changelog
2023-09-25 00:31:11 +03:00
Roman Proskuryakov
e73ed1bd0e
More tests
2023-09-25 00:31:11 +03:00
Roman Proskuryakov
835f31be80
Implemend command_separator attr to split command and args
...
Signed-off-by: Roman Proskuryakov <r.proskuryakoff@gmail.com>
2023-09-25 00:31:11 +03:00
Waffle Maybe
c7feb38995
Merge pull request #860 from teloxide/release-chores
...
Simplify release process by using `cargo-release`
2023-09-24 00:57:42 +00:00
Tima Kinsart
f670a88c67
Merge pull request #861 from TheAwiteb/support-doc-attr
...
Support setting the help message of commands with `/// ...`
2023-09-22 22:29:28 +00:00
Waffle Maybe
88c0ad60a9
Merge pull request #917 from TheAwiteb/message_to_copy_not_found_error
...
Add `MessageToCopyNotFound` to `teloxide::errors::ApiError`
2023-09-22 17:39:10 +00:00
TheAwiteb
9b58195fe9
Moving the #[allow(deprecated)]
to the descriptions_off
test
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-09-20 18:42:49 +03:00
TheAwiteb
f979cc4f26
Fix fold_attrs
format
2023-09-20 18:18:05 +03:00
TheAwiteb
7c7f58dffb
Add #[allow(deprecated)]
for description = "off"
in hides test
2023-09-20 18:15:17 +03:00
TheAwiteb
2530ddb587
Use description = "off" in hides test
2023-09-20 17:58:12 +03:00
Waffle Maybe
7305664eb1
Merge pull request #936 from TheAwiteb/fix-issue-935
...
Fix the type of `photo_size`,`photo_width` and `photo_height` in the `send_invoice` method
2023-09-20 12:05:29 +00:00
TheAwiteb
904157494d
Update CHANGELOG.md
2023-09-20 13:23:24 +03:00
TheAwiteb
038ac1f8f2
Fix the type of photo_size
,photo_width
and photo_height
in the send_invoice
method
...
This will fix https://github.com/teloxide/teloxide/issues/935 issue
2023-09-20 13:17:45 +03:00
TheAwiteb
3ce998e8b8
Use doc attr for help message instead of #[command(description = "...")]
2023-09-20 10:28:43 +03:00
TheAwiteb
aaf75fd82c
Remove FIXME
tag`
2023-09-20 03:42:05 +03:00
TheAwiteb
32371b77aa
Change the fold_attrs
attr parameter type to &[Attribute]
2023-09-20 03:41:44 +03:00
Mohammed Alotaibi
c50513b6e4
Improve docs
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-09-20 03:34:53 +03:00
Mohammed Alotaibi
4096f8b443
Remove unnecessary docs check
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2023-09-20 03:34:22 +03:00
TheAwiteb
c0a6e00520
Check if the value of description is_doc
false before update it
2023-09-14 12:09:50 +03:00
TheAwiteb
de80b57d9a
Fix typo
2023-09-12 18:31:12 +03:00
TheAwiteb
9eececeab2
Show the command in the help message, even if its description is off
if it is written in doc comment
2023-09-12 18:22:51 +03:00
TheAwiteb
7e6198925f
Add a flag to description represent if the description contain doc comment or not
2023-09-12 18:20:49 +03:00
Maybe Waffle
b8148e0bc9
strip doc comments
2023-09-12 16:02:54 +04:00