-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from SimpleHTTPServer to CherryPy #140
Comments
Adding some more detail here, this will ultimately pave the way for a gen-2.0 architecture to include:
I have created a 2.0 milestone RFE here: |
Hey @geekodour we'd ideally do this in manageable stages across several fronts but it will most likely look like this:
There's a few individual RFE's open as well as milestones mapped to cover all of this. It will be quite an undertaking so it's easier to tackle in phases. |
Update here, this is currently a WIP ala @Dradez work here: radez@47eb97d When we've fully tested this it will be come a Gerrit patchset. This is a precursor to this change as well (related, expanding upon move to CherryPy) |
This is completely implemented now in the |
Using SimpleHTTPServer simple wsgi Python libraries was good enough for a bare-bones JSON API but we're really hitting the constraints of it.
Sooner than later we need to dropship everything CherryPy. This also paves the way for having a proper self-service / UI as well.
Some basic, immediate benefits would be:
The following bug fixes or issue are evident of this need:
#109
#139
#22
The text was updated successfully, but these errors were encountered: