summaryrefslogtreecommitdiffstats
path: root/cmd/platform/mattermost.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* app type transition (#7167)Chris2017-09-061-1/+1
|
* Add jobserver command to platform binary (#7067)Christopher Speller2017-08-011-1/+1
| | | | | | | | * Add jobserver command to platform binary * Fixing jobserver config. Adding jobserver flags. * Fixing govet in makefile
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-1/+3
| | | | | | | | | | * 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-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Upgrading server dependancies (#6431)Christopher Speller2017-05-171-0/+6
|
* 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
* Add CLI tool for validating the config.json file (#6041)Simon Soriano2017-04-171-1/+1
|
* PLT-6113 Added initial unit tests for cmd package (#6086)Harrison Healey2017-04-151-8/+11
| | | | | | | | * Fixed app.CreateUser not using the provided locale * Added initial unit tests for cmd package * Disabled unit tests while we move to 'go build'
* 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
* Removing old CLI (#5797)Christopher Speller2017-03-201-15/+2
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-2/+2
| | | | | | | | | | * 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 reset command (#4732)Christopher Speller2016-12-071-0/+2
|
* Improving command line interface (#4689)Christopher Speller2016-12-061-0/+84