-
Notifications
You must be signed in to change notification settings - Fork 16
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
[issue - 28, 67, 68, 72,73] improvements in bitbucket subscriptions #75
[issue - 28, 67, 68, 72,73] improvements in bitbucket subscriptions #75
Conversation
Hello @sibasankarnayak, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
@dipak-demansol Can you start the QA in mean time to crosscheck if i had covered all the logical cases. |
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.
@sibasankarnayak Can you please remove the changes pertaining to attaching subscription to its creator? It was determined in #28 that this new behavior is undesired.
As long as "regular" users cannot see or edit subscriptions in channels they are not a member of, the current behavior is fine.
@sibasankarnayak i'll start working on after you Complete the changes as per mickmister Comment. |
@mickmister Sure, have seperated the code for issue #28 @dipak-demansol you can start testing |
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.
@sibasankarnayak
:- #67 :- LGTM
:- #72 :- LGTM
:- #73 :- LGTM
:- #68 :- have minor issue, issue link https://drive.google.com/file/d/1A68jP9Ig-6xjP8ejMfBxY2SBNCKDFQFx/view?usp=sharing
@dipak-demansol can you retest once more , fixed the logic |
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.
LGTM
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 16.18% 16.26% +0.07%
==========================================
Files 13 13
Lines 1853 1844 -9
==========================================
Hits 300 300
+ Misses 1534 1525 -9
Partials 19 19
Continue to review full report at Codecov.
|
@mickmister @jfrerich Can we merge this PR? (After resolving the conflicts) |
@hanzei, I don't see why we wouldn't. |
@hanzei This PR was submitted by Demansol. I'm not sure if we're able to update the PR with the conflict resolutions |
Re-submitted as #97 |
made some improvements in logic for subscription
Ticket Here
Fixes #67
Fixes #68
Fixes #72
Fixes #73