Ivar Conradi Østhus
8ad6f3dc35
feat: Add support for flexible rollout strategy. ( #193 )
...
UI part of https://github.com/Unleash/unleash/issues/516
2019-10-24 16:19:07 +02:00
Luan Raithz Machado
c25c0a76a8
fix: babel-preset-env ( #190 )
...
* changed do @babel/preset-env
* runned lint fix
* added beforeEach in ui-config-store-test
2019-10-09 19:58:49 +02:00
Ivar Conradi Østhus
51c29ca044
fix: Cleanup logut flow
2019-04-03 20:13:32 +02:00
ivaosthu
eaa20927c0
chore: Fix linting
2019-03-13 09:11:30 +01:00
ivaosthu
c4900262f2
feat: Customisable UI via config
...
This feature enables overrides of certain UI elements from the API
such as setting a different background color for the header.
This will make it easier to customise the UI in different environemnt.
2019-03-13 08:49:50 +01:00
ivaosthu
2d8b287848
fix: Use toggle/on/off endoints to ensure correct state
2019-03-07 22:30:45 +01:00
ivaosthu
fc955a5b97
feat: Inital beta for variants
2019-02-08 08:59:27 +01:00
ivaosthu
d904690473
feat(update-toggle): Do not change route after feature toggle update
2018-08-15 19:11:03 +02:00
ivaosthu
2f2581298b
fix(eslint): ovveride test rules in root .eslintrc file
2018-08-13 13:13:27 +02:00
Corinne Krych
507f3c7ec1
fix(signout): make signout works with proxy
2018-04-16 14:27:34 +02:00
ivaosthu
f79e5f191b
Bugfix: actions should always throw errors
2018-01-20 13:06:13 +01:00
ivaosthu
da86b62509
Implement support for cutstom authentication.
2018-01-16 15:24:06 +01:00
ivaosthu
5a15396ce4
Add reducer test
2017-11-29 10:08:40 +01:00
ivaosthu
a33aed3461
Add version details to the footer.
2017-11-24 08:41:36 +01:00
ivaosthu
e8441f3111
Cleanup error messages for strategies
2017-11-02 23:32:02 +01:00
Simen Bekkhus
8ef9def08c
Use 120 as width in prettier ( #90 )
2017-08-28 21:40:44 +02:00
Simen Bekkhus
683ae7e6d8
Use prettier ( #87 )
...
* Use prettier
* Upgrade to 1.6 beta
* Update lint deps
* Upgrade to full 1.6
2017-08-28 19:15:47 +02:00
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