summaryrefslogtreecommitdiffstats
path: root/store/storetest/post_store.go
Commit message (Collapse)AuthorAgeFilesLines
* ABC-228 Update GetPosts caching to work for non-60 limits (#8233)Joram Wilander2018-02-091-2/+21
| | | | | | | | * Update GetPosts caching to work for non-60 limits * Only cache on limits of 30/60 and add test * Add comments clarifying 30 and 60 limits
* fix posts created at test (#7977)Chris2017-12-141-10/+5
|
* Remove unused variables / code (#7736)Chris2017-10-301-1/+1
| | | | | | * remove unused variables / code * fix bug in testPostStoreGetOldest
* PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)George Goldberg2017-10-251-1/+30
|
* refactor max channels per team enforcement (#7690)Chris2017-10-201-7/+7
|
* store/storetest package (#7588)Chris2017-10-061-0/+1684
* prerequisites * storetest package