summaryrefslogtreecommitdiffstats
path: root/api4/data_retention.go
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all the api4 to handle errors in idiomatic way (#9143)Jesús Espino2018-08-011-4/+4
|
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-6/+0
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* PLT-7705: API to get data retention policy. (#7539)George Goldberg2017-10-021-0/+30
* PLT-7705: API to get data retention policy. * Fix review comments.