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

Add global shop selector for multi-shop usage #297

Merged
merged 46 commits into from
Sep 22, 2020

Commits on Jul 9, 2020

  1. feat: request adminUIShops as part of viewer query

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    c71da80 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. chore: release v3.0.0-beta.8

    Signed-off-by: Ross Hadden <[email protected]>
    rosshadden authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    349f77a View commit details
    Browse the repository at this point in the history
  2. Fix linting errors, comma-spacing

    Signed-off-by: Manuel Del Real <[email protected]>
    Manuel Del Real authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    db21122 View commit details
    Browse the repository at this point in the history
  3. chore: updated docker image tag

    Signed-off-by: Ross Hadden <[email protected]>
    rosshadden authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    facc20a View commit details
    Browse the repository at this point in the history
  4. fix: Update defaultParcelSize only when it exists

    Signed-off-by: Matias Zuniga <[email protected]>
    Manizuca authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    1728531 View commit details
    Browse the repository at this point in the history
  5. feat: turn ShopLogoWithData into a shop selector + add shopId prefix …

    …param to all routes
    
    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    849c84e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdbe9ca View commit details
    Browse the repository at this point in the history
  7. feat: concatenate shopId in sidebar URLs

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    adf1e60 View commit details
    Browse the repository at this point in the history
  8. fix: concatenate shopId in sidebar URLs

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    e6e31bb View commit details
    Browse the repository at this point in the history
  9. chore: make withOpaqueShopId call useCurrentShopId hook

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    6f1846b View commit details
    Browse the repository at this point in the history
  10. chore: remove withPrimaryShopId from ShopLogoWithData

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8f6e3e2 View commit details
    Browse the repository at this point in the history
  11. fix: use shopId in create product URL

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    529b2c2 View commit details
    Browse the repository at this point in the history
  12. chore: remove debugger statements

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    3d55c0e View commit details
    Browse the repository at this point in the history
  13. Fix: Fix hasPermission method

    Signed-off-by: Michał Staśkiewicz <[email protected]>
    mikoscz authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7ed8e43 View commit details
    Browse the repository at this point in the history
  14. release v3.0.0-beta.9

    Signed-off-by: Erik Kieckhafer <[email protected]>
    kieckhafer authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5e82fd5 View commit details
    Browse the repository at this point in the history
  15. feat: Enable mock TLS termination on calls to Hydra

    Signed-off-by: Sam Kelleher <[email protected]>
    samkelleher authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    c7603c2 View commit details
    Browse the repository at this point in the history
  16. chore: update changelog

    Signed-off-by: Erik Kieckhafer <[email protected]>
    kieckhafer authored and loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    85e487e View commit details
    Browse the repository at this point in the history
  17. fix: await resetStore in initApollo

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    234c505 View commit details
    Browse the repository at this point in the history
  18. fix: make getPDPUrl concatenate shopId

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    e5454a7 View commit details
    Browse the repository at this point in the history
  19. fix: update getPDPUrl usage for VariantList

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    fb5eda1 View commit details
    Browse the repository at this point in the history
  20. fix: use positional URL param instead of GET param

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    32c7eb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. fix: include shopId in ProductHeader links

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    5687e19 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused component file

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    bacf647 View commit details
    Browse the repository at this point in the history
  3. fix: update route paths in ProductDetail

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    666483f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. feat: add create shop page

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    2db0a63 View commit details
    Browse the repository at this point in the history
  2. chore: redirect to /new-shop for first shop creation

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    12dd25d View commit details
    Browse the repository at this point in the history
  3. feat: redirect to shop after creation

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    7354e5c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. feat: add createRouteWithPrefix and createRouteWithNoPrefix flags to …

    …registerOperatorRoute
    
    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    9144db5 View commit details
    Browse the repository at this point in the history
  2. chore: fix linting

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f329883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13c6eba View commit details
    Browse the repository at this point in the history
  4. fix: make product editor back button use shopId URL

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ddf1b75 View commit details
    Browse the repository at this point in the history
  5. fix: use shopId in home page links

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    5718c5b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. fix: remove unused code and use shopId in useProduct URLs

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    09561e7 View commit details
    Browse the repository at this point in the history
  2. fix: use shopId in tag URLs

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    1f026e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. fix: use currentShopId for getTags query

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    5a70bbc View commit details
    Browse the repository at this point in the history
  2. fix: use shopId in product URL from tag product table

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    2e2ae9f View commit details
    Browse the repository at this point in the history
  3. fix: use shopId in settings routes

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b50b682 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. fix: make fetchShop re-fetch on shopId change

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4ac62c6 View commit details
    Browse the repository at this point in the history
  2. chore: add comment and remove useless fetch policy

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    294c35a View commit details
    Browse the repository at this point in the history
  3. fix: linting

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    5e1ba7a View commit details
    Browse the repository at this point in the history
  4. chore: rename ShopLogoWithData to ShopSelectorWithData

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    3540b1e View commit details
    Browse the repository at this point in the history
  5. chore: slim down ShopLogoWithData

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    61d8c44 View commit details
    Browse the repository at this point in the history
  6. feat: use ShopLogoWithData in OperatorLanding

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c14586b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. style: CSS colors

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    5cf54e8 View commit details
    Browse the repository at this point in the history
  2. style: finish shop selector styling

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    0ece619 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. style: make shop selector arrow light grey

    Signed-off-by: Loan Laux <[email protected]>
    loan-laux committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c93ed2d View commit details
    Browse the repository at this point in the history