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

748 Commits

Author SHA1 Message Date
d55caee58e update sse example 2022-08-07 23:12:52 +01:00
05e19266ad use semantic SSE types 2022-08-07 01:24:40 +01:00
087ac5ef24 update deps 2022-08-05 19:43:46 +01:00
Ifa
dc7623694c fix comments (#568) 2022-08-05 17:11:18 +01:00
7a036d97b9 add read and detele object endpoints to s3 example 2022-08-01 03:53:29 +01:00
c8a4544ea1 return uploaded files information in s3 example 2022-08-01 03:19:39 +01:00
4840cfdb68 migrate s3 example to aws-sdk-s3 2022-08-01 01:17:59 +01:00
0149e64c7a bump uuid to v1 2022-07-31 23:51:08 +01:00
9adb5d3f0e Bump juniper from 0.15.9 to 0.15.10 (#567)
Bumps [juniper](https://github.com/graphql-rust/juniper) from 0.15.9 to 0.15.10.
- [Release notes](https://github.com/graphql-rust/juniper/releases)
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/release.toml)
- [Commits](https://github.com/graphql-rust/juniper/compare/juniper-v0.15.9...juniper-v0.15.10)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-30 00:19:27 +01:00
522e3d11e2 clippy 2022-07-21 03:30:58 +01:00
c557986915 update actix-session everywhere 2022-07-21 03:30:12 +01:00
5c9f69bb07 update example redis-session (#545)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-21 03:21:07 +01:00
b6255d1637 Update Cargo.toml (#566) 2022-07-20 23:01:08 +01:00
6c39b4b138 reduce boilerplate on response channels 2022-07-12 02:33:54 +01:00
25368e6b65 remove select macro 2022-07-12 01:42:58 +01:00
0b93208bb2 bump futures-utils to 0.3.17 2022-07-12 01:08:56 +01:00
b8a1449605 improve actorless echo example 2022-07-12 01:08:15 +01:00
f3ff729a69 add actorless chat example 2022-07-11 20:19:29 +01:00
fd17252725 remove select macro from echo example 2022-07-11 20:19:20 +01:00
a4a060994d add actorless websocket echo example 2022-07-11 01:44:46 +01:00
4ff98dbaa5 re-add fluent templating example to workspace 2022-07-10 03:48:11 +01:00
8770694e11 add fluent templates example 2022-07-10 03:30:48 +01:00
0f08afee18 update sailfish 2022-07-09 23:39:21 +01:00
0a201cd860 update async-graphql deps 2022-07-09 23:35:09 +01:00
a46a459476 update deps 2022-07-09 23:13:39 +01:00
ecc8522725 update mysql deps 2022-07-09 23:11:36 +01:00
bbb2e54f07 update some easy deps 2022-07-09 22:54:51 +01:00
b85201494a update register link to match correct path (#563) 2022-07-09 22:22:53 +01:00
a64e21ee6e group imports 2022-07-09 21:08:11 +01:00
4b801ba222 clippy 2022-07-09 21:05:06 +01:00
e97bc83f59 update actix-web-lab deps 2022-07-09 20:48:05 +01:00
43e79460b7 update deps 2022-07-09 20:43:47 +01:00
344bcfce10 add rustus to showcase 2022-07-03 01:46:46 +01:00
368986fc9e fix redirecthttps name 2022-06-26 05:08:20 +01:00
c0e99e7233 fix redirecthttps link 2022-06-26 05:07:57 +01:00
c47371caa7 Replace all unwraps in hello-world example with ? operator (#562) 2022-06-24 18:17:52 +01:00
04e3ccaca5 Updated actix-session version to 0.6 in examples/auth/cookie-session (#560) 2022-06-21 07:32:08 +09:00
ec919b2424 Use branch agnostic link (#559)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-06-08 11:01:44 +01:00
db5f00e771 Use captured args in format string (#558) 2022-06-08 03:53:38 +01:00
912de4aa46 Minor lints and clippies (#557) 2022-06-08 03:53:28 +01:00
7a957cee6e Update Cargo.lock to fix the build (#556) 2022-06-08 03:36:16 +01:00
271a68c07d Update dependencies for databases/postgres (#555)
Fix config code to account for breaking changes
2022-06-08 00:51:42 +01:00
a7a7f0858b Update databases/postgres/README.md (#554)
* Update databases/postgres/README.md

Add sudo -u postgres to relevant commands

Add privilege granting step for new user

Add -i flag to curl command to show HTTP response code

* Update databases/postgres/README.md

Add more options for accomplishing tasks

Add note regarding
2022-06-06 19:20:46 +01:00
b459225d5a Add rustypaste to community showcase (#552) 2022-05-16 10:09:13 +01:00
62ac6c0e23 Update README.md 2022-04-21 15:07:19 +01:00
453311c296 Add pict-rs to community examples (#546) 2022-04-03 23:45:16 +01:00
69a369c937 Fix path in readme file for websocket echo example (#536) 2022-03-16 02:21:03 +00:00
63c91733b5 add monrinth to showcase 2022-03-15 18:49:33 +00:00
4f1881d1a3 clean up rustls example 2022-03-15 18:17:19 +00:00
c9ebeacf58 fix cors example 2022-03-15 17:32:27 +00:00