Commit graph

92 commits

Author SHA1 Message Date
Luca Palmieri
d7b06d1ad3 Remove once_cell 2024-08-29 17:15:13 +02:00
Luca Palmieri
c6921090b2 Update dependencies 2024-08-29 15:55:00 +02:00
Luca Palmieri
2e74ab3df1 Formatting 2023-09-21 08:03:36 +02:00
Luca Palmieri
2b8a8244d7 Update sqlx to 0.7 2023-09-19 09:13:10 +02:00
Luca Palmieri
c706a54aaa Update linker configuration for macs 2023-09-13 09:55:20 +02:00
Luca Palmieri
a0429bcb63 Update Dockerfile 2023-09-13 09:13:16 +02:00
Luca Palmieri
0e8f4448ec Fix lint 2023-02-18 22:23:19 +00:00
Luca Palmieri
3ee02cbb74 Update outdated dependencies 2023-02-18 22:23:09 +00:00
Luca Palmieri
cd44754ebe Use Postgres 14, the latest available version of Postgres on Digital Ocean 2023-02-18 22:20:50 +00:00
Luca Palmieri
5690fa3b1a Update Cargo.lock 2023-02-18 18:26:33 +00:00
Luca Palmieri
b062c0ec72 Update CI. 2023-02-18 18:19:57 +00:00
Luca Palmieri
04b56daaeb Fix CI 2022-10-01 18:36:41 +01:00
Luca Palmieri
b5f7292631 Update deps 2022-10-01 14:32:09 +01:00
Luca P
291b65493e Update all dependencies 2022-07-05 18:16:30 +01:00
Luca P
accef41a57 Install ca-certificates in the runtime layer 2022-03-14 11:42:36 +00:00
Luca P
b66881705a Fix DO spec 2022-03-14 11:19:55 +00:00
Luca P
d7929dd5fa Update README 2022-03-14 11:19:41 +00:00
Luca P
9a662c70d6 Fix CI. 2022-03-14 11:19:38 +00:00
Luca P
21d2c83315 Install linking system dependencies 2022-03-11 22:46:41 +00:00
Luca P
d689ff79cd Add linker configuration 2022-03-11 22:44:34 +00:00
Luca P
3ae07f4f1e Update to latest stable. 2022-03-09 09:47:53 +00:00
Luca P
3b5d6ea404 Update to actix-web v4 2022-02-26 00:01:36 +00:00
Luca Palmieri
8f93eb7795 Update to actix-web beta.19 2022-01-05 18:17:44 +00:00
Luca Palmieri
974e855b4d Remove direct 'log' dependency 2022-01-02 16:51:15 +01:00
Luca Palmieri
5292de1c5c Fix clippy errors 2021-12-28 17:48:23 +01:00
Luca Palmieri
d6067b8885 Update dependencies. 2021-12-28 12:54:50 +01:00
Luca Palmieri
b3ddcf6831 Do not use backticks - they lead to the script trying to execute the quoted command. 2021-12-28 12:19:30 +01:00
Luca Palmieri
45fda7429e Use secrecy. 2021-12-27 14:05:56 +01:00
Luca Palmieri
f9ca94c767 Run cargo-update 2021-12-27 11:32:04 +01:00
Luca Palmieri
536952ace4 Remove tracing-futures. 2021-12-27 11:16:43 +01:00
Luca Palmieri
82c7efe82d Update to 2021 edition. 2021-12-27 10:59:19 +01:00
Luca Palmieri
c53af58537 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:40:57 +01:00
LukeMathWalker
309ec25ed7 Use 127.0.0.1 instead of localhost. 2021-10-07 21:55:39 +01:00
LukeMathWalker
7159ac5d0e Update runtime image. 2021-09-30 21:23:24 +01:00
LukeMathWalker
79a65bd65c Lower level of sqxl's logs. 2021-09-30 21:12:33 +01:00
LukeMathWalker
e92a1ff2e5 Connect lazily. 2021-09-29 09:14:01 +01:00
Luca Palmieri
530e57f5d0 Check prepared data is up-to-date. 2021-09-27 18:10:57 +02:00
Luca Palmieri
049794ae34 Update actix-web and fix clippy error. 2021-09-11 21:51:51 +02:00
Luca Palmieri
4c54c11adc Update Dockerfile. 2021-08-31 23:40:02 +02:00
Luca Palmieri
5239345c7d Update actix-http. 2021-08-31 23:28:20 +02:00
Pedro de Matos Fedricci
f48d86b7ab Cache sqlx-cli in CI 2021-08-31 23:21:44 +02:00
LukeMathWalker
4e89fafb5e Fix coverage job 2021-08-01 21:10:38 +01:00
LukeMathWalker
7b86f0decb Fix name conflict with name from the bunyan format. 2021-07-16 09:01:39 +01:00
LukeMathWalker
a39870a134 Re-enable offline feature. 2021-07-14 09:20:25 +01:00
LukeMathWalker
cf94090027 Update Dockerfile to use pinned images. 2021-07-11 19:26:06 +01:00
LukeMathWalker
1fead190a7 Update to latest actix-web 2021-07-11 16:29:27 +01:00
Luca Palmieri
01d975dad9 Proactively verify if psql and sqlx are installed before moving forward with script execution. 2021-07-05 08:59:06 +02:00
Luca Palmieri
c378e22bf5 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:49 +02:00
LukeMathWalker
89fefdd7d4 Update to latest actix-web. 2021-05-01 16:14:10 +01:00
LukeMathWalker
8c91b8c3da 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:23:55 +01:00