simple push email notification #1470

Closed
opened 2025-11-02 04:01:50 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @luzik on GitHub (Jan 19, 2018).

  • Gitea version (or commit ref): 1.3.2
  • Git version:
  • Operating system: Linux
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

It would be nice to have very simple email push notification made outside gitea and from inside of web interface to everyone that watch those repositories. Just simple email with gitea links to all commits included in push.
I found few other similar kinds, but those was more sophisticated ideas like diff in email or so.

Screenshots

Originally created by @luzik on GitHub (Jan 19, 2018). - Gitea version (or commit ref): 1.3.2 - Git version: - Operating system: Linux - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description It would be nice to have very simple email push notification made outside gitea and from inside of web interface to everyone that watch those repositories. Just simple email with gitea links to all commits included in push. I found few other similar kinds, but those was more sophisticated ideas like diff in email or so. ## Screenshots
GiteaMirror added the type/proposal label 2025-11-02 04:01:50 -06:00
Author
Owner

@xor-gate commented on GitHub (Jun 21, 2018):

An additional feature could be when a PR is created, and afterwards pushes are made into that PR branch pushes are notified.

@xor-gate commented on GitHub (Jun 21, 2018): An additional feature could be when a PR is created, and afterwards pushes are made into that PR branch pushes are notified.
Author
Owner

@sapk commented on GitHub (Jan 16, 2020):

If I have understand the need, It is now implemented.
Feel free to re-open if it is not the case.

@sapk commented on GitHub (Jan 16, 2020): If I have understand the need, It is now implemented. Feel free to re-open if it is not the case.
Author
Owner

@thanegill commented on GitHub (Jan 16, 2020):

@sapk Can you link to the documentation or PR that implements this?

@thanegill commented on GitHub (Jan 16, 2020): @sapk Can you link to the documentation or PR that implements this?
Author
Owner

@sapk commented on GitHub (Jan 16, 2020):

@thanegill I may have gone to fast on this one. Gitea don't seems to send notification for git commit push.

@sapk commented on GitHub (Jan 16, 2020): @thanegill I may have gone to fast on this one. Gitea don't seems to send notification for git commit push.
Author
Owner

@lunny commented on GitHub (Jan 17, 2020):

@sapk 705b1e49a8/modules/repofiles/action.go (L278)

@lunny commented on GitHub (Jan 17, 2020): @sapk https://github.com/go-gitea/gitea/blob/705b1e49a8b2ac8df377120f70f3548df15cdf49/modules/repofiles/action.go#L278
Author
Owner

@sapk commented on GitHub (Jan 17, 2020):

It doesn't seems to be implemented for email. Only to notify indexer and webhook.

@sapk commented on GitHub (Jan 17, 2020): It doesn't seems to be implemented for email. Only to notify indexer and webhook.
Author
Owner

@lunny commented on GitHub (Jan 17, 2020):

@sapk OK. That's the problem.

@lunny commented on GitHub (Jan 17, 2020): @sapk OK. That's the problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1470