Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ItemWhoNotes
JWT times out right awayPaul
  • WSL time was three days behind Windows
  • WSL can have time drift
  • Deals with nested hypervisors
  • Two tokens
    Variables in the script file
    • Access Token: 20 min timeout
    • Refresh Token: 2 hours timeout
  • Client
    • checks the JWT
    • If expired
      • asks server for new JWT
  • Server
    • Checks if you are eligible for new access token
  • Access token is being built with FrontEnd clock
  • Created branch frontendJwtClock Pull Request for Review and Approval.
Is scheduledb working now?Tyler
Jim
Ralph

  • Build (tick) Build is successful
  • Some (error) Some tests fail due to chrome driver version
Page Generation ProcessRalph
  •  Server
    • Executes Code
    • Generates HTML + Javascript
    • Sends to Browser
  • Browser Agent
    • Receives HTML + Javascript
    • Executes Javascript
    • Generates static HTML
    • Displays static HTML in browser
      • Static HTML is displayed in the browser
        This is the static source code that the browser would display for the page being displayed.
(error) ChromeLocalTests failRalph

Local Selenium Chrome driver is outdated

  • (tick) Merge branch frontendJwtClock into scheduledb
(tick) Testing scheduledb in dev passedJim
  • (tick) All tests passed ChromeLocalTest FirefoxLocalTest All
  • (tick) Deploy to scheduledb to dev using Jenkins
ReferenceAll

Parameterized Trigger

ChromeDriver Downloads

...