Commit Graph

1610 Commits (a000e3c7dab409c25f0e2adb458f918efeda59aa)
 

Author SHA1 Message Date
Mike Lang 6bb3edab41 schedulebot: Fix having hour as float 9 months ago
Mike Lang 3d03f0d984 sheetsync: And all the other places with that mistake 9 months ago
Mike Lang e14afdb6c1 Fix typo in sheetsync for media links 9 months ago
Mike Lang 7ca45e89b9 fix pubbot config 9 months ago
Mike Lang 69d3892101 pubbot: Get channel ids from config and handle prizes in the new website 9 months ago
Mike Lang 16d11c02bd hacky resize of old odo-last-digit prototypes
They're very time consuming to create, and the bad frame rate makes it harder
as some animation frames get skipped.
9 months ago
Mike Lang 557f8c7f7d fixup coords 9 months ago
Mike Lang 2d2f915a7f New prototypes for 2024 buscam 9 months ago
Mike Lang c1d85863bd pixel coordinates for 2024 buscam 9 months ago
Christopher Usher add8d021a8 also apply fix to get_thumbnail 9 months ago
Mike Lang 861a426395 thrimshim: Fix performance issue with getting template png
Bytes returned from the database are a "memoryview" and not a bytes object.
These mostly behave the same, but one difference is that Flask recognizes
a bytes object as something it can send as-is, whereas a memoryview ends up using
its generic "iterable" processing. This results in sending every individual byte of the result
as a single part of a HTTP chunked encoding response, adding 5 bytes and a syscall to every byte returned.

The solution is to explicitly convert it to bytes before returning.
9 months ago
Mike Lang 653f651491 schedulebot: Use correct division for calculating hour
int() is truncation, // is floor
9 months ago
HubbeKing b1ca0a0aad Try to explicitly push manifests, not images 9 months ago
HubbeKing 9b079d1bac Go back to the intended use so we can debug with act 9 months ago
Hubbe acf4169c79
Attempt to manually build containers/auth.json file 9 months ago
Hubbe b19fad22ce
Install podman and use podman-login action 9 months ago
Hubbe 1e25d15404
Log in to ghcr.io manually using run. 9 months ago
Hubbe 0eed0ad2d0
Use redhat-actions/podman-login@v1
We don't have docker in the buildah/stable image
9 months ago
Hubbe 418af41810
Install git in buildah container 9 months ago
Hubbe ce3f91444e
Try using the buildah/stable image from redhat 9 months ago
Hubbe a1337b2d0a
Try updating buildah package 9 months ago
Hubbe 3ffab22f1c
TYPOS AGAIN
why are ' and " the same button when shift keys are so futzy
9 months ago
Hubbe 7e73e594bd
Use --manifest, --platform, and --jobs to parallelize 9 months ago
Hubbe 4749520db3
Fix typo
I KEEP MISSING "
9 months ago
Hubbe 8a79d0977f
Skip building buscribe under arm64
Also handle not setting MULTIPLATFORM properly
9 months ago
Hubbe 61a6ccff0f
Fix missing $
I'm not good at computer
9 months ago
Hubbe cf289e8695
Fix multi-line commands
Just completely forgot how to bash there...
9 months ago
Hubbe 2e87716592
Fix typo
Missed a "
9 months ago
Hubbe cc7d1ba931
Add buildah multiarch build commands to build script 9 months ago
Hubbe 4c943a0737
Install qemu in actions workflow 9 months ago
ElementalAlchemist 3d4c63a697 Fix uploading a new thumbnail image when updating a thumbnail 9 months ago
ElementalAlchemist 0d35e95dc7 Format Thrimbletrimmer files
I forgot to run prettier before my last PR.
9 months ago
ElementalAlchemist 501549350b Fix name duplicate check to only run when the template name is changed
Without checking first, a rename is required for all thumbnail template modifications.
9 months ago
ElementalAlchemist f4d303147d Allow editing thumbnail data 9 months ago
ElementalAlchemist ea6d256b6d Fix database access 9 months ago
ElementalAlchemist 9435dc8575 Set default crop values
These values were empirically determined to be good from previous thumbnail templates.
9 months ago
Christopher Usher 4f5805fd8d I thought we had fixed this 9 months ago
Christopher Usher fcd9f0afbd Added parser to default_template column 9 months ago
ElementalAlchemist ef061b6768 Pass the auth token when submitting thumbnails 9 months ago
Christopher Usher 1320472d05 Fixing pip installing wheels 9 months ago
Christopher Usher d3fa140995 Another typo fix 9 months ago
Christopher Usher fc2e30512d Missing opperator 9 months ago
Christopher Usher 843ee5dca5 Fixing incomplete changes to calculate_shift 9 months ago
Christopher Usher ca2668ef47 Fix typo that should have been fixed earlier 9 months ago
Christopher Usher acd7710fd7 Fun with inheritance 9 months ago
Christopher Usher 4041040af0 The Middleware object, not the SheetSync object, needs to know about shifts 9 months ago
Christopher Usher 71a8789c4b Fixed missing import 9 months ago
ElementalAlchemist fc82b2b17f Run Prettier on other Thrimbletrimmer files
It had not been run in previous PRs
9 months ago
ElementalAlchemist c8899f5133 Implement thumbnail manager
This implements a frontend for submitting new thumbnails and viewing existing thumbnail data.
9 months ago
ElementalAlchemist 6290850ff0 Add jcrop to the prettier ignore file 9 months ago