Commit graph

60 commits

Author SHA1 Message Date
Hirrolot
c7bbfcccfa Enable all features when testing the examples 2022-02-02 15:29:52 +06:00
Hirrolot
4b1bc22360 Update testing examples CI 2022-02-02 04:00:48 +06:00
Waffle Maybe
088a51cb5f
Pin tooling in the CI to a specific version
Both Clippy and Rustfmt are pinned to the current latest version (2021-10-24)
2021-10-25 17:39:26 +03:00
Hirrolot
b889ae6f13
Merge pull request #376 from teloxide/WaffleLapkin-patch-1
Point users to discussions
2021-04-28 09:51:45 -07:00
Waffle Lapkin
42dbd7b423
Point users to discussions 2021-04-27 19:22:39 +03:00
Waffle Lapkin
6352698655 Update issue templates
Change labels for `Parse error` and `Unknown telegram error` templates
2021-04-27 19:10:24 +03:00
Hirrolot
8522759e68
Get ready for v0.4.0 (#347)
* Get ready for v0.4.0

* Export teloxide_macros as macros in lib.rs

* Use tokio v1.3 in README.md

* Return the feature 'macros' back

* Export teloxide_macros::teloxide in the prelude

* Document the 'macros' feature in README.md

* Update src/lib.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Update src/prelude.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

* Propagate features from teloxide-core

* teloxide-core = 0.2.1

* Fix CI

* Require teloxide-core/auto_send instead of teloxide/auto-send

* default-features = false (teloxide-core)

* Specify each teloxide-core feature separately

* Fix Cargo.toml

* JSON -> Json, CBOR -> Cbor

* Update Cargo.toml

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
2021-03-21 18:34:23 +06:00
Waffle Lapkin
89ae390dfe
Merge pull request #294 from teloxide/sqlite_storage
Sqlite storage v2
2020-11-04 12:01:21 +03:00
Sergey Levitin
5e1fe064cd Add tests for sqlite storage 2020-10-24 19:51:55 +03:00
Waffle Lapkin
5508911904 Add issue templates
Add issue templates for 

- Bug reports
- Feature requests
- Unknown telegram errors
- Parse errors
2020-10-20 14:38:36 +03:00
Waffle
7cbbf43966 run CI for pull requests against dev 2020-08-17 18:30:19 +03:00
Waffle
94bc8504a5 oops, i've accidentally removed redis setup from ci 2020-08-13 00:07:16 +03:00
Waffle
981ba237c9 redis test fix & beta/nightly ci
This commit fixes redis storage test, those were not ran before.
Also, introduces beta&nightly tests to CI
2020-08-12 23:53:58 +03:00
Temirkhan Myrzamadi
5b47cbc7d6
Test examples/redis_remember_bot in the CI 2020-07-30 18:23:02 +06:00
Temirkhan Myrzamadi
e74196a62f Replace examples/ping-pong-bot with examples/dices-bot 2020-07-29 16:02:37 +06:00
Temirkhan Myrzamadi
09ec40305d
Append --all to CI commands 2020-07-25 01:48:17 +06:00
Temirkhan Myrzamadi
2f3652c16e
Update ci.yml 2020-07-04 21:13:09 +06:00
Temirkhan Myrzamadi
bbe3a86c84
Update ci.yml 2020-07-04 21:07:50 +06:00
Temirkhan Myrzamadi
82ade822cf
Open redis at 7777, 7778, 7779 ports (CI) 2020-07-04 20:59:58 +06:00
Temirkhan Myrzamadi
33910864c7
Merge branch 'master' into redis 2020-07-04 20:34:07 +06: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
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
80dcf6d49f
Run redis in background 2020-07-01 22:14:13 +06:00
Temirkhan Myrzamadi
7918ed12bf
Update ci.yml 2020-07-01 21:32:58 +06:00
Temirkhan Myrzamadi
a6ff546477
Update ci.yml 2020-07-01 21:29:28 +06:00
Temirkhan Myrzamadi
66e14671d3
Update ci.yml 2020-07-01 21:28:08 +06:00
Temirkhan Myrzamadi
6f6be9f0e3
Update ci.yml 2020-07-01 21:22:53 +06:00
Temirkhan Myrzamadi
f22a3273de
Update ci.yml 2020-07-01 21:21:12 +06:00
Temirkhan Myrzamadi
7ff4cae5e3
Update ci.yml 2020-07-01 21:19:50 +06:00
Temirkhan Myrzamadi
9dac96a228
Update ci.yml 2020-07-01 21:15:48 +06:00
Temirkhan Myrzamadi
7e0703b88f
Trying to setup Redis... 2020-07-01 21:13:53 +06:00
Temirkhan Myrzamadi
8e596911d5
Update ci.yml 2020-07-01 21:05:16 +06:00
Temirkhan Myrzamadi
e338e81b9c
--all-features everywhere in the CI 2020-07-01 21:01:14 +06:00
Temirkhan Myrzamadi
4992801b10
Setup redis in CI 2020-07-01 20:42:27 +06:00
Temirkhan Myrzamadi
6f17529e7a
Update ci.yml 2020-03-31 21:45:22 +06:00
Temirkhan Myrzamadi
bcabcd3c2d
Update ci.yml 2020-03-31 13:56:23 +06:00
Temirkhan Myrzamadi
68904e3a5a Fix ci.yml 2020-03-31 13:49:55 +06:00
Temirkhan Myrzamadi
6424c05828
Update ci.yml 2020-03-31 13:38:48 +06:00
Temirkhan Myrzamadi
45ef3f8491
Update ci.yml 2020-03-31 13:32:06 +06:00
Temirkhan Myrzamadi
77157a5fe1 Test the examples in CI 2020-03-31 13:30:16 +06:00