8 Commits

Author SHA1 Message Date
Tyler Wilding
f4dfb6045a
API Rewrite and Dockerization (#78)
* workers: init

* workers: d1 initial work

* workers: resuming work, simplified schema

* api: flesh out the majority of critical features

* api: get rid of the old implementation

* db: seed database with current releases

* db: break seed files up, too much for a single stdout buffer

* api: support version diff'ing

* d1: debugging insert issue

* api: fix insert issue (missing `await`s) and explicitly cache to avoid invocations

* api: append CORS headers for requests originating from `pcsx2.net`

* api: update seed data and fix response data

* api: optimize DB indexes and add caching

* api: update page rule cache when a release is added/deleted/modified

* api: most functionality ported over to rocket.rs

* api: finish off core implementation

* api: dockerize

* api: cleaning up TODOs

* v1: remove some of the old implementation

* v2: small script to pull release data, update DB seed

* v2: minor cleanup

* v2: finalize v1 -> v2 transition

* v2: synchronize db on startup

* sqlx: commit sql query metadata

* v2: handful of bug fixes and v1 parity adjustments

* v2: some repo house cleaning

* ci: add CI workflows

* ci: finalize ci implementation
2025-02-26 20:31:03 -05:00
Ty
7ffaa76172
Release Cache: Provide asset sizes for releases (#77) 2023-10-14 18:45:16 -04:00
Tyler Wilding
e854c20eeb
cache: fix some mistakes handling macos
.tar.gz doesn't play well with path parsing.
2022-04-27 19:54:04 -04:00
Tyler Wilding
bcb9557116
cache: support overriding the createdAt date, and change macos naming scheme (#33) 2022-04-23 16:09:11 -04:00
Tyler Wilding
8a229e588b
workaround semver tags without a patch number 2021-12-08 18:39:47 -05:00
Tyler Wilding
8c1827ea05
fixes for supporting legacy stable releases as well in the archive 2021-12-05 18:31:45 -05:00
Tyler Wilding
4affdb86b4
some small bug fixes, add compression middleware 2021-11-19 20:46:48 -05:00
Tyler Wilding
84a8aa8693
move over existing code into new repository 2021-11-12 14:41:45 -05:00