Page MenuHomeSoftware Heritage

Fix the bug while running wsgi app
ClosedPublic

Authored by jayeshv on May 25 2022, 3:32 PM.

Details

Summary

Makefile and docker-compose changes to run the app locally in both
ASGI and WSGI servers.

Diff Detail

Repository
rDGQL GraphQL API
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D7898 (id=28482)

Rebasing onto 0cabd8ee94...

Current branch diff-target is up to date.
Changes applied before test
commit f40e817a618f456bbe4093ee7734b6cbe702128e
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed May 25 15:01:09 2022 +0200

    Fix the bug while running wsgi app
    
    Makefile and docker-compose changes to run the app locally in both
    ASGI and WSGI servers.

See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/31/ for more details.

This revision is now accepted and ready to land.May 25 2022, 3:51 PM

please edit the commit message to explain what "the bug" is

Build is green

Patch application report for D7898 (id=28486)

Rebasing onto 0cabd8ee94...

Current branch diff-target is up to date.
Changes applied before test
commit 70b9fe0e3d1956777a857437bc2904eb58189a64
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Wed May 25 15:01:09 2022 +0200

    Fix the bug while running wsgi app
    
    Changes to fix the bug when gunicorn is used with an application factory.
    Makefile and docker-compose changes to run the app locally in both
    ASGI and WSGI servers.

See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/32/ for more details.

This revision was automatically updated to reflect the committed changes.