1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
Commit Graph

698 Commits

Author SHA1 Message Date
a814ac0d5c fix diesel test in CI (#592) 2022-12-12 02:41:22 +00:00
fbf376db47 re-add todo example 2022-12-11 15:32:09 +00:00
bf1daf86a7 update deps 2022-12-11 15:31:32 +00:00
c78332c0f9 update env_logger to 0.10 2022-12-11 15:25:57 +00:00
3ffb06abb7 update mysql dependency to 23 2022-12-11 15:25:15 +00:00
6f763395d7 unhide todo 2022-10-26 16:51:50 +01:00
ddda86784a update deps 2022-10-26 16:51:27 +01:00
ae25a7908d add auto reloading to minijinja 2022-10-16 21:49:01 +01:00
bf0386ade7 reduce minijinja boilerplate 2022-10-16 21:36:23 +01:00
5e8883e35a add minijinja templating example 2022-10-16 21:20:01 +01:00
6953e927ac simplify data_factory example 2022-10-16 19:24:17 +01:00
fa323545e9 update redis example to v0.22 2022-10-16 19:14:40 +01:00
fc0486dd4a remove lazy_static 2022-09-11 16:14:07 +01:00
ed04cc97b3 update diesel to v2 2022-09-10 23:33:09 +01:00
fd86b650f1 update deps 2022-09-10 23:07:55 +01:00
0319f18995 chore: remove fluent crate override 2022-08-28 18:43:05 +01:00
818d8b1384 chore: update lab dep 2022-08-28 18:41:16 +01:00
7fd8c57cd2 chore: update deps 2022-08-28 18:40:59 +01:00
d259177eab use placeholder approach to shutdown-server 2022-08-07 23:58:56 +01:00
2a680d0659 bump deps 2022-08-07 23:13:00 +01:00
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
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
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
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
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
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
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
04e3ccaca5 Updated actix-session version to 0.6 in examples/auth/cookie-session (#560) 2022-06-21 07:32:08 +09: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
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
f27cc4b6b4 normalize ports to 8080 2022-03-06 00:41:32 +00:00
e8cd22d2f2 reduce futures dep 2022-03-06 00:15:19 +00:00
b8fc58bec6 add guard example
closes #533
2022-03-05 14:28:43 +00:00
c3fd8e1315 update dependencies 2022-03-04 16:28:40 +00:00