Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f22f4f1
Fix bug when media_gallery array is empty
bensinca Jul 15, 2022
29c0dee
ci: poll farmer for pod deployment status
sethidden Jul 18, 2022
3e04b98
docs: addd 1.0.0 release notes
Jul 14, 2022
6be7d3e
fix: images are not loaded properly with ipx
bartoszherba Jul 21, 2022
cb8590c
fix: env export for windows os environments
bartoszherba Jul 20, 2022
133c836
feat: load tests
bartoszherba Jul 18, 2022
2d700df
fix: product review form offscreen issue
bartoszherba Jul 18, 2022
821c16c
fix: feedback changes
konarshankar07 Jul 25, 2022
9cb6f8f
fix: command correction according to markshust script
konarshankar07 Jul 22, 2022
62b1f1f
test: browsing product load test
bartoszherba Jul 25, 2022
849bc66
test: add search product load tests
bartoszherba Jul 26, 2022
51906bf
test: add buy product as a guest user load test
bartoszherba Jul 26, 2022
7753d15
feat: add i18n base url configuration
bartoszherba Jul 28, 2022
6b53b9d
test: add load test for a new user registration
bartoszherba Jul 27, 2022
180fc78
fix: update installation guide
bartoszherba Jul 27, 2022
20962e7
refactor: remove style duplication in my account route components
bartoszherba Jul 26, 2022
3724180
Fix: fix: header navigation "hasChildren" always returning true
bensinca Jul 31, 2022
5f194cd
docs: add @bensinca as a contributor
Aug 1, 2022
7e60a0a
docs: add @maaarghk as a contributor
Aug 1, 2022
d003f43
docs: add @konarshankar07 as a contributor
Aug 1, 2022
a1473da
docs: add @sequensucks as a contributor
Aug 1, 2022
4a20e82
docs: add @drew-webscale as a contributor
Aug 1, 2022
be0e0b9
chore: release 1.0.2
web-flow Aug 1, 2022
a13c08d
docs: added 1.0.2 release notes
Aug 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,52 @@
"contributions": [
"code"
]
},
{
"login": "bensinca",
"name": "Beniamin Sinca",
"avatar_url": "https://avatars.githubusercontent.com/u/13001260?v=4",
"profile": "https://github.com/bensinca",
"contributions": [
"bug",
"code"
]
},
{
"login": "maaarghk",
"name": "maaarghk",
"avatar_url": "https://avatars.githubusercontent.com/u/3168648?v=4",
"profile": "https://blog.fts.scot/",
"contributions": [
"code"
]
},
{
"login": "konarshankar07",
"name": "Shankar Konar",
"avatar_url": "https://avatars.githubusercontent.com/u/39480008?v=4",
"profile": "https://github.com/konarshankar07",
"contributions": [
"code"
]
},
{
"login": "sequensucks",
"name": "Bratuniak Oleg",
"avatar_url": "https://avatars.githubusercontent.com/u/89065178?v=4",
"profile": "https://github.com/sequensucks",
"contributions": [
"bug"
]
},
{
"login": "drew-webscale",
"name": "Drew Michael",
"avatar_url": "https://avatars.githubusercontent.com/u/102184874?v=4",
"profile": "https://github.com/drew-webscale",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 5
Expand Down
20 changes: 14 additions & 6 deletions .github/workflows/deployment-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,17 @@ jobs:
exit 1
fi

# the above curl only *asks* for the container to be deployed
# we don't know when the newly built Docker image replaces the old one
# but it takes less than 5 minutes
- name: 'Wait for container deployed on VSF Cloud to come online'
run: 'sleep 300'
shell: 'bash'
- name: 'Poll for Farmer pod deployment status'
timeout-minutes: 5
run: |
query_deploy_check_endpoint () {
NAMESPACE=${{ inputs.environment-code }}-europe-west1-gcp-storefrontcloud-io
curl -s \
-H 'X-User-Id: ${{ secrets.cloud-username }}' \
-H 'X-Api-Key: ${{ secrets.cloud-password }}' \
-H 'Content-Type: application/json' \
https://farmer.storefrontcloud.io/deploy_check/$NAMESPACE/${{ github.sha }}
}
until $( query_deploy_check_endpoint | tee /dev/stderr | grep -q '{"code":200,"ready":"1","deployed":"1"}' ); do
sleep 10;
done;
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project is a Magento 2 integration for Vue Storefront 2.
<hr />

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-27-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

## How to start if you want to try out the integration
Expand Down Expand Up @@ -146,6 +146,13 @@ Thanks go to these wonderful people 🙌:
<tr>
<td align="center"><a href="https://github.com/Diegoalbag"><img src="https://avatars.githubusercontent.com/u/72459310?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Diego Alba</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=Diegoalbag" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/aelmizeb"><img src="https://avatars.githubusercontent.com/u/19288561?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Abdellatif EL MIZEB</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=aelmizeb" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bensinca"><img src="https://avatars.githubusercontent.com/u/13001260?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Beniamin Sinca</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/issues?q=author%3Abensinca" title="Bug reports">🐛</a> <a href="https://github.com/vuestorefront/magento2/commits?author=bensinca" title="Code">💻</a></td>
<td align="center"><a href="https://blog.fts.scot/"><img src="https://avatars.githubusercontent.com/u/3168648?v=4?s=80" width="80px;" alt=""/><br /><sub><b>maaarghk</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=maaarghk" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/konarshankar07"><img src="https://avatars.githubusercontent.com/u/39480008?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Shankar Konar</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/commits?author=konarshankar07" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/sequensucks"><img src="https://avatars.githubusercontent.com/u/89065178?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Bratuniak Oleg</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/issues?q=author%3Asequensucks" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/drew-webscale"><img src="https://avatars.githubusercontent.com/u/102184874?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Drew Michael</b></sub></a><br /><a href="https://github.com/vuestorefront/magento2/issues?q=author%3Adrew-webscale" title="Bug reports">🐛</a></td>
</tr>
</table>

Expand Down
10 changes: 5 additions & 5 deletions docs/installation-setup/configure-magento.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ For security reasons, Magento 2, by default, allows maximum GraphQL query comple
To install the Magento 2 GraphQL Config module, run the following commands on your Magento installation:

```bash
composer require caravelx/module-graphql-config
php bin/magento module:enable Caravel_GraphQlConfig
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
bin/composer require caravelx/module-graphql-config
bin/magento module:enable Caravel_GraphQlConfig
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
```

Then go to the admin panel, find the configuration panel of the `GraphQL CustomConfig` module, and set:
Expand Down
4 changes: 2 additions & 2 deletions docs/installation-setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Go to the newly created directory and install the required dependencies:
```bash
cd <project_name>

npm install
yarn install
```

### Step 2. Setup and configure Magento
Expand All @@ -51,7 +51,7 @@ With the Magento instance setup and configured, you can connect your project to
The project is now ready. You can start the application in development mode using the command below. You can read more about available commands and environments on the [Commands and deployment](https://nuxtjs.org/docs/2.x/get-started/commands/) page in Nuxt.js documentation.

```bash
npm run dev
yarn run dev
```

## Recommended tools
Expand Down
44 changes: 44 additions & 0 deletions docs/migration-guides/1.0.2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## Vue Storefront for Magento 1.0.2

Along with bug fixes and reactors, this release contains a few load test scenarios we use to perform load testing using K6.

## Features
- feat: add i18n base URL configuration [#/1314](https://github.com/vuestorefront/magento2/pull/1314)

### Bugfix

- fix: header navigation "hasChildren" always returning true [#1315](https://github.com/vuestorefront/magento2/pull/1315)
- fix: command correction according to markshust script [#1305](https://github.com/vuestorefront/magento2/pull/1305)
- fix: images are not loaded properly with ipx [#1292](https://github.com/vuestorefront/magento2/pull/1292)
- fix: fix bug when media_gallery array is empty [#/1267](https://github.com/vuestorefront/magento2/pull/1267)
- fix: product review form offscreen issue [#1304](https://github.com/vuestorefront/magento2/pull/1304)

### Refactors

- refactor: remove style duplication in my account route components [#1310](https://github.com/vuestorefront/magento2/pull/1310)
- refactor: update yarn lock [#/1293](https://github.com/vuestorefront/magento2/pull/1293)
- refactor: improve typings [#1262](https://github.com/vuestorefront/magento2/pull/1262)

### Chore

- chore: added new contributors [#1316](https://github.com/vuestorefront/magento2/pull/1316)

### Docs

- docs: update installation guide [#1312](https://github.com/vuestorefront/magento2/pull/1312)
- docs: fix several oversights on 1.0.0-rc.10 breaking changes doc [#1308](https://github.com/vuestorefront/magento2/pull/1308)

### Test

- test: add load test for a new user registration [#1313](https://github.com/vuestorefront/magento2/pull/1313)
- test: add buy product as a guest user load test [#1311](https://github.com/vuestorefront/magento2/pull/1311)
- test: add search product load tests [#1309](https://github.com/vuestorefront/magento2/pull/1309)
- test: browsing product load test [#1306](https://github.com/vuestorefront/magento2/pull/1306)

### Repository

- ci: stop using personal access token for deployment API[#1303](https://github.com/vuestorefront/magento2/pull/1303)

### Credits

Huge thanks to [@bensinca](https://github.com/bensinca), [@sethidden](https://github.com/sethidden), [@bartoszherba](https://github.com/bartoszherba), [@konarshankar07](https://github.com/konarshankar07), [@filipsobol](https://github.com/filipsobol) and [@maaarghk](https://github.com/maaarghk)
5 changes: 4 additions & 1 deletion docs/migration-guides/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Migration guides

## 1.0.x
- [1.0.2](./1.0.2/)
- [1.0.1](./1.0.1/)
- [1.0.0](./1.0.0/)

## Release candidates
- [1.0.0-rc.10](./1.0.0-rc.10/)
- [1.0.0-rc.9](./1.0.0-rc.9/)
- [1.0.0-rc.8](./1.0.0-rc.8/)
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-import",
"version": "1.0.1",
"version": "1.0.2",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-jest",
"version": "1.0.1",
"version": "1.0.2",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-typescript",
"version": "1.0.1",
"version": "1.0.2",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-vue",
"version": "1.0.1",
"version": "1.0.2",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-base",
"version": "1.0.1",
"version": "1.0.2",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-api",
"version": "1.0.1",
"version": "1.0.2",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@vue-storefront/core": "~2.5.6",
"@vue-storefront/magento-api": "^1.0.1",
"@vue-storefront/magento-api": "^1.0.2",
"@vue/composition-api": "^1.4.1",
"cookie-universal": "^2.1.5",
"vue": "^2.6.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/load-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-load-tests",
"version": "1.0.1",
"version": "1.0.2",
"description": "Load tests for Magento 2 - VSF integration",
"main": "index.js",
"repository": "https://github.com/vuestorefront/magento2",
Expand Down
Loading