Skip to content
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

Merged
merged 2 commits into from
Oct 26, 2022

Conversation

shimotmk
Copy link
Contributor

チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)

#1432

どういう変更をしたか?

Pro用のオプション値をフックで追加していた処理を削除します
無料版リポジトリへのデプロイ時にtestフォルダも削除する形に (参考 #1381)

これが出来れば #1429 このようなプルリクを作る必要が無くなります

実装者の確認事項

実装者はレビュワーに回す前に以下の事を確認してチェックをつけてください。

  • 複数の意図の変更 ( 機能の不具合修正 + 別の機能追加など ) を含んでいないか?
  • Files changed (変更ファイル)の内容は目視で確認したか?
  • readme.txt に変更内容は書いたか?
  • 本当にちゃんと確認をしたか?

プログラムの変更の場合

変更内容について何を確認したか、どういう方法で確認をしたかなど

レビュー確認方法と同様です。

確認URL

( どこかのデモサイトかテストサーバーにデプロイ済みなどで確認できる場合はそのURL )

レビュワーに回す前の確認事項

  • 実装者はこのテンプレートのチェック項目をちゃんと確認してチェックしたか?

レビュワー確認方法・確認内容など

・ Pro版用のオプション値が使えるかどうか(ライセンスキー、FAQ)
・他なにか気になる箇所があればご指摘お願いします。


レビュワー向け

レビュワーが確認して変更が反映されていない場合の確認事項

レビューしてみて意図した動作をしない場合は再度ビルドするなど以下の項目を確認してください。

  • プルしたか?
  • ビルドしたか?
  • ビルドしたディレクトリは正しいか(別の開発環境のディレクトリを見ていないか)?
  • npm install したか?
  • composer install したか?
  • キャッシュをクリアして確認したか?

オプション値の処理を無料版に移動
@shimotmk shimotmk changed the title オプション値の処理を無料版に移動 【確認待ち】オプション値の処理を無料版に移動 Sep 28, 2022
@shimotmk shimotmk marked this pull request as ready for review September 28, 2022 04:42
@osmdik osmdik changed the title 【確認待ち】オプション値の処理を無料版に移動 【確認中】オプション値の処理を無料版に移動 Sep 28, 2022
@osmdik osmdik changed the title 【確認中】オプション値の処理を無料版に移動 【確認待ち】オプション値の処理を無料版に移動 Sep 28, 2022
@mthaichi mthaichi changed the title 【確認待ち】オプション値の処理を無料版に移動 【確認中】オプション値の処理を無料版に移動 Sep 30, 2022
Copy link
Contributor

@mthaichi mthaichi left a 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/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shimotmk rsyncの --delete オプションを使えば、コピー元で削除されたファイルをコピー先で削除してくれます。
ご存知で何らかの事情があってあえて使っていないかもしれませんが、一応ご参考までに。
これはこれで全然問題無いのでapproveしておきますね。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mthaichi
ありがとうございます!
--delete オプションは知りませんでした
今の方法ではトップディレクトリを増やす度にコードを増やす必要があるので可能であれば--deleteに変更して頂けたら大変便利になると思います!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可能であれば--deleteに変更して頂けたら大変便利になると思います!

@shimotmk このブランチでやってしまいます?
テストが容易にできない類のものなので、この機会にやっておいたほうが良いような気もしますが、いかがでしょう。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mthaichi
テストは容易に出来ないですが、少し異なる変更なのでこのブランチではやらない方がベターかと思います💦

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shimotmk OK。では別のブランチで。

@mthaichi mthaichi changed the title 【確認中】オプション値の処理を無料版に移動 【2人目確認待ち】オプション値の処理を無料版に移動 Oct 3, 2022
@drill-lancer
Copy link
Member

@shimotmk
npm run phpunit と実際にオプション画面をいじってみましたが問題なさそうです。

@drill-lancer drill-lancer changed the title 【2人目確認待ち】オプション値の処理を無料版に移動 【マージ待ち】オプション値の処理を無料版に移動 Oct 25, 2022
@drill-lancer
Copy link
Member

drill-lancer commented Oct 25, 2022

@shimotmk
下記と同時にマージして OK かどうかが不明だったので「マージ待ち」とさせていただきました。
#1449

@shimotmk
Copy link
Contributor Author

@drill-lancer
確認ありがとうございます🙇‍♂️

#1449 のブランチは
inc/vk-blocks/App/RestAPI/BlockMeta/class-vk-blocks-entrypoint.php
test/phpunit/pro/test-rest-api.php

を変更しているのでコンフリクトはしないと思います

「マージ待ち」とは何を待っていますか?

@drill-lancer
Copy link
Member

@shimotmk
向こうのブランチで VK_Blocks_Options:: という文字列をみてこちらにはなかったような気がしたですが錯覚だったようです。
上記のマージの順番や後処理をしっかりしないとエラーがでるかと思っていたのでマージを見送ったということです。

@shimotmk
Copy link
Contributor Author

@drill-lancer

上記のマージの順番や後処理

これを何か行っているということでしょうか?
私が何かすることがあれば教えていただければと思います

@drill-lancer
Copy link
Member

@shimotmk
両方ともオプション関連をいじってたのでエラーが発生しそうな予感が下だけで
実際に試したら問題なさそうなのでマージします。

@drill-lancer drill-lancer merged commit 576fca6 into develop Oct 26, 2022
@drill-lancer drill-lancer deleted the env/vk_blocks_options/refactor branch October 26, 2022 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants