Skip to content
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

fix(powerbi): fix access token expiry #8680

Commits on Aug 21, 2023

  1. fix(powerbi): fix access token expiry

    Powerbi returns an expiry time for the access
    token which is currently ignored.
    This causes all api calls to fail after 60 minutes,
    which is the timeout returned by PowerBI.
    This commit fixes the bug by creating a new token
    once the old one expires.
    elish7lapid committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    43ad229 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. CR fixes.

    elish7lapid committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3bfafe8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. CR fixes 2 - add tests

    elish7lapid committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6b0bfe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    9d3b484 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    9ab0d3c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. lint + fix tests

    elish7lapid committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    52e1ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa711a4 View commit details
    Browse the repository at this point in the history