[PR #1466] [MERGED] v6 #1724

Closed
opened 2026-02-26 03:32:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1466
Author: @phanan
Created: 8/2/2022
Status: Merged
Merged: 8/2/2022
Merged by: @phanan

Base: masterHead: next


📝 Commits (10+)

  • 45669aa feat(test): add RepeatModeSwitch component tests
  • 3196d13 feat(test): add ScreenControlsToggler component tests
  • 69ce0f5 feat(test): add ScreenEmptyState component tests
  • 4e20d7b feat(test): add ScreenHeader component tests
  • 6c5db09 feat(test): add BtnScrollToTop component tests
  • a60cf1e feat(test): add SearchForm component tests
  • 3e1c8c8 chore: clean up obsolete tests
  • e82633d feat(test): use vue template serializer
  • 937a56c feat(build): add client unit tests
  • 621c869 feat (test): add Volume component tests

📊 Changes

683 files changed (+35690 additions, -13472 deletions)

View changed files

📝 .editorconfig (+4 -2)
📝 .env.example (+32 -14)
.eslintignore (+0 -2)
📝 .eslintrc (+33 -8)
📝 .github/workflows/e2e.yml (+5 -9)
📝 .github/workflows/release.yml (+9 -11)
📝 .github/workflows/unit-backend.yml (+25 -3)
.github/workflows/unit-frontend.yml (+46 -0)
📝 .gitignore (+3 -2)
📝 .gitmodules (+0 -3)
📝 api-docs/api.yaml (+1 -1)
📝 app/Console/Commands/Admin/ChangePasswordCommand.php (+6 -8)
📝 app/Console/Commands/ImportSearchableEntitiesCommand.php (+1 -1)
📝 app/Console/Commands/InitCommand.php (+161 -130)
📝 app/Console/Commands/PruneLibraryCommand.php (+10 -3)
📝 app/Console/Commands/SyncCommand.php (+56 -56)
📝 app/Console/Commands/TidyLibraryCommand.php (+3 -1)
app/Events/AlbumInformationFetched.php (+0 -31)
app/Events/ArtistInformationFetched.php (+0 -31)
app/Events/MediaCacheObsolete.php (+0 -7)

...and 80 more files

📄 Description

No description provided


🔄 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/koel/koel/pull/1466 **Author:** [@phanan](https://github.com/phanan) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `next` --- ### 📝 Commits (10+) - [`45669aa`](https://github.com/koel/koel/commit/45669aa9dea72b42415840de86bf4562e8ca6411) feat(test): add RepeatModeSwitch component tests - [`3196d13`](https://github.com/koel/koel/commit/3196d138c1a48dfe12a64254ffce7b9332c804e5) feat(test): add ScreenControlsToggler component tests - [`69ce0f5`](https://github.com/koel/koel/commit/69ce0f5f9d84721530e465d76a1cfe9d835d0b82) feat(test): add ScreenEmptyState component tests - [`4e20d7b`](https://github.com/koel/koel/commit/4e20d7bf2144b1ddfb89ecabc37fe21a94d6e7f2) feat(test): add ScreenHeader component tests - [`6c5db09`](https://github.com/koel/koel/commit/6c5db094254f9c022151a8c140f8d6d8e861b164) feat(test): add BtnScrollToTop component tests - [`a60cf1e`](https://github.com/koel/koel/commit/a60cf1eb94245b9f1603c81db8ba1a5e6d246c88) feat(test): add SearchForm component tests - [`3e1c8c8`](https://github.com/koel/koel/commit/3e1c8c8d4e1d8f35b6538a6f61598e3b052bdbac) chore: clean up obsolete tests - [`e82633d`](https://github.com/koel/koel/commit/e82633d405c2299938b275f6043c2811c5230865) feat(test): use vue template serializer - [`937a56c`](https://github.com/koel/koel/commit/937a56c1730eae208fdc08ccc36c96c668e910d6) feat(build): add client unit tests - [`621c869`](https://github.com/koel/koel/commit/621c869a822ee34299ce6f3f4f204a7400da0a7b) feat (test): add Volume component tests ### 📊 Changes **683 files changed** (+35690 additions, -13472 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+4 -2) 📝 `.env.example` (+32 -14) ➖ `.eslintignore` (+0 -2) 📝 `.eslintrc` (+33 -8) 📝 `.github/workflows/e2e.yml` (+5 -9) 📝 `.github/workflows/release.yml` (+9 -11) 📝 `.github/workflows/unit-backend.yml` (+25 -3) ➕ `.github/workflows/unit-frontend.yml` (+46 -0) 📝 `.gitignore` (+3 -2) 📝 `.gitmodules` (+0 -3) 📝 `api-docs/api.yaml` (+1 -1) 📝 `app/Console/Commands/Admin/ChangePasswordCommand.php` (+6 -8) 📝 `app/Console/Commands/ImportSearchableEntitiesCommand.php` (+1 -1) 📝 `app/Console/Commands/InitCommand.php` (+161 -130) 📝 `app/Console/Commands/PruneLibraryCommand.php` (+10 -3) 📝 `app/Console/Commands/SyncCommand.php` (+56 -56) 📝 `app/Console/Commands/TidyLibraryCommand.php` (+3 -1) ➖ `app/Events/AlbumInformationFetched.php` (+0 -31) ➖ `app/Events/ArtistInformationFetched.php` (+0 -31) ➖ `app/Events/MediaCacheObsolete.php` (+0 -7) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:04 +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/koel-koel#1724
No description provided.