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

SSP-160 Search analytics for nosto products sw66 #105

Merged
merged 29 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8672600
Add ssp160 adaption for sw66
bojand-soprex Jan 16, 2025
297a83a
Revoke commited js files
bojand-soprex Jan 16, 2025
27b26ae
Remove src/Resources/app/storefront/dist/storefront/js/nosto-integrat…
bojand-soprex Jan 16, 2025
e4ce2fb
Add exception handling in js
bojand-soprex Jan 16, 2025
027a586
Merge branch 'ssp-160-sw66' of github.com:Nosto/nosto-shopware6 into …
bojand-soprex Jan 16, 2025
1bfb544
Resolve PR comments
bojand-soprex Jan 31, 2025
b5476bc
Remove console log
bojand-soprex Feb 3, 2025
0936553
Fix php lint
bojand-soprex Feb 4, 2025
9c9733d
Fix ES Lint test
bojand-soprex Feb 4, 2025
875ac49
Fix product listing twig
bojand-soprex Feb 4, 2025
dcd4209
Adapt data logic
bojand-soprex Feb 4, 2025
56ab86e
Fix Lint
bojand-soprex Feb 4, 2025
bfbfba9
Refactor code logic
bojand-soprex Feb 5, 2025
ccfdb34
Adapt lint tests
bojand-soprex Feb 5, 2025
9b30b86
Fix lint
bojand-soprex Feb 5, 2025
6d04c81
Fix lint
bojand-soprex Feb 5, 2025
0b077f3
Fix lint
bojand-soprex Feb 5, 2025
617d4d6
SSP-160 adapting the code to send click and impression analytics
iganulevics Feb 6, 2025
b3c8565
Merge remote-tracking branch 'origin/develop' into ssp-160-sw66
iganulevics Feb 6, 2025
6c82a92
fixing lint issues
iganulevics Feb 6, 2025
d621d44
jslint fixes
iganulevics Feb 6, 2025
b0067da
adding missing default for the feature flag
iganulevics Feb 6, 2025
8f6cbc2
cleaning up
iganulevics Feb 7, 2025
4d462f7
making sure that resultId is passed back to the frontend and back down
iganulevics Feb 7, 2025
ad3c740
fixing linter
iganulevics Feb 7, 2025
6445837
changing text plus linter
iganulevics Feb 7, 2025
f20ecbc
the rest commit
iganulevics Feb 7, 2025
da7612e
updating php-sdk
iganulevics Feb 7, 2025
3ebd385
udpating php-sdk
iganulevics Feb 7, 2025
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"nosto/shopware6-job-scheduler": "^3.0",
"nosto/php-sdk": "^7.5.1",
"nosto/php-sdk": "^7.6.1",
"php": "^8.2"
},
"require-dev": {
Expand Down
134 changes: 70 additions & 64 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading