Commit graph

136 commits

Author SHA1 Message Date
Luca Palmieri af2510d592 Formatting 2023-09-21 08:06:51 +02:00
Luca Palmieri 14c95c1c5f Update sqlx to 0.7 2023-09-19 09:19:35 +02:00
Luca Palmieri 0aed4af476 Update linker configuration for macs 2023-09-13 09:56:04 +02:00
Luca Palmieri 80c97d566b Update Dockerfile 2023-09-13 09:13:51 +02:00
Luca Palmieri 5a93bd4018 Fix lint 2023-02-18 22:54:16 +00:00
Luca Palmieri fa0d11566e Update outdated dependencies 2023-02-18 22:26:43 +00:00
Luca Palmieri 518d8bfb37 Use Postgres 14, the latest available version of Postgres on Digital Ocean 2023-02-18 22:26:17 +00:00
Luca Palmieri 41e8cd1691 Update Cargo.lock and resolve cargo-audit report 2023-02-18 18:34:38 +00:00
Luca Palmieri 35b3436795 Update CI. 2023-02-18 18:33:59 +00:00
Luca Palmieri 1a4da5b2db Fix CI 2022-10-01 18:39:40 +01:00
Luca Palmieri 83e12c767e Update deps 2022-10-01 14:32:41 +01:00
Luca P a5efff2637 Update all dependencies 2022-07-05 18:23:27 +01:00
Luca P 8bdfb81494 Install ca-certificates in the runtime layer 2022-03-14 11:42:48 +00:00
Luca P 5db6f0ac8c Update README 2022-03-14 11:22:07 +00:00
Luca P 265e25335e Fix CI 2022-03-14 11:22:00 +00:00
Luca P a77fab7d08 Install linking system dependencies 2022-03-11 22:47:01 +00:00
Luca P fb99df76b9 Add linker configuration 2022-03-11 22:44:54 +00:00
Luca P 44eae37fb5 Update to latest stable. 2022-03-09 09:48:15 +00:00
Luca P b4977a60d2 Update to actix-web v4 2022-02-26 00:03:42 +00:00
Luca Palmieri 4d19a3c00a Update to actix-web beta.19 2022-01-05 18:19:00 +00:00
Luca Palmieri bd94a6c822 Remove direct 'log' dependency 2022-01-02 16:51:46 +01:00
Luca Palmieri 6af1b8572c Fix clippy errors 2021-12-28 17:49:30 +01:00
Luca Palmieri 5ea2c802c2 Update dependencies. 2021-12-28 13:01:07 +01:00
Luca Palmieri 937a872a4a Do not use backticks - they lead to the script trying to execute the quoted command. 2021-12-28 12:19:46 +01:00
Luca Palmieri 0967a6030c Use secrecy crate. 2021-12-27 14:29:32 +01:00
Luca Palmieri 948b57e52d Run cargo-update 2021-12-27 11:32:26 +01:00
Luca Palmieri f2ae25d906 Remove tracing-futures. 2021-12-27 11:16:58 +01:00
Luca Palmieri 5e9c2e1ef7 Update to 2021 edition. 2021-12-27 10:59:40 +01:00
Luca Palmieri dc3837df7c Update to latest version of actix-web, tracing-bunyan-formatter and tracing-subscriber. Use tokio macros instead of actix-web's macros. 2021-12-26 16:48:26 +01:00
LukeMathWalker c95646fc9e Use 127.0.0.1 instead of localhost. 2021-10-07 21:56:05 +01:00
LukeMathWalker 83f0a55dfc Update runtime image. 2021-09-30 21:23:52 +01:00
LukeMathWalker 4915771980 Lower sqlx's log level 2021-09-30 21:17:09 +01:00
LukeMathWalker b9cdb5c5c7 Connect lazily 2021-09-29 09:20:50 +01:00
Luca Palmieri 07350a45bf Check prepared data is up-to-date. 2021-09-27 18:12:01 +02:00
Luca Palmieri 330fb4647b Update actix-web and fix clippy lint. 2021-09-11 21:54:51 +02:00
Luca Palmieri 223ac41248 Keep test suite fast by tuning timeout for tests. 2021-09-01 21:44:13 +02:00
Luca Palmieri 12a7953777 Implement TryFrom instead of TryInto. 2021-09-01 09:23:07 +02:00
Luca Palmieri 65761098ff Update Dockerfile. 2021-08-31 23:40:22 +02:00
Luca Palmieri 6b2e47e908 Update actix-http. 2021-08-31 23:29:09 +02:00
Pedro de Matos Fedricci b65b31b80d Cache sqlx-cli in CI 2021-08-31 23:19:28 +02:00
LukeMathWalker f9493607a0 Fix coverage job 2021-08-01 21:11:22 +01:00
LukeMathWalker ff0f265c6d Fix name conflict with name from the bunyan format. 2021-07-16 09:02:20 +01:00
LukeMathWalker c9d1488f33 Re-enable offline feature. 2021-07-14 09:18:55 +01:00
LukeMathWalker 64fc9235cc Update Dockerfile to use pinned images. 2021-07-11 19:26:48 +01:00
LukeMathWalker 203a796cfe Update to latest actix-web 2021-07-11 17:47:34 +01:00
Luca Palmieri b5faa745f1 Proactively verify if psql and sqlx are installed before moving forward with script execution. 2021-07-05 08:59:38 +02:00
Luca Palmieri 49bec26214 Use the latest version of sqlx-cli, 0.5.5.
0.5.1 does not work anymore due to a conflict between a constant added to the standard library and a crate in our dependency tree.
2021-07-05 08:07:10 +02:00
LukeMathWalker 7bdc51cae9 Update to latest actix-web. 2021-05-01 16:17:21 +01:00
LukeMathWalker 1caa47a383 Use once_cell instead of lazy_static for tracing. Use custom sinks instead of filters to disable logging. 2021-05-01 15:51:06 +01:00
Luca Palmieri f6bc77a3c6 Fix migration script. 2021-04-28 20:40:57 +01:00