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

moved service deployment logic from service pkg to api pkg #873

Merged
merged 9 commits into from
Apr 17, 2019

Conversation

ilgooz
Copy link
Contributor

@ilgooz ilgooz commented Apr 11, 2019

there are no logical changes made on code

@ilgooz ilgooz force-pushed the refactoring/move-deploy-to-api branch from f7375fc to e97ff69 Compare April 11, 2019 12:29
Service type will be simplifed by moving its methods to the container Manager that will be introduced in future. Manager will be about managing the containers related to service. thus, it cannot have logic related to building a Docker image (service deployment) and service pkg cannot keep this logic as well. as a result, this logic is moved to the api pkg.
@ilgooz ilgooz force-pushed the refactoring/move-deploy-to-api branch from e97ff69 to c28caea Compare April 11, 2019 12:31
@ilgooz ilgooz requested a review from a team April 11, 2019 12:31
krhubert
krhubert previously approved these changes Apr 12, 2019
service/inject_definition.go Outdated Show resolved Hide resolved
service/service.go Show resolved Hide resolved
@ilgooz ilgooz force-pushed the refactoring/move-deploy-to-api branch 3 times, most recently from ad8066f to 48c88a4 Compare April 15, 2019 08:45
@ilgooz ilgooz force-pushed the refactoring/move-deploy-to-api branch from 48c88a4 to a6d7a4a Compare April 15, 2019 08:55
@ilgooz ilgooz requested a review from antho1404 April 16, 2019 13:28
@NicolasMahe NicolasMahe merged commit 1ac2359 into dev Apr 17, 2019
@NicolasMahe NicolasMahe deleted the refactoring/move-deploy-to-api branch April 17, 2019 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants