Commit graph

29 commits

Author SHA1 Message Date
Luca Palmieri
2215bd726b Fix CI 2022-10-01 18:32:25 +01:00
Luca Palmieri
5779cb1f29 Update deps 2022-10-01 14:29:16 +01:00
Luca P
a855e9d8ba Update tracing-actix-web 2022-07-05 17:50:34 +01:00
Luca P
e82f0c656c Upgrade uuid, sqlx and config 2022-07-05 17:49:33 +01:00
Luca P
b87f88f977 Update to actix-web v4 2022-02-25 23:58:57 +00:00
Luca Palmieri
44a350f83e Update to actix-web beta.19 2022-01-05 18:15:18 +00:00
Luca Palmieri
d9c0b8fc83 Update to actix-web beta.19 2022-01-05 18:13:54 +00:00
Luca Palmieri
6ee13add72 Update dependencies. 2021-12-28 12:51:15 +01:00
Luca Palmieri
fc2f484971 Add secrecy. 2021-12-27 13:07:19 +01:00
Luca Palmieri
7129a0d4b4 Run cargo-update 2021-12-27 11:31:43 +01:00
Luca Palmieri
2d984f4147 Remove tracing-futures. 2021-12-27 11:16:17 +01:00
Luca Palmieri
8d8e5e4df5 Update tracing bunyan formatter and tracing-subscriber. 2021-12-26 16:28:03 +01:00
Luca Palmieri
15f3173723 Update to latest actix-web. 2021-09-11 20:44:18 +02:00
Luca Palmieri
7a506b7a81 Update actix-http. 2021-08-31 23:27:49 +02:00
LukeMathWalker
c8396cb078 Update to latest version of actix-web, sqlx and tracing-actix-web. 2021-07-11 16:10:55 +01:00
Luca Palmieri
b11a20d3b3 Update to the latest lexical core version to avoid conflicts with the new BITS constants 2021-07-05 08:35:46 +02:00
LukeMathWalker
8584ce6891 Update to use once_cell instead of lazy_static.
Use a custom sink instead of different log levels to silence logs in tests.
2021-05-01 15:11:11 +01:00
LukeMathWalker
ef960053b3 Update to tokio 1 2021-02-11 08:59:55 +00:00
Luca Palmieri
5470836866 Update CI + update sqlx 2020-12-05 19:05:07 +00:00
Luca Palmieri
9975bf327e Chapter 04 (snapshot). 2020-12-05 17:03:39 +00:00
Luca Palmieri
0a4addc6bb
Chapter 5 (#13)
* Add chapter 5

* Basic deployment stuff

* Fix Dockerfile.

* Add an explicit connection timeout.

* Align port with configuration.

* Use debug for faster feedback loops.

* Add address configuration.

* Provision database.

* Use structured options.

* Add configuration

* Fix typo.

* Customise deserialization logic.

* Change to Require.

* Fix spec.

* Add a few more things to the dockerignore file.

* Update to match chapter.

* Add base configuration.

* Amend configuratiohn.

Co-authored-by: LukeMathWalker <rust@lpalmieri.com>
2020-11-01 21:25:11 +00:00
LukeMathWalker
39b7682fea Updated to the latest actix-web version. 2020-10-18 15:44:04 +01:00
LukeMathWalker
ff99488030 Remove anyhow. 2020-10-18 14:13:27 +01:00
LukeMathWalker
cfb11a798d Remove unused dependencies. 2020-10-18 13:50:32 +01:00
Luca Palmieri
3e553eaf60
Chapter04 (#9)
* Add chapter 4 code.

* Add logger middleware.

* Add env_logger.

* Instrumented.

* Test logs.

* Introduce instrument.

* Refactor handler.

* Use TracingLogger.

* Update.

* Fix linter error.
2020-09-27 17:09:42 +01:00
Luca Palmieri
24dccda00c
Chapter 3 Part 1 - Patches (#4)
* Adjust content encoding.

* Refactor assertion.

* Add one more test case

* Fix assertions.

* Fix route.

* Stricter assertions

* Few fixes.

* Formatting
2020-08-31 02:05:21 +01:00
Luca Palmieri
656ee46c09
Chapter03, Part 1 (#2) 2020-08-25 22:19:53 +01:00
LukeMathWalker
8f86c3bccf Populate Chapter3 (Part0) 2020-08-23 11:53:08 +01:00
LukeMathWalker
7e63ca87bd Scaffolding 2020-08-23 11:34:29 +01:00