Roman Mogylatov
af397ebefe
Update README.rst
2020-08-10 22:20:05 -04:00
Roman Mogylatov
c3b3fc27ed
Update README.rst
2020-08-10 22:17:42 -04:00
Roman Mogylatov
ec17668b50
Update README.rst
2020-08-10 22:16:53 -04:00
Roman Mogylatov
f3cc89fe3a
Update README.rst
2020-08-10 22:15:26 -04:00
Roman Mogylatov
8a9da0ccea
Update README.rst
2020-08-10 22:13:54 -04:00
Roman Mogylatov
4fa26976fc
Update README.rst
2020-08-10 22:12:03 -04:00
Roman Mogylatov
99360e8321
Update README.rst
2020-08-10 22:10:33 -04:00
Roman Mogylatov
7a1b977c7c
Update README.rst
2020-08-10 22:10:02 -04:00
Roman Mogylatov
bb1a11d18a
Update README.rst
2020-08-10 22:09:04 -04:00
Roman Mogylatov
d09b87c2d6
Update README.rst
2020-08-10 22:06:42 -04:00
Roman Mogylatov
80aad7748d
Update README.rst
2020-08-10 22:04:04 -04:00
Roman Mogylatov
8878645c7b
Update README.rst
2020-08-10 21:56:17 -04:00
Roman Mogylatov
fcedbcabd2
Update README.rst
2020-08-10 21:48:09 -04:00
Roman Mogylatov
0401488587
Update README.rst
2020-08-10 21:44:58 -04:00
Roman Mogylatov
408ba1e66c
Update README.rst
2020-08-10 21:43:30 -04:00
Roman Mogylatov
6152e5390c
Update README.rst
2020-08-10 21:37:47 -04:00
Roman Mogylatov
d8102a825f
Merge branch 'release/3.28.1' into master
2020-08-10 15:51:01 -04:00
Roman Mogylatov
ed2a795581
Bump version to 3.28.1
2020-08-10 15:50:51 -04:00
Roman Mogylatov
c9762ce6fa
Fix typos in asyncio daemon tutorial
2020-08-10 15:49:44 -04:00
Roman Mogylatov
2bef0229d9
Merge branch 'release/3.28.0' into master
2020-08-08 14:49:26 -04:00
Roman Mogylatov
d3f3b58389
Bump version to 3.28.0
2020-08-08 14:49:08 -04:00
Roman Mogylatov
3a61457be7
Asyncio daemon tutorial ( #278 )
...
* Fix a typo in the docblock of the Configuration provider
* Update the changelog
* Add tutorial sections
* Switch to use https for httpbin.org requests
* Add what we are going to build section
* Fix ``Makefile`` to run ``aiohttp`` integration tests on Python 3.5+
* Add prerequisities and prepare the env sections
* Add logging, config and the dispacher sections
* Change logging
* Fix multiple typos in the ``flask`` and ``aiohttp`` tutorials
* Add the initial and dirty version
* Fix multiple typos in the ``flask`` and ``aiohttp`` tutorials
* Fix the 3.27.0 changelog
* Finish all the parts before the dispatcher
* Finish dispatcher section
* Update http monitor logging format
* Finish the tutorial
* Fix docblock in the dispatcher module
* Update changelog
* Add meta keywords and description
2020-08-08 14:48:05 -04:00
Roman Mogylatov
2ff36b44ab
Merge branch 'release/3.27.0' into master
2020-08-06 16:46:08 -04:00
Roman Mogylatov
0cb45bbc1c
Update the docblock of the example
2020-08-06 16:45:00 -04:00
Roman Mogylatov
5bf5a7651b
Bump version to 3.27.0
2020-08-06 16:42:49 -04:00
Roman Mogylatov
9b30752da2
Update docs
2020-08-06 16:42:31 -04:00
Roman Mogylatov
4a8133204c
Factory deep init injections ( #277 )
...
* Add factory deep context providing
* Add example
* Add test
2020-08-06 16:33:06 -04:00
Roman Mogylatov
2fc3606671
Asyncio daemon example ( #276 )
...
* Add prototype
* Update .pydocstylerc
* Add tests
* Remove one of the tests
* Fix typo in the giphynav-aiohttp
* Add README
* Fix flake8
2020-08-05 22:11:26 -04:00
Roman Mogylatov
dc9c1dde3f
Merge branch 'release/3.26.0' into master
2020-08-03 18:09:10 -04:00
Roman Mogylatov
1f302ec74c
Bump version to 3.26.0
2020-08-03 18:08:53 -04:00
Roman Mogylatov
a202335519
Update giphynav-aiohttp to remove doubled "if not query"
2020-08-03 18:07:04 -04:00
Roman Mogylatov
ea1e79885c
274 Configuration provider redesign ( #275 )
...
* Get 1st stable version
* Remove prototype module
* Try fix copying
* Add config itemselector example
* Add doc blocks
2020-08-03 18:01:20 -04:00
Roman Mogylatov
459ff5fcf5
Merge branch 'release/3.25.1' into master
2020-07-30 13:53:58 -04:00
Roman Mogylatov
6fccb6eec1
Bump version to 3.25.1
2020-07-30 13:53:37 -04:00
Roman Mogylatov
45e6b943f6
Fix typos in aiohttp tutorial
2020-07-30 13:52:42 -04:00
Roman Mogylatov
299a7bca89
Merge branch 'release/3.25.0' into master
2020-07-29 22:20:53 -04:00
Roman Mogylatov
978ebda9eb
Bump version to 3.25.0
2020-07-29 22:20:34 -04:00
Roman Mogylatov
d2f4585a8b
Aiohttp tutorial ( #273 )
...
* Make a code style change to the giphynav-aiohttp app
* Make minimal punctuation changes for the flask tutorial
* Add parts of http tutorial
* Fix few issues in the flask tutorial
* Make some cosmetic changes to test data
* Fix typo in flask tutorial
* Add more tutorial sections
2020-07-29 22:17:56 -04:00
Roman Mogylatov
97577d84e4
Revert "Aiohttp tutorial ( #271 )" ( #272 )
...
This reverts commit adcea61657
.
2020-07-29 22:16:40 -04:00
Roman Mogylatov
adcea61657
Aiohttp tutorial ( #271 )
...
* Make a code style change to the giphynav-aiohttp app
* Make minimal punctuation changes for the flask tutorial
* Add parts of http tutorial
* Fix few issues in the flask tutorial
* Make some cosmetic changes to test data
* Fix typo in flask tutorial
2020-07-29 22:16:02 -04:00
Roman Mogylatov
577c7854da
Merge branch 'release/3.24.1' into master
2020-07-29 12:18:24 -04:00
Roman Mogylatov
4ca385d73b
Bump version to 3.24.1
2020-07-29 12:18:09 -04:00
Roman Mogylatov
469cb37302
Merge branch 'release/3.24.0' into master
2020-07-28 20:57:46 -04:00
Roman Mogylatov
c190e049b5
Bump version to 3.24.0
2020-07-28 19:26:41 -04:00
Roman Mogylatov
ed2fc618f1
Fix coverage
2020-07-28 19:25:02 -04:00
Roman Mogylatov
e0d81c2d28
Aiohttp integration ( #270 )
...
* Add aiohttp extension module
* Add giphynav-aiohttp app
* Add missing docstrings
* Remove print() call
* Remove not needed import from flask extension tests
* Improve coroutine provider tests
* Add aiohttp extension tests
* Update tox.ini
* Add aiohttp extras
* Try fix Python 3.4 tests
* Try fix 3.6 tests
* Stop running coroutine tests for Python 3.4
* Rename tests
* Remove type hints
* Fix pypy and change python version for coverage job to 3.8
* Fix coveralls job
* Try fix Python 3.4, 3.5 tests
* Make coverage job to run 3.5+ tests
* Add tests
* Add readme
* Update the readmes
* Add API docs
* Add API docs page
* Update changelog
2020-07-28 19:19:05 -04:00
Roman Mogylatov
bed547cc91
Merge branch 'release/3.23.2' into master
2020-07-23 20:49:32 -04:00
Roman Mogylatov
8f5ea52303
Bump version to 3.23.2
2020-07-23 20:49:08 -04:00
Roman Mogylatov
adf77c2399
Fix flask tutorial ( #269 )
...
* Fix highlight
* Fix flask tutorial rst issues
* Fix some wording
2020-07-23 20:47:35 -04:00
Roman Mogylatov
4a1caf7300
Merge branch 'release/3.23.1' into master
2020-07-22 12:17:57 -04:00