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

412 Commits

Author SHA1 Message Date
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
791aed23b5 fix(ApplicationList): icon can be null and default values will not kick in then. 2018-08-07 12:50:27 +02:00
ivaosthu
ef120cf2d1 chore(package): Upgrade eslit to 4.19.1 2018-08-06 11:32:16 +02:00
ivaosthu
ad8fad3a84 chore(package): Bump react-dnd to version 5.0.0 2018-08-06 11:15:47 +02:00
ivaosthu
9c32862a77 chore(package): Bump react to version 16.4.2 2018-08-06 11:14:56 +02:00
greenkeeperio-bot
cf6e9978f7 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-07-06 17:35:57 +00:00
greenkeeper[bot]
6e5526378f chore(package): update css-loader to version 1.0.0 2018-07-06 17:31:11 +00:00
ivaosthu
3f08553e3e 3.0.1 2018-04-27 10:23:15 +02:00
ivaosthu
9d65e84266 chore(changelog): Prepare v3.0.1 2018-04-27 10:12:09 +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
ckrych
3864eb2b83 Merge branch 'master' into feature.view.with.disable.toggle 2018-04-19 10:09:42 +02:00
ckrych
f594f5b815 Merge branch 'master' into feature.view.with.disable.toggle 2018-04-19 10:01:32 +02:00
Ivar Conradi Østhus
1f5feb6675 Merge branch 'master' into greenkeeper/sass-loader-7.0.1 2018-04-19 09:53:36 +02:00
greenkeeperio-bot
926ccb7f78 chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-04-18 22:58:30 +00:00
greenkeeper[bot]
955885a03d chore(package): update style-loader to version 0.21.0 2018-04-18 22:53:01 +00: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
greenkeeperio-bot
0b79bf96ff chore(package): update lockfile
https://npm.im/greenkeeper-lockfile
2018-04-13 14:31:53 +00:00
greenkeeper[bot]
4a6a0fbe92 chore(package): update sass-loader to version 7.0.1
Closes #122
2018-04-13 14:26:33 +00: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
d31d5340c2 feat(archive): reuse Feature 2018-03-03 21:34:45 +01:00
Corinne Krych
98bf15bdbf feat(archive): reuse Feature 2018-03-03 21:34:38 +01:00
Corinne Krych
995b232e82 fix(navigation): signout more visible 2018-02-24 18:11:09 +01:00
Ivar Conradi Østhus
5a67950c0a chore(yarn.lock): Update lock-file 2018-02-19 09:35:19 +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
Ivar Conradi Østhus
c5155ce03f fix(package): Upgrade react-redux to version 5.0.6 2018-02-13 08:59:30 +01:00
Ivar Conradi Østhus
c159b325dc fix(package): Upgrade react-modal to version 3.1.13 2018-02-13 08:56:10 +01:00
Ivar Conradi Østhus
c18ad66bb2 Merge branch 'master' into react_16 2018-02-11 18:24:36 +01:00