summaryrefslogtreecommitdiffstats
path: root/app/license_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove license globals entirely (#8229)Chris2018-02-091-1/+74
| | | | | | | | * remove license globals entirely * fix infinite recursion * test fix
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-3/+1
|
* Fix races / finally remove global app for good (#7570)Chris2017-10-041-0/+3
| | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
* Remove global app references (#7433)Chris2017-09-121-9/+6
| | | | | | | | * remove global app references * test fix * fix api4 test compilation
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* app type transition (#7167)Chris2017-09-061-7/+11
|
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-1/+1
| | | | | | | | | | * PLT-6226 Fixing races with licensing * Fixing build issue * Fixing licensing issue * removing commented code
* 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
* PLT-6115 adding unit tests for licensing (#5916)Corey Hulen2017-04-041-0/+37
* Adding test to license sql store * PLT-6115 adding unit tests for licensing * Removing unused test