-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: ezsystems/ezrecommendation-client
base: v2.1.7
head repository: ezsystems/ezrecommendation-client
compare: 2.1
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7963fe8 - Browse repository at this point
Copy the full SHA 7963fe8View commit details
Commits on Dec 3, 2021
-
Fixed errors reported by phpstan (#94)
* Fixed errors reported by phpstan * Used Symfony\Component\Security\Core\Security in UserHelper
Configuration menu - View commit details
-
Copy full SHA for 37a8d52 - Browse repository at this point
Copy the full SHA 37a8d52View commit details
Commits on Dec 13, 2021
-
konradoboza committed
Dec 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 6412147 - Browse repository at this point
Copy the full SHA 6412147View commit details
Commits on Dec 14, 2021
-
IBX-1448: Prevented sending login when customer_id is empty (#93)
* IBX-1448: Prevented sent login when customer_id is empty * moved to a new function get customerId, created test coverage * corrected phpstan * corrected phpstan * corrected phpstan, removed null return * moved getParameters to functions, changed phpdoc for Logger, corrected test and PHPStan * Added hasParameter before getParameter, cast to int for customerId, changed arguments in getNotificationUri function, adjust tests * Added check if siteAccess is not null, corrected phpStan * changed conditional to check $currentSiteAccess is null * moved RECOMMENDATION_SESSION_KEY to variable * Added arguments for $siteAccessService in LoginListener * Returned null if customerId is null * Corrected CS
Configuration menu - View commit details
-
Copy full SHA for 6f05bfd - Browse repository at this point
Copy the full SHA 6f05bfdView commit details
Commits on Jan 5, 2022
-
konradoboza committed
Jan 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 6a80d05 - Browse repository at this point
Copy the full SHA 6a80d05View commit details -
konradoboza committed
Jan 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 92d58db - Browse repository at this point
Copy the full SHA 92d58dbView commit details
Commits on Jan 10, 2022
-
konradoboza committed
Jan 10, 2022 Configuration menu - View commit details
-
Copy full SHA for d98356d - Browse repository at this point
Copy the full SHA d98356dView commit details -
konradoboza committed
Jan 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 50f6746 - Browse repository at this point
Copy the full SHA 50f6746View commit details -
Merge pull request #95 from ezsystems/bump-php-req
Bumped PHP requirement
Configuration menu - View commit details
-
Copy full SHA for cc5b18d - Browse repository at this point
Copy the full SHA cc5b18dView commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5fe4df5 - Browse repository at this point
Copy the full SHA 5fe4df5View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4493467 - Browse repository at this point
Copy the full SHA 4493467View commit details -
Merge pull request #97 from ezsystems/fixed-get-parent-location-path-…
…string IBX-1972: Fixed get parent location path string
Configuration menu - View commit details
-
Copy full SHA for 164c122 - Browse repository at this point
Copy the full SHA 164c122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246fd5a - Browse repository at this point
Copy the full SHA 246fd5aView commit details -
Merge pull request #98 from ezsystems/ibx-1972-refactored-location-he…
…lper IBX-1972: Refactored LocationHelper::getParentLocationPathString
Configuration menu - View commit details
-
Copy full SHA for b7ccb43 - Browse repository at this point
Copy the full SHA b7ccb43View commit details
Commits on Feb 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 77d4a6f - Browse repository at this point
Copy the full SHA 77d4a6fView commit details
Commits on Feb 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e491b3d - Browse repository at this point
Copy the full SHA e491b3dView commit details
Commits on Feb 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aaef250 - Browse repository at this point
Copy the full SHA aaef250View commit details -
IBX-2306: Dropped useless code (#102)
* Dropped ContentTypeController * Dropped run export action
Configuration menu - View commit details
-
Copy full SHA for a94d9c5 - Browse repository at this point
Copy the full SHA a94d9c5View commit details
Commits on Feb 17, 2022
-
IBX-2324: Added configuration parameter and RepositoryConfigResolver …
…to allow use content remote id (#103) * Added repository.content.use_remote_id parameter * Added Ibexa\Personalization namespace * Added RepositoryConfigResolver * Update src/bundle/DependencyInjection/ConfigurationMapper.php Co-authored-by: Konrad Oboza <konrad.oboza@ez.no> Co-authored-by: Konrad Oboza <konrad.oboza@ez.no>
Configuration menu - View commit details
-
Copy full SHA for 7ceee63 - Browse repository at this point
Copy the full SHA 7ceee63View commit details -
IBX-2330: Added usage remoteId in user tracker (#104)
* Added repository.content.use_remote_id parameter * Added Ibexa\Personalization namespace * Added RepositoryConfigResolver * Update src/bundle/DependencyInjection/ConfigurationMapper.php Co-authored-by: Konrad Oboza <konrad.oboza@ez.no> * IBX-2330: Added usage remoteId in user tracker https://issues.ibexa.co/browse/IBX-2330 Co-authored-by: Konrad Oboza <konrad.oboza@ez.no>
Configuration menu - View commit details
-
Copy full SHA for 41d6c0a - Browse repository at this point
Copy the full SHA 41d6c0aView commit details -
IBX-2332: Added remoteId support in RecommendationEventSubscriber to …
…fetch recommendations (#105) * Added repository.content.use_remote_id parameter * Added Ibexa\Personalization namespace * Added RepositoryConfigResolver * Update src/bundle/DependencyInjection/ConfigurationMapper.php Co-authored-by: Konrad Oboza <konrad.oboza@ez.no> * IBX-2332: Added remoteId support in RecommendationEventSubscriber to fetch recommendations https://issues.ibexa.co/browse/IBX-2332 Co-authored-by: Konrad Oboza <konrad.oboza@ez.no>
Configuration menu - View commit details
-
Copy full SHA for ee85d79 - Browse repository at this point
Copy the full SHA ee85d79View commit details -
IBX-2334: Added remoteId support in export and update processes (#106)
* Moved Export and Content Controllers to REST directory * Fixed download export file route * Added remoteId support for updated content url * Added remoteId support in export * Dropped useless ListParamConverter * Added ContentQueryType * Dropped useless property * Added usage of LoggerAwareInterface in ContentHelper * Removed redundand phpdoc * Added methods to get query based on remoteId or numeric id * Renamed methods to retrieve a query
Configuration menu - View commit details
-
Copy full SHA for 8e44b7b - Browse repository at this point
Copy the full SHA 8e44b7bView commit details
Commits on Feb 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b9f4b72 - Browse repository at this point
Copy the full SHA b9f4b72View commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3f7b2ff - Browse repository at this point
Copy the full SHA 3f7b2ffView commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ef4262 - Browse repository at this point
Copy the full SHA 5ef4262View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 717b37c - Browse repository at this point
Copy the full SHA 717b37cView commit details
Commits on Dec 8, 2022
-
IBX-4469: Fixed add content based parameters to request (#111)
* Add content based parameters to request when contextItems is passed * Bumped phpstan version * Fixed errors reported by phpstan * Fixed cs
Configuration menu - View commit details
-
Copy full SHA for 6b0ef31 - Browse repository at this point
Copy the full SHA 6b0ef31View commit details
Commits on May 16, 2023
-
IBX-2597: Removing first Pesonalized block from page builder editor r…
…emoves both previews (#113) * IBX-2597: Removing first Pesonalized block from page builder editor removes both previews * order of uses * [Composer] Added symfony/webpack-encore-bundle dependency * [PHPStan] Fixed phpstan errors * Changed visibilty of property in Reco controller * Added calling reset second time --------- Co-authored-by: Tomasz Kryszan <tomasz.kryszan@ez.no>
Configuration menu - View commit details
-
Copy full SHA for 99498fa - Browse repository at this point
Copy the full SHA 99498faView commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a74064f - Browse repository at this point
Copy the full SHA a74064fView commit details
Commits on Jun 6, 2024
-
IBX-8357: Fixed item export (#115)
* IBX-8357: Fixed item export * fix phpstan * Apply suggested change
Configuration menu - View commit details
-
Copy full SHA for 9637aed - Browse repository at this point
Copy the full SHA 9637aedView commit details
Commits on Jun 7, 2024
-
IBX-8019: Replaced LocationService::loadLocationChildren usages with …
…`SearchService::findLocations` (#114) * IBX-8019: Replaced `LocationService::loadLocationChildren` usages with `SearchService::findLocations` * IBX-8019: Fixed LocationEventSubscriberTest to actually check NotificationService::sendNotification calls * IBX-8019: Fixed codestyle * IBX-8019: Added missing dependencies to TrashEventSubscriber * IBX-8019: Fixed TrashEventSubscriberTest to actually test EventNotificationService::sendNotification calls * IBX-8019: Aligned unit tests and PHPStan * IBX-8019: Used static PHPUnit invocations * IBX-8019: Used union instead of intersection types on MockObjects * IBX-8019: Regenerated PHPStan baseline
Configuration menu - View commit details
-
Copy full SHA for 2516953 - Browse repository at this point
Copy the full SHA 2516953View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.