Jeff Leung jleung
  • Joined on 2020-12-07
jleung pushed to master at AS1024/GeoFeed 2024-01-19 00:15:48 +00:00
e0189381f1 Rename the GetGeofeed Method to Async
3a56e2426e Move geofeed web logic to a seperate project as core lib as asp.net core project is causing weird issues
Compare 2 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-18 23:57:08 +00:00
0c3edd64f3 Unify logic of generating the webside unlike a different version we had for MVC and Minimal API
jleung pushed to master at AS1024/GeoFeed 2024-01-17 07:45:41 +00:00
2d95fcb1a1 Fix preloading issues
jleung pushed to master at AS1024/GeoFeed 2024-01-16 21:16:39 +00:00
7c952c134a Preload GeoFeed on start
jleung pushed to master at AS1024/GeoFeed 2024-01-16 21:06:23 +00:00
7721dfb669 Update the sqlite provider to say it was retrieved from the persistent cache
c1ed05a335 Append when the GeoFeed is retrieved and if it was generated from in memory cache
Compare 2 commits »
jleung pushed to master at AS1024/GeoFeed 2024-01-14 08:10:09 +00:00
690a117ffd Update README
9dfbded5b8 Update the readme file
7b7d422890 Update the README.md file
2d6083f530 Don't add unecessary binaries
0e56d778bc Mark class as abstract so we don't instantiate or inject it by accident
Compare 19 commits »
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 08:08:21 +00:00
690a117ffd Update README
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 08:05:08 +00:00
9dfbded5b8 Update the readme file
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 07:56:13 +00:00
7b7d422890 Update the README.md file
2d6083f530 Don't add unecessary binaries
Compare 2 commits »
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 03:43:33 +00:00
0e56d778bc Mark class as abstract so we don't instantiate or inject it by accident
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 03:41:54 +00:00
8523ddd60f Add Alpine deployment
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 03:28:11 +00:00
83826cc930 Switch over to jammy
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 02:12:50 +00:00
cc1717e4a3 Return a file instead of just a CSV text
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 01:44:52 +00:00
48932ec2a5 Don't include the symbols
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 01:10:39 +00:00
42aacf497c Some minor housekeeping
e8152186c1 Bring the caching services over
43b34143a3 Remove uneeded usings
8ed021754c Remove uneeded files
Compare 4 commits »
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-14 00:44:11 +00:00
a44b4f9421 Initial work on getting minimal API to work
810993cbf3 Update launch settings
8d6999c95c Move it to a base class so we can override the deserializer in a different project
Compare 3 commits »
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-13 21:44:28 +00:00
704d6b24dc Don't reference to EF Core as AOT does not yet support it
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-13 21:30:47 +00:00
81d01f28a3 Add initial work to get minimal API's going
jleung created branch compartmentalization in AS1024/GeoFeed 2024-01-13 20:42:54 +00:00
jleung pushed to compartmentalization at AS1024/GeoFeed 2024-01-13 20:42:54 +00:00
bdd247e6e0 Inital work on breaking out the core logic out of the MVC API Web App in preparation to migrating to minimal API's in a seperate project