Commit graph

122 commits

Author SHA1 Message Date
Luca Palmieri
25316873d5 Update dependencies 2024-08-29 16:03:15 +02:00
Luca Palmieri
0ad15c28b9 Formatting 2023-09-21 08:06:44 +02:00
Luca Palmieri
a17336fc42 Update sqlx to 0.7 2023-09-19 09:18:05 +02:00
Luca Palmieri
0864761da8 Update linker configuration for macs 2023-09-13 09:55:52 +02:00
Luca Palmieri
18d8c125ea Update Dockerfile 2023-09-13 09:13:40 +02:00
Luca Palmieri
f98dab5615 Update outdated dependencies 2023-02-18 22:26:01 +00:00
Luca Palmieri
e07e1ae9c5 Use Postgres 14, the latest available version of Postgres on Digital Ocean 2023-02-18 22:25:25 +00:00
Luca Palmieri
2878dfe852 Update Cargo.lock and resolve cargo-audit report 2023-02-18 18:33:01 +00:00
Luca Palmieri
44b959eeab Update CI. 2023-02-18 18:32:14 +00:00
Luca Palmieri
70f7bcd398 Fix CI 2022-10-01 18:39:05 +01:00
Luca Palmieri
5250229b35 Update deps 2022-10-01 14:32:36 +01:00
Luca P
618a7f3745 Update all dependencies 2022-07-05 18:22:13 +01:00
Luca P
8d3321405d Install ca-certificates in the runtime layer 2022-03-14 11:42:54 +00:00
Luca P
6f3901a0b7 Update README 2022-03-14 11:21:16 +00:00
Luca P
653256f24b Install linking system dependencies 2022-03-11 22:46:56 +00:00
Luca P
1bf2a71df6 Add linker configuration 2022-03-11 22:44:48 +00:00
Luca P
3361e6d5f7 Update to latest stable. 2022-03-09 09:48:09 +00:00
Luca P
23ba86e560 Update to actix-web v4 2022-02-26 00:03:26 +00:00
Luca Palmieri
a809cf6476 Update to actix-web beta.19 2022-01-05 18:18:55 +00:00
Luca Palmieri
6e2e23f87f Remove direct 'log' dependency 2022-01-02 16:51:39 +01:00
Luca Palmieri
f491ef9ca3 Fix clippy errors 2021-12-28 17:49:19 +01:00
Luca Palmieri
612bf8c7b8 Update dependencies. 2021-12-28 12:59:38 +01:00
Luca Palmieri
45542c0eca Do not use backticks - they lead to the script trying to execute the quoted command. 2021-12-28 12:19:42 +01:00
Luca Palmieri
d58b6894cc Use secrecy crate. 2021-12-27 14:12:15 +01:00
Luca Palmieri
b6b5194302 Run cargo-update 2021-12-27 11:32:20 +01:00
Luca Palmieri
78cc07759a Remove tracing-futures. 2021-12-27 11:16:54 +01:00
Luca Palmieri
db2a13baee Update to 2021 edition. 2021-12-27 10:59:35 +01:00
Luca Palmieri
19452d230f 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:45:16 +01:00
LukeMathWalker
6f79a34d0b Use 127.0.0.1 instead of localhost. 2021-10-07 21:55:57 +01:00
LukeMathWalker
0ce5a4d3a0 Update runtime image. 2021-09-30 21:23:44 +01:00
LukeMathWalker
75d33796bb Lower sqlx's log level 2021-09-30 21:16:17 +01:00
LukeMathWalker
2cec4ee7d1 Connect lazily. 2021-09-29 09:15:19 +01:00
Luca Palmieri
2369d0f326 Check prepared data is up-to-date. 2021-09-27 18:11:53 +02:00
Luca Palmieri
c5caaa819b Update actix-web and fix clippy lint. 2021-09-11 21:54:11 +02:00
Luca Palmieri
9001339716 Keep test suite fast by tuning timeout. 2021-09-01 21:36:33 +02:00
Luca Palmieri
ee52fa7071 Implement TryFrom instead of TryInto. 2021-09-01 09:23:00 +02:00
Luca Palmieri
a786105daa Update Dockerfile. 2021-08-31 23:40:16 +02:00
Luca Palmieri
5b510501de Update actix-http. 2021-08-31 23:28:55 +02:00
Pedro de Matos Fedricci
83253e51b8 Cache sqlx-cli in CI 2021-08-31 23:20:09 +02:00
LukeMathWalker
6a468e53c6 Fix coverage job 2021-08-01 21:11:13 +01:00
LukeMathWalker
aca2acb567 Fix name conflict with name from the bunyan format. 2021-07-16 09:02:12 +01:00
LukeMathWalker
5c5ee7b756 Re-enable offline feature. 2021-07-14 09:19:16 +01:00
LukeMathWalker
22c16f786b Update Dockerfile to use pinned images. 2021-07-11 19:26:29 +01:00
LukeMathWalker
f913a67665 Update to latest actix-web 2021-07-11 17:43:23 +01:00
Luca Palmieri
17d6d366b4 Proactively verify if psql and sqlx are installed before moving forward with script execution. 2021-07-05 08:59:32 +02:00
Luca Palmieri
73dfce6699 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:08:11 +02:00
LukeMathWalker
b83e354b16 Update to latest actix-web. 2021-05-01 16:16:13 +01:00
LukeMathWalker
bcb108a2fd 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:44:09 +01:00
Luca Palmieri
2e690fa838 Fix migration script. 2021-04-28 20:41:08 +01:00
LukeMathWalker
1eb84f28df Update DB script. 2021-04-02 11:50:08 +01:00