Ticket #5189 (closed enhancement: fixed)
Opened 5 years ago
Last modified 2 years ago
Feature request: add --no-notification option to trac-post-commit-hook
| Reported by: | OK | Owned by: | rblank |
|---|---|---|---|
| Priority: | low | Milestone: | 0.12-multirepos |
| Component: | notification | Version: | 0.10.3.1 |
| Severity: | trivial | Keywords: | multirepos |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
trac-post-commit-hook should include --no-notification or similar option that would disable the e-mail notification.
We are using also Subversion e-mail notifications and feel that two identical e-mails are too much in our case. We have solved this locally just by commenting those 2 e-mail lines away. But it would be nice to have this added to release also.
Attachments
Change History
comment:1 Changed 5 years ago by cboos
- Milestone set to 0.11
- Owner changed from eblot to cboos
comment:3 Changed 3 years ago by rblank
- Owner changed from cboos to rblank
I'll do that if you don't mind.
comment:4 Changed 3 years ago by rblank
The new commit_ticket_update.py plugin in the multirepos branch has a configuration option [ticket] commit_ticket_update_notify that allows disabling ticket change notification for commit comments.
comment:5 Changed 3 years ago by rblank
- Keywords multirepos added
This will have to be closed once multirepos is merged to trunk.
comment:6 Changed 3 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
So that got fixed on the branch in r8094.
comment:7 Changed 2 years ago by cboos
- Milestone changed from 0.12 to 0.12-multirepos



Ok.