##// END OF EJS Templates
fix(permissions): added a common way to update private flag via repo model...
fix(permissions): added a common way to update private flag via repo model - this allows to have a one and only one way to control the flag with the business logic shared - added test for that - changed view to use this method instead of DB update and custom permissions flush - fixed a case when update of repo settings didn't flush permissions actually while it should when private flag changed

File last commit:

r3290:ac4e4e5a default
r5551:5b9b5ed2 default
Show More
notifications-overview.rst
22 lines | 716 B | text/x-rst | RstLexer
/ docs / collaboration / notifications-overview.rst
project: added all source files and assets
r1 Notifications Overview
----------------------
docs: added SAML documentation....
r3290 |RCE| has an integrated notification system which alerts users to requests
project: added all source files and assets
r1 that they have received. Notifications can occur for the following reasons:
* Pull request reviews
* Commit message mentions
When someone opens a |pr| on one of your |repos|, or adds you as a |pr|
reviewer, you will receive a notification in |RCE| and an email,
if not configured see :ref:`set-up-mail`. Also, during the review process you
receive notifications on the following actions:
* New comments
* Status changes
* Inline code review comments
Each notifications provides a link to take you directly to the issue.
.. image:: ../images/notifications.png
:alt: Notifying Colleagues