Closed tapishr closed 1 year ago
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 60.00% | |
ajayVibinex | 40.00% |
Auto-assigning to following reviewers: avikalpg ajayVibinex
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 60.00% | |
ajayVibinex | 40.00% |
Auto-assigning to following reviewers: avikalpg ajayVibinex
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 52.63% | |
ajayVibinex | 47.37% |
Auto-assigning to following reviewers: avikalpg ajayVibinex
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 50.00% | |
ajayVibinex | 50.00% |
Auto-assigning to following reviewers: avikalpg ajayVibinex
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 50.00% | |
ajayVibinex | 50.00% |
Auto-assigning to following reviewers: avikalpg ajayVibinex
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 67.86% | |
ajayVibinex | 32.14% |
Auto-assigning to following reviewers: avikalpg ajayVibinex
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Coverage Report from Vibinex The following reviewers have approved the PR: | Reviewer Name | Review Coverage |
---|---|---|
avikalpg | 67.86% | |
avikalpg | 67.86% |
Total Coverage for PR = 135.71428571428572%
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page
This update enhances user session data handling and improves API interactions. It introduces a new step to store the session token from cookies into local storage. Additionally, it refines the way we interact with the Bitbucket API by adding a new function for on-premises calls, correcting key usage in several functions, and updating API endpoints and query parameters.
File | Summary |
---|---|
popup/popup.js |
Added functionality to retrieve session token from cookies and store it in local storage. Logs an error message if cookie retrieval fails. |
scripts/contentScript.js |
Introduced a new function apiCallOnprem for making API calls with additional query parameters. Corrected key usage in FilesInPrBitbucket and bitBucketHunkHighlight functions. Updated API endpoints and query parameters in the orchestrator function. |
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication
Merging without review since the last commit was just a log change
Relevant users for this PR: | Contributor Name/Alias | Code Coverage |
---|---|---|
avikalpg | 67.86% | |
ajayVibinex | 32.14% |
Auto-assigning to following reviewers: avikalpg ajayVibinex
Code coverage is calculated based on the git blame information of the PR. To know more, hit us up at contact@vibinex.com. To change comment and auto-assign settings, go to your Vibinex settings page.
Implemented communication with onprem apis for bb
Replaced sync with local
Summary by CodeRabbit
New Feature: Enhanced user session data handling in
popup.js
by including the session token in the stored data.Bug Fix: Corrected key usage in
FilesInPrBitbucket
andbitBucketHunkHighlight
functions incontentScript.js
for accurate file name and path retrieval from API responses.Refactor: Updated
orchestrator
function incontentScript.js
to use revised API endpoints and query parameters.New Feature: Added a new function
apiCallOnprem
incontentScript.js
for making API calls with additional query parameters.