Skip to content

Conversation

@t-kikuc
Copy link
Member

@t-kikuc t-kikuc commented Jan 12, 2024

What this PR does / why we need it:

Which issue(s) this PR fixes:

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):

@codecov
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ab76373) 30.88% compared to head (27cb1bf) 30.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4749      +/-   ##
==========================================
- Coverage   30.88%   30.84%   -0.04%     
==========================================
  Files         222      222              
  Lines       26037    26037              
==========================================
- Hits         8041     8032       -9     
- Misses      17347    17356       +9     
  Partials      649      649              

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

Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

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

Nice catch 👍 Added a nit comment.

Add docs for SCRIPT_RUN stage (#4734)
```
2. Classify the changes into 'Notable Changes' and 'Internal Changes'.
Copy link
Member

Choose a reason for hiding this comment

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

[nit] How about adding the explanation for 'Notable Changes' and 'Internal Changes' 👀

  • Notable Changes
    • Changes that should notify users (i.g., new features, breaking changes, etc.)
  • Internal Changes
    • Changes that don't affect the functions

@khanhtc1202 This is my understanding. Are you aware of it? 👀

Copy link
Member

Choose a reason for hiding this comment

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

I think those words have mean by itself. But if you want to add definition for those, should be added at other level in this release note file. Say, place of defining versions semantic or such 👀

Copy link
Member

Choose a reason for hiding this comment

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

I think those words have mean by itself.

@khanhtc1202
Oh I see, I got it. That's right (checked with translator🙏 )
I agree with it 👍 We don't need do that. Thanks!

Copy link
Member

Choose a reason for hiding this comment

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

@t-kikuc Plz forget to the nit comment 🙏

Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

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

🚀

Copy link
Member

@khanhtc1202 khanhtc1202 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 624493a into master Jan 15, 2024
@khanhtc1202 khanhtc1202 deleted the doc-rc-release branch January 15, 2024 06:13
t-kikuc added a commit that referenced this pull request Jan 19, 2024
t-kikuc added a commit that referenced this pull request Jan 19, 2024
* Add pipectl init command but not implemented

Signed-off-by: t-kikuc <[email protected]>

* Modify init command

Signed-off-by: t-kikuc <[email protected]>

* Rename init command to initialize

Signed-off-by: t-kikuc <[email protected]>

* Create pipectl int for ECS

Signed-off-by: t-kikuc <[email protected]>

* Add init for ECS

Signed-off-by: t-kikuc <[email protected]>

* Convert json.RawMessage to struct

Signed-off-by: t-kikuc <[email protected]>

* Use original structs of ECS for pipectl init

Signed-off-by: t-kikuc <[email protected]>

* Init k8s app for pipectl init, but not implemented

Signed-off-by: t-kikuc <[email protected]>

* Fix init input(wip)

Signed-off-by: t-kikuc <[email protected]>

* Add mock prompt reader

Signed-off-by: t-kikuc <[email protected]>

* Reractor prompt reader

Signed-off-by: t-kikuc <[email protected]>

* Modify mock reader to public

Signed-off-by: t-kikuc <[email protected]>

* Refactored prompt reader

Signed-off-by: t-kikuc <[email protected]>

* Add yaml snapshot test

Signed-off-by: t-kikuc <[email protected]>

* Revert "Init k8s app for pipectl init, but not implemented"

This reverts commit 4097fb7.

Signed-off-by: t-kikuc <[email protected]>

* Refactor pipectl init

Signed-off-by: t-kikuc <[email protected]>

* Remove go-yaml from go.mod

Signed-off-by: t-kikuc <[email protected]>

* Modify tests to Parallel

Signed-off-by: t-kikuc <[email protected]>

* Fix reference of loop variable in tests

Signed-off-by: t-kikuc <[email protected]>

* Enable interruption signal for pipectl init

Signed-off-by: t-kikuc <[email protected]>

* Add LoadBalancerName to ECS TargetGroup

Signed-off-by: t-kikuc <[email protected]>

* Use Reader in tests

Signed-off-by: t-kikuc <[email protected]>

* Remove stdinReader

Signed-off-by: t-kikuc <[email protected]>

* Remove mockReader

Signed-off-by: t-kikuc <[email protected]>

* Add Prompt and PromptInput types

Signed-off-by: t-kikuc <[email protected]>

* Remove promptReader

Signed-off-by: t-kikuc <[email protected]>

* Refactored init,exporter

Signed-off-by: t-kikuc <[email protected]>

* Update Copyright

Signed-off-by: t-kikuc <[email protected]>

* Refactored nits

Signed-off-by: t-kikuc <[email protected]>

* Add reference to the blog that shows how to install control plane on ECS (#4746)

Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: t-kikuc <[email protected]>

* Bump follow-redirects from 1.15.2 to 1.15.4 in /web (#4747)

Signed-off-by: t-kikuc <[email protected]>

* Add RC Release Procedure (#4749)

Signed-off-by: t-kikuc <[email protected]>

* Fix nits

Signed-off-by: t-kikuc <[email protected]>

* Fix error variable name

Signed-off-by: t-kikuc <[email protected]>

---------

Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: Yoshiki Fujikane <[email protected]>
Co-authored-by: Yoshiki Fujikane <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nnnkkk7 pushed a commit to nnnkkk7/pipecd that referenced this pull request Feb 1, 2024
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants