summaryrefslogtreecommitdiffstats
path: root/cmd/platform/init.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* app type transition (#7167)Chris2017-09-061-3/+3
|
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-4/+10
| | | | | | | | | | * PLT-6471 Properly panic when translations can't be loaded * Print usage messages when errors occur during CLI initialization * Reverted behaviour of FindDir and added second return value to it * Fixed merge conflict
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-181-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-6317 disable file watcher while running from makefile (#6103)Corey Hulen2017-04-171-0/+1
| | | | | | * PLT-6317 disable file watcher while running from make file * Removing debug stmt
* Fixing config file watch and config reload on license save (#5954)Corey Hulen2017-04-041-0/+1
| | | | | | | | | | * 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-6076 Read config file info from enviroment vars (#5873)Corey Hulen2017-03-291-0/+2
| | | | | | | | | | | | * Adding viper libs for config file changes * Removing the old fsnotify lib * updating some missing libs * PLT-6076 Read config file info from enviroment vars * Changing unit test to use less important props
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-281-2/+1
| | | | | | * Reload license from DB for all cluster app servers * Increase test timeout
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-2/+3
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* Fixing enterprise commands (#4960)Christopher Speller2017-01-041-0/+4
|
* Improving command line interface (#4689)Christopher Speller2016-12-061-0/+41