-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artist top songs (from lastfm) #229
Draft
Scaffale
wants to merge
13
commits into
blackcandy-org:master
Choose a base branch
from
Scaffale:feature/addTopSongsButton
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Artist top songs (from lastfm) #229
Scaffale
wants to merge
13
commits into
blackcandy-org:master
from
Scaffale:feature/addTopSongsButton
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scaffale
commented
Dec 2, 2022
- Add migration to insert lasfm api key
- Update db schema
- Inserted setting api_key for lastfm in setting view
- Add button with songs list. Lasfm model query lastfm (now with just top songs) for the song list.
- Add render_async gem to avoid lastm interaction blocking resource load
- Updated test
- Add test for models
- Add test
- Update with master
- Merge with master
- test fix
- Add if condition to show top_tracks
- Add case for lastfm error.
Lasfm model query lastfm (now with just top songs) for the song list.
Squashed commit of the following: commit 065d48f Merge: 4f04748 a7b2e57 Author: Ed <[email protected]> Date: Tue Nov 22 16:11:44 2022 +0800 Merge pull request blackcandy-org#223 from blackcandy-org/remove-nginx-dependence Make nginx become optional commit a7b2e57 Author: aidewoode <[email protected]> Date: Tue Nov 22 16:03:40 2022 +0800 Use Rack::File to support HTTP range without nginx commit 776895b Author: aidewoode <[email protected]> Date: Tue Nov 22 10:55:12 2022 +0800 Remove nginx from default stack commit eee79d7 Author: aidewoode <[email protected]> Date: Fri Nov 18 15:06:52 2022 +0800 Fix config issue in production environment
Squashed commit of the following: commit 8a10801 Author: Ed <[email protected]> Date: Wed Nov 30 17:03:15 2022 +0800 Update README.md commit 4ab5e08 Merge: 85d128a 10fb16d Author: Ed <[email protected]> Date: Wed Nov 30 11:25:31 2022 +0800 Merge pull request blackcandy-org#228 from blackcandy-org/dev Dev commit 10fb16d Author: aidewoode <[email protected]> Date: Wed Nov 30 10:58:29 2022 +0800 Ensure reset state of syncing when complete sync commit 7fa139a Author: aidewoode <[email protected]> Date: Wed Nov 30 09:59:50 2022 +0800 Fix type issue on attribute of is_favorited commit 630b0ab Author: aidewoode <[email protected]> Date: Mon Nov 28 15:42:44 2022 +0800 Update docker-compose file for PWD commit 9edf391 Author: aidewoode <[email protected]> Date: Mon Nov 28 15:00:52 2022 +0800 Update README for edge version commit 85d128a Merge: 46af7ba 4358a82 Author: Ed <[email protected]> Date: Fri Nov 25 16:52:46 2022 +0800 Merge pull request blackcandy-org#227 from blackcandy-org/dev Fix build error of docker image commit 4358a82 Author: aidewoode <[email protected]> Date: Fri Nov 25 16:37:39 2022 +0800 Fix build error of docker image commit 46af7ba Merge: 065d48f 5d3e48b Author: Ed <[email protected]> Date: Fri Nov 25 13:57:36 2022 +0800 Merge pull request blackcandy-org#226 from blackcandy-org/dev Add app config management commit 5d3e48b Author: aidewoode <[email protected]> Date: Fri Nov 25 13:50:09 2022 +0800 Fix some fragile system tests commit 2efc6fb Author: aidewoode <[email protected]> Date: Fri Nov 25 11:24:45 2022 +0800 Add black candy config to set app config easily commit 8d1fbcc Author: aidewoode <[email protected]> Date: Wed Nov 23 10:52:37 2022 +0800 Remove dotenv commit 086f8a8 Author: aidewoode <[email protected]> Date: Tue Nov 22 16:38:30 2022 +0800 Remove devcontainer commit 065d48f Merge: 4f04748 a7b2e57 Author: Ed <[email protected]> Date: Tue Nov 22 16:11:44 2022 +0800 Merge pull request blackcandy-org#223 from blackcandy-org/remove-nginx-dependence Make nginx become optional commit a7b2e57 Author: aidewoode <[email protected]> Date: Tue Nov 22 16:03:40 2022 +0800 Use Rack::File to support HTTP range without nginx commit 776895b Author: aidewoode <[email protected]> Date: Tue Nov 22 10:55:12 2022 +0800 Remove nginx from default stack commit eee79d7 Author: aidewoode <[email protected]> Date: Fri Nov 18 15:06:52 2022 +0800 Fix config issue in production environment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.