1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00
Commit Graph

1747 Commits

Author SHA1 Message Date
dfd925d4c1 add mysql example to workspace 2023-07-17 17:55:17 +01:00
8e736d9ea4 Add example for Mysql client library (MySql database driver) #622 (#623) 2023-07-17 17:31:58 +01:00
7736cbb7f7 check in vscode config 2023-07-09 03:42:06 +01:00
8fd4262136 s/str::to_string/str::to_owned 2023-07-09 03:32:47 +01:00
9a5cd90634 ci: fix db creation 2023-07-09 02:22:08 +01:00
8461da57fb update warning 2023-07-09 02:19:15 +01:00
1e0cedade0 ci: fix sqlx test 2023-07-09 02:08:43 +01:00
1ca11e70e8 update sqlx dep to 0.7 2023-07-09 02:05:10 +01:00
4bfe63857e update aws-sdk deps 2023-07-09 01:33:45 +01:00
dbfa486897 update minijinja version 2023-07-09 00:56:56 +01:00
e96b9aeccc ci: update setup-rust-toolchain 2023-07-08 23:02:44 +01:00
7b865c6aed update deps 2023-07-08 18:52:09 +01:00
ce10427457 Bump openssl from 0.10.52 to 0.10.55 (#621) 2023-06-22 00:06:45 +01:00
3d10ce96f5 better HTTPS readmes 2023-05-22 14:21:48 +01:00
8c1b59ff9e update mkcert command 2023-05-22 14:18:07 +01:00
48565526e7 show how to handle private keys with passphrases in openssl example 2023-05-22 14:06:04 +01:00
aae806b42f update deps 2023-05-22 12:47:21 +01:00
cca35d091e add RUSTfulapi link to readme 2023-05-06 14:10:36 +01:00
c6c8463ac5 Bump aws-sigv4 from 0.54.1 to 0.54.2 (#620)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 02:23:15 +09:00
17978ad115 Refine GHA workflows (#619) 2023-04-24 05:53:40 +09:00
866ad278d5 doc: add README.md into cors/backend (#618) 2023-04-06 11:11:44 +01:00
e6eeace5d5 doc: modify link format of README.md in auth/casbin (#617) 2023-04-03 14:00:43 +01:00
463b76ef8a doc: add README.md into background-jobs (#616) 2023-03-31 19:33:13 +01:00
888123742c fix server-sent-events/drain.js (#615) 2023-03-30 03:57:54 +01:00
03c6bd8bea change curl -X post to curl -X POST (#614) 2023-03-30 03:46:10 +01:00
e475c8f324 doc: add usage into README.md file in basics/error-handling folder (#613) 2023-03-27 16:07:11 +01:00
bc1f32ace5 feat: add README.md into basics/hello-world (#612) 2023-03-26 15:39:11 +01:00
acbed8e670 Bump openssl from 0.10.45 to 0.10.48 (#611)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 02:22:18 +00:00
3cb798c518 use actions-rust-lang/setup-rust-toolchain in CI 2023-03-14 03:32:46 +00:00
b686b68ae6 use sparse registry in CI 2023-03-14 03:24:17 +00:00
8ccdfbb024 stop generating lockfile in CI 2023-03-14 03:13:51 +00:00
6424e4e023 standardize examples 2023-03-14 03:11:49 +00:00
ca6eaee52e update actix-web-lab dep 2023-03-14 02:40:02 +00:00
0c820844c8 clippy 2023-03-14 02:36:22 +00:00
fd7d4c8a23 improve documentation of diesel example 2023-03-14 02:33:45 +00:00
6571dfef82 fix test for forms/form (#610) 2023-03-09 01:16:35 +00:00
080db60175 update multipart examples to use derive macro 2023-02-26 21:57:10 +00:00
9b77b033b0 refine versions 2023-02-26 21:57:10 +00:00
8cf1e81199 add gcs-proxy to the showcase readme (#607)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-02-26 16:28:49 +00:00
4c63b61245 https-tls: typo - correct URIs to use https (#606) 2023-02-25 12:38:19 +00:00
7dfe3074a0 auth/simple-auth-server: fix panic due to default SECRET_KEY being 32 bytes, not 64 bytes (#604) 2023-02-19 15:12:36 +09:00
2df944c5e5 fix SSE instructions (#602) 2023-02-08 11:54:57 +00:00
f4eb989dcb Bump tokio from 1.24.1 to 1.25.0 (#601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 01:03:55 +00:00
db2edcaeb1 add hyperswitch to showcase 2023-01-12 22:21:47 +00:00
5fe87268be typo 2023-01-09 15:31:47 +00:00
1baca5fd21 Fixed "Method not allowed" on the todo app due to 307 redirect not ch… (#599)
fixes https://github.com/actix/examples/issues/598
2023-01-09 10:21:39 +00:00
e353c7ae11 update deps 2023-01-07 15:23:31 +00:00
34746a346d Bump tokio from 1.23.0 to 1.24.1 (#597)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 22:18:21 +00:00
de5e6eecc0 improve prod advice in cookie-auth 2023-01-03 14:04:10 +00:00
b951c4dbee move derive_more to workspace dep 2023-01-02 20:38:03 +00:00