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

Simplify URL resolver #1175

Merged
merged 10 commits into from
Apr 29, 2019
Merged

Simplify URL resolver #1175

merged 10 commits into from
Apr 29, 2019

Conversation

zetlen
Copy link
Contributor

@zetlen zetlen commented Apr 26, 2019

Description

After some conversation with @tjwiebell and others, it's clear that the UPWARD UrlResolver doesn't need to return URL objects as originally specified; it can return URL strings, which satisfies every use case we can think of.

This PR removes the docs, functionality, and tests for that detail.

Related Issue

Closes #1164 .
Revision to #1058 .
Blocks magento/upward-php#64.

Verification Steps

Run yarn workspace @magento/upward-js test:spec.

Checklist:

  • I have updated the documentation accordingly, if necessary.
  • I have added tests to cover my changes, if necessary.

@zetlen zetlen requested a review from tjwiebell April 26, 2019 21:47
@vercel
Copy link

vercel bot commented Apr 26, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

@coveralls
Copy link

coveralls commented Apr 26, 2019

Coverage Status

Coverage remained the same at 77.071% when pulling 89fff7f on zetlen/upward-add-url-resolver into af8cb32 on develop.

@tjwiebell tjwiebell merged commit 9706055 into develop Apr 29, 2019
@tjwiebell tjwiebell deleted the zetlen/upward-add-url-resolver branch May 7, 2019 16:36
@tjwiebell tjwiebell added the version: Minor This changeset includes functionality added in a backwards compatible manner. label May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version: Minor This changeset includes functionality added in a backwards compatible manner.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature/bug]: URL Resolver Changes
4 participants