aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/NotificationsSerializer.java
Commit message (Expand)AuthorAgeFilesLines
* Move out mail templating to separate classBjørn Christian Seime2023-10-201-2/+3
* Remove dead codeBjørn Christian Seime2023-10-201-1/+0
* Introduce 'title' to notificationBjørn Christian Seime2023-10-201-0/+3
* Include email content when persisting notificationBjørn Christian Seime2023-10-161-1/+36
* Add notification type for account relatedBjørn Christian Seime2023-10-161-0/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use switch expressionMartin Polden2022-12-161-4/+0
* Clear controller-owned warnings on submissionJon Bratseth2022-09-121-43/+41
* Discard notification entires with outdated job typejonmv2022-04-281-0/+10
* Warn when application is built with a parent on lower major than the systemjonmv2022-04-271-0/+2
* Move test package logic to separate class, with validation, resulting in noti...jonmv2022-04-251-0/+2
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-8/+2
* Serialise JobType with zone in remaining serializersjonmv2022-04-191-4/+12
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Move helper methods to SlimeUtilsMartin Polden2021-06-211-12/+12
* Add notification type reindexValerij Fredriksen2021-06-181-0/+2
* Add notification level infoValerij Fredriksen2021-06-181-0/+2
* Remove notification serialization migrationValerij Fredriksen2021-05-031-9/+3
* Add feed blocked notificationValerij Fredriksen2021-04-291-0/+2
* Move notification level to notificationValerij Fredriksen2021-04-291-7/+31
* Store Notifications in ZKValerij Fredriksen2021-04-211-0/+104