brackets.git
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