Commit graph

174 commits

Author SHA1 Message Date
Luca Palmieri b2de856b3d Formatting 2023-09-21 08:24:47 +02:00
Luca Palmieri 344bde60fc Update saved queries 2023-09-21 08:08:53 +02:00
Luca Palmieri 2163795eaf Update sqlx to 0.7 2023-09-19 09:32:48 +02:00
Luca Palmieri ccdeeaab82 Update linker configuration for macs 2023-09-13 09:56:17 +02:00
Luca Palmieri 921ff6e152 Update Dockerfile 2023-09-13 09:14:01 +02:00
Luca Palmieri ce0a9c2106 Update outdated dependencies 2023-02-18 22:28:56 +00:00
Luca Palmieri a1e0a2ec35 Use Postgres 14, the latest available version of Postgres on Digital Ocean 2023-02-18 22:27:24 +00:00
Luca Palmieri 8cc55c7015 Update Cargo.lock and resolve cargo-audit report 2023-02-18 18:37:38 +00:00
Luca Palmieri 5c94b7e183 Update CI. 2023-02-18 18:36:09 +00:00
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