Jari Bakken
2344cbb6c7
Add HipChat notifications
2020-02-20 08:30:06 +01:00
Jari Bakken
162554387b
Add .travis.yml
2020-02-20 08:30:06 +01:00
Anders Olsen Sandvik
0da3777ae3
Create README.md
2020-02-20 08:30:05 +01:00
Ivar Conradi Østhus
03b4ec9751
3.2.15
2020-02-12 22:19:14 +01:00
Ivar Conradi Østhus
72fc08b432
chore: update changelog
2020-02-12 22:14:42 +01:00
Ivar Conradi Østhus
a4961cc6d3
fix: missing feature toggle should pre-fill name
2020-02-12 22:14:42 +01:00
Ivar Conradi Østhus
00064644e5
fix: Strategy config not maintainted in create toggle
2020-02-12 22:14:42 +01:00
Ivar Conradi Østhus
5c16ba8ae5
3.2.14
2020-02-12 20:43:32 +01:00
Ivar Conradi Østhus
cb69cf8c1c
chore: update CHANGELOG.md
2020-02-12 20:40:56 +01:00
Ivar Conradi Østhus
2b93358fa3
chore: change title in devmode
2020-02-11 08:58:11 +01:00
Ivar Conradi Østhus
57f1699c00
fix: upgrade react-mdl to version 2.1.0
2020-01-26 12:03:10 +01:00
Ivar Conradi Østhus
f6a2508218
fix: failing test
2020-01-10 08:30:50 +01:00
Ivar Conradi Østhus
ae0aae740a
3.2.13
2020-01-10 08:24:23 +01:00
Ivar Conradi Østhus
04206eb1c6
chore: update changelog
2020-01-10 08:23:52 +01:00
Ivar Conradi Østhus
c3aa3ea88f
fix: Should be possible to clone even if strategy does not have groupId
2020-01-10 08:22:08 +01:00
Ivar Conradi Østhus
c27fb9ac1d
3.2.12
2020-01-09 22:53:18 +01:00
Ivar Conradi Østhus
ed933de190
chore: update changelog.md
2020-01-09 22:52:43 +01:00
Ivar Conradi Østhus
19443c651f
Feat: clone feature toggle configuration ( #201 )
...
Create a new feature toggle by cloning the config of an
existing feature toggle.
This feature alos moves away from the input store for the
"create feature toggle form".
2020-01-09 22:51:05 +01:00
Ivar Conradi Østhus
ff8ce52347
3.2.11
2020-01-08 08:22:49 +01:00
Ivar Conradi Østhus
fcf9e699dc
fix: clean up variants view
2020-01-08 08:22:17 +01:00
Ivar Conradi Østhus
6171423300
fix: update mini-css-extract-plugin to version 0.9.0
2020-01-08 07:27:43 +01:00
greenkeeper[bot]
aa07fe7bf6
fix: update fetch-mock to version 8.0.0 ( #199 )
...
* chore(package): update fetch-mock to version 8.0.0
* chore(package): update lockfile yarn.lock
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2020-01-08 07:22:10 +01:00
Ivar Conradi Østhus
88e2227fbe
fix: Clean up linitng
2020-01-06 20:18:39 +01:00
Ivar Conradi Østhus
d297186acb
fix: Cannot remove all variants in Admin UI
...
see https://github.com/Unleash/unleash/issues/544
2020-01-06 20:12:36 +01:00
Ivar Conradi Østhus
e837aebb66
Update CHANGELOG.md
2019-12-16 21:47:46 +01:00
ivaosthu
9c97d8c313
fix: missing strategy makes the toggle-configure crash
2019-12-16 21:44:27 +01:00
ivaosthu
ecc95f55b5
fix: do not show defaul environment in ui
2019-11-03 13:00:35 +01:00
ivaosthu
63aa67a7a8
3.2.9
2019-10-27 19:42:37 +01:00
ivaosthu
c44dab8ddf
chore: update CHANGELOG
2019-10-27 19:42:23 +01:00
Ivar Conradi Østhus
dd9c4bd1ab
fix: Update feature toggle description. ( #198 )
...
* fix: Update feature toggle description.
Currently it is always in edit mode which can be a bit confusing.
Usually one do not want to edit a toggle descirption and if one
do it should be OK to enter edit mode.
Now it alos stores changes in local state on the component so any
updates from the server should not affect the local value currently
beeing edited by the user.
fixes #168
* fix: Don't show strategy description during configure
2019-10-27 19:40:41 +01:00
Ivar Conradi Østhus
b8eda9599a
fix: Update feature toggle description. ( #196 )
...
Currently it is always in edit mode which can be a bit confusing.
Usually one do not want to edit a toggle descirption and if one
do it should be OK to enter edit mode.
Now it alos stores changes in local state on the component so any
updates from the server should not affect the local value currently
beeing edited by the user.
fixes #168
2019-10-26 22:55:52 +02:00
ivaosthu
24c616ec38
feat: Filter on all values in toogle data
2019-10-26 22:48:21 +02:00
Ivar Conradi Østhus
d837f525bd
feat: Add option for custom ui links ( #195 )
2019-10-26 22:05:38 +02:00
Valentin Jonovs
8b36bc1c0e
fix: Ensure chips are wrapped ( #194 )
2019-10-26 20:58:45 +02:00
ivaosthu
ef2999caa1
3.2.8
2019-10-24 16:30:32 +02:00
ivaosthu
b775cc20e1
chore: update CHANGELOG
2019-10-24 16:23:05 +02:00
ivaosthu
9a30b99705
fix: auto-fill groupId paramters
...
When configuring a gradual-rollout strategy the user has to define
the groupId paramter. Usually you just want to set it to the toggle
name. This change initalize the value to the toggleName.
2019-10-24 16:19:21 +02:00
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
ivaosthu
d1e0972401
3.2.7
2019-10-13 20:48:08 +02:00
ivaosthu
818dba5fd8
chore: update README.md
2019-10-13 20:47:51 +02:00
ivaosthu
1fb45944a5
fix: skip locale test for now
2019-10-09 20:29:46 +02:00
ivaosthu
89c42d697b
fix: upgrade react to 16.10.2
2019-10-09 20:14:37 +02:00
ivaosthu
159ddb8b18
fix: upgrade eslint to version 6.5.1
2019-10-09 20:05:58 +02:00
ivaosthu
02f7f9f2e9
fix: upgrade style-loader to version 1.0.0
2019-10-09 20:04:13 +02:00
ivaosthu
086d80d6fd
fix: Build with node-10
2019-10-09 20:02:15 +02:00
ivaosthu
2603ce8d5d
chore: update yarn.lock
2019-10-09 20:01:08 +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
Weslei Juan Novaes Pereira
ca2350c05b
fix: Added plugin to remove dist folder automatically ( #191 )
...
* Added official sdk in the footer
* Updated footer snapshot
* linting
2019-10-08 12:08:23 +02:00
Valentin Jonovs
0989f8e681
fix: Prevent text highlighting overlap between chips ( #188 )
2019-10-08 11:58:35 +02:00
ivaosthu
c536a42c79
chore: update readme
2019-10-05 09:55:08 +02:00