tripleo-ui/src/__tests__/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
..
HeatApiService.tests.js Refactors service url retrieval 2016-06-22 10:59:50 +02:00
KeystoneApiService.tests.js Upgrade Babel, Webpack and Lodash to latest versions 2016-03-07 15:10:51 +01:00
utils.tests.js Expand %(tenant_id)s macro in service URLs 2017-01-11 17:41:08 +00:00