-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Added semantic release (#158) * 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 (#160) * chore: Updated README for semantic release * Merge master back to beta branch (#165) * Prevent duplicate slug values (#159) Prevent duplicate slug values * Fix notice missing variables (#157) * Bump version * chore: Added semantic release (#158) * 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 (#160) * chore: Updated README for semantic release --------- Co-authored-by: Tjeu Jansen <[email protected]> Co-authored-by: tjeujansen <[email protected]> * chore: Added Youwe Testing Suite * chore: Added Magento secrets in testing suite action * chore: Fixed phpmd linter * chore: Run grumphp directly with PHP * perf: Applied phpcs and phpmd rules BREAKING CHANGE: Code is refactored based on phpcs and phpmd rules. * Fixed phpcs issues in AttributeSlugRepository * chore(release): 6.0.0-beta.1 [skip ci] # [6.0.0-beta.1](v5.8.3...v6.0.0-beta.1) (2024-03-29) ### Performance Improvements * Applied phpcs and phpmd rules ([9a499fd](9a499fd)) ### BREAKING CHANGES * Code is refactored based on phpcs and phpmd rules. * feat: searchable filters (#166) When the filtersearch option is enabled within Tweakwise for a specific filter in the filter template, a search box will now appear above the filter. This search box allows users to conveniently search through the filter values associated with that particular filter. In cases where no filters are found, the designated text for displaying no results as configured in Tweakwise will be shown. Additionally, users have the option to specify placeholder text for the search box within Tweakwise. These modifications have been implemented within the default filter view. If you have customized your own view, please ensure to incorporate these changes accordingly. * chore(release): 6.0.0-beta.2 [skip ci] # [6.0.0-beta.2](v6.0.0-beta.1...v6.0.0-beta.2) (2024-04-09) ### Features * searchable filters ([#166](#166)) ([bebd6c6](bebd6c6)) * Fix spacing * Add filterpath to url if url no filter exists (#169) * Bump version nr --------- Co-authored-by: Tjeu Jansen <[email protected]> Co-authored-by: tjeujansen <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
- Loading branch information
1 parent
a476ef2
commit bbc20f7
Showing
181 changed files
with
1,252 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Testing Suite | ||
on: [push] | ||
jobs: | ||
linter: | ||
strategy: | ||
matrix: | ||
image: [ | ||
'srcoder/development-php:php82-fpm' | ||
] | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ${{ matrix.image }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Testing Suite | ||
run: | | ||
composer2 config http-basic.repo.magento.com ${{ secrets.MAGENTO_USERNAME }} ${{ secrets.MAGENTO_PASSWORD }} | ||
composer2 install --dev --prefer-dist --no-scripts --no-progress --optimize-autoloader --no-interaction -vvv | ||
composer2 show | ||
vendor/bin/grumphp run --no-interaction | ||
shell: bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.