summaryrefslogtreecommitdiffstats
path: root/app/compliance.go
Commit message (Collapse)AuthorAgeFilesLines
* Idiomatic error handling for app/c*.go (#9423)Jesús Espino2018-09-241-15/+16
|
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-4/+3
|
* more global config ref cleanup (#7802)Chris2017-11-091-3/+2
|
* Reduce utils.Cfg references (#7650)Chris2017-10-181-3/+3
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Goroutine wranglin (#7556)Chris2017-10-031-1/+3
| | | | | | * goroutine wranglin * synchronize WebConn.WritePump
* remove einterface gets (#7455)Chris2017-09-191-4/+3
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* app type transition (#7167)Chris2017-09-061-7/+8
|
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-4/+5
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-3/+3
| | | | | | | | | | * 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
* Implement compliance endpoints for APIv4 (#5683)Joram Wilander2017-03-131-2/+2
| | | | | | * Implement compliance endpoints for APIv4 * Add paging to get reports endpoint
* More app code migration (#5170)Joram Wilander2017-01-251-0/+62
* Migrate admin functions into app package * More user function refactoring * Move post functions into app package