summaryrefslogtreecommitdiffstats
path: root/api4/openGraph_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-1/+2
| | | | | | | | * fix races * revert unintentional change * fix test as intended
* Reduce utils.Cfg references (#7650)Chris2017-10-181-9/+12
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-0/+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
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-091-0/+3
| | | | | | | | | | | | | | | | * restrict untrusted, internal http connections by default * command test fix * more test fixes * change setting from toggle to whitelist * requested ui changes * add isdefault diagnostic * fix tests
* implement open graph metadata for apiV4 (#6343)Carlos Tadeu Panato Junior2017-05-101-0/+73