summaryrefslogtreecommitdiffstats
path: root/api/command_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Added slight delay to TestEchoCommand to account for race conditionhmhealey2015-09-301-0/+3
|
* Update the /join command to use the correct redirect URL, and update the ↵Justyn Shull2015-09-291-2/+3
| | | | test to match
* Added unit testsnickago2015-08-261-1/+36
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-6/+6
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-4/+4
| | | | references from FullName to Nickname.
* Fixing unit tests=Corey Hulen2015-07-061-4/+5
|
* fixing race condition in unit tests=Corey Hulen2015-07-051-4/+4
|
* update unit tests for default channelsJoramWilander2015-06-291-1/+1
|
* first commit=Corey Hulen2015-06-141-0/+146