Commit Graph

1481 Commits (653f65149155940f6a045bfea4c7f04c17bad2a2)
 

Author SHA1 Message Date
Mike Lang 653f651491 schedulebot: Use correct division for calculating hour
int() is truncation, // is floor
ElementalAlchemist 3d4c63a697 Fix uploading a new thumbnail image when updating a thumbnail
ElementalAlchemist 0d35e95dc7 Format Thrimbletrimmer files
I forgot to run prettier before my last PR.
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.
ElementalAlchemist f4d303147d Allow editing thumbnail data
ElementalAlchemist ea6d256b6d Fix database access
ElementalAlchemist 9435dc8575 Set default crop values
These values were empirically determined to be good from previous thumbnail templates.
Christopher Usher 4f5805fd8d I thought we had fixed this
Christopher Usher fcd9f0afbd Added parser to default_template column
ElementalAlchemist ef061b6768 Pass the auth token when submitting thumbnails
Christopher Usher 1320472d05 Fixing pip installing wheels
Christopher Usher d3fa140995 Another typo fix
Christopher Usher fc2e30512d Missing opperator
Christopher Usher 843ee5dca5 Fixing incomplete changes to calculate_shift
Christopher Usher ca2668ef47 Fix typo that should have been fixed earlier
Christopher Usher acd7710fd7 Fun with inheritance
Christopher Usher 4041040af0 The Middleware object, not the SheetSync object, needs to know about shifts
Christopher Usher 71a8789c4b Fixed missing import
ElementalAlchemist fc82b2b17f Run Prettier on other Thrimbletrimmer files
It had not been run in previous PRs
ElementalAlchemist c8899f5133 Implement thumbnail manager
This implements a frontend for submitting new thumbnails and viewing existing thumbnail data.
ElementalAlchemist 6290850ff0 Add jcrop to the prettier ignore file
ElementalAlchemist 8ac23f2927 When checking whether a template exists, check the right table
Christopher Usher 5bd8fbd65f Static content for creating a template
Christopher Usher b4882a9fc4 More bug fixes
Christopher Usher 7ed0bbedc4 Fixed typo
Christopher Usher d6f976ac0f Bug fixes and improvements in response to comments on the PR
Christopher Usher c4e98f4dca fixed build error
Christopher Usher 8d6d37e462 added shift definitions to docker-compose
Christopher Usher 1fb3fca993 Updated sheetsync to calculate shifts
Christopher Usher a0953ecdcb renamed one_off
Christopher Usher ecd638356d thrimshim now uses tags to set default thumbnail
Christopher Usher bd89655190 code to compute what shift a time is in
Christopher Usher 167f8e623c Changes to support setting default templates based on tags
Mike Lang a56f7e7ecb blogbot: can't hash strings
Mike Lang 2a12687473 blogbot: need to save the string version of the html
Mike Lang a648dee902 Fix typo in blogbot
Mike Lang fbbe37ca9e blogbot: Save blog contents by hash when seen
For every unique hash of the blog html, it will save a copy.
Blogs are saved as JSON files in {segments_dir}/blogs
Dan Collins 3b737f8155 Add 'batman logo wipe' transition
Mike Lang 18905a3c17 buscribe: Tell nginx to actually serve those pages
Mike Lang e91d6b65ac blogbot: add to docker-compose
Mike Lang ce9a8309a2 blogbot: Changes to integrate into wubloader repo
Mike Lang 2618cc076d blogbot changes to work with 2024 website
Mike Lang de52f7dbff Import blogbot from previous years
Mike Lang a0ca96aff6 download_media: Get imgur links working and add test script
Mike Lang c2ff2dfbb1 download_imgur_url: Clarify not handling i.imgur.com
Mike Lang 83f18eda84 download_media: Special casing for imgur
Mike Lang 4dbe1dce5e Use cache in readonly mode for PRs in forked repos
Mike Lang bff3fa7800 Refactor build script to actually have a working cache using buildah
The old "docker build" no longer does caching the way it used to, and our cache logic doesn't work.

The new cache logic uses buildah, which is an alternate image build tool.
Buildah comes pre-installed on GHA.

When building, it pushes each layer as it goes to the cache repo.
It queries the repo for layers that are already built, so we don't need to explicitly pull
any specific tags and cache from them.

If caching is not enabled we still use docker as normal, so local development is not affected.
Local automatic caching will still apply.
Hubbe 4238ab5d9d Use "latest" in workflow manifest
Hubbe f122ef0d95 Special-case "latest" in CACHE_FROM in build script