Configmaps
Created by: HighSaltLevels
Major Changes
- Use k8s configmaps to store reminders and polls instead of files on disk
- This will keep reminders and polls alive no matter how many times I restart saltbot
- The reminder and polling messaging is moved to a new subproject called messenger
- Create common directory to be shared by both subprojects
Minor Changes
- Disable a few tests. I'll rewrite them in another PR
- Disable pylint
- I plan to re-enable it in another PR
- I need to determine a better way to set up the environment so that I don't get import errors