Skip to content
Snippets Groups Projects

Resolve "Run login app with Gunicorn"

Merged Maarten de Waard requested to merge 107-run-login-app-with-gunicorn into main

Closes #107 (closed)

Edited by Maarten de Waard

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Maarten de Waard changed milestone to %0.8.0

    changed milestone to %0.8.0

  • added Doing SSO labels

  • added 1 commit

    • 987033b1 - update Dockerfile to start Gunicorn instead of starting Flask directly

    Compare with previous version

  • added 1 commit

    • d34e17db - make sure changes to login top level folder also trigger jobs

    Compare with previous version

  • added 1 commit

    • be1f2aab - change only: changes to rules: changes hoping that makes them work again

    Compare with previous version

  • added 1 commit

    • 427695ad - change only: changes to rules: changes hoping that makes them work again

    Compare with previous version

  • added 1 commit

    • 6ebdb5b4 - fix rules for building images

    Compare with previous version

  • Maarten de Waard added 4 commits

    added 4 commits

    Compare with previous version

  • added 1 commit

    • 1cc49c90 - update Chart, update changelog

    Compare with previous version

  • Maarten de Waard marked this merge request as ready

    marked this merge request as ready

  • Author Contributor

    Tested successfully in stackspin!755 (merged)

    Edited by Maarten de Waard
  • removed Doing label

  • added QA label

  • Author Contributor

    Note that we'll still get debug logs the way I currently set it up (which was one of the reasons given before to stick with the flask run idea):

    [2022-01-14 10:30:16 +0000] [10] [DEBUG] GET /auth
    [2022-01-14 10:30:16,670] INFO in app: User not logged in or cookie corrupted
    [2022-01-14 10:30:16,670] INFO in app: Redirecting to login. Setting flow_state cookies
    [2022-01-14 10:30:16,671] INFO in app: auth_url: https%3A%2F%2Fsso.login-0-7-4.ci.stackspin.net%2Flogin%2Fauth%3Flogin_challenge%xxxx
    [2022-01-14 10:30:16 +0000] [11] [DEBUG] GET /login
    [2022-01-14 10:30:16,709] INFO in app: User not logged in or cookie corrupted
    [2022-01-14 10:30:16 +0000] [10] [DEBUG] GET /login
    [2022-01-14 10:30:16,782] INFO in app: User not logged in or cookie corrupted
    [2022-01-14 10:30:16 +0000] [10] [DEBUG] GET /static/css/bootstrap.min.css
    [2022-01-14 10:30:16 +0000] [8] [DEBUG] GET /static/style.css
    [2022-01-14 10:30:16 +0000] [9] [DEBUG] GET /static/js/bootstrap.bundle.min.js
    [2022-01-14 10:30:16 +0000] [11] [DEBUG] GET /static/js/jquery-3.6.0.min.js
    [2022-01-14 10:30:16 +0000] [8] [DEBUG] GET /static/js/js.cookie.min.js
    [2022-01-14 10:30:16 +0000] [11] [DEBUG] GET /static/base.js
    [2022-01-14 10:30:16 +0000] [11] [DEBUG] GET /static/logo.svg
    [2022-01-14 10:30:19 +0000] [9] [DEBUG] GET /auth
    [2022-01-14 10:30:19,031] INFO in app: User not logged in or cookie corrupted
    [2022-01-14 10:30:19,031] INFO in app: Redirecting to login. Setting flow_state cookies
    [2022-01-14 10:30:19,031] INFO in app: auth_url: https%3A%2F%2Fsso.login-0-7-4.ci.stackspin.net%2Flogin%2Fauth%3Flogin_challenge%xxx
    [2022-01-14 10:30:19 +0000] [11] [DEBUG] GET /login
    [2022-01-14 10:30:19,445] INFO in app: User not logged in or cookie corrupted
    [2022-01-14 10:30:20 +0000] [11] [DEBUG] GET /login
    [2022-01-14 10:30:20,288] INFO in app: User not logged in or cookie corrupted
    [2022-01-14 10:30:20 +0000] [8] [DEBUG] GET /static/css/bootstrap.min.css
    [2022-01-14 10:30:20 +0000] [9] [DEBUG] GET /static/style.css
    [2022-01-14 10:30:20 +0000] [10] [DEBUG] GET /static/js/bootstrap.bundle.min.js
    [2022-01-14 10:30:20 +0000] [8] [DEBUG] GET /static/js/jquery-3.6.0.min.js
    [2022-01-14 10:30:20 +0000] [9] [DEBUG] GET /static/js/js.cookie.min.js
    [2022-01-14 10:30:20 +0000] [11] [DEBUG] GET /static/base.js
    [2022-01-14 10:30:22 +0000] [11] [DEBUG] GET /static/logo.svg
    [2022-01-14 10:30:33 +0000] [9] [DEBUG] GET /login
    [2022-01-14 10:30:33,977] INFO in app: User not logged in or cookie corrupted
    [2022-01-14 10:30:34 +0000] [9] [DEBUG] GET /static/css/bootstrap.min.css
    [2022-01-14 10:30:34 +0000] [8] [DEBUG] GET /static/js/bootstrap.bundle.min.js
    [2022-01-14 10:30:34 +0000] [10] [DEBUG] GET /static/style.css
    [2022-01-14 10:30:34 +0000] [9] [DEBUG] GET /static/js/jquery-3.6.0.min.js
    [2022-01-14 10:30:34 +0000] [9] [DEBUG] GET /static/js/js.cookie.min.js
    [2022-01-14 10:30:34 +0000] [11] [DEBUG] GET /static/base.js
    [2022-01-14 10:30:34 +0000] [10] [DEBUG] GET /static/logo.svg
  • Mart van Santen mentioned in commit d71658fb

    mentioned in commit d71658fb

Please register or sign in to reply
Loading