-
Notifications
You must be signed in to change notification settings - Fork 8
Dev #38
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
Conversation
This file contains hidden or 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
…endencies. Cleaned up testing code.
* Adding initial License and Owners files. * Import from objc repo branch. * Adding cocoapods support & proper README. * Cleaned up configuration protocol by adding subconfigurations for dependencies. Cleaned up testing code.
* Gate analytics usage by making sure a configuration exists.
…d some more analytics boilerplate to make everything sensible.
* Starting to add BVManager layer to Conversations. First, needed to add some more analytics boilerplate to make everything sensible.
* Plumb analytics through to the Conversations layer.
* Adding BVManager convenience methods for Conversations.
* Adding publicly facing documentation comments to BVAnalytics.
* Adding BVConversationsUI as well as a swift Conversations Example.
rahulbawane
added a commit
that referenced
this pull request
Aug 14, 2023
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Aug 14, 2023
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Aug 16, 2023
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]> Co-authored-by: Rahul Bawane <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Sep 6, 2023
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 23, 2023
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 * ✨ add originalProductName to BVReview.swift and originalProductName success and failure test cases in BVReviewQueryTest (#48) * Pd 219419 remove hardcoded credentials (#47) * 🎨 removed hardcoded credentials * 🎨 added valid and invalid userId as json file * 🎨 handling user id json using BVTestUsers class * 🎨 applied gitguardian changes * 🔖 Release 1.12.0 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
May 28, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit fc1f21985823407a9ae8a698c840a02300e94016. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
May 28, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit fc1f21985823407a9ae8a698c840a02300e94016. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
May 28, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit fc1f21985823407a9ae8a698c840a02300e94016. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]> Co-authored-by: Rahul Bawane <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
May 28, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit fc1f21985823407a9ae8a698c840a02300e94016. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
May 28, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit fc1f21985823407a9ae8a698c840a02300e94016. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 * ✨ add originalProductName to BVReview.swift and originalProductName success and failure test cases in BVReviewQueryTest (#48) * Pd 219419 remove hardcoded credentials (#47) * 🎨 removed hardcoded credentials * 🎨 added valid and invalid userId as json file * 🎨 handling user id json using BVTestUsers class * 🎨 applied gitguardian changes * 🔖 Release 1.12.0 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
May 28, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit fc1f21985823407a9ae8a698c840a02300e94016. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 * ✨ add originalProductName to BVReview.swift and originalProductName success and failure test cases in BVReviewQueryTest (#48) * Pd 219419 remove hardcoded credentials (#47) * 🎨 removed hardcoded credentials * 🎨 added valid and invalid userId as json file * 🎨 handling user id json using BVTestUsers class * 🎨 applied gitguardian changes * 🔖 Release 1.12.0 * Pd 227493 resolve gitguardian incidents (#51) * 🔥 remove sonar scan related files * 🔥 adding test cases secrets to json file * Clean up ignored files * 🎨 removing gitguardian secrets * 🎨 removing session tokens * 🎨 resolved gitguardian incidents * Pd 230124 add backstage secrets catalog (#52) * 📝 adding catalog file for backstage * 🎨 add secrets to catalog file * 🎨 update resources names * Update catalog-info.yaml (#53) * Rahul bawane bveng patch 2 update catalog info (#54) * Update catalog-info.yaml * 🎨 change nomenclature for building hosted request testcases * Pd 229503 upload native video for submitreviews (#55) * 🎨 update BVVideo structure to handle video upload * ✨ implement uploadvideo.json api * 🎨 add test cases for video upload * 🎨 update bundle name in test case and default video extension * 🎨 add video for test case * Release 1.13.0 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
…38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit 25db47a. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit 25db47a. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit 25db47a. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]> Co-authored-by: Rahul Bawane <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]> Co-authored-by: Rahul Bawane <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit 25db47a. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 --------- Co-authored-by: Rahul Bawane <[email protected]> Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit 25db47a. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 * ✨ add originalProductName to BVReview.swift and originalProductName success and failure test cases in BVReviewQueryTest (#48) * Pd 219419 remove hardcoded credentials (#47) * 🎨 removed hardcoded credentials * 🎨 added valid and invalid userId as json file * 🎨 handling user id json using BVTestUsers class * 🎨 applied gitguardian changes * 🔖 Release 1.12.0 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit ba52da0e2d2209afe443df00ace8230bdbe8b498. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 * ✨ add originalProductName to BVReview.swift and originalProductName success and failure test cases in BVReviewQueryTest (#48) * Pd 219419 remove hardcoded credentials (#47) * 🎨 removed hardcoded credentials * 🎨 added valid and invalid userId as json file * 🎨 handling user id json using BVTestUsers class * 🎨 applied gitguardian changes * 🔖 Release 1.12.0 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
rahulbawane
added a commit
that referenced
this pull request
Oct 9, 2024
* Add sonarqube scan worflow * Pd 177323 cdv filter (#13) * Implemented CDV filter for reviews.json * Pd 177925 seccondary ratings filter (#14) * Implemented Secondaryratings filters for reviews.json * Implemented Additional field filter for reviews.json (#15) * Implemented tag dimensions filter for reviews.json * Pd 178797 add value label cdv response (#18) Mapped "ValueLabel" response object for context data values * Pd 178686 tag statistics (#19) Implemented tagstats reuest param for reviews.json and products.json * Mapped secondary averages response objects * Implemented Secondary Rating Distribution * Refactoring keyword filter classes to maintain the parity * Allow dynamic array or variadic parameters to be passed to filter function * Release 1.10.0 * Implemented Custom Sort, Relavancy Sort, Xcode 14 fix * Update Sonarscan workflow * Q&A statistics changes for statistics.json * Release 1.11.0 * Fix for configuration errors with test case changes * Release 1.11.1 * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35) * Revert ":bug: fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction (#35)" (#37) This reverts commit 25db47a. * Pd 215869 bv pixel transaction event not recorded on monitoring tool (#38) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * Release 1.11.2 * Pd 217873 upgrade ios minimum deployment target (#42) * 🐛 fixed transaction monitoring issue by adding clientId in BVAnalyticsEventTransaction * 🐛 fix transaction monitoring issue by checking client key in whitelist and blacklist dictionary ✅ add separate test cases for nonPII and PII transactions event * ⚰️ removing unused code * ⚡ update minimum iOS deployment target * 🔖 Release 1.11.3 * 🐛 remove escaping for unsafe parameters value (#45) * 🔖 Release 1.11.4 * ✨ add originalProductName to BVReview.swift and originalProductName success and failure test cases in BVReviewQueryTest (#48) * Pd 219419 remove hardcoded credentials (#47) * 🎨 removed hardcoded credentials * 🎨 added valid and invalid userId as json file * 🎨 handling user id json using BVTestUsers class * 🎨 applied gitguardian changes * 🔖 Release 1.12.0 * Pd 227493 resolve gitguardian incidents (#51) * 🔥 remove sonar scan related files * 🔥 adding test cases secrets to json file * Clean up ignored files * 🎨 removing gitguardian secrets * 🎨 removing session tokens * 🎨 resolved gitguardian incidents * Pd 230124 add backstage secrets catalog (#52) * 📝 adding catalog file for backstage * 🎨 add secrets to catalog file * 🎨 update resources names * Update catalog-info.yaml (#53) * Rahul bawane bveng patch 2 update catalog info (#54) * Update catalog-info.yaml * 🎨 change nomenclature for building hosted request testcases * Pd 229503 upload native video for submitreviews (#55) * 🎨 update BVVideo structure to handle video upload * ✨ implement uploadvideo.json api * 🎨 add test cases for video upload * 🎨 update bundle name in test case and default video extension * 🎨 add video for test case * Release 1.13.0 --------- Co-authored-by: Abishekh S Kamath <[email protected]> Co-authored-by: chetan shanbag <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please explain the changes you made here.
Checklist