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

1265 Commits

Author SHA1 Message Date
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
b95564f2cf add switch to edit-view 2016-12-05 13:10:02 +01:00
sveisvei
1d23ccedb5 add metrics to edit-view 2016-12-05 12:57:21 +01:00
sveisvei
cd34dd8e89 move feature-metrics-api 2016-12-04 20:01:12 +01:00
sveisvei
14a0b1dba7 add spacing to grid 2016-12-04 15:25:33 +01:00
sveisvei
597ed58fe1 add pageTitle 2016-12-04 15:23:22 +01:00
sveisvei
c512345f71 remove old stuff 2016-12-04 15:02:45 +01:00
sveisvei
63d60c354e fix button action not affecting form 2016-12-04 13:55:43 +01:00
sveisvei
ca40eedb32 fix strategies menu 2016-12-04 13:51:31 +01:00
sveisvei
d7bcdd6c1b fix user 2016-12-04 13:25:20 +01:00
sveisvei
44fdc3c315 add typings and ignore 2016-12-04 12:49:28 +01:00
sveisvei
eeb40113c5 wip 2016-12-04 12:49:01 +01:00
ivaosthu
49ba034cfc WIP client applications 2016-12-03 15:54:15 +01:00
ivaosthu
d7901a2790 remove code 2016-12-03 15:18:50 +01:00
ivaosthu
e2fdacd997 cleanup history view a bit 2016-12-03 15:18:01 +01:00
ivaosthu
9fb0db1912 Trim name inputs for feature toggle and strategy.
closes #12
2016-12-03 14:29:33 +01:00
ivaosthu
2318710c68 fix url to toggle metrics 2016-12-01 17:18:51 +01:00
ivaosthu
bea9483132 update bundle 2016-11-30 21:24:00 +01:00
ivaosthu
8af876f3d0 update metrics URI for feature-toggles 2016-11-30 19:11:36 +01:00
Ivar
652c4b39f4 pure components 2016-11-26 10:01:48 +01:00
ivaosthu
e23cdfeb8d Show username in AppBar 2016-11-25 15:37:06 +01:00
ivaosthu
3b06845b8f update build 2016-11-24 22:00:53 +01:00
ivaosthu
58cc3cf1ef Include credentials in all mutating fetch requests. 2016-11-24 21:58:42 +01:00
ivaosthu
ac0a9f5230 update build 2016-11-24 21:49:39 +01:00
Ivar Conradi Østhus
2493e1175d Merge pull request #11 from Unleash/prompt_username
Show a dialog if the username cookie is not set.
2016-11-24 21:48:38 +01:00
ivaosthu
6f8199a014 fix linting 2016-11-24 21:45:22 +01:00
ivaosthu
91c12976e5 fix icons 2016-11-24 21:44:21 +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
e621d98b71 10 second timeout on error-snackbar 2016-11-24 20:41:05 +01:00
Ivar Conradi Østhus
f485e53bf0 Merge pull request #10 from Unleash/settings-store
Implemented a settings-store backed by localstorage.
2016-11-24 20:32:42 +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
ivaosthu
be35162a94 more event-differ 2016-11-22 22:58:09 +01:00
ivaosthu
cc8ccfd403 updated build 2016-11-22 22:05:45 +01:00
ivaosthu
edf0075282 add history for feature toggles 2016-11-22 22:04:30 +01:00
ivaosthu
0c0c61d5a3 fix EventHistory with diffs 2016-11-22 21:13:26 +01:00
Ivar
a7c844d716 add fetch polifill 2016-11-16 22:19:38 +01:00
Ivar
1a21e16710 Clear input store when user cancel.
Closes #4
2016-11-16 21:58:30 +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
Ivar
71cb26dede update bundle 2016-11-16 00:22:29 +01:00
Ivar
6b3af5565d fix eslint 2016-11-16 00:19:47 +01:00
Ivar
f921786850 wrap edit toggle to make sure it is loaded in store before we enter edit-component 2016-11-16 00:15:57 +01:00
Ivar
d3d8591b45 fix configure strategy UI 2016-11-15 23:14:30 +01:00
Ivar
35ca8b7fa9 fix link 2016-11-15 21:52:46 +01:00
ivaosthu
a642ce0c04 remove unused files 2016-11-14 09:49:38 +01:00
ivaosthu
a4e02aeda4 upgrade react-router 2016-11-14 09:32:13 +01:00
ivaosthu
ed0acc3265 upgrade normalize.css 2016-11-14 09:18:15 +01:00
Ivar Conradi Østhus
bb5a150dd9 Update README.md 2016-11-14 09:13:56 +01:00