summaryrefslogtreecommitdiffstats
path: root/api4/data_retention.go
Commit message (Collapse)AuthorAgeFilesLines
* 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.