summaryrefslogtreecommitdiffstats
path: root/store/storetest/channel_store.go
Commit message (Collapse)AuthorAgeFilesLines
* [PLT-7364] Ability to Direct Message yourself (#7696)Carlos Tadeu Panato Junior2017-10-261-0/+15
| | | | | | * [PLT-7364] Ability to Direct Message yourself * [PLT-7364] add tests
* refactor max users per team (#7691)Chris2017-10-201-17/+17
|
* refactor max channels per team enforcement (#7690)Chris2017-10-201-75/+92
|
* [PLT-7764] Fix in:channel search when channel name/displayname includes `-` ↵Saturnino Abril2017-10-111-0/+120
| | | | | | | | | | (#7603) * fix in:channel search when channel name/displayname includes `-` * fix failing test in PostgreSQL * add lowercase indexes of channel's name and displayname to postgresql, and add unit tests
* store/storetest package (#7588)Chris2017-10-061-0/+1967
* prerequisites * storetest package