aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/notification/NotificationsDb.java
Commit message (Expand)AuthorAgeFilesLines
* Set title for existing notificationsValerij Fredriksen2023-10-231-18/+60
* Introduce 'title' to notificationBjørn Christian Seime2023-10-201-5/+5
* Include email content when persisting notificationBjørn Christian Seime2023-10-161-1/+0
* Add additional overload taking email contentBjørn Christian Seime2023-10-161-3/+10
* Add debug logging to determine why deploy warnings are not mailedBjørn Christian Seime2023-10-101-3/+11
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid duplicate reindexing notificationValerij Fredriksen2023-01-091-9/+11
* Add cause to reindexing notificationValerij Fredriksen2023-01-091-10/+15
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Remove unnecessary packageMartin Polden2022-05-041-2/+0
* Preserve reentrancyjonmv2022-04-171-4/+5
* Enable email on deployment metrics notificationsEirik Nygaard2022-04-061-7/+13
* A new source must only contain the existing for a notification to already existEirik Nygaard2022-04-061-1/+1
* Use email as notification sink for newly created notificationsEirik Nygaard2022-04-051-5/+20
* Allow operators to list all notificationsValerij Fredriksen2022-02-181-0/+5
* Adjust feed block notification warning thresholdValerij Fredriksen2022-02-171-2/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Text.fmt -> Text.formatArne Juul2021-06-291-2/+2
* String.format -> Text.fmtArne Juul2021-06-291-2/+3
* US localeKristian Aune2021-06-291-1/+1
* Remove temporary cleanup methodValerij Fredriksen2021-06-211-29/+0
* Create reindex notifications from deployment metricsValerij Fredriksen2021-06-181-23/+42
* Remove notifications for instances no longer referenced in deployment.xmlValerij Fredriksen2021-06-171-0/+29
* use US localeKristian Aune2021-05-191-1/+2
* Remove temporary notifications DB cleanupValerij Fredriksen2021-05-071-19/+0
* Remove the correct notificationsValerij Fredriksen2021-05-051-2/+3
* Store application package warning for manual deployment with deployment sourceValerij Fredriksen2021-05-041-0/+18
* Add feed blocked notificationValerij Fredriksen2021-04-291-0/+68
* Move notification level to notificationValerij Fredriksen2021-04-291-5/+10
* Delete under lock and skip update partValerij Fredriksen2021-04-221-3/+5
* Rename to setNotification()Valerij Fredriksen2021-04-221-3/+3
* Allow filtering notifications by productionValerij Fredriksen2021-04-211-2/+8
* Expose notifications in /applications/v4/Valerij Fredriksen2021-04-211-0/+76