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

68 Commits

Author SHA1 Message Date
4dae76da27 Update README.md
Update .env var syntax to use underscores instead of dots, which cause an error difficult to debug if you are not familiar with Confik.
2024-07-28 21:22:23 +02:00
dca1d50430 refactor: update mongodb to 3 2024-07-07 02:03:51 +01:00
0bdd5479ff refactor: use confik instead of config 2024-07-07 02:01:13 +01:00
03879899a5 chore: update pin-project 2024-07-07 01:42:16 +01:00
1bae92b0fb chore: update uuid dep 2024-06-05 05:10:48 +01:00
8e0b57e658 feat: add mainmatter telemetry workshop example 2024-06-05 04:52:05 +01:00
bfed118301 chore: remove redundant imports 2024-02-20 03:29:12 +00:00
3596d6af6a chore: remove deprecated calls 2023-12-26 03:56:28 +00:00
1e294fa1ab Merge branch 'master' into dependabot/cargo/redis-0.24.0 2023-12-26 03:55:07 +00:00
7146f8e31c Bump deadpool-postgres from 0.11.0 to 0.12.1
Bumps [deadpool-postgres](https://github.com/bikeshedder/deadpool) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.11.0...deadpool-postgres-v0.12.1)

---
updated-dependencies:
- dependency-name: deadpool-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 17:50:22 +00:00
e9c899a32a Bump redis from 0.23.3 to 0.24.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.24.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 17:42:43 +00:00
a9d49dcf25 Bump config from 0.13.3 to 0.13.4 (#671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-12-04 18:02:38 +00:00
0281a1a112 fix last dotenv reference 2023-10-29 01:48:04 +01:00
e2c32161a9 update dotenv::dotenv references 2023-10-29 01:18:40 +01:00
07bb27eb4b migrate to dotenvy 2023-10-29 01:17:49 +01:00
4e15805325 update postgres and sailfish deps 2023-10-29 01:14:14 +01:00
db35977fbe chore: fmt 2023-07-22 22:29:35 +01:00
de0411ca31 feat: update example api to support GET /users (#629)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-07-22 22:28:57 +01:00
2ece131b36 remove unneeded dependencies 2023-07-18 17:42:33 +01:00
16bfb1cf2f simplify sql create tables 2023-07-18 01:09:09 +01:00
048f4fd884 improve mysql readme 2023-07-18 01:01:26 +01:00
f3cf37bb0d fix vue example ports
closes #624
2023-07-17 22:26:11 +01:00
da976e0415 refactor mysql models 2023-07-17 22:13:50 +01:00
a86471501d split up mysql modules 2023-07-17 20:59:04 +01:00
6f94000c80 remove methods from paths 2023-07-17 18:56:41 +01:00
43fdd8ad62 deref to pool through data 2023-07-17 18:51:15 +01:00
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
1ca11e70e8 update sqlx dep to 0.7 2023-07-09 02:05:10 +01:00
dbfa486897 update minijinja version 2023-07-09 00:56:56 +01:00
fd7d4c8a23 improve documentation of diesel example 2023-03-14 02:33:45 +00:00
e353c7ae11 update deps 2023-01-07 15:23:31 +00:00
b951c4dbee move derive_more to workspace dep 2023-01-02 20:38:03 +00:00
9e4882285e move serde deps to workspace 2023-01-02 20:35:11 +00:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
66c7e1e9b5 use workspace deps for log and env_logger 2022-12-30 16:25:40 +00:00
aee47e0817 Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
c1345414e2 Fix incorrect spelling of file setup_db.sh (#593) 2022-12-17 15:33:03 +00:00
a814ac0d5c fix diesel test in CI (#592) 2022-12-12 02:41:22 +00:00
c78332c0f9 update env_logger to 0.10 2022-12-11 15:25:57 +00:00
8f924c4791 Add SeaORM in examples/databases. (#587) 2022-11-22 10:57:21 +00:00
3b4ad584eb Fix invalid non-existent link (for database example:rbatis). (#585) 2022-11-22 06:10:26 +00:00
1e1767135d Update README.md (#579) 2022-11-04 22:11:36 +00:00
ddda86784a update deps 2022-10-26 16:51:27 +01:00
8a22559cac fmt 2022-10-16 21:20:54 +01:00
fa323545e9 update redis example to v0.22 2022-10-16 19:14:40 +01:00
ed04cc97b3 update diesel to v2 2022-09-10 23:33:09 +01:00
0b93208bb2 bump futures-utils to 0.3.17 2022-07-12 01:08:56 +01:00
8770694e11 add fluent templates example 2022-07-10 03:30:48 +01:00
bbb2e54f07 update some easy deps 2022-07-09 22:54:51 +01:00