-
Notifications
You must be signed in to change notification settings - Fork 45
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
EascyCLA doesn't check for co-authors #3884
Comments
EasyCLA checks each and every commit author associated with a given comment. EasyCLA also checks all the commits associated with the pull request/merge request. Can you provide a specific example of this not working? |
We need to test this to see if 1) are the logs reporting the co-author information and are we checking for this authorization and then 2) if so, this may be a display issue. @nickmango @thakurveerendras |
Hello @nickmango , @umeshlumbhani247
|
@molssongroup currently EasyCLA does not receive co-author information from github api and we are working on a workaround for this issue. Thanks |
- Handled use case for getting co-author info in a given commit Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
- Handled use case for getting co-author info in a given commit Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
- Handled use case for getting co-author info in a given commit Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
- Resolved fetching commit co-authors Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
user is missing the User's ID appears for co-authors, kindly refer below screenshot |
- Added co-author user fetch by email Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
Reported issue is not reproducible , refer PR details |
commit added by main author details missing , refer steps to replicate it
|
@thakurveerendras for testing use this format to add co-authors Co-authored-by: NAME NAME@EXAMPLE.COM |
- Added co-committer in Github PR checks when gating Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
Now unknow "@web-flow " added on easycla boat , @nickmango kindly check |
@thakurveerendras to re-test. |
Tested issue on dev site & found that it is fixed as expected
|
Tested issue on production & found that it is deployed as expected, So making issue status QA-Done
|
- Handle github search by email with an empty list Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
We're reopening this ticket because we temporarily disabled this feature due to a potential performance issue. We're actively working to restore it as soon as possible. |
@thakurveerendras @umeshlumbhani247 re-activated this. Kindly review |
Hi, @mlehotskylf |
@umeshlumbhani247 can you check kubernetes/website#45174 this one has co-authors and after running /easycla there are no updates. We don't have records for https://github.com/yermulnik and https://github.com/sh1895. |
@jarias-lfx |
@nickmango identified the root cause and will deploy the fix to DEV later this week for QA testing. |
- Updated aggregated co-authors fetched in the processing list Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
@thakurveerendras can you please create 6 PRs to cover our use cases for co-author and send me the link:
|
This is another usecase kubernetes/website#45174 |
Hello @mlehotskylf , @nickmango
|
We are waiting for EasyCLA documentation to be updated before pushing this to PROD. |
We have decided not to support the co-author feature at this time, so closing this ticket. |
Ticket: SUPPORT-17284
The reporting user wants to know if EasyCLA checks for co-authors. They state, "...I make tests (first, second, third) and EasyCLA ignore Co-authors, but check authors, no matter is the PR diff include their work or not."
Does EasyCLA not check for co-authors?
The text was updated successfully, but these errors were encountered: