1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00
Commit Graph

685 Commits

Author SHA1 Message Date
5c1e25fe52 Database interactions/redis (#524)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-15 00:35:00 +00:00
7ea3f7f54a clean up sse example 2022-02-14 01:37:51 +00:00
0b74135fb0 Adding auto OpenSSL ACME Let's Encrypt example. (#523)
Co-authored-by: Lajto Mekadimon <85128868+lajtomekadimon@users.noreply.github.com>
2022-02-06 16:31:44 +00:00
fb9f9d243d disable db/diesel for now 2022-02-06 08:31:17 +00:00
da60a30fd9 delete db/r2d2 example 2022-02-06 08:25:38 +00:00
a4d43c0ff8 fix db/basic 2022-02-06 08:19:35 +00:00
ae9a9a0382 fmt 2022-02-02 15:50:58 +00:00
06b024d6fe fix lockfile 2022-02-02 15:21:49 +00:00
9c620d1943 Update template-engines/tinytemplate to v4 (#501) 2022-02-02 15:18:48 +00:00
f9b0dde4c8 Update template-engines/tera to v4 (#499) 2022-02-02 15:18:19 +00:00
6afc431858 Update template-engines/handlerbars to v4 (#497) 2022-02-02 15:17:17 +00:00
32f6289764 Update template-engines/askama to v4 (#496) 2022-02-02 15:16:44 +00:00
71899bf343 Update json/jsonrpc to v4 (#491) 2022-02-02 15:16:19 +00:00
5dec713add Update database-interactions/mongo-db to the latest v4 beta (#508)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 15:15:25 +00:00
c01f0ea5f3 Update basics/todo to v4. (#486)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 02:19:01 +00:00
d36c2f0f1f clean up run-in-thread 2022-02-02 02:09:06 +00:00
ca703d9cec Update basics/run-in-thread to v4 (#485) 2022-02-02 02:04:37 +00:00
a99c4ca546 clean up http-proxy 2022-02-02 02:02:47 +00:00
6058625ecb clean up json-validation 2022-02-02 01:51:25 +00:00
da799d58e7 remove dep 2022-02-02 01:47:28 +00:00
ce014059e6 all versions are 1.0 2022-02-02 01:45:20 +00:00
07384c91aa refactor basics/basics 2022-02-02 01:43:27 +00:00
8dcc610d23 Update basics/basics to v4 (#474)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 01:24:28 +00:00
9aef457a78 improve awc_http example 2022-02-02 01:17:10 +00:00
c960da6bdb bump to rc.1 2022-02-02 00:44:58 +00:00
8fae03844c Update database_interactions/diesel to v4 (#507) 2022-01-31 02:46:08 +00:00
4d2b948bcf Upgrade security/web-cors to v4 (#514) 2022-01-31 02:45:53 +00:00
25066b754f Updated basics/docker_sample to v4. (#504) 2022-01-30 16:21:43 +00:00
1c7ea7154e Update basics/hello-world to v4. (#477) 2022-01-30 16:17:18 +00:00
c2b5d89ea6 Update json/json to v4 (#489) 2022-01-29 16:44:20 +00:00
e903184a12 Update basics/middleware to v4 (#482)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-01-29 16:39:58 +00:00
9a00813b93 Update template-engines/yarte to v4 (#502) 2022-01-29 16:39:36 +00:00
8b5de155bd Update db/basic, db/sqlx_todo and db/r2d2 to v4 (#506) 2022-01-29 16:25:46 +00:00
062a3af80c delete udp echo example 2022-01-29 16:06:32 +00:00
0e03496d36 Update basics/middleware-ext-mut to v4 (#484) 2022-01-29 14:42:30 +00:00
d327e8800b update docker sample 2022-01-27 02:58:25 +00:00
1cc73366c5 Fix deadlock in casbin example (#471)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-01-19 19:49:57 +00:00
16447351c1 Fix casbin example for actix-web v3 (#467) 2022-01-04 11:41:17 +00:00
11cd3f2b58 Middleware example - Redirect http connections to https (#457) 2021-10-13 15:06:42 +01:00
817c7e1150 Working middleware using extensions_mut (#402)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-07 04:04:19 +01:00
0c4ab86a9a remove unwraps in multipart examples
inspired by #406
2021-10-07 03:27:50 +01:00
bfede4c1bb improve sqlx example
inspired by #455
2021-10-07 03:00:13 +01:00
c69b7598fb dep update 2021-10-06 23:56:44 +01:00
f623284c71 ignore protobuf-example in ci 2021-10-06 23:12:42 +01:00
900a699fba regererate rustls certs
fixes #445
2021-10-06 22:42:44 +01:00
bb4f97ba41 Upgrade juniper to 0.15 (#423) 2021-04-26 20:32:32 +09:00
ef13969220 Bump tera version to 1.8.0, print the listening port to cli (#421)
Co-authored-by: ZhiFeng Hu <huzhifeng@coldlake.cn>
2021-04-25 21:15:27 +09:00
fb897db380 Upgrade lexical-cores to the latest (#422)
log:
```
    Updating crates.io index
    Removing lexical-core v0.6.2
      Adding lexical-core v0.6.8
      Adding lexical-core v0.7.6
```
2021-04-25 21:00:29 +09:00
a66c05448e Update yarte to 0.15 (#416) 2021-03-04 01:38:53 +09:00
7487a81e90 Fix sqlx_todo CI checks (#415) 2021-03-03 23:37:17 +09:00