Skip to content

Commit

Permalink
Merge beta into master (#45)
Browse files Browse the repository at this point in the history
* chore: Added semantic release (#30)

* chore: Added semantic release

* chore: Added develop branch to semantic release

* chore: Set beta branch as prerelease branch

* chore: Only trigger release workflow for master and beta branch

* chore: Updated README for semantic release

* chore: Added Youwe Testing Suite

* chore: Added Magento secrets in testing suite action

* chore: Disabled phpstan linter

* chore: Fixed phpmd linter

* chore: Run grumphp directly with PHP

* fix: use id instead of SKU (#39)

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 6.0.3-beta.1 [skip ci]

## [6.0.3-beta.1](v6.0.2...v6.0.3-beta.1) (2024-03-29)

### Bug Fixes

* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

* perf: Applied phpcs and phpmd rules

BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules.

* fix: Fixed DriverInterface issue

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-03-29)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* fix: Fixed issue in FeedContent construct

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-05)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* chore: Changed release job permissions

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-05)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* Bump version nr

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-09)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* fix: use id instead of SKU (#39)

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 7.0.0-beta.1 [skip ci]

# [7.0.0-beta.1](v6.0.2...v7.0.0-beta.1) (2024-04-09)

### Bug Fixes

* Fixed DriverInterface issue ([a6d0109](a6d0109))
* Fixed issue in FeedContent construct ([d289fd3](d289fd3))
* use id instead of SKU ([#39](#39)) ([389dad7](389dad7))
* use id instead of SKU ([#39](#39)) ([7b325cb](7b325cb))

### Performance Improvements

* Applied phpcs and phpmd rules ([d7e82dd](d7e82dd))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules.

* fix: use id instead of SKU #39

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 7.0.0-beta.2 [skip ci]

# [7.0.0-beta.2](v7.0.0-beta.1...v7.0.0-beta.2) (2024-04-09)

### Bug Fixes

* use id instead of SKU [#39](#39) ([3576069](3576069))

* perf: Applied phpcs and phpmd rules

BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules. #37 #36

* fix: use id instead of sku #39

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

* chore(release): 7.0.0-beta.3 [skip ci]

# [7.0.0-beta.3](v7.0.0-beta.2...v7.0.0-beta.3) (2024-04-10)

### Bug Fixes

* use id instead of sku [#39](#39) ([7f8fa8a](7f8fa8a))

### Performance Improvements

* Applied phpcs and phpmd rules ([dad3813](dad3813))

### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules. #37 #36

---------

Co-authored-by: Tjeu Jansen <161043478+jansentjeu@users.noreply.github.com>
Co-authored-by: tjeujansen <tjansen@emico.nl>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
4 people authored Apr 10, 2024
1 parent 50cf6d0 commit 12701f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [7.0.0-beta.3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v7.0.0-beta.2...v7.0.0-beta.3) (2024-04-10)


### Bug Fixes

* use id instead of sku [#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39) ([7f8fa8a](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7f8fa8ab19cb024d280210d168713a61be0da2e9))


### Performance Improvements

* Applied phpcs and phpmd rules ([dad3813](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/dad3813f743f615d5459c5eb78be3f5109044efa))


### BREAKING CHANGES

* Code is refactored based on phpcs and phpmd rules. #37 #36

# [7.0.0-beta.2](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2024-04-09)


Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ Install package using composer
composer require tweakwise/magento2-tweakwise-export
```


Enable module

If 'Store Level Export' enabled single store feed can be generated using the command line.
```sh
php bin/magento tweakwise:export --store '<storecode>'
```

Run installers
```sh
php bin/magento module:enable Tweakwise_Magento2TweakwiseExport
Expand All @@ -33,6 +27,11 @@ php bin/magento tweakwise:export -t price //price export
php bin/magento tweakwise:export -s storecode //store level export, only works is store level export is enabled
```

If 'Store Level Export' enabled single store feed can be generated using the command line.
```sh
php bin/magento tweakwise:export --store '<storecode>'
```

## Debugging
Debugging is done using the default debugging functionality of Magento / PHP. You can enable indentation of the feed by setting deploy mode to developer.
```sh
Expand Down

0 comments on commit 12701f7

Please sign in to comment.