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: reduce excessive API calls #810

Merged
merged 22 commits into from
Aug 7, 2024
Merged

fix: reduce excessive API calls #810

merged 22 commits into from
Aug 7, 2024

Commits on Aug 2, 2024

  1. fix: reduce excessive API calls [wip]

    reduces api calls on build, services, graph, and repo pages
    avoids calls when builds are finished
    now with user agent
    wass3r committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d2b16aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d724e0f View commit details
    Browse the repository at this point in the history
  3. fix: rerender graph every 1s

    plyr4 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b9bbcbc View commit details
    Browse the repository at this point in the history
  4. remove breaking version header addition

    going to save this for a non-patch update
    wass3r committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6bac33f View commit details
    Browse the repository at this point in the history
  5. remove unused import

    wass3r committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e7310d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e602332 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10cd55b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. check if any service is running to determine whether to update instea…

    …d of checking build status
    wass3r committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    560685e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08df4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce7bec9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    1894727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308819e View commit details
    Browse the repository at this point in the history
  3. update global hooks from hooks page

    to make tab alerting work on errors; when this page was reduced to only
    produce one call to update hooks, it didn't update tab status because
    that's handled by the upper-level layout. this adopts same pattern as
    source repos
    wass3r committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a36120d View commit details
    Browse the repository at this point in the history
  4. fix test

    this step won't update if it's not running
    wass3r committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    89ebb1a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    815b04b View commit details
    Browse the repository at this point in the history
  2. handle 401s on non-token-refresh calls

    will redirect to last page you were on. some opportunity here to improve
    messaging on login screen, or maybe sticky toast signaling reason you
    are not on the page you were on before.
    wass3r committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8f47652 View commit details
    Browse the repository at this point in the history
  3. rename and add note

    wass3r committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d1c01a0 View commit details
    Browse the repository at this point in the history
  4. rename var

    wass3r committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    30ca1d2 View commit details
    Browse the repository at this point in the history
  5. add note

    wass3r committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    15b46f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    883b484 View commit details
    Browse the repository at this point in the history
  2. fix test

    wass3r committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5c7cf2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fe56dd View commit details
    Browse the repository at this point in the history