summaryrefslogtreecommitdiffstats
path: root/app/license.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* app type transition (#7167)Chris2017-09-061-14/+14
|
* Add POST and DELETE /license endpoints for v4 (#6665)Joram Wilander2017-06-191-6/+7
| | | | | | * Add POST and DELETE /license endpoints for v4 * Fix comment text
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-181-21/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added initial job server * Added job server to be ran as part of platform * Added test job to the enterprise repo * Fixed job server not loading license * Renamed job package to jobs * Fixed TE not being buildable * Added JobStatus table to database * Changed fields used by JobStatus * Added APIs to query job status * Added config change listener to server * Added option to run job server from Makefile * Added ability to enable/disable jobs from config * Commented out placeholder for search indexing job * Fixed govet * Removed debug messages and fixed job api init message
* 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
* Fixing config file watch and config reload on license save (#5954)Corey Hulen2017-04-041-0/+3
| | | | | | | | | | * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue
* PLT-6090 adding ability to read license file from disk (#5895)Corey Hulen2017-03-311-11/+31
| | | | | | | | * PLT-6090 adding ability to read license file from disk * Fixing unit test that fails only sometimes * Fixing test that fails randomly
* Fix policy application in team edition. (#5771)George Goldberg2017-03-151-0/+4
|
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-281-0/+99
* Reload license from DB for all cluster app servers * Increase test timeout