25 Commits

Author SHA1 Message Date
Pancakes
ea4ba75c93
Use AND in SQL query instead of && 2024-10-23 08:28:40 -04:00
Pancakes
a1263e66c6
Clean up RetrieveSystemSaveFromS3 2024-10-23 05:23:48 -04:00
Pancakes
c09d277678
Change more stuff 2024-10-22 16:12:16 -04:00
Pancakes
00e783ff8a
Styling fixes 2024-10-22 15:50:01 -04:00
Frederico Santos
ac360ccb1c
Cold storage (#57)
* feat: Implement S3 integration for system save data migration and retrieval

* feat: Refactor system save data handling to use JSON and improve error logging

* feat: Update S3 migration schedule to hourly and limit old account retrieval to 3000 records

* fix: Clean up S3 migration code by removing unnecessary blank lines and improving logging messages
2024-10-16 20:36:55 -04:00
Pancakes
8ac507d2d5
Don't use best compression encoder level for zstandard 2024-08-20 17:18:15 -04:00
Pancakes
a7d5f60d5f
Add new compression code 2024-08-15 18:48:47 -04:00
Frederico Santos
4cac6b6ce8
Update SaveData to handle session and system out of date overwrites (#43)
* chore: Update savedata API to handle session out of date errors

* chore: Handle session out of date errors in savedata API

* chore: Handle session out of date errors in savedata API

* chore: Update savedata API to handle session out of date errors
2024-06-22 17:28:14 -04:00
Pancakes
048db67609
Remove timestamp guard 2024-06-06 03:45:59 -04:00
Pancakes
9efd1b751a
Update StoreSystemSaveData 2024-06-05 23:01:12 -04:00
Frederico Santos
52c5c9ee6c
Reject saves with 2 days difference (#29)
* Reject saves with 2 days difference

* improved timestamp checks

* chore: Refactor timestamp checks for saving system data

* Refactor timestamp checks for saving system data
2024-06-05 22:56:29 -04:00
Frederico Santos
87e8f00cd6
Refactor saving session and system data to prevent saving older saves on previous waves (#26)
* chore: Refactor saving session data to prevent saving older sessions

* chore: Refactor saving system data to prevent saving older sessions

* Refactor saving session and system data to prevent saving older versions
2024-06-02 17:13:54 -04:00
Flashfyre
2704e64e38 Add newclear endpoint 2024-05-10 18:07:14 -04:00
maru
7dbcb18ebf
Use INSERT instead of REPLACE for savedata storage functions 2024-05-08 17:23:07 -04:00
maru
6cb179b553
Clean up savedata.go 2024-05-07 20:38:12 -04:00
Up
0d6539a87b
continue on existing save (#3)
* long blob

* fix continue

* one slot only?

* fallback if there is no slot data yet

* Revert "one slot only?"

This reverts commit 20997e9cd8efc9e94522978e15dfc490e13aba8a.
2024-05-07 19:14:07 -04:00
Up
1f95f7c042
hotfix: move save data to DB (#2)
* start reading save data from DB

* finish migration code

* remove leftover dir creation

* fix import cycle

* remove more dir creation

* update gitignore

* fix pk

* better table creation

* use REPLACE INTO

* fix typo
2024-05-07 17:10:33 -04:00
maru
8481626193
Relicense under AGPL 2024-04-29 17:26:46 -04:00
maru
235fb9c91c
Add copyright notice to files 2024-04-29 15:32:58 -04:00
maru
768900d885
Change seedCompletions to dailyRunCompletions 2024-04-25 03:40:22 -04:00
maru
beb829d20f
Remove redundant padding insert in TryAddSeedCompletion 2024-04-18 02:36:14 -04:00
Flashfyre
2cb7be52eb Change daily seed generation and update schema for recording failed daily runs 2024-03-17 20:48:49 -04:00
Flashfyre
71889f7daa Add score to session save data 2024-03-17 11:34:11 -04:00
Flashfyre
5214c4aff4 Add mode to seed completion 2024-03-17 00:21:04 -04:00
Flashfyre
2e964b007d Add daily runs and seed completions 2024-03-16 21:51:13 -04:00