-
-
Notifications
You must be signed in to change notification settings - Fork 885
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 develop into develop-userTypeFix branch #1931
merged develop into develop-userTypeFix branch #1931
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. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
Please fix the failing tests |
1 similar comment
Please fix the failing tests |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop-userTypeFix #1931 +/- ##
=======================================================
- Coverage 97.91% 97.83% -0.08%
=======================================================
Files 253 293 +40
Lines 15959 19655 +3696
Branches 1347 1570 +223
=======================================================
+ Hits 15626 19230 +3604
- Misses 303 409 +106
+ Partials 30 16 -14 ☔ View full report in Codecov by Sentry. |
@palisadoes I resolved merge conflicts in numerous files, and a minor oversight in the resolution led to test failures. To rectify this, I meticulously reviewed and corrected the files, taking into account the referenced pull requests. The resolution process was time-consuming as it involved a thorough understanding of many files. However, after addressing these issues, all tests now pass successfully. The PR is up for review, Thanks. |
I'm going to merge on good faith. We'll have to do integration testing with Admin and Mobile to make sure it truly works. |
c4b25b1
into
PalisadoesFoundation:develop-userTypeFix
@palisadoes this change is wrong he doesn't removed the userType and not used appUserProfile |
@AdityaRaimec22 you have to make changes according to this PR #1830 |
Hii @AVtheking The alterations are correct; the problem you're referring to is limited to just four files. This could have arisen from managing a large number of files, perhaps during test fixes or resolving merge conflicts. I'll make the required changes. Sorry for this discrepancy. |
Hey @AdityaRaimec22 these are not 4 files you have directly merged all the new changes in the develop branch into this which should not be done you have to refactor those changes according to this new branch. Also you have reverted the new user model to the develop one ,it should be converted back. Please look out carefully at all these changes,it will require some time ,if you need any help then contact me . |
Actually the issue doesn't mentioned that I have to refactor the changes and then merge so I directly merged them and the tests were failing due to the old user model so I converted back it to that of the develop branch. @palisadoes Can I go on with the new PR. Thanks. |
Please fix this immediately. This branch is to create new features for the new userType approach. |
I'll revert the PR. That will be faster |
Please open a new PR that does as the issue requests |
This reverts commit c4b25b1.
|
It does say to refactor. The issue text states:
I have edited the issue further to reiterate this and add some clarity in other areas. Do you feel comfortable doing this? It's an important feature that needs to be fixed and has caused confusion for a few years |
What kind of change does this PR introduce?
merged develop into develop-userTypeFix branch
Issue Number:
Fixes #1904
Did you add tests for your changes?
Snapshots/Videos:
Not required
If relevant, did you update the documentation?
Not relevant
Summary
Does this PR introduce a breaking change?
Other information
Not required
Have you read the contributing guide?