tripleo-ui/src/js/services
Honza Pokorny 9c9061c53b Remove SharedWorker in favor of cookies
Safari and Internet Explorer don't implement the SharedWorker API which
causes the referenced bug.  We're not using the SharedWorker API for
anything other than storing the keystone token.  This change removes the
SharedWorker code altogether, and instead stores the token in a standard
cookie.

New dependency:
  - react-cookie (MIT) https://github.com/thereactivestack/react-cookie

Change-Id: Ieebcd946b59cb4afb696e12eabf75dec96aeab11
Closes-Bug: 1647590
2017-01-17 13:44:55 -04:00
..
HeatApiErrorHandler.js Redirect user to login page when token expires 2016-11-09 11:43:04 +01:00
HeatApiService.js Add deployment cancellation/deletion 2016-10-18 11:43:26 +02:00
IronicApiErrorHandler.js Redirect user to login page when token expires 2016-11-09 11:43:04 +01:00
IronicApiService.js Update Nodes listing 2016-09-09 08:42:36 +02:00
KeystoneApiErrorHandler.js Redirect user to login page when token expires 2016-11-09 11:43:04 +01:00
KeystoneApiService.js Refactor Api Services 2015-11-27 18:58:20 +01:00
MistralApiErrorHandler.js Don't log out when mistral action fails to run 2017-01-10 14:32:43 -04:00
MistralApiService.js Save the result of direct action calls in Mistral 2016-10-05 12:07:37 +01:00
SwiftApiErrorHandler.js Merge "Redirect user to login page when token expires" 2016-11-09 13:30:25 +00:00
SwiftApiService.js Use mistral action to create new containers 2016-11-07 17:24:45 +01:00
ZaqarWebSocketService.js Redirect user to login page when token expires 2016-11-09 11:43:04 +01:00
logger.js Add central logging 2016-10-14 10:25:01 -03:00
utils.js Expand %(tenant_id)s macro in service URLs 2017-01-11 17:41:08 +00:00