generated from shuntaka9576/python-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(convert): add file_map table to return correct hash, and jacket conversion task #41
Merged
Dosugamea
merged 11 commits into
PurplePalette:develop
from
sevenc-nanashi:improve/conversion
Jul 2, 2022
Merged
feat(convert): add file_map table to return correct hash, and jacket conversion task #41
Dosugamea
merged 11 commits into
PurplePalette:develop
from
sevenc-nanashi:improve/conversion
Jul 2, 2022
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
sevenc-nanashi
changed the title
[WIP] Improve conversion
[WIP] file_map + image conversion task
Jun 16, 2022
sevenc-nanashi
force-pushed
the
improve/conversion
branch
from
June 16, 2022 20:53
22a1f49
to
384f507
Compare
Closes: #40 |
移行コードのことを完全に忘れていた |
sevenc-nanashi
changed the title
[WIP] file_map + image conversion task
file_map + image conversion task
Jun 29, 2022
Dosugamea
changed the title
file_map + image conversion task
feat(convert): add file_map table to return correct hash, and jacket conversion task
Jun 29, 2022
Dosugamea
requested changes
Jun 29, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
たぶん同じテーブルを2回作っちゃってるので それまとめてほしいのと、
pathmagicの意図かるく知りたいっす
Dosugamea
added
[Priority] middle 🍨
This is NEEDED, but do later
[Type] improve feature🌟
Improve feature or small change
labels
Jun 29, 2022
Dosugamea
approved these changes
Jul 2, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
良いと思います コントリビュートありがとうございます
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Priority] middle 🍨
This is NEEDED, but do later
[Type] improve feature🌟
Improve feature or small change
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.
概要 / Overview
譜面変換後のSHA1ハッシュ値が実際と異なる問題の修正用の処理追加と ジャケットを変換するための
sonolus-image-server
の バックグラウンドタスクを追加しました。 また、テストコードの追加と若干の修正をしました。実装内容(できること) / Implementation details
副作用(できなくなったこと) / Side effects (Removed features)
関連Issue / Related issues
#14 #21 #25
Closes #40
参考 / References