-
Notifications
You must be signed in to change notification settings - Fork 44
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
global: major refactoring #27
Conversation
@@ -24,13 +24,8 @@ | |||
Changes | |||
======= | |||
|
|||
Version 0.3.1 (released 2015-10-06) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not a big issue but probably we should keep the changes in place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree. Just didn't clean this up yet.
8506d1c
to
dc49b8f
Compare
|
||
def my_wsgi_factory(app): | ||
return DispatcherMiddleware(app.wsgi_app, {'/api': api_app}) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing :return:
in doc
Reviewed, mainly little details. |
* INCOMPATIBLE Major rewrite of Invenio-Base to focus on only application creation and loading. Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
Everything seems ok. ? |
No description provided.