-
Notifications
You must be signed in to change notification settings - Fork 392
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
iox-#1919-fix-max-group-name-length #1925
iox-#1919-fix-max-group-name-length #1925
Conversation
@atirehgram did you sign the eclipse eca yet? https://www.eclipse.org/legal/ECA.php This is required by every committer. For this you require an eclipse account which uses the same email address you used for the commits here and has signed the eclipse committer agreement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, as soon as the ECA is signed it can be merged.
If you like you can add your name in the copyright header of every file you have modified:
// Copyright (c) 2023 by ???. All rights reserved.
But this is optional and up to you.
eedd03a
to
e499b72
Compare
Codecov Report
@@ Coverage Diff @@
## master #1925 +/- ##
==========================================
+ Coverage 75.43% 75.46% +0.03%
==========================================
Files 384 384
Lines 15206 15199 -7
Branches 2148 2148
==========================================
Hits 11470 11470
+ Misses 3062 3058 -4
+ Partials 674 671 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e499b72
to
b2b0047
Compare
Sorry, I forgot with which email I had signed it. It should be fine now, could you please retrigger the check? |
@atirehgram eclipse does not want to verify it. It states: And I will retry it in the afternoon again - maybe eclipse requires just some more time. Most of the times eclipse is just a little bit weird and slow. |
I double checked the mail in the ECA and I also retriggered the check manually twice, but it keeps failing. |
@atirehgram we have a hard internal deadline for a feature until Thursday. I would retrigger the check again and on Friday I would start digging here deeper. But when we are lucky the problem is just vanished until then. |
@atirehgram I think eclipse somehow screws up here and after trying the 1000th captcha challenge of trying to find a hamster in its natural environment I would propose the following.
One question, did you change the commits author or had multiple authors for one commit? This could maybe explain the eclipse bug - but it is still an eclipse bug. |
@atirehgram I have found the problem. When you take a look at your commit with
So it seems you have somehow an author but a different committer (I didn't know that this was possible). The e-mail in the I think you may have to rebase to master again since it shows now a merge conflict with our release notes. But when we handled this PR sucessfully the next PRs from your side will be much smoother. Eclipse with its ECA is not so welcoming to newcomers :/ ... |
Signed-off-by: Margherita Protti <[email protected]>
b2b0047
to
0a64113
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@atirehgram Thanks for your contribution and your patience!
Pre-Review Checklist for the PR Author
iox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)iceoryx_hoofs
are added to./clang-tidy-diff-scans.txt
Notes for Reviewer
Checklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References