Skip to content

chore(docs): instructions to check-in PRs from forks #1748

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

Merged
merged 3 commits into from
Apr 11, 2022
Merged

Conversation

skyzh
Copy link
Contributor

@skyzh skyzh commented Apr 11, 2022

Signed-off-by: Alex Chi [email protected]

What's changed and what's your intention?

As title. Also add a broker-id option for Kafka.

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

Signed-off-by: Alex Chi <[email protected]>
@skyzh skyzh enabled auto-merge (squash) April 11, 2022 03:21
Signed-off-by: Alex Chi <[email protected]>

```
gh pr checkout <PR id>
git checkout -b forks/<PR id>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
git checkout -b forks/<PR id>
git switch -c forks/<PR id>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'd prefer to keep the working tree clean before doing the switch 🤪

@codecov
Copy link

codecov bot commented Apr 11, 2022

Codecov Report

Merging #1748 (1237c93) into main (6adbf91) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1748      +/-   ##
==========================================
- Coverage   71.30%   71.29%   -0.01%     
==========================================
  Files         599      599              
  Lines       77672    77673       +1     
==========================================
- Hits        55384    55377       -7     
- Misses      22288    22296       +8     
Flag Coverage Δ
rust 71.29% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/risedevtool/src/config/service_config.rs 0.00% <ø> (ø)
src/risedevtool/src/config_gen/kafka_gen.rs 0.00% <0.00%> (ø)
src/meta/src/barrier/command.rs 56.48% <0.00%> (-1.86%) ⬇️
src/meta/src/barrier/mod.rs 73.47% <0.00%> (-1.80%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@skyzh skyzh merged commit 877f9b8 into main Apr 11, 2022
@skyzh skyzh deleted the skyzh/docs-fork branch April 11, 2022 03:42
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.

5 participants