Commit graph

165 commits

Author SHA1 Message Date
Luca Palmieri
485a8cc5fe Fix CI 2022-10-01 18:39:50 +01:00
Luca Palmieri
6895745cee Update deps 2022-10-01 14:32:46 +01:00
Luca P
155e01fc02 Update all dependencies 2022-07-05 18:24:40 +01:00
Luca P
c9a4025e6b Install ca-certificates in the runtime layer 2022-03-14 11:43:00 +00:00
Luca P
9b68c214c2 Update README 2022-03-14 11:23:06 +00:00
Luca P
c808b2fe1f Fix CI 2022-03-14 11:22:46 +00:00
Luca P
666f12e252 Install linking system dependencies 2022-03-11 22:47:07 +00:00
Luca P
1acb514db7 Add linker configuration 2022-03-11 22:45:00 +00:00
Luca P
3181c3ca92 Update to latest stable. 2022-03-09 09:48:25 +00:00
Luca P
60417569e7 Update to actix-web v4 2022-02-26 00:04:21 +00:00
Luca Palmieri
e3ef91085f Update to actix-web beta.19 2022-01-05 18:20:43 +00:00
Luca Palmieri
ff712b50ce Remove direct 'log' dependency 2022-01-02 16:51:54 +01:00
Luca Palmieri
a4d95d8749 Ignore faulty lint 2021-12-28 17:50:44 +01:00
Luca Palmieri
9d13e57f4e Fix clippy errors 2021-12-28 17:49:41 +01:00
Luca Palmieri
e634386e08 Update dependencies. 2021-12-28 13:04:11 +01:00
Luca Palmieri
a967690d93 Do not use backticks - they lead to the script trying to execute the quoted command. 2021-12-28 12:19:50 +01:00
Luca Palmieri
ffe7a25486 Use secrecy 2021-12-27 14:31:17 +01:00
Luca Palmieri
f8a7bf6e10 Run cargo-update 2021-12-27 11:32:31 +01:00
Luca Palmieri
3c8f56c0d9 Remove tracing-futures. 2021-12-27 11:17:03 +01:00
Luca Palmieri
5c9efaaf24 Update to 2021 edition. 2021-12-27 10:59:44 +01:00
Luca Palmieri
efce2d8ad4 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:50:14 +01:00
LukeMathWalker
06db310513 Use 127.0.0.1 instead of localhost. 2021-10-07 21:56:13 +01:00
LukeMathWalker
a6381e6043 Update runtime image. 2021-09-30 21:24:00 +01:00
LukeMathWalker
ed9ede225a Lower sqlx's log level 2021-09-30 21:18:15 +01:00
LukeMathWalker
4273782a32 Connect lazily 2021-09-29 09:22:11 +01:00
Luca Palmieri
0a441c677b Check prepared data is up-to-date. 2021-09-27 18:12:11 +02:00
Luca Palmieri
8c06d73cf4 Update actix-web and fix clippy lint. 2021-09-11 21:56:24 +02:00
Luca Palmieri
db30e44be2 Keep test suite fast by tuning timeout for tests. 2021-09-01 21:44:34 +02:00
Luca Palmieri
0ffc55a1a1 Implement TryFrom instead of TryInto 2021-09-01 09:24:58 +02:00
Luca Palmieri
f1bf66fc96 Update Dockerfile. 2021-08-31 23:40:26 +02:00
Luca Palmieri
4fe3710104 Update actix-http. 2021-08-31 23:29:26 +02:00
Pedro de Matos Fedricci
fd3bdce8b8 Cache sqlx-cli on ci workflow (#112) 2021-08-31 23:16:03 +02:00
LukeMathWalker
89600946e7 Fix coverage job 2021-08-01 21:11:31 +01:00
LukeMathWalker
aa1478f78d Fix name conflict with name from the bunyan format. 2021-07-16 09:02:28 +01:00
LukeMathWalker
65a01487e8 Fix environment variable for application URL on DO. 2021-07-14 09:31:46 +01:00
LukeMathWalker
4347d364b9 Re-enable offline feature. 2021-07-14 09:18:33 +01:00
LukeMathWalker
a115dbe96d Use pinned images in Dockerfile 2021-07-11 19:27:32 +01:00
LukeMathWalker
000f99b3d7 Remove unused import. 2021-07-11 18:00:43 +01:00
LukeMathWalker
c8913d195d Update to latest actix-web beta 2021-07-11 17:59:54 +01:00
LukeMathWalker
a522e13ab9 Update to actix-web 4.0.0-beta.8 2021-07-09 08:45:59 +01:00
Luca Palmieri
01140721c5 Proactively verify if psql and sqlx are installed before moving forward with script execution. 2021-07-05 08:59:44 +02:00
Luca Palmieri
cc1271f0cd 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:06:24 +02:00
LukeMathWalker
de05b2d1a8 Return 500 if email delivery fails. 2021-05-01 16:45:19 +01:00
LukeMathWalker
17ec08037f Update to latest actix-web. 2021-05-01 16:18:36 +01:00
LukeMathWalker
be141047e2 Use once_cell instead of lazy_static for tracing. Use custom sinks instead of filters to disable logging. 2021-05-01 15:53:23 +01:00
Luca Palmieri
7b216dd466 Fix migration script. 2021-04-28 20:40:46 +01:00
LukeMathWalker
055980b975 Cargo fmt. 2021-04-02 11:50:59 +01:00
LukeMathWalker
0de778e218 Update DB script. 2021-04-02 11:50:46 +01:00
LukeMathWalker
7aaf49585d Update query file. 2021-03-13 11:14:22 +00:00
LukeMathWalker
feab2630c7 Fix stage name. 2021-03-13 10:18:31 +00:00