Resolve "Run login app with Gunicorn"
Closes #107 (closed)
Edited by Maarten de Waard
Merge request reports
Activity
Filter activity
changed milestone to %0.8.0
assigned to @maarten
added 1 commit
- 987033b1 - update Dockerfile to start Gunicorn instead of starting Flask directly
added 1 commit
- d34e17db - make sure changes to login top level folder also trigger jobs
added 1 commit
- be1f2aab - change only: changes to rules: changes hoping that makes them work again
added 1 commit
- 427695ad - change only: changes to rules: changes hoping that makes them work again
added 4 commits
-
6ebdb5b4...2ce2a786 - 3 commits from branch
main
- 1114ae1a - Merge branch 'main' into 107-run-login-app-with-gunicorn
-
6ebdb5b4...2ce2a786 - 3 commits from branch
Tested successfully in stackspin!755 (merged)
Edited by Maarten de Waardremoved Doing label
added QA label
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
mentioned in commit d71658fb
Please register or sign in to reply