Skip to content

Unstable #37

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

Merged
merged 28 commits into from
Jul 2, 2018
Merged

Unstable #37

merged 28 commits into from
Jul 2, 2018

Conversation

synackal
Copy link
Contributor

@synackal synackal commented Jul 2, 2018

Description

Please explain the changes you made here.

Checklist

  • Code compiles correctly
  • Proper Xcode Markup comments are added to changes
  • Created tests which fail without the change (if applicable)
  • All tests passing
  • Validate that all example applications compile, run, and work (if applicable)
  • Extended the README, if necessary

Michael Van Milligan and others added 28 commits May 21, 2018 14:23
…d some more analytics boilerplate to make everything sensible.
@synackal synackal merged commit 94963ef into dev Jul 2, 2018
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
…n BVAnalyticsEventTransaction (#35)" (#37)

This reverts commit 25db47a.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant