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

Support create ECS service with serviceRegistries configuration #4564

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

khanhtc1202
Copy link
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #4386

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02% 🎉

Comparison is base (07c5450) 29.92% compared to head (cf11c1a) 29.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4564      +/-   ##
==========================================
+ Coverage   29.92%   29.95%   +0.02%     
==========================================
  Files         220      220              
  Lines       25871    25872       +1     
==========================================
+ Hits         7741     7749       +8     
+ Misses      17482    17476       -6     
+ Partials      648      647       -1     
Files Changed Coverage Δ
pkg/app/piped/platformprovider/ecs/client.go 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@kentakozuka kentakozuka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Member

@nghialv nghialv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐬

@khanhtc1202 khanhtc1202 merged commit c5a50a2 into master Aug 24, 2023
13 of 14 checks passed
@khanhtc1202 khanhtc1202 deleted the support-service-registeries-ecs branch August 24, 2023 09:14
tokku5552 pushed a commit to tokku5552/pipecd that referenced this pull request Aug 25, 2023
…-cd#4564)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp>
khanhtc1202 added a commit that referenced this pull request Aug 25, 2023
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
khanhtc1202 added a commit that referenced this pull request Aug 25, 2023
* Support create ECS service with serviceRegistries configuration (#4564)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Support update service which contains serviceRegistries (#4567)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* fix: ECS WaitService finish before task running (#4568)

* fix: ECS WaitService finish before task running

Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp>

* Update pkg/app/piped/platformprovider/ecs/client.go

Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>
Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp>

---------

Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp>
Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: 徳田 真之介 <tokuda_shinnosuke@cyberagent.co.jp>
Co-authored-by: tokku5552 <69064290+tokku5552@users.noreply.github.com>
sZma5a pushed a commit to sZma5a/pipecd that referenced this pull request Aug 27, 2023
…-cd#4564)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: sZma5a <masaaki.haribote@gmail.com>
moko-poi pushed a commit to moko-poi/pipecd that referenced this pull request Nov 3, 2023
…-cd#4564)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: moko-poi <mokopoi44@gmail.com>
@github-actions github-actions bot mentioned this pull request Dec 1, 2023
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create ECS service with serviceRegistries defined
3 participants