* basic output looks to be working
* cron was updated to add to the queue and post messages
* new route to make discord webhook subscriptions
* updated swag tags
* swag
* Updated delete subscription call
* removed the time value as it throws off the msg template
* updated logging
* updated swagger
* updated new subscription route
* Updated logging and remove items from the queue if they dont have a subscription
* updated getArticles to return the 50 newest for the portal
* added endpoint to see if an item exists already
* formatting
* updated listArticles
* added colors and updated the image
* Updated to use the pointer in twitch
* added the twitch login command to cron... it works now
* found a better way to disable http2 for reddit. Test worked right away too
* updated the cron tasks to run collected once and hour or longer depending on the service
* added feature flags around background workers
* background workers are moved to a new package as outputs are starting to get added
* package name was updated
* updated refs to the new input package
* query and sql updates on routes
* moved the services and starting to add discord web hook
* query update
* basic routes are working with db context
* swagger is working along with swag gen
* cron was updated with a class and better db context, untested though
* sourcelist command added
* lost the pg package but added it back
* Updated the api startup for cron and api
* updated source routes and started to add article routes
* Updated cron add func calls
* updated swagger
* keeping articles basic for now as I dont need to pull them in yet
* swagger update
* added getarticlesbysourceid call
* adding the subscriptions table to track who to send notifications and where
* removed legacy columns from discordwebhooks that are no longer needed.
* added discord webhook routes
* updated routes
* Minor change to schema
* Updated routes to support subscriptions
* ignore .vscode
* Using sqlc to generate queries and goose for migrations. The intial tests look good.
* moving the old calls away for now. Might use this in a package later on.
* Added postgres driver
* Updated the dockerfile to support sql migrations
* added sqlc config file
* updated schema and starting a seed script
* updated models to use the database ones
* updated reddit cron to talk to the db
* added env for sql connection string
* got the reddit source working with the db and posting articles
* added sql packages
* added rule to ignore dev sql file
* added migration down statement for rolling back
* updated cron for reddit and youtube
* Updated reddit to follow a new standard pattern
* updated youtube to follow new patterns
* updated tests and brought them to the standard
* updated the seed migration
* all cron tasks should feed the db now
* updated app init
* bumped docker to 1.18.3
* disabled remote tests given secrets and lack of interfaces currently to run tests