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

754 Commits

Author SHA1 Message Date
Rob Ede
0319f18995
chore: remove fluent crate override 2022-08-28 18:43:05 +01:00
Rob Ede
818d8b1384
chore: update lab dep 2022-08-28 18:41:16 +01:00
Rob Ede
7fd8c57cd2
chore: update deps 2022-08-28 18:40:59 +01:00
Rob Ede
fcd013fcde
add session ttl customization example 2022-08-28 18:39:28 +01:00
Rob Ede
d259177eab
use placeholder approach to shutdown-server 2022-08-07 23:58:56 +01:00
Rob Ede
2a680d0659
bump deps 2022-08-07 23:13:00 +01:00
Rob Ede
d55caee58e
update sse example 2022-08-07 23:12:52 +01:00
Rob Ede
05e19266ad
use semantic SSE types 2022-08-07 01:24:40 +01:00
Rob Ede
087ac5ef24
update deps 2022-08-05 19:43:46 +01:00
Ifa
dc7623694c
fix comments (#568) 2022-08-05 17:11:18 +01:00
Rob Ede
7a036d97b9
add read and detele object endpoints to s3 example 2022-08-01 03:53:29 +01:00
Rob Ede
c8a4544ea1
return uploaded files information in s3 example 2022-08-01 03:19:39 +01:00
Rob Ede
4840cfdb68
migrate s3 example to aws-sdk-s3 2022-08-01 01:17:59 +01:00
Rob Ede
0149e64c7a
bump uuid to v1 2022-07-31 23:51:08 +01:00
dependabot[bot]
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
Rob Ede
522e3d11e2
clippy 2022-07-21 03:30:58 +01:00
Rob Ede
c557986915
update actix-session everywhere 2022-07-21 03:30:12 +01:00
Koki Nishihara
5c9f69bb07
update example redis-session (#545)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-21 03:21:07 +01:00
Luyi
b6255d1637
Update Cargo.toml (#566) 2022-07-20 23:01:08 +01:00
Rob Ede
6c39b4b138
reduce boilerplate on response channels 2022-07-12 02:33:54 +01:00
Rob Ede
25368e6b65
remove select macro 2022-07-12 01:42:58 +01:00
Rob Ede
0b93208bb2
bump futures-utils to 0.3.17 2022-07-12 01:08:56 +01:00
Rob Ede
b8a1449605
improve actorless echo example 2022-07-12 01:08:15 +01:00
Rob Ede
f3ff729a69
add actorless chat example 2022-07-11 20:19:29 +01:00
Rob Ede
fd17252725
remove select macro from echo example 2022-07-11 20:19:20 +01:00
Rob Ede
a4a060994d
add actorless websocket echo example 2022-07-11 01:44:46 +01:00
Rob Ede
4ff98dbaa5
re-add fluent templating example to workspace 2022-07-10 03:48:11 +01:00
Rob Ede
8770694e11
add fluent templates example 2022-07-10 03:30:48 +01:00
Rob Ede
0f08afee18
update sailfish 2022-07-09 23:39:21 +01:00
Rob Ede
0a201cd860
update async-graphql deps 2022-07-09 23:35:09 +01:00
Rob Ede
a46a459476
update deps 2022-07-09 23:13:39 +01:00
Rob Ede
ecc8522725
update mysql deps 2022-07-09 23:11:36 +01:00
Rob Ede
bbb2e54f07
update some easy deps 2022-07-09 22:54:51 +01:00
BSPlatt
b85201494a
update register link to match correct path (#563) 2022-07-09 22:22:53 +01:00
Rob Ede
a64e21ee6e
group imports 2022-07-09 21:08:11 +01:00
Rob Ede
4b801ba222
clippy 2022-07-09 21:05:06 +01:00
Rob Ede
e97bc83f59
update actix-web-lab deps 2022-07-09 20:48:05 +01:00
Rob Ede
43e79460b7
update deps 2022-07-09 20:43:47 +01:00
Rob Ede
344bcfce10
add rustus to showcase 2022-07-03 01:46:46 +01:00
Rob Ede
368986fc9e
fix redirecthttps name 2022-06-26 05:08:20 +01:00
Rob Ede
c0e99e7233
fix redirecthttps link 2022-06-26 05:07:57 +01:00
PeterPierinakos
c47371caa7
Replace all unwraps in hello-world example with ? operator (#562) 2022-06-24 18:17:52 +01:00
Daniel Hartig
04e3ccaca5
Updated actix-session version to 0.6 in examples/auth/cookie-session (#560) 2022-06-21 07:32:08 +09:00
Yuri Astrakhan
ec919b2424
Use branch agnostic link (#559)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-06-08 11:01:44 +01:00
Yuri Astrakhan
db5f00e771
Use captured args in format string (#558) 2022-06-08 03:53:38 +01:00
Yuri Astrakhan
912de4aa46
Minor lints and clippies (#557) 2022-06-08 03:53:28 +01:00
Yuri Astrakhan
7a957cee6e
Update Cargo.lock to fix the build (#556) 2022-06-08 03:36:16 +01:00
Andrew Langmeier
271a68c07d
Update dependencies for databases/postgres (#555)
Fix config code to account for breaking changes
2022-06-08 00:51:42 +01:00
Andrew Langmeier
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
Orhun Parmaksız
b459225d5a
Add rustypaste to community showcase (#552) 2022-05-16 10:09:13 +01:00