Skip to content

#209, #148 - Abstract minos.networks.http and add minos-http-aiohttp package - #284

Merged
garciparedes merged 58 commits into
0.6.0from
issue-209-abstract-rest-components
Mar 16, 2022
Merged

#209, #148 - Abstract minos.networks.http and add minos-http-aiohttp package#284
garciparedes merged 58 commits into
0.6.0from
issue-209-abstract-rest-components

Conversation

@garciparedes

Copy link
Copy Markdown
Contributor

No description provided.

vladyslav-fenchak and others added 21 commits February 17, 2022 12:29
…e-minos-rest-aiohttp-plugin

Restyle #148 - `minos-aiohttp-rest` plugin
…e-minos-rest-aiohttp-plugin

Restyle #148 - `minos-aiohttp-rest` plugin
* Improve package structure.
* Fix code duplication.
* Add `routers` section to `MinosConfig`.
* Add `get_internal_modules` function.
* Fix bug that did not handle exceptions during injections building.
* Minor improvements.
@garciparedes garciparedes added this to the v0.6.x milestone Mar 10, 2022
@garciparedes garciparedes self-assigned this Mar 10, 2022
@garciparedes
garciparedes marked this pull request as draft March 10, 2022 13:52
Sergio García Prado added 6 commits March 10, 2022 14:53
* Update `poetry.lock`.
* Add `EnrouteBuilder.get_all`.
* Add `HttpEnrouteDecorator`.
* Add register and unregister logic for `Enroute`.
* Minor improvement.
* Add `Port` base class.
* Improve `HttpConnector` abstraction.
@garciparedes
garciparedes requested a review from a team March 14, 2022 08:12
@garciparedes
garciparedes marked this pull request as ready for review March 14, 2022 08:12
Sergio García Prado added 4 commits March 14, 2022 10:55
* Refactor `minos.networks.Router` to avoid problems related with dependency injections.
* Add `start` and `stop` methods to `HttpConnector`.
* Fix broken tests
…est-components

# Conflicts:
#	.pre-commit-config.yaml
#	packages/core/minos-microservice-common/minos/common/injectors.py
#	packages/core/minos-microservice-networks/minos/networks/rest/handlers.py
* Use `SetupMixin` instead of `MinosSetup`.
@garciparedes garciparedes reopened this Mar 14, 2022
@garciparedes
garciparedes marked this pull request as draft March 14, 2022 17:07
@garciparedes
garciparedes marked this pull request as ready for review March 15, 2022 07:53
Sergio García Prado added 16 commits March 15, 2022 09:07
* Update files.
* Fix documentation bug (2).
* Remove `KongDiscoveryClient` and `aiohttp` dependency from `minos.networks`.
* Move `Port` to `minos.common`.
* Fix dependency issues.
* Fix dependency issues (2).
* Fix dependency constraint bug.
* Minor change.
* Minor change (2).
* Minor change (3).
…est-components

# Conflicts:
#	packages/core/minos-microservice-networks/minos/networks/decorators/analyzers.py
#	packages/core/minos-microservice-networks/minos/networks/rest/handlers.py
#	packages/core/minos-microservice-networks/tests/test_networks/test_rest/test_services.py
* Fix broken test.
* Remove warnings.
@garciparedes
garciparedes merged commit 36def71 into 0.6.0 Mar 16, 2022
@garciparedes
garciparedes deleted the issue-209-abstract-rest-components branch March 16, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Abstract RestService, RestRequest and RestHandler Create the minos-http-aiohttp plugin

4 participants