--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
How do private changes/wip changes affect notifications sent to users watching project?
As in, if users want to get only notifications about new changes and change is wip initially, they probably won't get it, even after it is ready for review later, so they will never get notified.
On Tuesday, 11 September 2018 12:46:33 UTC+2, webcz...@poczta.onet.pl wrote:How do private changes/wip changes affect notifications sent to users watching project?I believe, as I experienced out of practice:
- WIP implies (almost) no notifications at all.
- Privates restricts the notifications to be sent only to those who can view the change - watching a project should notify you as long as the owner adds you as a reviewer (e.g. on push time "git push -o r=username").
As in, if users want to get only notifications about new changes and change is wip initially, they probably won't get it, even after it is ready for review later, so they will never get notified.
That is true on 2.15.x, but on master I think this has improved with change 170350, with a notification when it transitions to ready, which is what Logan is referring to.Also useful perhaps, is this table mentioned in the documentation: https://gerrit-documentation.storage.googleapis.com/Documentation/2.15.3/rest-api-changes.html#set-review-notificationsHTH
--