Gitea: Broadcasting message(global)

Created on 20 Aug 2017  路  9Comments  路  Source: go-gitea/gitea

It would be useful to have broadcast message globally in case Admins want the users know about any downtime/updates etc.

kinfeature revieweconfirmed

Most helpful comment

@bkcsoft you are right. Gitlab way is the proper way so far(to me). We are using gitlab for work within our team and its easy to broadcast a message for maintenance etc.

All 9 comments

There has to be an API _and_ a sub-command (./gitea broadcast -m "deploying in 5 minutes") for scriptability 馃槈

add a new notification to all users? right?

screen shot 2017-08-24 at 9 54 59 am

@appleboy No, display a large banner for broadcasts. I'm assuming something like GitLab has:

@bkcsoft you are right. Gitlab way is the proper way so far(to me). We are using gitlab for work within our team and its easy to broadcast a message for maintenance etc.

Nice idea.
Are you working on it? It is a concept?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

This issue has been automatically closed because of inactivity. You can re-open it if needed.

Just (re-)finding this issue. This would also need to be advertise on git login (similar to gitlab).

If this is implemented with anything but an e-mail it will be difficult for admins to broadcast downtime notices effectively. Perhaps it needs both kinds of notifications (selectable): e-mail and web notice.

I don't mean to add complexity to this issue, but here's a few related ideas:

  • Setup welcome messages.
  • Notices for an entire organization, or even teams.
  • Notices for repo watchers from owners.
Was this page helpful?
0 / 5 - 0 ratings