summaryrefslogtreecommitdiffstats
path: root/api4/brand_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add a delete brand image action on the APIv4 (#9552)Julien Levesy2018-10-151-0/+27
|
* [MM-10718] Move custom branding to TE (#8871)Saturnino Abril2018-06-021-5/+2
| | | | | * move custom branding to TE * move brand's enterprise code to server and remove BrandInterface
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-2/+2
| | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-18/+6
| | | | | | | | | | | | * Move system console to use v4 endpoints and redux * Rename logs dir to get past gitignore * Fix test email * Update brand unit test * Updates per feedback
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Implement brand image endpoints for APIv4 (#5733)Joram Wilander2017-03-141-0/+69
* Implement brand image endpoints for APIv4 * Fix unit test