brackets.git
2020-04-25 Jacob CasperSimplify genre retrieval with promise master
2020-04-25 Jacob CasperRemove commented out image smoothing code
2020-04-25 Jacob CasperCheck artist data before drawing
2020-04-25 Jacob CasperFix infinite bracket on genre with one artist
2020-04-25 Jacob CasperUse datalist instead of home-rolled autocomplete
2020-04-19 Jacob CasperOrder genres alphabetically
2020-04-19 Jacob CasperRemove limit on genre return
2020-04-19 Jacob CasperCenter text instead of doing weird calculation
2020-04-19 Jacob CasperAdjust spacing
2020-04-19 Jacob CasperFetch from official api
2020-04-19 Jacob CasperTitle with genre centered
2020-04-19 Jacob CasperClear canvas on redraw
2020-04-19 Jacob CasperDraw artist in direction based on group
2020-04-19 Jacob CasperRecursively draw bracket
2020-04-19 Jacob CasperAdd rectangle dimension helper
2020-04-19 Jacob CasperAdd polyfill to submit form on blur in safari
2020-04-19 Jacob CasperUse more widely supported forEach style
2020-04-19 Jacob CasperReact to list hover
2020-04-19 Jacob CasperDraw bracket with artist values
2020-04-18 Jacob CasperRefactor re-usable branch drawing functions
2020-04-18 Jacob CasperAdd webpage with canvas that can request artists, draw...
2020-04-17 Jacob CasperSend CORS Header for app
2020-04-17 Jacob CasperDefer isn't useful as we never leave the scope
2020-04-17 Jacob CasperAvoid fd limits by closing body immediately
2020-04-17 Jacob CasperFix not requesting enough data for Scan
2020-04-17 Jacob CasperAdd systemd service
2020-04-17 Jacob CasperMove backend to subdir
2020-04-17 Jacob CasperTrack artist popularity
2020-04-17 Jacob CasperAdd blame ignore file
2020-04-17 Jacob CasperFormat SQL style
2020-04-17 Jacob CasperShort circuit if artist is known
2020-04-17 Jacob CasperFix genre_xrefs not being created if genre already...
2020-04-17 Jacob CasperAdd a background scraper to pull in related artists
2020-04-17 Jacob CasperEnable WAL to allow concurrent reads
2020-04-17 Jacob CasperAdd artist lookup by genre
2020-04-17 Jacob CasperFix genre IDs changing on re-encounter
2020-04-17 Jacob CasperAdd genre endpoint
2020-04-16 Jacob CasperAllow retrieving artists
2020-04-16 Jacob CasperAutomatically retry requests
2020-04-16 Jacob CasperMove routes to packages
2020-04-16 Jacob CasperClose over Env struct
2020-04-16 Jacob CasperChange form key because we're in artist context
2020-04-14 Jacob CasperMake seed dogfood the api
2020-04-14 Jacob CasperAdd api server to handle adding artists
2020-04-14 Jacob CasperAdd migrations
2020-04-14 Jacob CasperInitial commit