summaryrefslogtreecommitdiffstats
path: root/cmd/platform/server.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-3/+7
| | | | | | | | | | * 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-1/+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-6472: Basic Elastic Search implementation. (#6382)George Goldberg2017-05-181-0/+6
| | | | | | | | | | | | | | * PLT-6472: Basic Elastic Search implementation. This currently supports indexing of posts at create/update/delete time. It does not support batch indexing or reindexing, and does not support any entities other than posts yet. The purpose is to more-or-less replicate the existing full-text search feature but with some of the immediate benefits of using elastic search. * Alter settings for AWS compatability. * Remove unneeded i18n strings.
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-271-0/+11
| | | | (#6213)
* PLT-6317 disable file watcher while running from makefile (#6103)Corey Hulen2017-04-171-0/+2
| | | | | | * PLT-6317 disable file watcher while running from make file * Removing debug stmt
* 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-6207: Fix EE policy application. (#5988)George Goldberg2017-04-051-0/+2
|
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-281-0/+3
|
* Removing old CLI (#5797)Christopher Speller2017-03-201-7/+0
|
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-281-1/+1
| | | | | | * Reload license from DB for all cluster app servers * Increase test timeout
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-241-137/+16
|
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-0/+2
| | | | | | * Implement APIv4 infrastructure * Update parameter requirement functions per feedback
* Merge branch 'release-3.6'Christopher Speller2017-01-271-0/+6
|\
| * Fixing CLI backwards compatibility (#5121)Christopher Speller2017-01-181-0/+6
| |
* | PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-18/+19
|/ | | | | | | | | | * 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 max channel notifications default.=Corey Hulen2017-01-031-0/+6
|
* PLT-4478 Do not stop server when only 1 read replia is supported. (#4940)Corey Hulen2017-01-031-2/+2
|
* Improving command line interface (#4689)Christopher Speller2016-12-061-0/+277