Skip to content

Conversation

@sgratzl
Copy link
Member

@sgratzl sgratzl commented Jan 20, 2021

follow up on #350 with the branch in this repo for CI purposes.

based on #337

closes #178 and closes #177

proof of concept that we could also use Python for the API and thus get rid of PHP for hosting the API. The public interface remains the same but allows way more flexibility if we want to. Moreover, it is python thus we can unit test/lint/format it properly.

There is also a Dockerfile that will create a docker image to run it.

for the 414 failing unit test, see also benoitc/gunicorn#2487

sgratzl and others added 22 commits April 28, 2021 11:14
Co-authored-by: Samuel Gratzl <[email protected]>
Add Flask server files to correct deployment location
Hack to move flask tests out of the way before py3test
Hide the remaining flask tests from py3test
[flask] separate image step and only build on certain branches
@sgratzl sgratzl requested a review from krivard May 5, 2021 14:09
@sgratzl sgratzl self-assigned this May 5, 2021
Copy link
Contributor

@krivard krivard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@krivard krivard merged commit 7de6a7d into main May 5, 2021
@krivard krivard deleted the sgratzl/flaskx branch May 5, 2021 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

consider switching from PHP to Python consider using sqlalchemy

5 participants