Commit Graph
30 Commits
Author SHA1 Message Date
joshuacoles 046ce44d23 rustfmt
Build and Publish Docker Container / build (push) Successful in 10m2s
2024-06-03 18:41:32 +01:00
joshuacoles f70d844ff3 Fix ORM failing to handle empty lists... 2024-06-03 18:41:21 +01:00
joshuacoles 61de38b9bf Add monzo-row parsing testcases
Build and Publish Docker Container / build (push) Successful in 9m19s
2024-06-03 17:41:43 +01:00
joshuacoles 6c5d3910dc Make title optional in db 2024-06-03 17:34:08 +01:00
joshuacoles 4bb9f2813d Move transaction whittling out of the database
Build and Publish Docker Container / build (push) Successful in 9m56s
2024-06-03 12:12:45 +01:00
joshuacoles 3df05b2d9c Add identity_hash column
Build and Publish Docker Container / build (push) Failing after 9m27s
2024-05-29 21:08:51 +01:00
joshuacoles f19f861297 Introduce MonzoRow as an intermediary between json/csv and the database entities. This will allow for hashing to perform identity checks 2024-05-29 20:49:48 +01:00
joshuacoles 89d0d12e26 Make SQLx logging debug level and add tower-http traces
Build and Publish Docker Container / build (push) Successful in 10m20s
2024-05-29 20:12:40 +01:00
joshuacoles 62d5ad8dc2 Add testing for notify behaviour
Build and Publish Docker Container / build (push) Successful in 9m24s
2024-05-29 20:00:47 +01:00
joshuacoles a2a47b276a I forgot to wrap the string... damn. God, I really need a test suite 2024-05-29 18:51:12 +01:00
joshuacoles 8ce60ce278 rustfmt
Build and Publish Docker Container / build (push) Successful in 6m33s
2024-05-28 17:38:45 +01:00
joshuacoles fbf473b3b4 Split up the db methods and move to unprepared statements for the notify call 2024-05-28 17:38:25 +01:00
joshuacoles 848da0f5f3 Notify monzo_new_transactions with a list of IDs when we insert new transactions
Build and Publish Docker Container / build (push) Successful in 7m10s
2024-05-28 15:48:56 +01:00
joshuacoles 11fa106cf5 Return newly inserted transaction ids 2024-05-28 15:48:56 +01:00
joshuacoles e375e7d9dc Bump versions 2024-05-28 15:48:55 +01:00
joshuacoles 660b7b8676 Rustfmt 2024-05-28 15:48:55 +01:00
joshuacoles 89fccc8d85 Update Dockerfile
Build and Publish Docker Container / build (push) Successful in 7m0s
2024-02-23 10:30:17 +00:00
joshuacoles 8346ee77f0 Update Dockerfile
Build and Publish Docker Container / build (push) Failing after 23s
Bump rust version in Dockerfile
2024-02-23 10:12:46 +00:00
joshuacoles 5da46563d1 Update dependencies
Build and Publish Docker Container / build (push) Failing after 56s
2024-02-22 17:14:22 +00:00
joshuacoles cab285b8df Add doc comments to config 2023-09-05 19:06:08 +01:00
joshuacoles 550b4758b2 Make migrations optional and change the table name to not conflict with other applications
Build and Publish Docker Container / build (push) Successful in 7m33s
2023-09-05 18:29:35 +01:00
joshuacoles f7c48b6924 Try to fix the build process, missing docker executable.
Build and Publish Docker Container / build (push) Successful in 8m2s
2023-09-05 18:11:54 +01:00
joshuacoles bd9bd998a4 Remove unused secret def
Build and Publish Docker Container / build (push) Failing after 22s
Really just to make a push
2023-09-05 17:55:30 +01:00
joshuacoles d2c23b3eda Add build.yml 2023-09-05 10:06:43 +01:00
joshuacoles 5440601a14 Rename ingestion.rs to routes.rs to more accurately reflect its purpose 2023-09-04 17:42:07 +01:00
joshuacoles ce8a22203d And the compose deploy now works 2023-09-04 17:41:19 +01:00
joshuacoles f6431ee922 Add Dockerfile 2023-09-04 17:10:19 +01:00
joshuacoles cad7a4f7b3 Add health check 2023-09-04 17:02:57 +01:00
joshuacoles b6e7c870a7 Import of old stuff, it might work now 2023-09-04 17:00:48 +01:00
joshuacoles 554e645f92 Initial work 2023-09-04 15:29:21 +01:00