brackets.git
4 years agoShort circuit if artist is known
Jacob Casper [Fri, 17 Apr 2020 01:33:13 +0000 (20:33 -0500)]
Short circuit if artist is known

4 years agoFix genre_xrefs not being created if genre already existed
Jacob Casper [Fri, 17 Apr 2020 01:32:36 +0000 (20:32 -0500)]
Fix genre_xrefs not being created if genre already existed

4 years agoAdd a background scraper to pull in related artists
Jacob Casper [Thu, 16 Apr 2020 23:27:47 +0000 (18:27 -0500)]
Add a background scraper to pull in related artists

4 years agoEnable WAL to allow concurrent reads
Jacob Casper [Thu, 16 Apr 2020 23:28:38 +0000 (18:28 -0500)]
Enable WAL to allow concurrent reads

This journaling mode means that we won't have to lock for reads and can
manage DB locking only around writes.

4 years agoAdd artist lookup by genre
Jacob Casper [Thu, 16 Apr 2020 22:19:38 +0000 (17:19 -0500)]
Add artist lookup by genre

4 years agoFix genre IDs changing on re-encounter
Jacob Casper [Thu, 16 Apr 2020 22:19:14 +0000 (17:19 -0500)]
Fix genre IDs changing on re-encounter

4 years agoAdd genre endpoint
Jacob Casper [Thu, 16 Apr 2020 21:47:44 +0000 (16:47 -0500)]
Add genre endpoint

4 years agoAllow retrieving artists
Jacob Casper [Thu, 16 Apr 2020 05:45:46 +0000 (00:45 -0500)]
Allow retrieving artists

4 years agoAutomatically retry requests
Jacob Casper [Thu, 16 Apr 2020 04:50:49 +0000 (23:50 -0500)]
Automatically retry requests

4 years agoMove routes to packages
Jacob Casper [Thu, 16 Apr 2020 04:32:32 +0000 (23:32 -0500)]
Move routes to packages

4 years agoClose over Env struct
Jacob Casper [Thu, 16 Apr 2020 04:00:03 +0000 (23:00 -0500)]
Close over Env struct

4 years agoChange form key because we're in artist context
Jacob Casper [Thu, 16 Apr 2020 03:59:08 +0000 (22:59 -0500)]
Change form key because we're in artist context

4 years agoMake seed dogfood the api
Jacob Casper [Tue, 14 Apr 2020 04:46:57 +0000 (23:46 -0500)]
Make seed dogfood the api

4 years agoAdd api server to handle adding artists
Jacob Casper [Tue, 14 Apr 2020 04:34:11 +0000 (23:34 -0500)]
Add api server to handle adding artists

4 years agoAdd migrations
Jacob Casper [Tue, 14 Apr 2020 03:14:42 +0000 (22:14 -0500)]
Add migrations

4 years agoInitial commit
Jacob Casper [Tue, 14 Apr 2020 03:14:34 +0000 (22:14 -0500)]
Initial commit