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

280 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
7e50ebbad9 fix: some ux cleanup for toggle types 2020-08-10 21:58:14 +02:00
Ivar Conradi Østhus
3ecdab8583 fix: tests 2020-08-07 11:27:49 +02:00
Ivar Conradi Østhus
bf4ac6ab6d fix: imporve type-chip color 2020-08-07 10:27:39 +02:00
Ivar Conradi Østhus
a0bad364e8 feat: stort by stale 2020-08-07 10:19:07 +02:00
Ivar Conradi Østhus
303b6edb99 feat: added time-ago to toggle-list 2020-08-07 10:08:23 +02:00
Ivar Conradi Østhus
f5ed3eaa1f feat: Add stale marking of feature toggles 2020-08-07 09:36:32 +02:00
Ivar Conradi Østhus
18a53c4c77 fix: only fetch types once 2020-08-06 11:09:40 +02:00
Ivar Conradi Østhus
6395568d55 feat: add support for toggle type 2020-08-06 11:03:40 +02:00
Ivar Conradi Østhus
cf8ac31f8c fix: upgrade react-dnd to version 11.1.3 2020-08-03 13:44:05 +02:00
Jaynish Buddhdev
d7ae641274 Feat: (VariantCustomization) Allow user to customize variant weights (#216)
Co-authored-by: Jaynish Buddhdev <bjaynish1@gmail.com>
2020-08-03 13:33:16 +02:00
Ivar Conradi Østhus
735b11297c fix: should handle zero variants 2020-06-04 15:06:44 +02:00
Ivar Conradi Østhus
7c0bb12799 fix: modal for variants 2020-06-04 15:00:16 +02:00
Ivar Conradi Østhus
97e11a3a88 fix: allow overflow for strategy card 2020-05-22 19:34:47 +02:00
Ivar Conradi Østhus
57bdf63043 fix: add common component input-list-field 2020-05-22 13:00:53 +02:00
Ivar Conradi Østhus
5cbfcf5f3b fix: improve on variant ui 2020-05-20 16:32:29 +02:00
Ivar Conradi Østhus
61cd47a0e7 fix: convert variant-view-component to function 2020-05-18 20:18:48 +02:00
Ivar Conradi Østhus
d4e2296fda fix: tune css a little 2020-05-18 16:05:57 +02:00
Ivar Conradi Østhus
2ef640f506 fix: lint 2020-04-18 22:06:49 +02:00
Ivar Conradi Østhus
6e657314c2 fix: rename use of legacy react lifecyle methods
replaced with "UNSAFE_*" methods. Needs to be fixed at some point.
2020-04-18 21:50:01 +02:00
Ivar Conradi Østhus
a3c6c8da37 fix: upgrade react-dnd to version 10.0.2"
Also drop Decorators
2020-04-18 21:48:38 +02:00
Ivar Conradi Østhus
b3846225f6 fix: default groupId never set for strategies (only in ui) 2020-03-10 15:09:28 +01:00
Ivar Conradi Østhus
877c24dc40 fix: lint 2020-02-27 23:12:49 +01:00
Ivar Conradi Østhus
73f2cebc7a fix: Add debounce for toggle-filter to avoid lag 2020-02-27 23:06:21 +01:00
Ivar Conradi Østhus
d7f9b892a3 feat: UI for view, create and edit context fields (#204)
* feat: UI for view, create and edit context fields

* fix: lint
2020-02-27 21:36:07 +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
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
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
fcf9e699dc fix: clean up variants view 2020-01-08 08:22:17 +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
ivaosthu
9c97d8c313 fix: missing strategy makes the toggle-configure crash 2019-12-16 21:44:27 +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
Valentin Jonovs
8b36bc1c0e fix: Ensure chips are wrapped (#194) 2019-10-26 20:58:45 +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
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
Valentin Jonovs
0989f8e681 fix: Prevent text highlighting overlap between chips (#188) 2019-10-08 11:58:35 +02:00
ivaosthu
103c3d941f feat: boolean strategy paramters 2019-05-07 20:44:29 +02:00
ivaosthu
c65d335b25 fix: lint errors 2019-05-04 06:26:02 +02:00
ivaosthu
7866a7e844 fix: Clean up the UI with empty states 2019-05-04 06:22:02 +02:00
Ivar Conradi Østhus
106085cb63 chore: remove unleash.beta.variants flag 2019-04-03 20:28:46 +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
2d8b287848 fix: Use toggle/on/off endoints to ensure correct state 2019-03-07 22:30:45 +01:00
ivaosthu
fba362f66a fix: Fixed bug in history view preventing toggle-view 2019-03-06 19:15:33 +01:00
ivaosthu
fc955a5b97 feat: Inital beta for variants 2019-02-08 08:59:27 +01:00
Benjamin Ludewig
85fb0f9b89 feature: Add support for permission system in unleash frontend
refactored permission-based components
added tests for all permission-based components
2019-01-16 10:39:58 +01:00
Benjamin Ludewig
ba7ec688eb feature: Add support for permission system in unleash frontend
fix lint
2019-01-02 10:41:43 +01:00
Benjamin Ludewig
7740a9abe9 feature: Add support for permission system in unleash frontend
add a test for feature-list-item without permission
2019-01-02 10:33:30 +01:00
Benjamin Ludewig
aad612d3d6 feature: Add support for permission system in unleash frontend
refactored PermissionComponent to pure component
fixed feature-list-item-component
2019-01-02 10:21:06 +01:00
Benjamin Ludewig
1eb8fc0464 feature: Add support for permission system in unleash frontend 2018-12-19 17:01:38 +01:00
ivaosthu
d74c4544b1 chore(pacakge): Upgrade enzyme to verison 3.5.0 2018-08-27 13:28:42 +02:00
ivaosthu
ff21680c0f chore(package): upgrade jest to 23.5.0 2018-08-16 09:23:55 +02:00
ivaosthu
f6c9d461b0 fix(strategy-create): Should be able to open the create strategy view 2018-08-16 09:12:21 +02:00
Ivar Conradi Østhus
365e0ef464 Merge branch 'master' into update∕not_change_route 2018-08-15 19:15:13 +02:00
ivaosthu
d904690473 feat(update-toggle): Do not change route after feature toggle update 2018-08-15 19:11:03 +02:00
Ivar Conradi Østhus
c0ed3b4007 feat(feature-create): Default strategy is actually default
Closes https://github.com/Unleash/unleash/issues/204
2018-08-15 19:03:52 +02:00
ivaosthu
2f2581298b fix(eslint): ovveride test rules in root .eslintrc file 2018-08-13 13:13:27 +02:00
ivaosthu
8e30022282 fix(StrategiesList): Added unique render key. 2018-08-13 09:26:05 +02:00
ivaosthu
b97480c01c fix(Features): Create/add feature toggle wants to change the current url. 2018-08-10 16:18:45 +02:00
ivaosthu
59bcabe331 fix(router): Upgrade to react-router v. 4.x.
This is rather big change to react-router and
required a lot of rewrites.

Mostly followed this guide:
https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/migrating.md
2018-08-07 12:50:28 +02:00
ivaosthu
ca9ca32e4d fix(feature): Create feature form inside a Card to align UI 2018-04-25 10:31:47 +02:00
ckrych
96f6be48d4 Merge branch 'master' into signout.proxy.friendly 2018-04-19 10:40:51 +02:00
Corinne Krych
38d6494683 fix(feature): toggle correctly display for list and update feature 2018-04-17 17:58:46 +02:00
Corinne Krych
1632c0103f fix(signout): make Travis happy 2018-04-16 14:38:40 +02:00
Corinne Krych
507f3c7ec1 fix(signout): make signout works with proxy 2018-04-16 14:27:34 +02:00
Corinne Krych
a7a7201590 clean(feature-list): remove ternary if in jsx 2018-03-20 19:07:17 +01:00
Corinne Krych
aaf4243b24 clean(feature-form): remove unused code 2018-03-20 18:53:59 +01:00
Corinne Krych
8d28ba7d21 fix(travis): make CI happy 2018-03-14 11:30:48 +01:00
Corinne Krych
10fd027eae clean(archive): reuse part of list-container from feature to diplay list of archives 2018-03-14 11:23:13 +01:00
Corinne Krych
477768c81d clean(archive): reuse list-component from feature to diplay list of archives 2018-03-14 11:02:32 +01:00
Corinne Krych
e962a38f0b feat(archive): make revive available from archive view details 2018-03-14 10:32:13 +01:00
Corinne Krych
6b08647403 fix(archive): do not disaply add strategy in read-only mode 2018-03-14 09:43:58 +01:00
Corinne Krych
6db1483a42 fix(unit-test): update test 2018-03-11 14:53:57 +01:00
Corinne Krych
e7d70abb0c feat(archive): archive view can be sorted as feature view 2018-03-11 12:36:49 +01:00
Corinne Krych
b3734cde61 feat(archive): make read-only view for feature item 2018-03-11 11:54:45 +01:00
Corinne Krych
a88f0da822 feat(archive): reuse feature/view-component.jsx to display archive details 2018-03-10 18:09:20 +01:00
Corinne Krych
98bf15bdbf feat(archive): reuse Feature 2018-03-03 21:34:38 +01:00
Corinne Krych
78f6bf02e0 fix(feature): redirect to list of features once feature is updated 2018-02-17 17:23:56 +01:00
Corinne Krych
29ea3dabcc test(feature): test add, update feature form 2018-02-17 16:57:03 +01:00
Corinne Krych
aa3fb71dc3 lint(error): make lint happy 2018-02-16 21:18:20 +01:00
Corinne Krych
bfee62ed82 test(form): add enzyme tests 2018-02-16 20:45:05 +01:00
Corinne Krych
f8fb2bbc76 refactor(form): separate add-feature and update-feature components 2018-02-16 09:19:30 +01:00
Corinne Krych
46cd021ddb clean(feature): remove unused code 2018-02-15 17:30:18 +01:00
Corinne Krych
12f00c9f0f fixt(feature): move description outside of strategies block 2018-02-15 17:30:18 +01:00
Corinne Krych
70e5d49a38 fix(feature): get rid of the regression, create feature can have a name 2018-02-15 17:30:18 +01:00
Corinne Krych
ae252a7ad3 fix(feature): remove duplicate description in feature deatil view 2018-02-15 17:30:18 +01:00
Corinne Krych
63e0fc6568 fix(feature): naviagation issue when updating feature 2018-02-15 17:30:18 +01:00
Corinne Krych
056cb4cda2 fix(feature): display strategies tab as default 2018-02-15 17:30:18 +01:00
Corinne Krych
8064551a6c feat(archive): diplay archived list similar to features list 2018-02-09 19:21:43 +01:00
Corinne Krych
4f49f8421c fix(util): remove unused function 2018-02-08 11:23:07 +01:00
Corinne Krych
920872512c feat(timezone): Timezone should be configurable 2018-02-07 14:53:10 +01:00
Ivar Conradi Østhus
b97e666e0f chore(lint): Added propTypes to all components 2018-02-04 22:16:04 +01:00
Ivar Conradi Østhus
58dc5724b9 bugfix: CreatedAt set when creating new toggle
closes #94
2018-02-04 21:35:30 +01:00
Ivar Conradi Østhus
f540389189 Move metrics poller to seperate class 2018-02-02 21:27:41 +00:00
ivaosthu
164d30e7ee Bugfix: filter regex should never throw.
closes #103
2018-01-20 14:01:47 +01:00
ivaosthu
da86b62509 Implement support for cutstom authentication. 2018-01-16 15:24:06 +01:00