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

Merge beta into master #45

Merged
merged 30 commits into from
Apr 10, 2024
Merged

Merge beta into master #45

merged 30 commits into from
Apr 10, 2024

Commits on Mar 12, 2024

  1. 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
    jansentjeu authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0513668 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    cf12d81 View commit details
    Browse the repository at this point in the history
  2. chore: Updated README for semantic release

    chore: Updated README for semantic release
    jansentjeu authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ebbc38c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6a144 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    481d97e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4da8d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e838c5b View commit details
    Browse the repository at this point in the history
  7. chore: Fixed phpmd linter

    jansentjeu committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2f407a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    387f2ef View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. 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.
    ah-net authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7b325cb View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    486bc11 View commit details
    Browse the repository at this point in the history
  3. perf: Applied phpcs and phpmd rules

    BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules.
    jansentjeu committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d7e82dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d0109 View commit details
    Browse the repository at this point in the history
  5. 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.
    semantic-release-bot committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    35b1682 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    d289fd3 View commit details
    Browse the repository at this point in the history
  2. 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.
    semantic-release-bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3319779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19555a2 View commit details
    Browse the repository at this point in the history
  4. 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.
    semantic-release-bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bb5c073 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bump version nr

    ah-net committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8deb100 View commit details
    Browse the repository at this point in the history
  2. 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.
    semantic-release-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ab45570 View commit details
    Browse the repository at this point in the history
  3. 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.
    ah-net committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    389dad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f9b4d7 View commit details
    Browse the repository at this point in the history
  5. 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.
    semantic-release-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2263a31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f807f74 View commit details
    Browse the repository at this point in the history
  7. 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.
    ah-net committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3576069 View commit details
    Browse the repository at this point in the history
  8. 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))
    semantic-release-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f31f809 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. perf: Applied phpcs and phpmd rules

    BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules. #37 #36
    ah-net committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dad3813 View commit details
    Browse the repository at this point in the history
  2. 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.
    ah-net committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7f8fa8a View commit details
    Browse the repository at this point in the history
  3. 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
    semantic-release-bot committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    96eb24c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acb33aa View commit details
    Browse the repository at this point in the history