Skip to content

Conversation

jcalarcon98
Copy link
Contributor

Problem Description:

Currently the Reports Page does not load the emails of some users, this is because the current implementation does not take into account that the Azure endpoint only returns the first 100 users.
image

Solution:

In the user request, if there are more users, the Azure api returns an additional field named o.datanextLink, as long as the API returns this field he following number of remaining users is consumed.
image

fix: TT-287 Add test for AzureConnection.users function
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 7, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jase156 jase156 self-requested a review July 8, 2021 19:32
@jcalarcon98 jcalarcon98 requested review from jase156 and removed request for jase156 July 8, 2021 20:04
Copy link
Contributor

@jase156 jase156 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job Jean Carlos

Copy link
Contributor

@PieritoAlva95 PieritoAlva95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good job Jean Carlos, keep up the good work. 💯 👍🏼 🥇

@jcalarcon98 jcalarcon98 merged commit fb222c1 into master Jul 9, 2021
@jcalarcon98 jcalarcon98 deleted the TT-287-users-emails-does-not-show-in-reports-page branch July 9, 2021 20:44
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.

4 participants