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

Move container/task statuses to ecs-agent module #3924

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

danehlim
Copy link
Contributor

@danehlim danehlim commented Sep 25, 2023

Summary

Move container/task statuses to ecs-agent module. This is required for future changes in ecs-agent module that depend on these statuses. If these statuses are not moved, then in the future a dependency cycle could be introduced in which the ecs-agent module depends on agent module while the agent module already depends on ecs-agent module.

Implementation details

  • Move agent/api/container/status/ to ecs-agent/api/container/status/
  • Move agent/api/task/status/ to ecs-agent/api/task/status/
  • Update dependent imports accordingly

Testing

Existing unit, integration, and functional tests.

New tests cover the changes: N/A

Description for the changelog

Move container/task statuses to ecs-agent module

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@danehlim danehlim marked this pull request as ready for review September 25, 2023 21:42
@danehlim danehlim requested a review from a team as a code owner September 25, 2023 21:42
@danehlim danehlim merged commit 88efd34 into aws:dev Sep 25, 2023
40 checks passed
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