Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added discussion on upcoming SQGNE presentation, next meeting scheduled.

...

  • Review Docker Toolbox layers
  • Get timezone set to EST in Docker containers:
    • scheduledb_mongo_1
    • scheduledb_backend_1
    • scheduledb_frontend_1
  • Test create meeting in cross DST boundary

Discussion items

ItemWhoNotes
Review Docker Toolbox layers
  • Docker Toolbox Quickstart Terminal

    Mingw64 Shell running in Windows

    • docker-machine
      • list
      • start
      • stop
      • restart
      • ssh default
        • boot2docker.iso

          Linux VM

          • date
            • By default, the date timezone is UTC
            • At Geb and Spock Workshop 57, we configured the default VM to be EST
          • docker
            • image
              • container
              • container
              • container
            • image
              • container
              • container
              • container
            • image
              • container
              • container
              • container
            • time image - possible solution
              • Create a persistent docker volume
              • Set the configuration for timezone
              • Reuse the timezone config volume in any other image
      • env
    • date

Get timezone set to EST in Docker containers:

  • scheduledb_mongo_1
  • scheduledb_backend_1
  • scheduledb_frontend_1
 

With browser in EST timezone,
test create meeting in cross DST boundary

In local timezone

  • OKImage ModifiedTest create meeting time across DST boundary
Check code into scheduledb branch
  • git status
  • git pull
  • git add ...
  • git commit -m "..."
  • git push
Deploy scheduledb branch to Dev environment
With browser in a non-local timezone,
test create meeting in cross DST boundary
  • Meeting times are not accurate.  This is due to timezone not being utilized by either one or more of frontend, backend, or mongo.
  • Team confirmed test results.
Next SQGNE presentation on REAL
Next meetingWednesday, 18-December at 7 PM

Action items

  •  Team to discuss cross timezone test results with Paul Scheidmantel in Monday's Web Team Meeting.
  •  Add and update test results in Jira Xray tickets.
  •  Add automated Geb and Spock tests for cross DST and cross timezone.
  •  Integrate new scheduledb into tssg.tech site source code.