aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/LogSerializer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use switch expressionMartin Polden2022-12-161-17/+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
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Move helper methods to SlimeUtilsMartin Polden2021-06-211-1/+1
* Extract and use Serializers#instantMartin Polden2021-03-191-2/+1
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
* Handle log server giving overlapping log windows (with micro precision)Jon Marius Venstad2019-09-131-2/+3
* Add a comment warning about serialization format changesJon Bratseth2019-06-151-0/+7
* Update javadocMartin Polden2019-04-271-1/+1
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Resolve a few TODOsJon Marius Venstad2018-09-111-6/+2
* Replace log entry levels with typesJon Marius Venstad2018-08-271-3/+29
* Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-231-2/+1
* Replaced LogRecord LogEntry, and use a chunked Curator buffer for logsJon Marius Venstad2018-08-231-27/+56
* Use Optional for get and delete on appliation level in RunDataStoreJon Marius Venstad2018-08-231-0/+64