-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add team support for review request #12039
Conversation
Block go-gitea#11355 Signed-off-by: a1012112796 <1012112796@qq.com>
will this allow me to request changes to a review i opened, but that I'm actually coöperating with other people? |
Pleace dont do too mouch in one pull - split them up and it's easyer to maintain |
I haven't did other thing ... 🤔 |
@a1012112796 : |
Codecov Report
@@ Coverage Diff @@
## master #12039 +/- ##
==========================================
- Coverage 42.52% 42.50% -0.02%
==========================================
Files 672 673 +1
Lines 73785 74126 +341
==========================================
+ Hits 31374 31506 +132
- Misses 37340 37508 +168
- Partials 5071 5112 +41
Continue to review full report at Codecov.
|
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.
Imho it would be better to add new column AssigneeTeamID
than reuse same field with negative values. If we later finally implement foreign keys in database this will backfire
Please resolve conflicts |
Co-authored-by: Lauris BH <lauris@nix.lv>
* Fix getReviewers() return * Simplify ui logic * Fix some bugs about Original author
OK I just need to test this. |
Hmm... just tried to remove a request for administrator to review and got the following error:
|
@zeripath fixed |
this pull is now also a bugfix 😆, if fix #12878 |
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.
code looks nice, it fix a bug and works
I think it still should get @zeripath review :) |
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.
I also think it would look a bit better with a team icon shown
Signed-off-by: Andrew Thornton <art27@cantab.net>
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.
I don't know what happened. I managed to somehow end up with reviewers being disabled but I don't know how and I can't replicate it now. So I'm approving.
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.
call it team work - for team review 👍
🚀 |
🚀 |
follow go-gitea#12039, show original author's reviews by other way. fix go-gitea#11705. Signed-off-by: a1012112796 <1012112796@qq.com>
As title.
Block #11355