This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 205
Moving ShopifyCli::Helpers::PartnersAPI to ShopifyCli::PartnersAPI #508
Merged
mkevinosullivan
merged 7 commits into
shopify_cli_v2_feature
from
partnersapi-from-helpers-to-shopifycli
Apr 14, 2020
Merged
Moving ShopifyCli::Helpers::PartnersAPI to ShopifyCli::PartnersAPI #508
mkevinosullivan
merged 7 commits into
shopify_cli_v2_feature
from
partnersapi-from-helpers-to-shopifycli
Apr 14, 2020
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
tanema
approved these changes
Apr 9, 2020
ayronshopify
approved these changes
Apr 9, 2020
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.
🔥 🚒
Tophat testing (to validate that
|
d71d601
to
1f1b0e6
Compare
Sorry, you will have to rebase because I rebased the feature branch and there was a change to the partners API. |
Context, refactor the remaining code accordingly, delete Helpers::OS and update test cases as needed.
ShopifyCli::PartnersAPI - moving lib/shopify-cli/helpers/partners_api.rb to lib/shopify-cli/partners_api.rb - moving test/shopify-cli/helpers/partners_api_test.rb to test/shopify-cli/partners_api_test.rb - changing references of Helpers::PartnersAPI to ShopifyCli::PartnersAPI in impacted helpers and tasks - changing autoload from lib/shopify-cli/helpers.rb to lib/shopify_cli.rb
ShopifyCli::PartnersAPI - moving lib/shopify-cli/helpers/partners_api.rb to lib/shopify-cli/partners_api.rb - moving test/shopify-cli/helpers/partners_api_test.rb to test/shopify-cli/partners_api_test.rb - changing references of Helpers::PartnersAPI to ShopifyCli::PartnersAPI in impacted helpers and tasks - changing autoload from lib/shopify-cli/helpers.rb to lib/shopify_cli.rb
30a85dd
to
5d6dd3f
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
WHY are these changes introduced?
WHAT is this pull request doing?
lib/shopify-cli/helpers/partners_api.rb
tolib/shopify-cli/partners_api.rb
test/shopify-cli/helpers/partners_api_test.rb
totest/shopify-cli/partners_api_test.rb
Helpers::PartnersAPI
toShopifyCli::PartnersAPI
in impactedhelpers
andtasks
lib/shopify-cli/helpers.rb
tolib/shopify_cli.rb
Notes
Marked [WIP] Work In Progress as testing of commands that use the impacted helpers and tasks has yet to be completed