Luca Palmieri
|
83e9059f65
|
Fix 'without db' confusion
|
2024-09-01 08:43:21 +02:00 |
|
Luca Palmieri
|
885b501da0
|
Speed up other CI jobs by avoiding the usage of a live Postgres database
|
2024-08-30 16:07:29 +02:00 |
|
Luca Palmieri
|
f90e8dced3
|
Update CI
|
2024-08-30 12:16:18 +02:00 |
|
Luca Palmieri
|
de7d629678
|
Don't require the user to have psql installed
|
2024-08-30 11:37:30 +02:00 |
|
Luca Palmieri
|
82cb8ed097
|
Don't pin fake and quickcheck to older versions
|
2024-08-29 17:42:37 +02:00 |
|
Luca Palmieri
|
9ff748d0ed
|
Remove once_cell
|
2024-08-29 17:15:48 +02:00 |
|
Luca Palmieri
|
080144488c
|
Update dependencies
|
2024-08-29 16:03:57 +02:00 |
|
Luca Palmieri
|
2ac5ce66b3
|
Formatting
|
2023-09-21 08:06:30 +02:00 |
|
Luca Palmieri
|
74c73490b8
|
Update sqlx to 0.7
|
2023-09-19 09:16:34 +02:00 |
|
Luca Palmieri
|
d78660c7c4
|
Update linker configuration for macs
|
2023-09-13 09:55:35 +02:00 |
|
Luca Palmieri
|
43cb124d6e
|
Update Dockerfile
|
2023-09-13 09:13:26 +02:00 |
|
Luca Palmieri
|
3d4bbdae5b
|
Update outdated dependencies
|
2023-02-18 22:25:00 +00:00 |
|
Luca Palmieri
|
a65ae70fe3
|
Use Postgres 14, the latest available version of Postgres on Digital Ocean
|
2023-02-18 22:23:54 +00:00 |
|
Luca Palmieri
|
feb1feb505
|
Update Cargo.lock and resolve cargo-audit report
|
2023-02-18 18:28:50 +00:00 |
|
Luca Palmieri
|
c0365e2031
|
Update CI.
|
2023-02-18 18:28:16 +00:00 |
|
Luca Palmieri
|
da02997d78
|
Fix CI
|
2022-10-01 18:37:27 +01:00 |
|
Luca Palmieri
|
8fbb84c7e7
|
Update deps
|
2022-10-01 14:32:24 +01:00 |
|
Luca P
|
34b6e591d5
|
Update all dependencies
|
2022-07-05 18:19:26 +01:00 |
|
Luca P
|
c609496f70
|
Install ca-certificates in the runtime layer
|
2022-03-14 11:42:42 +00:00 |
|
Luca P
|
f34a305fb9
|
Update README
|
2022-03-14 11:20:41 +00:00 |
|
Luca P
|
8d719fe90b
|
Install linking system dependencies
|
2022-03-11 22:46:48 +00:00 |
|
Luca P
|
a802386979
|
Add linker configuration
|
2022-03-11 22:44:39 +00:00 |
|
Luca P
|
3e6d6849f8
|
Update to latest stable.
|
2022-03-09 09:47:59 +00:00 |
|
Luca P
|
0c644e72bb
|
Update to actix-web v4
|
2022-02-26 00:02:37 +00:00 |
|
Luca Palmieri
|
eaaf11da9e
|
Update to actix-web beta.19
|
2022-01-05 18:18:36 +00:00 |
|
Luca Palmieri
|
99fb0c6477
|
Remove direct 'log' dependency
|
2022-01-02 16:51:30 +01:00 |
|
Luca Palmieri
|
0ff6e0e4eb
|
Fix clippy errors
|
2021-12-28 17:48:36 +01:00 |
|
Luca Palmieri
|
a4ea7651f0
|
Update dependencies.
|
2021-12-28 12:56:29 +01:00 |
|
Luca Palmieri
|
899272ba4d
|
Do not use backticks - they lead to the script trying to execute the quoted command.
|
2021-12-28 12:19:35 +01:00 |
|
Luca Palmieri
|
c0906b3332
|
Update secrecy
|
2021-12-27 14:07:45 +01:00 |
|
Luca Palmieri
|
8d252463ec
|
Run cargo-update
|
2021-12-27 11:32:12 +01:00 |
|
Luca Palmieri
|
392608a531
|
Remove tracing-futures.
|
2021-12-27 11:16:48 +01:00 |
|
Luca Palmieri
|
d233195543
|
Update to 2021 edition.
|
2021-12-27 10:59:25 +01:00 |
|
Luca Palmieri
|
6ab9d60410
|
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:43:19 +01:00 |
|
LukeMathWalker
|
b7b4270fca
|
Use 127.0.0.1 instead of localhost.
|
2021-10-07 21:55:48 +01:00 |
|
LukeMathWalker
|
66a59cd633
|
Update runtime image.
|
2021-09-30 21:23:31 +01:00 |
|
LukeMathWalker
|
39cb4c5973
|
Lower level of sqxl's logs.
|
2021-09-30 21:13:14 +01:00 |
|
Luca Palmieri
|
0c2833defd
|
Check prepared data is up-to-date.
|
2021-09-27 18:11:33 +02:00 |
|
Luca Palmieri
|
ede0b7869f
|
Update actix-web and fix clippy lint.
|
2021-09-11 21:53:03 +02:00 |
|
Luca Palmieri
|
f2765a54cc
|
Implement TryFrom instead of TryInto.
|
2021-09-01 09:22:31 +02:00 |
|
Luca Palmieri
|
5728d07848
|
Update Dockerfile.
|
2021-08-31 23:40:09 +02:00 |
|
Luca Palmieri
|
cc4b9e007b
|
Update actix-http.
|
2021-08-31 23:28:39 +02:00 |
|
Pedro de Matos Fedricci
|
256c8f2968
|
Cache sqlx-cli in CI
|
2021-08-31 23:21:23 +02:00 |
|
LukeMathWalker
|
4860863929
|
Fix coverage job
|
2021-08-01 21:10:47 +01:00 |
|
LukeMathWalker
|
469050eadf
|
Fix name conflict with name from the bunyan format.
|
2021-07-16 09:01:52 +01:00 |
|
LukeMathWalker
|
101f690d07
|
Re-enable offline feature.
|
2021-07-14 09:19:49 +01:00 |
|
LukeMathWalker
|
3a105afadf
|
Update Dockerfile to use pinned images.
|
2021-07-11 19:26:18 +01:00 |
|
LukeMathWalker
|
18a1ff9d59
|
Update to latest actix-web
|
2021-07-11 16:57:51 +01:00 |
|
Luca Palmieri
|
0139d7a148
|
Proactively verify if psql and sqlx are installed before moving forward with script execution.
|
2021-07-05 08:59:20 +02:00 |
|
Luca Palmieri
|
ce221b982e
|
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:41 +02:00 |
|