-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Added Support for User Family Members #1787
Added Support for User Family Members #1787
Conversation
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if these conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersWhen your PR has been assigned reviewers contact them to get your code reviewed and approved via:
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
@palisadoes The linting checks again passed here without any issue. Please take a look Thanks. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1787 +/- ##
===========================================
- Coverage 98.17% 97.91% -0.27%
===========================================
Files 184 234 +50
Lines 10767 14127 +3360
Branches 835 1175 +340
===========================================
+ Hits 10571 13832 +3261
- Misses 186 262 +76
- Partials 10 33 +23 ☔ View full report in Codecov by Sentry. |
OK. I'm going to merge this. We can monitor it over the next few hours |
|
…into FamilyBranch
Done. Everything fine now. |
Please sync one more time. We merged just after your last sync |
Join the discussion here if you have any linting issues after doing that. |
…into FamilyBranch
|
It looks OK now. |
@palisadoes I think PR can be merged now. Thanks |
@palisadoes Something isn't right here. @AdityaRaimec22 We stricted the lint rules, some days back.
@palisadoes If the checks are passing on PR something is wrong with PR workflow, imo. I can still see |
@LakshyaSatpal How you are able to generate this. |
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 fine. Good to see that you've done all the error checks as well. Good job.
…into FamilyBranch
merged with upstream/develop |
We got it to work. Please merge with |
It is up to date. |
It is up to date. There is nothing to merge. |
Please make a minor commit to trigger the workflow |
@palisadoes There are additional |
|
@palisadoes I think the possible reason beyond git linting failing is that it is unable to find a git commit hash which has been deleted. And I don't think this failure can cause any error. |
Its failing because of the fact that there are 2 parent commits, we fixed one issue yesterday - being when someone else's commit is merged in develop, it caused errors with git diff, now another one has popped up. |
|
@NamitBhutani Should we merge this? |
I don't think so, there still might be linting errors, if they can confirm that all linting errors are removed from the pre commit hook we can go ahead. |
@AdityaRaimec22 Please verify that there are no further errors from your |
![]() Here are the results. Things looks fine to me. |
…into FamilyBranch
@palisadoes The linting test are again failing and this time for nearly every single file in the codebase. How can I remove these errors. |
@palisadoes it works (finally), it caught all the linting errors! |
This is because you merged develop into your branch, so a lot of files changed. |
The reason I know but how can I solve this because the linting errors are failed for those files also which I hasn't changed. |
I'm not sure why yours is the only PR that has this issue. Please close and submit another one. I know it must be frustrating but it seems your process isn't quite right. Please start with a fresh upstream develop and add your changes |
|
What kind of change does this PR introduce?
Add Support for User Family Members
Issue Number:
Fixes #1584
Did you add tests for your changes?
Yes
Snapshots/Videos:
If relevant, did you update the documentation?
Not relevant
Summary
Does this PR introduce a breaking change?
No
Other information
Some tests are failing and I am currently addressing them, and I have raised a pull request because the assigned issue has been pending for a significant period.
Have you read the contributing guide?
Yes