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

feat: sync lighthouse next with develop #6294

Merged
merged 62 commits into from
Sep 13, 2021
Merged

feat: sync lighthouse next with develop #6294

merged 62 commits into from
Sep 13, 2021

Conversation

Baroshem
Copy link
Contributor

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots:

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the CONTRIBUTING document.

Changelog

  • I have updated the Changelog (V1) v2 and mentioned all breaking changes in the public API.
  • I have documented all new public APIs and made changes to existing docs mentioning the parts I've changed so they're up to date.

Tests

  • I have written test cases for my code
  • I have tested my Pull Request on production build and (to my knowledge) it works without any issues
  • I have added tests to cover my changes.
  • All new and existing tests passed.

I tested manually my code, and it works well with both:

  • Default Theme
  • Capybara Theme

Code standards

  • My code follows the code style of this project.

Docs

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

AdamPawlinski and others added 30 commits July 15, 2021 23:25
  + Update templates with 'v-e2e' directive
  + add v-e2e directives to ProfileUpdateForm.vue
…th-test-for-registered-customer

test: Extend happy path e2e test for registered customer
…g-category

Redirect to 404 page when category does not exist
…t-insert-multi-digit-quantity-into-input

fix(core): add debounce for updateCartQuantity
…ome-page

fix: add subscribe to newsletter modal on home page
lukaszjedrasik and others added 20 commits September 2, 2021 08:31
…l-button

Remove `download all` button from the order list in my account
integartions... => integrations...
* bug/6089-incorrect-method --> resolved

* bug/6089-incorrect-method --> commit changelog

* bug/6099-missing-dependency

* bug/6099-missing-dependency -changelog

* Delete 6089.js

Co-authored-by: jason.wolf <jason.wolf@borngroup.com>
Co-authored-by: Heitor Ramon Ribeiro <heitor.ramon@gmail.com>
* fix: address house number field mapping

* Sync `release-2.4` with `release/next` (#6237)

* Sync `release-2.4` with `release/next` (#6263)

* Sync `release-2.4` with `release/next` (#6269)

* Update the docs after 2.4 release (#6217)

* Remove CLI preview image, because it's outdated (#6223)

* [Docs] Update Integrations page and optimize SVG logos (#6220)

* [Docs] Add "Added in 1.3" badges to useForgotPassword and useStore in commercetools

* [Docs] Add Odoo to Integrations page (#6224)

* Export missing methods for api-extractor

* Add api-extractor-data file

* Update Vendure maintainers (#6230)

* Fix typings generation, update API references and CT Composables pages (#6235)

* Fix docs build (#6238)

* Docs grammar and typos check (#6064)

* Update Integrations page (#6244)

* [Docs] Reorganize docs into smaller categories (#6243)

* [Docs] Disable prefetching (#6255)

* Fix `labeler` for docs (#6256)

* feat: update Vendure integration status to beta

* Update maintainers of SFCC integration (#6259)

* Optimize homepage diagram (#6260)

* Use Node v12.22.4 for deployment

* Update Dockerfile

* Update

* Update

* Revert

* Update

* [Docs] Add "Extending Vue Storefront" and "Extending integrations" pages (#6252)

Co-authored-by: Lukas Borawski <lukas.borawski@gmail.com>
Co-authored-by: ljedrasik <ljedrasik@vuestorefront.io>
Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>
Co-authored-by: Baroshem <jakub.andrzejewski.dev@gmail.com>
Co-authored-by: Jakub Andrzejewski <37120330+Baroshem@users.noreply.github.com>
Co-authored-by: mkoszut <mkoszut@gmail.com>

* Update deps

Co-authored-by: Razz21 <razzrazz@wp.pl>
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
Co-authored-by: Lukas Borawski <lukas.borawski@gmail.com>
Co-authored-by: ljedrasik <ljedrasik@vuestorefront.io>
Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>
Co-authored-by: Baroshem <jakub.andrzejewski.dev@gmail.com>
Co-authored-by: Jakub Andrzejewski <37120330+Baroshem@users.noreply.github.com>
Co-authored-by: mkoszut <mkoszut@gmail.com>
* fix: nullable where getProduct graphql param

* fix: unit-test

* chore: add changelog

* Update packages/core/docs/commercetools/changelog/6181.js

Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>

Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>
* chore: added missing PR title validation action

* chore: temporarily removed @commitlint/config-lerna-scopes

the packages were removed due to the lerna structure not being fully complete structured correctly.
* fix(ct): fix no property error in useUser/changePassword

* fix(ct/core): change `logOut` signature

 ~ Change `params` to optional in `useUserFactory`
 - Remove redundant param from `logOut` in commercetools theme
* fix: address house number field mapping

* Sync `release-2.4` with `release/next` (#6237)

* Sync `release-2.4` with `release/next` (#6263)

* Sync `release-2.4` with `release/next` (#6269)

* Update the docs after 2.4 release (#6217)

* Remove CLI preview image, because it's outdated (#6223)

* [Docs] Update Integrations page and optimize SVG logos (#6220)

* [Docs] Add "Added in 1.3" badges to useForgotPassword and useStore in commercetools

* [Docs] Add Odoo to Integrations page (#6224)

* Export missing methods for api-extractor

* Add api-extractor-data file

* Update Vendure maintainers (#6230)

* Fix typings generation, update API references and CT Composables pages (#6235)

* Fix docs build (#6238)

* Docs grammar and typos check (#6064)

* Update Integrations page (#6244)

* [Docs] Reorganize docs into smaller categories (#6243)

* [Docs] Disable prefetching (#6255)

* Fix `labeler` for docs (#6256)

* feat: update Vendure integration status to beta

* Update maintainers of SFCC integration (#6259)

* Optimize homepage diagram (#6260)

* Use Node v12.22.4 for deployment

* Update Dockerfile

* Update

* Update

* Revert

* Update

* [Docs] Add "Extending Vue Storefront" and "Extending integrations" pages (#6252)

Co-authored-by: Lukas Borawski <lukas.borawski@gmail.com>
Co-authored-by: ljedrasik <ljedrasik@vuestorefront.io>
Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>
Co-authored-by: Baroshem <jakub.andrzejewski.dev@gmail.com>
Co-authored-by: Jakub Andrzejewski <37120330+Baroshem@users.noreply.github.com>
Co-authored-by: mkoszut <mkoszut@gmail.com>

* Fix loading user and cart information (#6265)

* Fix loading user and cart information

* Add changelogs

* tests(e2e): fix tests data and selectors (#6277)

* tests(e2e): fix my-account tests after sync

Co-authored-by: Razz21 <razzrazz@wp.pl>
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>
Co-authored-by: Lukas Borawski <lukas.borawski@gmail.com>
Co-authored-by: ljedrasik <ljedrasik@vuestorefront.io>
Co-authored-by: Baroshem <jakub.andrzejewski.dev@gmail.com>
Co-authored-by: Jakub Andrzejewski <37120330+Baroshem@users.noreply.github.com>
Co-authored-by: mkoszut <mkoszut@gmail.com>
* Sync `release-2.4` with `release/next` (#6237)

* test(os-159): added e2e tests for breadcrumbs on category page

* Update packages/commercetools/theme/tests/e2e/integration/e2e-breadcrumbs.spec.ts
* fix(ct): add missing order summary data

* chore: add changelog for #6282
…ate literal (#6058)

* chore: Add gql wrapper to queries where missing

* Make CT tests happy

* Remove redundant unmock call from tests

Co-authored-by: Łukasz <lukasz.sliwa@newfantastic.com>
* test(e2e): add order summary addresses validation tests

* refactor(e2e): refactor order summary tests

* test(e2e): refactor cypress tags
* ci: configure lighthouse

* ci: adjust lighthouse workflow
* fix(commercetools): add missing orders pagination

* chore: add changelog

* fix(ct): fix sorting

* fix(core): remove unused methods
@CLAassistant
Copy link

CLAassistant commented Sep 11, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
11 out of 13 committers have signed the CLA.

✅ vn-vlad
✅ lukaszjedrasik
✅ igorwojciechowski
✅ andrzejewsky
✅ youanden
✅ Baroshem
✅ filipsobol
✅ jaydubb12
✅ bloodf
✅ dawid-ziobro
✅ lsliwaradioluz
❌ AdamPawlinski
❌ Razz21


AdamPawlinski seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions bot added boilerplate ci commercetools core docs Tasks regarding documentation Next Issues/bugs for Vue Storefront Next labels Sep 11, 2021
@Baroshem Baroshem changed the title Sync lighthouse next with develop feat: sync lighthouse next with develop Sep 11, 2021
@github-actions
Copy link
Contributor

💙 vsf-next-demo successfully deployed at

@Baroshem Baroshem merged commit 7ef731b into lighthouse/next Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boilerplate ci commercetools core docs Tasks regarding documentation Next Issues/bugs for Vue Storefront Next
Projects
None yet
Development

Successfully merging this pull request may close these issues.