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: make VSF PWA again - boilerplate #6307

Merged
merged 3 commits into from Sep 15, 2021
Merged

feat: make VSF PWA again - boilerplate #6307

merged 3 commits into from Sep 15, 2021

Conversation

Baroshem
Copy link
Collaborator

Description

Update of Boilerplate

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.

@github-actions github-actions bot added boilerplate commercetools Next Issues/bugs for Vue Storefront Next labels Sep 14, 2021
@github-actions
Copy link
Contributor

💙 vsf-next-demo successfully deployed at

@github-actions github-actions bot added the docs Tasks regarding documentation label Sep 14, 2021
@Baroshem Baroshem merged commit 3f4cb45 into develop Sep 15, 2021
filipsobol added a commit that referenced this pull request Nov 10, 2021
* fix: clone theme in both actions in pipeline

* Deploy from master

* fix: tests

* Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

* chore: updates links to the new repo & new docs path & /v1 prefix

* fix: links for not transfered repos

* fixed source of images

* fixed some typo in docs

* fix changelog

* fix typo

* Fixed: some typos in the documentation

* Update ssr-cache.md

* added information about tests and i18n in modules

* fix: purgeLoader with dynamicConfigReload

* refactor: after CR

* Prettified code blocks & added language extensions

* Update PULL_REQUEST_TEMPLATE.md

* Updated  insfrastructure's schema

* chore: update schema

* chore: update schema

* chore: update schema

* chore: update source of schema image

* chore: added changelog

* chore: update schema

* chore: change source of image

* chore: introduction update

* fix: from cr

* fix: typo

* fix: development hot-reload speed webpack config

improves greatly the speed with fork-ts-webpack-plugin

* #4083 & #3838 Bugfix for cart-tab-sync in multistore environment

* Update CHANGELOG.md

* Move `checkMultistoreKey` method before execution

* Bugfix for `JSON.parse of undefined`

* `getItemsFromStorage` is running for each local-storage action – `const value = JSON.parse(localStorage[key])` should run only when necessary and could cause an exception if null

* chore: removed phoneNum

* chore: add changelog

* fix: missing ")"

* Add e2e tests workflows

* fix: load default address in checkout

* updated changelog

* fix: theme/index error fixed

* changelog

* fix: tsconfig.json

* ESLint config: fix duplicate key & wrong parameter

* fix: eslint warning

* chore: add changelog

* chore: update installation guide

* chore: update production-setup.md

* fix: order history pagination

* Update core/modules/order/components/UserOrdersHistory.ts

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* fix: cr suggestions

* chore: add test case for unique orders

* Update core/modules/user/test/unit/store/actions.spec.ts

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* Add region for curl, change container repo name

* Update workflow with new envs, change auth method

* Fix docker image namespace

* fix: update url with properly child sku

* fix: support for params

* Update CHANGELOG.md

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* fix: linting

* fix: remove unnecessary step

* fix: set correct type

* fix: Passing { newToken: null } as a payload

* fix: unit test

* chore: update changelog

* chore: lock update

* release date

* release date fix

* version bump

* feat: update footer in docs

* chore: update tagline

* fix: add modal to home page

* feat: add working newsletter modal

* fix: move newsletter  modal to core

* chore: add changelog info

* fix: styles

* enable summary section in desktop view

* fix payment template

* changelog added

* fx: changes after CR

* fix: add i18n for boilerplate

* fix: lint and i18n interpolation

* fix: remove console

* test: Extend happy path e2e test for registered customer

  + Update templates with 'v-e2e' directive

* Add gtm and hubspot to docs

* update

* fix: remove mobile observer causing infinite loop error

* fix: change email submit event name

* chore(e2e): change build mode in e2e workflows

* tests(e2e): add e2e tests for MyAccount

  + add v-e2e directives to ProfileUpdateForm.vue

* chore: repository standardization (#6130)

* docs: added CODE_OF_CONDUCT.md

* docs: added CONTRIBUTING.md

* docs: added LICENSE.md

* chore: added .gitpod.yml

* chore: added .editorconfig

* chore: added commitlint and commitizen

* chore: updated package.json to fix commitizen

* chore: updated github issue template

* docs(docs): changed docs pointing to slack to Discord instead

* docs(docs): added contributing documentation

* docs: added docs for the integration boilerplate

* chore: updated PULL_REQUEST_TEMPLATE.md

* chore: updated README.md

* chore: removed pull request template folder

* chore: added missign commitlint cli package

* docs: added initial checklist for the integration

* docs: updated checklists

* docs: added good-practices.md

* docs: updated good-practices.md to add projects roadmap

* docs: fixed typo in the checklist.md

* chore: updated husky to 7.0.1

* docs: enhanced the good-practices.md documentation

* chore: rollback husky to 4

* chore: removed shopify from docs

* Update packages/core/docs/integrate/integration-guide.md

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

* Update packages/core/docs/integrate/cms.md

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

* Update packages/core/docs/integrate/cache-driver.md

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

* docs: removed shopify from docs

* Remove boilerplate.md

* Update dependencies

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

* tests(e2e): add e2e tests for MyAccount

* tests(e2e): add email assertion on Change Password tab

* tests(e2e): fix code formatting

* fix: redirect to 404 page when category page does not exist

* update

* fix(core): add debounce for updateCartQuantity

* Sync `next` with `release/next` (#6236)

* Remove old commands and fix core tests (#6097)

* remove unused checkoutGetters

* update changelog

* Update packages/core/docs/changelog/5891.js

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

* Update packages/core/docs/changelog/5891.js

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

* Update packages/core/docs/changelog/5891.js

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

* fix: remove 'download all' button

* update changelog

* chore: adds the stale-bot (#6247)

* chore: adds the stale-bot

* Update .github/stale.yml

Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>

Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>

* feat: add Vendure template beta to cli

* Fix typo (#5792)

integartions... => integrations...

* Bug/6099 missing dependency (#6100)

* 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>

* Merge in (#6242)

* Same changes for billing and shipping address forms

* fix: fixed Nuxt-CLI spamming babel warning due plugin configuration (#6123)

* fix(commercetools:theme): fixed Nuxt-CLI spamming babel warning due plugin configuration

* fix(boilerplate:theme): fixed Nuxt-CLI spamming babel warning due plugin configuration

* docs(core): added the changelog for #6123

* fix(boilerplate:theme): applied eslint rules

* Move and refactor the helper

* Add unit tests

* Refactor unit tests to use AAA pattern

* Store expected statusCode in a separate const

* fix(ct/core): update locale links

* fix(ct/core): add changelog

* refactor: updates form validation scheme for street, number and city (#6122)

* refactor(commercetools:theme): updated form validation rules

* refactor(core:nuxt-theme-modules): updated form validation rules

* docs(core): added changelog file for PR #6122

* docs(commercetools): added changelog file for PR #6122

* fix-#6132(ct:api-client): add total to query

* fix-#6132(ct:composable): return all orders from query

* fix-#6132(core): change default orders value

* fix-#6132(ct:composable): create getOrdersTotal getter

* fix-#6132(core:theme): adjust template to new orders

* fix-#6132(core/ct): fix unit tests

* fix-#6132(core): add changelogs

* fix-#6132(docs): add docs for new changes

* fix-#6132(test): fix types and tests

* Fix validate boilerplate

* fix(ct/core): use object syntax for links

* [Docs] Update Integrations page (#6135)

* fix-#6132(ct): add other fields to query

* [Docs] Update integrations page (#6139)

* Minor fixes in core (#6061)

* Fix images in docs (#6140)

* test

* test

* test

* test

* test

* test

* test

* remove unused commands

* update docs build commands

* workaround for api-extractor

* remove typedoc

* Generate md flies command

* update

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test size 1024

* test size 2048

* test size 4096

* remove commands

* Synchronize with the Boilerplate repository (#6125)

* test

* uncomment deploy action

* docs: add migration guide v2.4.0

* docs: add 2.4.0 doc link to index.md

* fx: changes after CR

* fix: add i18n for boilerplate

* Update Readme (Supported platforms)

Update links & status of Supported platforms

* Update: Shopify DOC

* Add support section

* fix(core): use orderGetters for id

* docs: add missing changes in migration guide

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* fix: lint and i18n interpolation

* fix: remove console

* test: Extend happy path e2e test for registered customer

  + Update templates with 'v-e2e' directive

* chore: algolia docs link and typo fix

* Update first page of Shopify Docs

* Shopify Docs first page - Links listing repair

* Updated suggessons

* fix: remove mobile observer causing infinite loop error

* Linking repaired

* Updated Shopify DOC

* Updated vuepress config.js

* refactor(api-cliente): removed Customer changes

* chore: removed beta tag from Shopify (#6143)

* chore(core:cli): removed beta tag from Shopify

* chore: removed beta tag from Shopify

* chore(docs): adds the changelog file to PR #6143

* chore(chore:cli): applied eslint rules

* feat(api-client): added getInventory api

* Updated maintainers pictures

* feat(commercetools:api-client): add config channel

* fix: change email submit event name

* refactor: generate api ref on server side

* feat(ct): add InventoryMode to createCart

  - extend middleware config with inventoryMode
  - update Cart fragment
  - update Payment template - notification is being displayed on make
  order error

* Add changelog file

* docs(ct): update configuration docs with inventoryMode

  - remove `inventoryMode` option from middleware config

* refactor(commercetools): fix the frontend client bundling the commercetools-sdk and apollo client (#6066)

* refactor: updated the applyCoupon interface to match the removeCoupon (#6126)

* chore: enterprise

* fix: fix conflicts with next branch

* fix(commercetools): removed wrong config

* fix: add api ref to gitignore

* new line at the end of file

* Add changelog file

* fix: MyAccount page rendering

* chore: add changelog

* fix-#5886: lint fix

* fix-#5886: cr fixes

* Revert "Sync next"

* docs: add inventory mode note to ct migration guide

* feat(commercetools): added changeChannel feature

* feat(commercetools): added product Availability

* fix(commercetools): wrong prop access

* fix(commercetools): fix object prop

* refactor(commercetools:api-client): updated the addToCart method to new signature

* refactor(commercetools:composeables): updated the useCart composable to match the addToCart

* docs(commercetools): added the base changelog

* refactor(commercetools): removed channel cookie

* refactor(commercetools): updated changelog

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

* docs: add multistore note to ct migration guide

* docs: add missing punctuation

* chore: versions bump - core to 2.4 and ct to 1.3

* chore(docs): changelog update

* refactor(api-client): applied eslint rules

* refactor(composables): applied eslint rules

* refactor(composables): fixed useCart test

* refactor(composables): fixed addToCart test

* refactor(api-client): applied eslint rules

* fix(commercetools): fixed useStore tests

* fix: add missing mobile menu for ct

* chore: changelog

* revert onMounted

* fix

* docs: update demo url

* chore: version bump for ct theme

* fix: ct theme package schema

* test

* api refs generated correct

* fix

* add commands to yarn dev

* fix path to types

* Get rid of unnecessary part

* build test

* test

* Fix missing index.d.ts

* update path to types in package.json

* bp fix

* tsconfig update

* fix: remove merge conflict tags

* docs: restore missing changes

* Use tilde in VSF dependencies (#6197)

* Backport fixes from boilerplate repo (#6199)

* Fix `@vue-storefront/cache` package (#6198)

* Use `isomorphic-git` instead of native GIT client (#6201)

* Revert changes to Webpack configuration and Google font loading (#6203)

* tests(e2e): update addToCart request body

* docs: add changelog for #6205

* chore(e2e): change build mode in e2e workflows

* chore: version bump to 2.4.1 for core and 1.3.1 for ct

* chore: changelog update

* chore: ct changelog update

* tests(e2e): add e2e tests for MyAccount

  + add v-e2e directives to ProfileUpdateForm.vue

* chore: repository standardization (#6130)

* docs: added CODE_OF_CONDUCT.md

* docs: added CONTRIBUTING.md

* docs: added LICENSE.md

* chore: added .gitpod.yml

* chore: added .editorconfig

* chore: added commitlint and commitizen

* chore: updated package.json to fix commitizen

* chore: updated github issue template

* docs(docs): changed docs pointing to slack to Discord instead

* docs(docs): added contributing documentation

* docs: added docs for the integration boilerplate

* chore: updated PULL_REQUEST_TEMPLATE.md

* chore: updated README.md

* chore: removed pull request template folder

* chore: added missign commitlint cli package

* docs: added initial checklist for the integration

* docs: updated checklists

* docs: added good-practices.md

* docs: updated good-practices.md to add projects roadmap

* docs: fixed typo in the checklist.md

* chore: updated husky to 7.0.1

* docs: enhanced the good-practices.md documentation

* chore: rollback husky to 4

* chore: removed shopify from docs

* Update packages/core/docs/integrate/integration-guide.md

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

* Update packages/core/docs/integrate/cms.md

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

* Update packages/core/docs/integrate/cache-driver.md

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

* docs: removed shopify from docs

* Remove boilerplate.md

* Update dependencies

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

* tests(e2e): add e2e tests for MyAccount

* tests(e2e): add email assertion on Change Password tab

* tests(e2e): fix code formatting

* fix: redirect to 404 page when category page does not exist

* update

* fix(core): add debounce for updateCartQuantity

* chore: move vsf1 to separate folder

* chore: move vsf1 to separate folder

* chore: moved VSF-1 to https://github.com/vuestorefront/vue-storefront-1

* chore: added .gitignore

* Sync `next` with `release/next` (#6236)

* Remove old commands and fix core tests (#6097)

* remove unused checkoutGetters

* update changelog

* Update packages/core/docs/changelog/5891.js

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

* Update packages/core/docs/changelog/5891.js

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

* Update packages/core/docs/changelog/5891.js

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

* chore: updated GitHub actions branches

* fix: remove 'download all' button

* update changelog

* chore: adds the stale-bot (#6247)

* chore: adds the stale-bot

* Update .github/stale.yml

Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>

Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>

* feat: add Vendure template beta to cli

* Fix typo (#5792)

integartions... => integrations...

* Bug/6099 missing dependency (#6100)

* 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>

* chore: added main as GutHub action possible branch

Co-authored-by: Łukasz <lsliwaradioluz@gmail.com>
Co-authored-by: Baroshem <jakub.andrzejewski.dev@gmail.com>
Co-authored-by: Alef Barbeli <alefbarbeli@gmail.com>
Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>
Co-authored-by: ljedrasik <ljedrasik@vuestorefront.io>
Co-authored-by: Igor Wojciechowski <igorxwojciechowski@gmail.com>
Co-authored-by: AdamPawlinski <apawlinski@vuestorefront.io>
Co-authored-by: Jakub Andrzejewski <37120330+Baroshem@users.noreply.github.com>
Co-authored-by: Tom Anioł <33483514+tom-aniol@users.noreply.github.com>
Co-authored-by: Aureatelabs Team <hello@aureatelabs.com>
Co-authored-by: Fifciuu <fjedrasik@vuestorefront.io>
Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>
Co-authored-by: lsliwaradioluz <39009379+lsliwaradioluz@users.noreply.github.com>
Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
Co-authored-by: lukasborawski <lukas.borawski@gmail.com>
Co-authored-by: Filip Sobol <sobol.filip@gmail.com>
Co-authored-by: Georgiy Slobodenyuk <georgiy@absoluteweb.com>
Co-authored-by: Jason Wolf <jaydubb12@gmail.com>
Co-authored-by: jason.wolf <jason.wolf@borngroup.com>

* Sync `next` with `release/next` (#6262)

* Sync `develop` with `release-2.4` (#6270)

* 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]: Search products by skus error (#6182)

* 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 (#6274)

* 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 (#6232)

* 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

* [OS-71]: Product :: Color filter param set to object, not color value (#6251)

* fix: PDP color filter value

* chore: changelog

* feat: sync develop with release 2.4 (#6278)

* 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>

* chore(e2e): fix start command in regression workflow (#6280)

* test(os-159): added e2e tests for breadcrumbs (#6267)

* 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 (#6283)

* fix(ct): add missing order summary data

* chore: add changelog for #6282

* chore: fix branch names in test workflow (#6286)

* chore: fix branch names in test workflow

  * fix start command in e2e regression workflow

* chore: fix mw test command in test workflow

* tests(core): fix jest config for middleware (#6289)

* [EN-284]: Not all queries in commercetools are wrapped in `gql` template 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 addresses tests on order summary (#6291)

* test(e2e): add order summary addresses validation tests

* refactor(e2e): refactor order summary tests

* test(e2e): refactor cypress tags

* Ci/configure lighthouse (#6206)

* ci: configure lighthouse

* ci: adjust lighthouse workflow

* chore: fix branch names in ci test workflow (#6292)

* fix(ct): add missing pagination for orders history (#6290)

* fix(commercetools): add missing orders pagination

* chore: add changelog

* fix(ct): fix sorting

* fix(core): remove unused methods

* fix(en-425): added protection on depth for getAgnosticStatusCode f… (#6287)

* bugfix(en-425): added protection on depth for getAgnosticStatusCode function

* bugfix(en-425): added checking for axios and apollo errors

* fix(en-425) changed default error code

Co-authored-by: Dawid Ziobro <dziobro@vuestorefront.io>

* feat: make VSF pwa again (#6303)

* fix(ct): fix exception directly entering checkout payment url (#6288)

* test(os-158): add e2e tests for category page accordion (#6272)

* test(os-158): add e2e tests for category page accordion

* test(os-158): add proposed changes after code review

* feat: make VSF PWA again - boilerplate (#6307)

* feat: make VSF PWA again - boilerplate

* feat: update changelog

* feat: remove changelog from core

* feat: improve a11y by aria-labels (#6304)

* feat: improve a11y by aria-labels

* feat: add better names to aria-labels

* feat: update changelog

* feat: optimize SEO with i18n (#6306)

* feat: optimize SEO with i18n

* feat: add changelog

* chore: removed files not to sync

* chore: removed files not to sync

* fix: updated UI version (#6240)

* fix(ct): unsuccessful login error message (#6311)

* fix(ct): unsuccessful login error message

Co-authored-by: Dawid Ziobro <dziobro@vuestorefront.io>

* fix(ct): wrong redirect after successful order placement (#6315)

* fix(ct): get rid of filters sidebar in OS (#6310)

* fix(core): extract CategoryPageHeader and FiltersSidebar

* fix(ct): remove filters from OS

* Update packages/core/nuxt-theme-module/theme/components/CategoryPageHeader.vue

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

* Update packages/core/nuxt-theme-module/theme/components/CategoryPageHeader.vue

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

* Update packages/core/nuxt-theme-module/theme/components/CategoryPageHeader.vue

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

* fix: add missing $t

* fix: formatting

* fix: add new texts to translation files

* fix: add new texts to translation files

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

* chore: sync develop to main git timeline (#6314)

* update changelog

* Task: 4427. add 'beforeUserProfileUpdate' mutator and change 'afterUserAddressUpdated' to 'afterUserProfileUpdated'

* update changelog

* fix: remove redundant user token invalidation code

* update changelog

* 4427 add types

* Fix query-string dependency

* update changelog

* docs: multistore refactor

* feat: add phone number validation helper

* chore: add changelog message

* replace lodash with lodash-es

* update changelog

* doc: localizedRoute update & info about multiStoreConfig in VSF-API

* docs: last changes in multistore

* fix: add function in shipping component to load data

* chore: add changelog msg

* Fix typo in docs

* fix: using vue-router 3.1.6.

* chore: changelog update

* chore: info about possibility of removing depracatedActions in doc

* chore: empty refresh commit

* add gh action for vsf1 workflow

* remove travis

* update steps names

* update branches names

* cache theme

* cache theme

* revert: cache theme on each step and clone theme on last event

* WIP docs migration

* Docs migration to cloud

* Fixing build script

* fix: typo in readme

* chore: min & max aggregations for price with sfqb supported

* chore: changelog update

* use develop branch for theme

* add api:api-search-query, for workflow

* feat: cdn images on demo

* chore: disabled gzip compression on sfc instances

* refactor: removed white spaces

* chore: disabled compression & enabled api search query on hotfix

* Docs for V1

* Fix 'When you using the' text

* Fixed some typos in docs/guide/cookbook/checklist.md (#5071)

* Updated Changelog.md file(#5071)

* Fixed: some typos in docs/guide/general/introduction.md (#5071)

* Fixed: some typos in docs/guide/core-themes/layouts.md (#5071)

* Fixed: some typos in docs/guide/core-themes/core-components.md (#5071)

* Fixed: some typos in docs/guide/core-themes/service-workers.md (#5071)

* Fixed: some typos in docs/guide/integrations/multistore.md (#5071)

* Fixed: some typos in docs/guide/data-resolvers (#5071)

* Fixed: some typos in docs/guide/cookbook/setup.md (#5071)

* Fixed: some typos in docs/guide/upgrade-notes/README.md (#5071)

* feat: updated pr template

* chore: bugfix and changelog update from tomasz-duda's commit

* added filter for cache Response

* changed return tobe just one item

* changed polyfill setup

* fix: there should be a condition

* chore: docs about dynamicConfigReloadWithEachRequest

* updated Changelog

* fixed unit test errors, updated browserlist

* refactor: fixed links to use new org

* chore: shouldn't to should not

* chore: updated new links to new org

* feat: sync of totals between tabs

* chore: changelog update

* refactor: totals & cart cache handlers as plugins

* refactor: syncTotalsWhenLocalStorageChange -> updateTotals

* refactor: syncCartWhenLocalStorageChange -> updateCart

* fix: cartCacheHandler test

* refactor: test for totalsCacheHandler

* fix: for various date types

* refactor: simplified getting current time

* chore: changelog updated

* fix: serverItem -> serverItems typo

* chore: changelog update

* refactor: awaited

* chore: changelog updated

* feat: support for trailing slash

* chore: changelog

* fix: get rid of regenratorRuntime error

* chore: changelog revert

* chore: updated doc about vsf-cli for vsf1

* chore: fix after cr

* fix: clone theme in both actions in pipeline

* Deploy from master

* fix: tests

* Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

* chore: updates links to the new repo & new docs path & /v1 prefix

* fix: links for not transfered repos

* fixed source of images

* fixed some typo in docs

* fix changelog

* fix typo

* Fixed: some typos in the documentation

* Update ssr-cache.md

* added information about tests and i18n in modules

* fix: purgeLoader with dynamicConfigReload

* refactor: after CR

* Prettified code blocks & added language extensions

* Update PULL_REQUEST_TEMPLATE.md

* Updated  insfrastructure's schema

* chore: update schema

* chore: update schema

* chore: update schema

* chore: update source of schema image

* chore: added changelog

* chore: update schema

* chore: change source of image

* chore: introduction update

* fix: from cr

* fix: typo

* fix: development hot-reload speed webpack config

improves greatly the speed with fork-ts-webpack-plugin

* #4083 & #3838 Bugfix for cart-tab-sync in multistore environment

* Update CHANGELOG.md

* Move `checkMultistoreKey` method before execution

* Bugfix for `JSON.parse of undefined`

* `getItemsFromStorage` is running for each local-storage action – `const value = JSON.parse(localStorage[key])` should run only when necessary and could cause an exception if null

* chore: removed phoneNum

* chore: add changelog

* fix: missing ")"

* Add e2e tests workflows

* fix: load default address in checkout

* updated changelog

* fix: theme/index error fixed

* changelog

* fix: tsconfig.json

* ESLint config: fix duplicate key & wrong parameter

* fix: eslint warning

* chore: add changelog

* chore: update installation guide

* chore: update production-setup.md

* fix: order history pagination

* Update core/modules/order/components/UserOrdersHistory.ts

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* fix: cr suggestions

* chore: add test case for unique orders

* Update core/modules/user/test/unit/store/actions.spec.ts

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* Add region for curl, change container repo name

* Update workflow with new envs, change auth method

* Fix docker image namespace

* fix: update url with properly child sku

* fix: support for params

* Update CHANGELOG.md

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* fix: linting

* fix: remove unnecessary step

* fix: set correct type

* fix: Passing { newToken: null } as a payload

* fix: unit test

* chore: update changelog

* chore: lock update

* release date

* release date fix

* version bump

* feat: update footer in docs

* chore: update tagline

* Add gtm and hubspot to docs

* update

* Merge in (#6242)

* Same changes for billing and shipping address forms

* fix: fixed Nuxt-CLI spamming babel warning due plugin configuration (#6123)

* fix(commercetools:theme): fixed Nuxt-CLI spamming babel warning due plugin configuration

* fix(boilerplate:theme): fixed Nuxt-CLI spamming babel warning due plugin configuration

* docs(core): added the changelog for #6123

* fix(boilerplate:theme): applied eslint rules

* Move and refactor the helper

* Add unit tests

* Refactor unit tests to use AAA pattern

* Store expected statusCode in a separate const

* fix(ct/core): update locale links

* fix(ct/core): add changelog

* refactor: updates form validation scheme for street, number and city (#6122)

* refactor(commercetools:theme): updated form validation rules

* refactor(core:nuxt-theme-modules): updated form validation rules

* docs(core): added changelog file for PR #6122

* docs(commercetools): added changelog file for PR #6122

* fix-#6132(ct:api-client): add total to query

* fix-#6132(ct:composable): return all orders from query

* fix-#6132(core): change default orders value

* fix-#6132(ct:composable): create getOrdersTotal getter

* fix-#6132(core:theme): adjust template to new orders

* fix-#6132(core/ct): fix unit tests

* fix-#6132(core): add changelogs

* fix-#6132(docs): add docs for new changes

* fix-#6132(test): fix types and tests

* Fix validate boilerplate

* fix(ct/core): use object syntax for links

* [Docs] Update Integrations page (#6135)

* fix-#6132(ct): add other fields to query

* [Docs] Update integrations page (#6139)

* Minor fixes in core (#6061)

* Fix images in docs (#6140)

* test

* test

* test

* test

* test

* test

* test

* remove unused commands

* update docs build commands

* workaround for api-extractor

* remove typedoc

* Generate md flies command

* update

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test size 1024

* test size 2048

* test size 4096

* remove commands

* Synchronize with the Boilerplate repository (#6125)

* test

* uncomment deploy action

* docs: add migration guide v2.4.0

* docs: add 2.4.0 doc link to index.md

* fx: changes after CR

* fix: add i18n for boilerplate

* Update Readme (Supported platforms)

Update links & status of Supported platforms

* Update: Shopify DOC

* Add support section

* fix(core): use orderGetters for id

* docs: add missing changes in migration guide

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* fix: lint and i18n interpolation

* fix: remove console

* test: Extend happy path e2e test for registered customer

  + Update templates with 'v-e2e' directive

* chore: algolia docs link and typo fix

* Update first page of Shopify Docs

* Shopify Docs first page - Links listing repair

* Updated suggessons

* fix: remove mobile observer causing infinite loop error

* Linking repaired

* Updated Shopify DOC

* Updated vuepress config.js

* refactor(api-cliente): removed Customer changes

* chore: removed beta tag from Shopify (#6143)

* chore(core:cli): removed beta tag from Shopify

* chore: removed beta tag from Shopify

* chore(docs): adds the changelog file to PR #6143

* chore(chore:cli): applied eslint rules

* feat(api-client): added getInventory api

* Updated maintainers pictures

* feat(commercetools:api-client): add config channel

* fix: change email submit event name

* refactor: generate api ref on server side

* feat(ct): add InventoryMode to createCart

  - extend middleware config with inventoryMode
  - update Cart fragment
  - update Payment template - notification is being displayed on make
  order error

* Add changelog file

* docs(ct): update configuration docs with inventoryMode

  - remove `inventoryMode` option from middleware config

* refactor(commercetools): fix the frontend client bundling the commercetools-sdk and apollo client (#6066)

* refactor: updated the applyCoupon interface to match the removeCoupon (#6126)

* chore: enterprise

* fix: fix conflicts with next branch

* fix(commercetools): removed wrong config

* fix: add api ref to gitignore

* new line at the end of file

* Add changelog file

* fix: MyAccount page rendering

* chore: add changelog

* fix-#5886: lint fix

* fix-#5886: cr fixes

* Revert "Sync next"

* docs: add inventory mode note to ct migration guide

* feat(commercetools): added changeChannel feature

* feat(commercetools): added product Availability

* fix(commercetools): wrong prop access

* fix(commercetools): fix object prop

* refactor(commercetools:api-client): updated the addToCart method to new signature

* refactor(commercetools:composeables): updated the useCart composable to match the addToCart

* docs(commercetools): added the base changelog

* refactor(commercetools): removed channel cookie

* refactor(commercetools): updated changelog

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

* docs: add multistore note to ct migration guide

* docs: add missing punctuation

* chore: versions bump - core to 2.4 and ct to 1.3

* chore(docs): changelog update

* refactor(api-client): applied eslint rules

* refactor(composables): applied eslint rules

* refactor(composables): fixed useCart test

* refactor(composables): fixed addToCart test

* refactor(api-client): applied eslint rules

* fix(commercetools): fixed useStore tests

* fix: add missing mobile menu for ct

* chore: changelog

* revert onMounted

* fix

* docs: update demo url

* chore: version bump for ct theme

* fix: ct theme package schema

* test

* api refs generated correct

* fix

* add commands to yarn dev

* fix path to types

* Get rid of unnecessary part

* build test

* test

* Fix missing index.d.ts

* update path to types in package.json

* bp fix

* tsconfig update

* fix: remove merge conflict tags

* docs: restore missing changes

* Use tilde in VSF dependencies (#6197)

* Backport fixes from boilerplate repo (#6199)

* Fix `@vue-storefront/cache` package (#6198)

* Use `isomorphic-git` instead of native GIT client (#6201)

* Revert changes to Webpack configuration and Google font loading (#6203)

* tests(e2e): update addToCart request body

* docs: add changelog for #6205

* chore(e2e): change build mode in e2e workflows

* chore: version bump to 2.4.1 for core and 1.3.1 for ct

* chore: changelog update

* chore: ct changelog update

* tests(e2e): add e2e tests for MyAccount

  + add v-e2e directives to ProfileUpdateForm.vue

* chore: repository standardization (#6130)

* docs: added CODE_OF_CONDUCT.md

* docs: added CONTRIBUTING.md

* docs: added LICENSE.md

* chore: added .gitpod.yml

* chore: added .editorconfig

* chore: added commitlint and commitizen

* chore: updated package.json to fix commitizen

* chore: updated github issue template

* docs(docs): changed docs pointing to slack to Discord instead

* docs(docs): added contributing documentation

* docs: added docs for the integration boilerplate

* chore: updated PULL_REQUEST_TEMPLATE.md

* chore: updated README.md

* chore: removed pull request template folder

* chore: added missign commitlint cli package

* docs: added initial checklist for the integration

* docs: updated checklists

* docs: added good-practices.md

* docs: updated good-practices.md to add projects roadmap

* docs: fixed typo in the checklist.md

* chore: updated husky to 7.0.1

* docs: enhanced the good-practices.md documentation

* chore: rollback husky to 4

* chore: removed shopify from docs

* Update packages/core/docs/integrate/integration-guide.md

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

* Update packages/core/docs/integrate/cms.md

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

* Update packages/core/docs/integrate/cache-driver.md

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

* docs: removed shopify from docs

* Remove boilerplate.md

* Update dependencies

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

* tests(e2e): add e2e tests for MyAccount

* tests(e2e): add email assertion on Change Password tab

* tests(e2e): fix code formatting

* fix: redirect to 404 page when category page does not exist

* update

* fix(core): add debounce for updateCartQuantity

* chore: move vsf1 to separate folder

* chore: move vsf1 to separate folder

* chore: moved VSF-1 to https://github.com/vuestorefront/vue-storefront-1

* chore: added .gitignore

* Sync `next` with `release/next` (#6236)

* Remove old commands and fix core tests (#6097)

* remove unused checkoutGetters

* update changelog

* Update packages/core/docs/changelog/5891.js

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

* Update packages/core/docs/changelog/5891.js

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

* Update packages/core/docs/changelog/5891.js

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

* chore: updated GitHub actions branches

* fix: remove 'download all' button

* update changelog

* chore: adds the stale-bot (#6247)

* chore: adds the stale-bot

* Update .github/stale.yml

Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>

Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>

* feat: add Vendure template beta to cli

* Fix typo (#5792)

integartions... => integrations...

* Bug/6099 missing dependency (#6100)

* 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>

* chore: added main as GutHub action possible branch

Co-authored-by: Łukasz <lsliwaradioluz@gmail.com>
Co-authored-by: Baroshem <jakub.andrzejewski.dev@gmail.com>
Co-authored-by: Alef Barbeli <alefbarbeli@gmail.com>
Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>
Co-authored-by: ljedrasik <ljedrasik@vuestorefront.io>
Co-authored-by: Igor Wojciechowski <igorxwojciechowski@gmail.com>
Co-authored-by: AdamPawlinski <apawlinski@vuestorefront.io>
Co-authored-by: Jakub Andrzejewski <37120330+Baroshem@users.noreply.github.com>
Co-authored-by: Tom Anioł <33483514+tom-aniol@users.noreply.github.com>
Co-authored-by: Aureatelabs Team <hello@aureatelabs.com>
Co-authored-by: Fifciuu <fjedrasik@vuestorefront.io>
Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>
Co-authored-by: lsliwaradioluz <39009379+lsliwaradioluz@users.noreply.github.com>
Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
Co-authored-by: lukasborawski <lukas.borawski@gmail.com>
Co-authored-by: Filip Sobol <sobol.filip@gmail.com>
Co-authored-by: Georgiy Slobodenyuk <georgiy@absoluteweb.com>
Co-authored-by: Jason Wolf <jaydubb12@gmail.com>
Co-authored-by: jason.wolf <jason.wolf@borngroup.com>

* chore: fix branch names in test workflow (#6286)

* chore: fix branch names in test workflow

  * fix start command in e2e regression workflow

* chore: fix mw test command in test workflow

* chore: removed files not to sync

* chore: removed files not to sync

Co-authored-by: tkostuch <tkostuch@divante.pl>
Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>
Co-authored-by: Goran Ninkovic <g.ninkovic@beeit.rs>
Co-authored-by: julien <julien@lumao.eu>
Co-authored-by: RakowskiPrzemyslaw <przemek.rakowski@gmail.com>
Co-authored-by: Adam Pawliński <apawlinski@divante.pl>
Co-authored-by: Therm Scissorpunch <61228862+ThermScissorpunch@users.noreply.github.com>
Co-authored-by: Mateusz Koszutowski <mkoszut@gmail.com>
Co-authored-by: Yash Maheshwari <yash.maheshwari@hotwax.co>
Co-authored-by: Justyna <gierackajustyna@gmail.com>
Co-authored-by: Dominik Deimel <infodominikdeimel.com>
Co-authored-by: Dominik <info@dominikdeimel.com>
Co-authored-by: Dominik Deimel <32941053+domideimel@users.noreply.github.com>
Co-authored-by: Fifciuu <fjedrasik@vuestorefront.io>
Co-authored-by: Filip Rakowski <f.rakowskI@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Łukasz <ljedrasik@vuestorefront.io>
Co-authored-by: Yash Maheshwari <yashmaheshwari551@gmail.com>
Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>
Co-authored-by: PawFV <44122984+PawFV@users.noreply.github.com>
Co-authored-by: Paw <pregonipaw@hotmail.com>
Co-authored-by: cewald <c.ewald@impericon.com>
Co-authored-by: Igor Wojciechowski <igorxwojciechowski@gmail.com>
Co-authored-by: byakku <dante@byakku.net>
Co-authored-by: byakku <kstepien@vuestorefront.io>
Co-authored-by: Łukasz <lsliwaradioluz@gmail.com>
Co-authored-by: Baroshem <jakub.andrzejewski.dev@gmail.com>
Co-authored-by: Alef Barbeli <alefbarbeli@gmail.com>
Co-authored-by: AdamPawlinski <apawlinski@vuestorefront.io>
Co-authored-by: Jakub Andrzejewski <37120330+Baroshem@users.noreply.github.com>
Co-authored-by: Tom Anioł <33483514+tom-aniol@users.noreply.github.com>
Co-authored-by: Aureatelabs Team <hello@aureatelabs.com>
Co-authored-by: lsliwaradioluz <39009379+lsliwaradioluz@users.noreply.github.com>
Co-authored-by: Patryk Andrzejewski <vox3r69@gmail.com>
Co-authored-by: lukasborawski <lukas.borawski@gmail.com>
Co-authored-by: Filip Sobol <sobol.filip@gmail.com>
Co-authored-by: Georgiy Slobodenyuk <georgiy@absoluteweb.com>
Co-authored-by: Jason Wolf <jaydubb12@gmail.com>
Co-authored-by: jason.wolf <jason.wolf@borngroup.com>

* chore: sync `develop` with `release-2.4` branch (#6330)

* update changelog

* docs: multistore refactor

* feat: add phone number validation helper

* chore: add changelog message

* replace lodash with lodash-es

* update changelog

* doc: localizedRoute update & info about multiStoreConfig in VSF-API

* docs: last changes in multistore

* fix: add function in shipping component to load data

* chore: add changelog msg

* Fix typo in docs

* fix: using vue-router 3.1.6.

* chore: changelog update

* chore: info about possibility of removing depracatedActions in doc

* chore: empty refresh commit

* add gh action for vsf1 workflow

* remove travis

* update steps names

* update branches names

* cache theme

* cache theme

* revert: cache theme on each step and clone theme on last event

* WIP docs migration

* Docs migration to cloud

* Fixing build script

* fix: typo in readme

* chore: min & max aggregations for price with sfqb supported

* chore: changelog update

* use develop branch for theme

* add api:api-search-query, for workflow

* feat: cdn images on demo

* chore: disabled gzip compression on sfc instances

* refactor: removed white spaces

* chore: disabled compression & enabled api search query on hotfix

* Docs for V1

* Fix 'When you using the' text

* Fixed some typos in docs/guide/cookbook/checklist.md (#5071)

* Updated Changelog.md file(#5071)

* Fixed: some typos in docs/guide/general/introduction.md (#5071)

* Fixed: some typos in docs/guide/core-themes/layouts.md (#5071)

* Fixed: some typos in docs/guide/core-themes/core-components.md (#5071)

* Fixed: some typos in docs/guide/core-themes/service-workers.md (#5071)

* Fixed: some typos in docs/guide/integrations/multistore.md (#5071)

* Fixed: some typos in docs/guide/data-resolvers (#5071)

* Fixed: some typos in docs/guide/cookbook/setup.md (#5071)

* Fixed: some typos in docs/guide/upgrade-notes/README.md (#5071)

* feat: updated pr template

* chore: bugfix and changelog update from tomasz-duda's commit

* added filter for cache Response

* changed return tobe just one item

* changed polyfill setup

* fix: there should be a condition

* chore: docs about dynamicConfigReloadWithEachRequest

* updated Changelog

* fixed unit test errors, updated browserlist

* refactor: fixed links to use new org

* chore: shouldn't to should not

* chore: updated new links to new org

* feat: sync of totals between tabs

* chore: changelog update

* refactor: totals & cart cache handlers as plugins

* refactor: syncTotalsWhenLocalStorageChange -> updateTotals

* refactor: syncCartWhenLocalStorageChange -> updateCart

* fix: cartCacheHandler test

* refactor: test for totalsCacheHandler

* fix: for various date types

* refactor: simplified getting current time

* chore: changelog updated

* fix: serverItem -> serverItems typo

* chore: changelog update

* refactor: awaited

* chore: changelog updated

* feat: support for trailing slash

* chore: changelog

* fix: get rid of regenratorRuntime error

* chore: changelog revert

* chore: updated doc about vsf-cli for vsf1

* chore: fix after cr

* fix: clone theme in both actions in pipeline

* Deploy from master

* fix: tests

* Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

* chore: updates links to the new repo & new docs path & /v1 prefix

* fix: links for not transfered repos

* fixed source of images

* fixed some typo in docs

* fix changelog

* fix typo

* Fixed: some typos in the documentation

* Update ssr-cache.md

* added information about tests and i18n in modules

* fix: purgeLoader with dynamicConfigReload

* refactor: after CR

* Prettified code blocks & added language extensions

* Update PULL_REQUEST_TEMPLATE.md

* Updated  insfrastructure's schema

* chore: update schema

* chore: update schema

* chore: update schema

* chore: update source of schema image

* chore: added changelog

* chore: update schema

* chore: change source of image

* chore: introduction update

* fix: from cr

* fix: typo

* fix: development hot-reload speed webpack config

improves greatly the speed with fork-ts-webpack-plugin

* #4083 & #3838 Bugfix for cart-tab-sync in multistore environment

* Update CHANGELOG.md

* Move `checkMultistoreKey` method before execution

* Bugfix for `JSON.parse of undefined`

* `getItemsFromStorage` is running for each local-storage action – `const value = JSON.parse(localStorage[key])` should run only when necessary and could cause an exception if null

* chore: removed phoneNum

* chore: add changelog

* fix: missing ")"

* Add e2e tests workflows

* fix: load default address in checkout

* updated changelog

* fix: theme/index error fixed

* changelog

* fix: tsconfig.json

* ESLint config: fix duplicate key & wrong parameter

* fix: eslint warning

* chore: add changelog

* chore: update installation guide

* chore: update production-setup.md

* fix: order history pagination

* Update core/modules/order/components/UserOrdersHistory.ts

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* fix: cr suggestions

* chore: add test case for unique orders

* Update core/modules/user/test/unit/store/actions.spec.ts

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* Add region for curl, change container repo name

* Update workflow with new envs, change auth method

* Fix docker image namespace

* fix: update url with properly child sku

* fix: support for params

* Update CHANGELOG.md

Co-authored-by: Filip Jędrasik <filip.jdrasik@gmail.com>

* fix: linting

* fix: remove unnecessary step

* fix: set correct type

* fix: Passing { newToken: null } as a payload

* fix: unit test

* chore: update changelog

* chore: lock update

* release date

* release date fix

* version bump

* feat: update footer in docs

* chore: update tagline

* Add gtm and hubspot to docs

* update

* fix: address house number field mapping

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

* Merge in (#6242)

* Same changes for billing and shipping address forms

* fix: fixed Nuxt-CLI spamming babel warning due plugin configuration (#6123)

* fix(commercetools:theme): fixed Nuxt-CLI spamming babel warning due plugin configuration

* fix(boilerplate:theme): fixed Nuxt-CLI spamming babel warning due plugin configuration

* docs(core): added the changelog for #6123

* fix(boilerplate:theme): applied eslint rules

* Move and refactor the helper

* Add unit tests

* Refactor unit tests to use AAA pattern

* Store expected statusCode in a separate const

* fix(ct/core): update locale links

* fix(ct/core): add changelog

* refactor: updates form validation scheme for street, number and city (#6122)

* refactor(commercetools:theme): updated form validation rules

* refactor(core:nuxt-theme-modules): updated form validation rules

* docs(core): added changelog file for PR #6122

* docs(commercetools): added changelog file for PR #6122

* fix-#6132(ct:api-client): add total to query

* fix-#6132(ct:composable): return all orders from query

* fix-#6132(core): change default orders value

* fix-#6132(ct:composable): create getOrdersTotal getter

* fix-#6132(core:theme): adjust template to new orders

* fix-#6132(core/ct): fix unit tests

* fix-#6132(core): add changelogs

* fix-#6132(docs): add docs for new changes

* fix-#6132(test): fix types and tests

* Fix validate boilerplate

* fix(ct/core): use object syntax for links

* [Docs] Update Integrations page (#6135)

* fix-#6132(ct): add other fields to query

* [Docs] Update integrations page (#6139)

* Minor fixes in core (#6061)

* Fix images in docs (#6140)

* test

* test

* test

* test

* test

* test

* test

* remove unused commands

* update docs build commands

* workaround for api-extractor

* remove typedoc

* Generate md flies command

* update

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test size 1024

* test size 2048

* test size 4096

* remove commands

* Synchronize with the Boilerplate repository (#6125)

* test

* uncomment deploy action

* docs: add migration guide v2.4.0

* docs: add 2.4.0 doc link to index.md

* fx: changes after CR

* fix: add i18n for boilerplate

* Update Readme (Supported platforms)

Update links & status of Supported platforms

* Update: Shopify DOC

* Add support section

* fix(core): use orderGetters for id

* docs: add missing changes in migration guide

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* Update packages/core/docs/general/support.md

Co-authored-by: igorwojciechowski <igorxwojciechowski@gmail.com>

* fix: lint and i18n interpolation

* fix: remove console

* test: Extend happy path e2e test for registered customer

  + Update templates with 'v-e2e' directive

* chore: algolia docs link and typo fix

* Update first page of Shopify Docs

* Shopify Docs first page - Links listing repair

* Updated suggessons

* fix: remove mobile observer causing infinite loop error

* Linking repaired

* Updated Shopify DOC

* Updated vuepress config.js

* refactor(api-cliente): removed Customer changes

* chore: removed beta tag from Shopify (#6143)

* chore(core:cli): removed beta tag from Shopify

* chore: removed beta tag from Shopify

* chore(docs): adds the changelog file to PR #6143

* chore(chore:cli): applied eslint rules

* feat(api-client): added getInventory api

* Updated maintainers pictures

* feat(commercetools:api-client): add config channel

* fix: change email submit event name

* refactor: generate api ref on server side

* feat(ct): add InventoryMode to createCart

  - extend middleware config with inventoryMode
  - update Cart fragment
  - update Payment template - notification is being displayed on make
  order error

* Add changelog file

* docs(ct): update configuration docs with inventoryMode

  - remove `inventoryMode` option from middleware config

* refactor(commercetools): fix the frontend client bundling the commercetools-sdk and apollo client (#6066)

* refactor: updated the applyCoupon interface to match the removeCoupon (#6126)

* chore: enterprise

* fix: fix conflicts with next branch

* fix(commercetools): removed wrong config

* fix: add api ref to gitignore

* new line at the end of file

* Add changelog file

* fix: MyAccount page rendering

* chore: add changelog

* fix-#5886: lint fix

* fix-#5886: cr fixes

* Revert "Sync next"

* docs: add inventory mode note to ct migration guide

* feat(commercetools): added changeChannel feature

* feat(commercetools): added product Availability

* fix(commercetools): wrong prop access

* fix(commercetools): fix object prop

* refactor(commercetools:api-client): updated the addToCart method to new signature

* refactor(commercetools:composeables): updated the useCart composable to match the addToCart

* docs(commercetools): added the base changelog

* refactor(commercetools): removed channel cookie

* refactor(commercetools): updated changelog

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

* docs: add multistore note to ct migration guide

* docs: add missing punctuation

* chore: versions bump - core to 2.4 and ct to 1.3

* chore(docs): changelog update

* refactor(api-client): applied eslint rules

* refactor(composables): applied eslint rules

* refactor(composables): fixed useCart test

* refactor(composables): fixed addToCart test

* refactor(api-client): applied eslint rules

* fix(commercetools): fixed useStore tests

* fix: add missing mobile menu for ct

* chore: changelog

* revert onMounted

* fix

* docs: update demo url

* chore: version bump for ct theme

* fix: ct theme package schema

* test

* api refs generated correct

* fix

* add commands to yarn dev

* fix path to types

* Get rid of unnecessary part

* build test

* test

* Fix missing index.d.ts

* update path to types in package.json

* bp fix

* tsconfig update

* fix: remove merge conflict tags

* docs: restore missing changes

* Use tilde in VSF dependencies (#6197)

* Backport fixes from boilerplate repo (#6199)

* Fix `@vue-storefront/cache` package (#6198)

* Use `isomorphic-git` instead of native GIT client (#6201)

* Revert changes to Webpack configuration and Google font loading (#6203)

* tests(e2e): update addToCart request body

* docs: add changelog for #6205

* chore(e2e): change build mode in e2e workflows

* chore: version bump to 2.4.1 for core and 1.3.1 for ct

* chore: changelog update

* chore: ct changelog update

* tests(e2e): add e2e tests for MyAccount

  + add v-e2e directives to ProfileUpdateForm.vue

* chore: repository standardization (#6130)

* docs: added CODE_OF_CONDUCT.md

* docs: added CONTRIBUTING.md

* docs: added LICENSE.md

* chore: added .gitpod.yml

* chore: added .editorconfig

* chore: added commitlint and commitizen

* chore: updated package.json to fix commitizen

* chore: updated github issue template

* docs(docs): changed docs pointing to slack to Discord instead

* docs(docs): added contributing documentation

* docs: added docs for the integration boilerplate

* chore: updated PULL_REQUEST_TEMPLATE.md

* chore: updated README.md

* chore: removed pull request template folder

* chore: added missign commitlint cli package

* docs: added initial checklist for the integration

* docs: updated checklists

* docs: added good-practices.md

* docs: updated good-practices.md to add projects roadmap

* docs: fixed typo in the checklist.md

* chore: updated husky to 7.0.1

* docs: enhanced the good-practices.md documentation

* chore: rollback husky to 4

* chore: removed shopify from docs

* Update packages/core/docs/integrate/integration-guide.md

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

* Update packages/core/docs/integrate/cms.md

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

* Update packages/core/docs/integrate/cache-driver.md

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

* docs: removed shopify from docs

* Remove boilerplate.md

* Update dependencies

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

* tests(e2e): add e2e tests for MyAccount

* tests(e2e): add email assertion on Change Password tab

* tests(e2e): fix code formatting

* fix: redirect to 404 page when category page does not exist

* update

* fix(core): add debounce for updateCartQuantity

* chore: move vsf1 to separate folder

* chore: move vsf1 to separate folder

* chore: moved VSF-1 to https://github.com/vuestorefront/vue-storefront-1

* chore: added .gitignore

* Sync `next` wit…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boilerplate docs Tasks regarding documentation Next Issues/bugs for Vue Storefront Next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants