[PR #20] [MERGED] Dev edition merge #21

Closed
opened 2026-02-28 15:18:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheTedLab/SpotiStats/pull/20
Author: @TheTedLab
Created: 3/15/2024
Status: Merged
Merged: 3/15/2024
Merged by: @TheTedLab

Base: mainHead: dev


📝 Commits (6)

  • 727f4ee Implement pylint and prospector linters
  • 306535c Static analysis errors fixes
  • 82a22a0 Prospector errors fixes
  • 80e81f8 Update README.md
  • c4e1390 Create README.md for aggregator directory
  • 792e2f3 Merge pull request #19 from TheTedLab/tests

📊 Changes

24 files changed (+1518 additions, -674 deletions)

View changed files

.pylintrc (+632 -0)
📝 README.md (+17 -2)
prospector_profile.yaml (+27 -0)
prospector_report.txt (+12 -0)
pylint_report.txt (+85 -0)
src/aggregator/README.md (+9 -0)
📝 src/aggregator/aggregator.py (+118 -57)
📝 src/aggregator/artist_aggregate.py (+26 -7)
📝 src/aggregator/classes/album.py (+8 -1)
📝 src/aggregator/classes/artist.py (+8 -1)
📝 src/aggregator/classes/track.py (+17 -6)
📝 src/aggregator/save_artist.py (+7 -4)
📝 src/aggregator/server_vars.py (+3 -2)
📝 src/aggregator/stats_from_files.py (+38 -58)
📝 src/aggregator/stats_update.py (+23 -53)
src/aggregator/stats_utils.py (+101 -0)
📝 src/aggregator/tracks_count.py (+7 -6)
📝 src/api/entity/track.py (+3 -3)
📝 src/scraper/counter.py (+4 -3)
📝 src/scraper/fastsel_album.py (+14 -182)

...and 4 more files

📄 Description

Static Analysis Tests


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheTedLab/SpotiStats/pull/20 **Author:** [@TheTedLab](https://github.com/TheTedLab) **Created:** 3/15/2024 **Status:** ✅ Merged **Merged:** 3/15/2024 **Merged by:** [@TheTedLab](https://github.com/TheTedLab) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (6) - [`727f4ee`](https://github.com/TheTedLab/SpotiStats/commit/727f4ee2fb5b82b422e1bd72d185d2dcd74aaaea) Implement pylint and prospector linters - [`306535c`](https://github.com/TheTedLab/SpotiStats/commit/306535c118aa0ba515e619264ba00001f4186607) Static analysis errors fixes - [`82a22a0`](https://github.com/TheTedLab/SpotiStats/commit/82a22a00fb1256e8a783c007df571efdb98b1986) Prospector errors fixes - [`80e81f8`](https://github.com/TheTedLab/SpotiStats/commit/80e81f80ac754630543d1cd2a298d93f0fc72b1c) Update README.md - [`c4e1390`](https://github.com/TheTedLab/SpotiStats/commit/c4e139074ca24a1ad4fc2a4598cc6f5c8d2b7d43) Create README.md for aggregator directory - [`792e2f3`](https://github.com/TheTedLab/SpotiStats/commit/792e2f38ef5bd32edb12a76ddf0eb7d47b178078) Merge pull request #19 from TheTedLab/tests ### 📊 Changes **24 files changed** (+1518 additions, -674 deletions) <details> <summary>View changed files</summary> ➕ `.pylintrc` (+632 -0) 📝 `README.md` (+17 -2) ➕ `prospector_profile.yaml` (+27 -0) ➕ `prospector_report.txt` (+12 -0) ➕ `pylint_report.txt` (+85 -0) ➕ `src/aggregator/README.md` (+9 -0) 📝 `src/aggregator/aggregator.py` (+118 -57) 📝 `src/aggregator/artist_aggregate.py` (+26 -7) 📝 `src/aggregator/classes/album.py` (+8 -1) 📝 `src/aggregator/classes/artist.py` (+8 -1) 📝 `src/aggregator/classes/track.py` (+17 -6) 📝 `src/aggregator/save_artist.py` (+7 -4) 📝 `src/aggregator/server_vars.py` (+3 -2) 📝 `src/aggregator/stats_from_files.py` (+38 -58) 📝 `src/aggregator/stats_update.py` (+23 -53) ➕ `src/aggregator/stats_utils.py` (+101 -0) 📝 `src/aggregator/tracks_count.py` (+7 -6) 📝 `src/api/entity/track.py` (+3 -3) 📝 `src/scraper/counter.py` (+4 -3) 📝 `src/scraper/fastsel_album.py` (+14 -182) _...and 4 more files_ </details> ### 📄 Description Static Analysis Tests --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 15:18:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiStats#21
No description provided.