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 |
|
LukeMathWalker
|
a2eb4c63c5
|
Update Dockerfile to use pre-baked image.
|
2021-02-12 09:25:37 +00:00 |
|
LukeMathWalker
|
79bb585439
|
Update to tokio 1.
|
2021-02-11 09:19:48 +00:00 |
|
LukeMathWalker
|
a9211e8507
|
Update clippy and fmt jobs.
|
2021-01-23 18:01:47 +00:00 |
|
LukeMathWalker
|
c6d65cf113
|
Fix tests
|
2021-01-17 11:46:40 +00:00 |
|
LukeMathWalker
|
b40748ef7b
|
Refactor tests.
|
2021-01-17 00:43:04 +00:00 |
|
LukeMathWalker
|
74b7b1c536
|
Use tokio::test.
|
2021-01-17 00:27:03 +00:00 |
|
LukeMathWalker
|
9ba07c4834
|
Timeout test.
|
2021-01-17 00:26:30 +00:00 |
|
LukeMathWalker
|
a8f3a5ff47
|
Error for status.
|
2021-01-16 23:57:57 +00:00 |
|
LukeMathWalker
|
391f29de3d
|
Do not allocate.
Unhappy path tests.
|
2021-01-16 23:54:21 +00:00 |
|
LukeMathWalker
|
8fe02f6c42
|
Remove dbg
|
2021-01-16 23:03:38 +00:00 |
|