mirror of
https://github.com/TheTedLab/SpotiStats.git
synced 2026-04-26 08:05:55 +03:00
[PR #17] [MERGED] Dev edition merge #17
Labels
No labels
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiStats#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheTedLab/SpotiStats/pull/17
Author: @TheTedLab
Created: 12/14/2023
Status: ✅ Merged
Merged: 12/14/2023
Merged by: @TheTedLab
Base:
main← Head:dev📝 Commits (10+)
a5d4ae5Add entity definition - on conflict updatea720066Update entity definition - on conflict do nothing5ad8cfbComplete saveArtist action0116760Add api for retrieving stats; prepare docker for api5dedaacAdd flags for python optimization9e1f6b8Fix CORSdd7738bImplement web side7d4cd4dAPI service depends on DB485078dRestructure and dockerize web5d8bc3eMerge pull request #4 from TheTedLab/web📊 Changes
51 files changed (+39516 additions, -7 deletions)
View changed files
📝
.gitignore(+145 -1)➕
src/aggregator/Dockerfile(+18 -0)📝
src/aggregator/__init__.py(+0 -0)➕
src/aggregator/aggregator.py(+400 -0)➕
src/aggregator/artist_aggregate.py(+80 -0)➕
src/aggregator/auth_credentials.template(+13 -0)➕
src/aggregator/classes/__init__.py(+0 -0)➕
src/aggregator/classes/album.py(+14 -0)➕
src/aggregator/classes/artist.py(+14 -0)➕
src/aggregator/classes/track.py(+30 -0)➕
src/aggregator/requirements.txt(+0 -0)➕
src/aggregator/resources/artists-ids-list.json(+12981 -0)➕
src/aggregator/resources/artists/artist-00FQb4jTyendYWaN8pK0wa.json(+7513 -0)➕
src/aggregator/resources/artists/artist-0M2HHtY3OOQzIZxrHkbJLT.json(+2030 -0)➕
src/aggregator/resources/artists/artist-4tZwfgrHOc3mvqYlEYSvVi.json(+7850 -0)➕
src/aggregator/resources/spotify-followed-artists.json(+1809 -0)➕
src/aggregator/save_artist.py(+26 -0)➕
src/aggregator/server_vars.py(+2 -0)➕
src/aggregator/stats_from_files.py(+86 -0)➕
src/aggregator/stats_update.py(+91 -0)...and 31 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.