Releases: ArthurVardevanyan/Analytics-for-Spotify
Analytics-for-Spotify-v20211218
Analytics-for-Spotify-v20211218
Feature Removal:
Removed Storing Uneeded information from the Spotify API.
The json column in the listening history table can be removed.
Development Tweaks:
Updated GitHub Actions to use Mariadb over Mysql and pin specific versions of Host OS / Database
Added GitLab IaC Scanner
Analytics-for-Spotify-v20211103
Analytics-for-Spotify-v20211103
- Reverted Change: Added Back Playlist Order By
- GitLab CI/CD
- DIND Updates
- Secret Detection and SAST
- Other Tweaks
- Added .vscode settings
- Python
- Hold Python Version at 3.9
- Added Python VENV to .gitignore
- Kubernetes Configs
- Prevent Running as Root
- Kubernetes Read Only Root File System
- livenessProbe
- Convert configmap to secret
- Container OS Modified to account for above
- Apache Configs
- Django
- Environment Variable Tweaks
- URL Redirect Tweaks
- Disable Debug Mode
- django.contrib.auth Removal
- django.contrib.messages Removal
- Re-Enable CSRF: Cors Origin
- General Settings Cleanup
- Docker Compose Template Update
Analytics-for-Spotify-v20211017
Analytics-for-Spotify-v20211017
- TimeZone BugFix on Daily Hourly Chart
- Reverted DB "Playlist Order By" Removal
- Gitlab CI/CD Tweaks
- Lock Python Version to 3.9
- Added VSCode Settings
- Added Kubernetes Config Files
Analytics-for-Spotify-v20210906
Analytics-for-Spotify-v20210906
- Added Exception Catch for Ignoring Ads, Podcasts, and Unknown Types.
- CI/CD Tweaks and Performance Improvements
- Added More Logging Points
Analytics-for-Spotify-v20210901
Analytics-for-Spotify-v20210901
- Reduced Docker Image Build Size
- Database Query Optimizations
- Apache Logging Customization
- Converted Print Statements to Log Statements
- Renamed songMonitoringBackend -> monitoringBackend
- Added Logging for Duplicate Songs
- Added Logging for Failed Inserts into Playlists
Analytics-for-Spotify-v20210821
Analytics-for-Spotify-v20210821
-
Update DB when Spotify Updates Song ID's
-
Other Logic Fixes
-
GitLab CI/CD
-
Pipelines for Building Docker Containers
-
Github Actions
- Coveralls Code Coverage Tracking
-
Database Tweaks
-
Docker Support
-
Initial Kubernetes Support
Analytics-for-Spotify-v20210407
Analytics-for-Spotify-v20210407
Added Last Played to Playlist Song Viewer Added Graph to easily the Distribution of when songs were played.
Analytics-for-Spotify-v20210404
Analytics-for-Spotify-v20210404
Initial Transition from SQL to Django Models BugFixes
Analytics-for-Spotify-v20210401
Analytics-for-Spotify-v20210401
Added Installation Instructions BugFixes Tweaks.
Analytics-for-Spotify-v20210329-Internal-Testing
Analytics-for-Spotify-v20210329-Internal-Testing
Their are no Installation Instructions Currently.
Removed all Encryption Code Made Performance Improvements Code Structure Improvements Bug-fixes.