1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
Commit Graph

662 Commits

Author SHA1 Message Date
Nick
d815a44ccc
Upgrade dependencies in websocket-tcp-example (#469)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-17 19:54:41 +00:00
Christopher Gubbin
5c1e25fe52
Database interactions/redis (#524)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-15 00:35:00 +00:00
Rob Ede
7ea3f7f54a
clean up sse example 2022-02-14 01:37:51 +00:00
Christopher Gubbin
c84c16e8b7
Updated others/server-sent-events to v4. (#525) 2022-02-14 01:16:18 +00:00
Rob Ede
568a8e9dfa
fix client cert example
fixes rustls-client-cert example not working #526
2022-02-14 01:05:44 +00:00
Rob Ede
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
Rob Ede
af73a0c7ab
fix yarte test 2022-02-06 09:19:55 +00:00
Rob Ede
1756cc336a
fix redis session tests 2022-02-06 09:04:43 +00:00
Rob Ede
ddfc2b5ffd
fix sqlx commands 2022-02-06 08:38:58 +00:00
Rob Ede
fb9f9d243d
disable db/diesel for now 2022-02-06 08:31:17 +00:00
Rob Ede
da60a30fd9
delete db/r2d2 example 2022-02-06 08:25:38 +00:00
Rob Ede
a4d43c0ff8
fix db/basic 2022-02-06 08:19:35 +00:00
Rob Ede
8ae47c8cda
Actix Web 2022-02-06 08:13:24 +00:00
Rob Ede
120d33057a
use sqlite in basics/todo 2022-02-06 07:55:51 +00:00
Rob Ede
a72663ed26
remove db/sqlx_todo example 2022-02-06 07:09:35 +00:00
Chris Gubbin
1fb079dacd Added down migrations 2022-02-05 18:08:46 +00:00
Chris Gubbin
2aa8b15ce2 Updated basics/to-do to v4 using sqlx. 2022-02-05 17:34:43 +00:00
Rob Ede
ae9a9a0382
fmt 2022-02-02 15:50:58 +00:00
Luca Palmieri
7ed15d05fe
Update session/redis-session to v4 (#494)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 15:24:23 +00:00
Luca Palmieri
6e5b04c570
Update session/cookie-session to v4 (#493)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 15:22:50 +00:00
Rob Ede
06b024d6fe
fix lockfile 2022-02-02 15:21:49 +00:00
Luca Palmieri
85d1503ac2
Update session/cookie-auth to v4 (#492)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 15:21:09 +00:00
Luca Palmieri
ff0a06e019
Update database-interactions/simple-auth-server to v4 (#511)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 15:19:49 +00:00
Luca Palmieri
9c620d1943
Update template-engines/tinytemplate to v4 (#501) 2022-02-02 15:18:48 +00:00
Luca Palmieri
f9b0dde4c8
Update template-engines/tera to v4 (#499) 2022-02-02 15:18:19 +00:00
Luca Palmieri
6afc431858
Update template-engines/handlerbars to v4 (#497) 2022-02-02 15:17:17 +00:00
Luca Palmieri
32f6289764
Update template-engines/askama to v4 (#496) 2022-02-02 15:16:44 +00:00
Luca Palmieri
71899bf343
Update json/jsonrpc to v4 (#491) 2022-02-02 15:16:19 +00:00
Luca Palmieri
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
Luca Palmieri
663807baa0
Update db/pg to v4 (#509)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 15:14:15 +00:00
Christopher Gubbin
4174a4c62f
Updated other/data-factory to v4. (#518) 2022-02-02 15:13:08 +00:00
Rob Ede
5cf5295ea9
remove roapi 2022-02-02 13:37:39 +00:00
Rob Ede
5131f30691
fmt 2022-02-02 02:20:14 +00:00
Rafael Bachmann
c01f0ea5f3
Update basics/todo to v4. (#486)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 02:19:01 +00:00
Rob Ede
d36c2f0f1f
clean up run-in-thread 2022-02-02 02:09:06 +00:00
Luca Palmieri
ca703d9cec
Update basics/run-in-thread to v4 (#485) 2022-02-02 02:04:37 +00:00
Rob Ede
ffb20a1b20
move http-proxy to other 2022-02-02 02:03:54 +00:00
Rob Ede
a99c4ca546
clean up http-proxy 2022-02-02 02:02:47 +00:00
Luca Palmieri
d94a8ead36
Update basics/http-proxy to v4 (#478)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 01:51:58 +00:00
Rob Ede
6058625ecb
clean up json-validation 2022-02-02 01:51:25 +00:00
Luca Palmieri
5f3bdfcbe1
Update basics/json-validation to v4. (#475)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 01:48:16 +00:00
Rob Ede
da799d58e7
remove dep 2022-02-02 01:47:28 +00:00
Christopher Gubbin
e1dfa6840f
Updated basics/error-handling to v4. (#476)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 01:47:07 +00:00
Rob Ede
ce014059e6
all versions are 1.0 2022-02-02 01:45:20 +00:00
Rob Ede
3766547a93
remove authors 2022-02-02 01:44:26 +00:00
Rob Ede
13282bc044
edition = 2021 2022-02-02 01:43:51 +00:00
Rob Ede
07384c91aa
refactor basics/basics 2022-02-02 01:43:27 +00:00
Luca Palmieri
8dcc610d23
Update basics/basics to v4 (#474)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 01:24:28 +00:00
Rob Ede
9aef457a78
improve awc_http example 2022-02-02 01:17:10 +00:00
Christopher Gubbin
3cd842fbd5
Updated security/awc_https to v4. (#517) 2022-02-02 00:45:49 +00:00