-
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
【マージ待ち】オプション値の処理を無料版に移動 #1434
【マージ待ち】オプション値の処理を無料版に移動 #1434
Conversation
オプション値の処理を無料版に移動
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.
@shimotmk ありがとうございます。目視でのコードチェック、動作チェック、PHPUnitテストを実施し、問題ないと思います。
2人目レビューどなたかお願いします!
@@ -24,7 +24,7 @@ mv vk-blocks/ vk-blocks-copy-target/ | |||
# Cloneした無料版のディレクトリに移動 | |||
cd ./vk-blocks-copy-target/ | |||
# コピー先の トップディレクトリ を一旦削除 | |||
rm -rf editor-css/* inc/* lib/* options-css/* src/* | |||
rm -rf editor-css/* inc/* lib/* options-css/* src/* test/* |
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.
@shimotmk rsyncの --delete オプションを使えば、コピー元で削除されたファイルをコピー先で削除してくれます。
ご存知で何らかの事情があってあえて使っていないかもしれませんが、一応ご参考までに。
これはこれで全然問題無いのでapproveしておきますね。
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.
@mthaichi
ありがとうございます!
--delete オプションは知りませんでした
今の方法ではトップディレクトリを増やす度にコードを増やす必要があるので可能であれば--deleteに変更して頂けたら大変便利になると思います!
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.
可能であれば--deleteに変更して頂けたら大変便利になると思います!
@shimotmk このブランチでやってしまいます?
テストが容易にできない類のものなので、この機会にやっておいたほうが良いような気もしますが、いかがでしょう。
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.
@mthaichi
テストは容易に出来ないですが、少し異なる変更なのでこのブランチではやらない方がベターかと思います💦
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.
@shimotmk OK。では別のブランチで。
@shimotmk |
@drill-lancer #1449 のブランチは を変更しているのでコンフリクトはしないと思います 「マージ待ち」とは何を待っていますか? |
@shimotmk |
これを何か行っているということでしょうか? |
@shimotmk |
チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)
#1432
どういう変更をしたか?
Pro用のオプション値をフックで追加していた処理を削除します
無料版リポジトリへのデプロイ時にtestフォルダも削除する形に (参考 #1381)
これが出来れば #1429 このようなプルリクを作る必要が無くなります
実装者の確認事項
実装者はレビュワーに回す前に以下の事を確認してチェックをつけてください。
プログラムの変更の場合
vk_blocks_get_options php unit testを追加 #1373 で追加済み
変更内容について何を確認したか、どういう方法で確認をしたかなど
レビュー確認方法と同様です。
確認URL
( どこかのデモサイトかテストサーバーにデプロイ済みなどで確認できる場合はそのURL )
レビュワーに回す前の確認事項
レビュワー確認方法・確認内容など
・ Pro版用のオプション値が使えるかどうか(ライセンスキー、FAQ)
・他なにか気になる箇所があればご指摘お願いします。
レビュワー向け
レビュワーが確認して変更が反映されていない場合の確認事項
レビューしてみて意図した動作をしない場合は再度ビルドするなど以下の項目を確認してください。