Skip to content
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

Site and AppRunner #2530

Merged
merged 35 commits into from
Dec 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ae55847
Extract Application into separate module
asvetlov Nov 17, 2017
b68d7fe
Work on
asvetlov Nov 17, 2017
42515d0
Merge branch 'master' into site
asvetlov Nov 19, 2017
08305a9
Work on
asvetlov Nov 19, 2017
f8a6496
Merge branch 'master' into site
asvetlov Nov 22, 2017
10fda83
Work on
asvetlov Nov 22, 2017
f775229
Work on
asvetlov Nov 22, 2017
c001974
Merge branch 'master' into site
asvetlov Nov 22, 2017
779a418
Fix web.run_app
asvetlov Nov 22, 2017
17e61b9
Merge branch 'master' into site
asvetlov Nov 22, 2017
82121c3
More tests
asvetlov Nov 22, 2017
7ef1269
More tests
asvetlov Nov 22, 2017
c025f26
Merge branch 'master' into site
asvetlov Nov 23, 2017
7cbb4f1
Merge branch 'master' into site
asvetlov Nov 23, 2017
40dd8cd
Merge branch 'site' of github.com:aio-libs/aiohttp into site
asvetlov Nov 23, 2017
2098c52
More tests
asvetlov Nov 23, 2017
7a703de
More tests
asvetlov Nov 23, 2017
f54bbf0
Rewrite gunicorn worker to site/apprunner
asvetlov Nov 23, 2017
9c03ed6
Don't check ciphers on Python 3.5
asvetlov Nov 23, 2017
1077fb1
Drop redundant check
asvetlov Nov 23, 2017
76e4499
Drop unused import
asvetlov Nov 23, 2017
2a3686b
Merge branch 'master' into site
asvetlov Nov 23, 2017
bcd6538
Code polishing
asvetlov Nov 23, 2017
1b73f9f
Fix python 3.5 compatibility
asvetlov Nov 23, 2017
4ca8dc0
100% coverage for worker
asvetlov Nov 24, 2017
55c70c3
Merge branch 'master' into site
asvetlov Nov 25, 2017
37d866e
Fix linter
asvetlov Nov 25, 2017
39f4f62
Change exception type
asvetlov Nov 25, 2017
51cb68c
Merge branch 'master' into site
asvetlov Nov 25, 2017
630610c
Merge branch 'master' into site
asvetlov Nov 25, 2017
83b4c53
Merge branch 'master' into site
asvetlov Nov 25, 2017
a778000
Merge branch 'master' into site
asvetlov Dec 4, 2017
64da01b
web_application.py -> web_app.py
asvetlov Dec 4, 2017
f92057d
Merge branch 'master' into site
asvetlov Dec 5, 2017
cdd3ad0
Fix tests
asvetlov Dec 5, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES/2530.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Introduce *site* and *application runner* as underlying API for
`web.run_app` implementation.
Loading