1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

80 Commits

Author SHA1 Message Date
Simen Bekkhus
e63e92028b Upgrade webpack (#86)
* Upgrade webpack

Fixes #83

* Transform modules in tests

* rc1 of extract text

* rc2 of extract text

* stable of extract text

* last dep bumps

* Add ModuleConcatenationPlugin

* Fix lint error
2017-07-10 23:30:38 +02:00
Simen Bekkhus
6e0db0a998 Upgrade eslint 2017-06-29 08:36:10 +02:00
Ivar
f56118ac0f Should also decode cookie value when reading.
This solves encoding issues and closes #39
2017-01-24 11:45:46 +01:00
Ivar
617d374c06 Should update archive store correctly when reviving.
This closes #54
2017-01-24 11:41:01 +01:00
sveisvei
5f02274737 use toggle-endpoint, cleanup strategy sort IDs 2017-01-09 11:08:04 +01:00
Ivar
3a15da5913 Fix encoding issue in username cookie #39 2017-01-04 22:52:23 +01:00
sveisvei
7243dce22d add sort strategies via react-dnd 2016-12-30 23:24:46 +01:00
ivaosthu
b42742e992 Make strategy tab part of the url to increase linkability. 2016-12-18 10:27:04 +01:00
ivaosthu
24b0358113 improve feedback when strategy create/update fails 2016-12-17 16:47:16 +01:00
ivaosthu
398f46c561 Make edit strategy view 2016-12-17 14:47:08 +01:00
sveisvei
dc2e68dc29 cleanup 2016-12-14 13:28:26 +01:00
sveisvei
821bf0e19b add fields to strategies 2016-12-13 19:56:52 +01:00
ivaosthu
abc8c8cfd6 Remove client-strategies 2016-12-09 17:50:48 +01:00
sveisvei
946f9af733 applications 2016-12-09 14:02:36 +01:00
ivaosthu
8fc5544ab4 Added view strategy view 2016-12-05 23:00:29 +01:00
sveisvei
b35ad9a91b add history to view part1 2016-12-05 17:59:16 +01:00
sveisvei
3b6fcd7f62 remove log 2016-12-05 15:15:55 +01:00
sveisvei
a1006e14f0 add application view 2016-12-05 15:15:01 +01:00
sveisvei
d2ea5db48c add seen apps 2016-12-05 14:19:19 +01:00
sveisvei
cd34dd8e89 move feature-metrics-api 2016-12-04 20:01:12 +01:00
ivaosthu
49ba034cfc WIP client applications 2016-12-03 15:54:15 +01:00
ivaosthu
2318710c68 fix url to toggle metrics 2016-12-01 17:18:51 +01:00
ivaosthu
8af876f3d0 update metrics URI for feature-toggles 2016-11-30 19:11:36 +01:00
ivaosthu
e23cdfeb8d Show username in AppBar 2016-11-25 15:37:06 +01:00
ivaosthu
67bdb16659 Show a dialog if the username cookie is not set.
This is used by unleash server to show who changes what.
By making this a required input allow us to make sure
it is always set.
2016-11-24 21:32:29 +01:00
ivaosthu
bb3791987d simplify immutable js 2016-11-24 20:30:06 +01:00
ivaosthu
b3c9aa121d Implemented a settings-store backed by localstorage.
Closes #9
2016-11-24 19:34:23 +01:00
Ivar
993222a749 Fix input-store list bug.
Because we convert items from Immutable Object to js
we can not just look up items in a list property via
the object itself, as it is not the same.

The easy fix is to just use the index of the item in
the list, as we already know it anyway.

closes #5
2016-11-16 21:20:41 +01:00
ivaosthu
8070e6000e fix urls 2016-11-10 16:34:39 +01:00
ivaosthu
d21bf84a5b init 2016-11-10 14:27:06 +01:00