summaryrefslogtreecommitdiffstats
path: root/einterfaces/cluster.go
Commit message (Collapse)AuthorAgeFilesLines
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-1/+1
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* Adding caching layer to some posts calls (#4779)Christopher Speller2016-12-141-0/+2
|
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-0/+1
| | | | | | * PLT-4853 Adding caching invalidation to HA * PLT-4853 Adding cach purging to the server
* PLT-4357 Adding stats to HA (#4638)Corey Hulen2016-11-281-0/+1
| | | | | | | | * PLT-4357 adding stats to HA * PLT-4357 adding stats to HA * Fixing getting stats from the current server
* Fixing clustering problem (#4320)Corey Hulen2016-10-251-1/+0
|
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-041-0/+32
* PLT-2899 adding clustering of app servers * PLT-2899 base framework * PLT-2899 HA backend * PLT-2899 Fixing config file * PLT-2899 adding config syncing * PLT-2899 set System console to readonly when clustering enabled. * PLT-2899 Fixing publish API * PLT-2899 fixing strings