Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dashboard dashboard
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • AURA
  • dashboarddashboard
  • Merge requests
  • !2

Merged
Created Aug 25, 2020 by Richard Blechinger@pretzelhandsOwner

Bugfix: Auth on reload

  • Overview 1
  • Commits 1
  • Changes 5

When reloading the dashboard on any page that is not 'Home', the auth process would fail to run fast enough to be done by the the time when the ShowManager/FileManager start requesting resources

This bugfix wraps the show fetching mechanism in a watcher to ensure that we have an auth result before any further requests go out. Thus you can safely reload the dashboard on any page.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bugfix/auth-on-reload