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

2265 Commits

Author SHA1 Message Date
andreas-unleash
0d083231a3 parameter handling 2022-08-03 14:03:04 +03:00
andreas-unleash
1a753a3bcb Merge branch 'main' into task/Add_strategy_information_to_playground_results 2022-08-03 07:13:42 +03:00
Tymoteusz Czech
826c8ff116 copy all strategies into an environment (#1182) 2022-08-02 20:19:29 +02:00
olav
ee3f5be522 refactor: improve spacing between strategy form parameters (#1188) 2022-08-02 14:08:07 +02:00
andreas-unleash
ecf3af48ce refactoring for better grouping/readability 2022-08-02 12:10:44 +03:00
andreas-unleash
879c49554b Merge remote-tracking branch 'origin/task/Add_strategy_information_to_playground_results' into task/Add_strategy_information_to_playground_results
# Conflicts:
#	src/component/common/ConstraintAccordion/ConstraintAccordionView/ConstraintAccordionViewHeader/ConstraintAccordionViewHeaderInfo/ConstraintAccordionViewHeaderInfo.tsx
2022-08-02 11:59:13 +03:00
andreas-unleash
42fbc27148 bug fixes, improvements and env handling 2022-08-02 11:57:23 +03:00
andreas-unleash
4486b8ee11 Merge branch 'main' into task/Add_strategy_information_to_playground_results 2022-08-02 11:57:04 +03:00
renovate[bot]
f44b169ca7 chore(deps): update material-ui monorepo (#1174)
* chore(deps): update material-ui monorepo

* refactor: update snapshots

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: olav <mail@olav.io>
2022-08-02 10:32:11 +02:00
olav
0d5f55a706 refactor: lazy-load the charting library (#1184) 2022-08-02 10:23:55 +02:00
olav
710ebe08b3 refactor: fix small issues around custom strategies (#1181)
* refactor: validate strategy name on blur

* refactor: remove strategy parameter type text in favor of docs

* refactor: improve pie chart rendering

* refactor: show icons for all feature strategies

* refactor: fix list parameter add button style
2022-08-02 10:10:01 +02:00
renovate[bot]
79aa2d4ebe chore(deps): update dependency sass to v1.54.0 2022-08-02 07:49:55 +00:00
renovate[bot]
a235d4ee09 chore(deps): update dependency react-chartjs-2 to v4.3.1 2022-08-02 07:33:48 +00:00
renovate[bot]
82ca17b1a1 chore(deps): update dependency msw to v0.44.2 2022-08-02 03:42:34 +00:00
renovate[bot]
fc9e2b1712 chore(deps): update dependency date-fns to v2.29.1 2022-08-01 23:44:19 +00:00
renovate[bot]
15efe6e994 chore(deps): update dependency @testing-library/dom to v8.16.0 2022-08-01 19:41:42 +00:00
olav
30ac482d7a chore: update mui (#1173) 2022-08-01 13:02:56 +02:00
olav
bede1b302f fix: avoid crash on missing playgroundContext 2022-08-01 13:02:45 +02:00
renovate[bot]
dc91c21ab9 chore(deps): update dependency @testing-library/user-event to v14.3.0 (#1172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-01 12:42:35 +02:00
olav
b2a77a13f8 chore: update cypress (#1170) 2022-08-01 11:50:59 +02:00
renovate[bot]
59f1f22959 chore(deps): update dependency @types/jest to v28 (#1056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-01 11:37:14 +02:00
andreas-unleash
9fee273cff Merge branch 'main' into task/Add_strategy_information_to_playground_results 2022-07-29 13:49:59 +03:00
Tymoteusz Czech
d31a5df321 update styles in playground popoup 2022-07-29 12:44:30 +02:00
andreas-unleash
95e55bc8ca fix build 2022-07-29 13:05:02 +03:00
andreas-unleash
0a1666e82f move subtitle 2022-07-29 12:57:39 +03:00
andreas-unleash
58edd06eb0 improved dummy data 2022-07-29 12:55:27 +03:00
Tymoteusz Czech
d57ee97263 Copy a strategy between environments (#1166)
* initial ui for copying strategy between environments

* copy startegy api call

* feat: disable copy strategy button if no available target environments
2022-07-29 10:52:26 +01:00
andreas-unleash
2895516dda fmt 2022-07-29 12:05:40 +03:00
andreas-unleash
562ad10c06 demo data 2022-07-29 11:57:25 +03:00
andreas-unleash
61c8c4d66b bug fix 2022-07-29 11:37:44 +03:00
andreas-unleash
a0a7c83366 Playground context value 2022-07-29 11:16:14 +03:00
andreas-unleash
9e38cf3ff9 Playground result segments, constraints initial 2022-07-29 08:52:22 +03:00
andreas-unleash
352a4cca13 Playground result info structure and initial styles 2022-07-28 19:23:38 +03:00
andreas-unleash
cdaf7299be Merge branch 'main' into task/Add_strategy_information_to_playground_results 2022-07-28 16:52:41 +03:00
Christopher Kolstad
edb093f1ab 4.14.1 2022-07-28 15:35:50 +02:00
Christopher Kolstad
ff6ef4ae5a Update release changelog to flag prereleases properly 2022-07-28 15:34:58 +02:00
Christopher Kolstad
0f93743772 4.14.0 2022-07-28 15:30:25 +02:00
Nuno Góis
4e61cf22c0 fix: small ui fixes related to groups and tooltips (#1167) 2022-07-28 15:27:38 +02:00
Tymoteusz Czech
d7b168e4a8 fix: add permission lock to quick strategy add (#1165) 2022-07-28 13:02:41 +00:00
andreas-unleash
e894cbb52a Playground result info modal initial 2022-07-28 15:16:40 +03:00
Tymoteusz Czech
c79465e7d9 fix: refetch immutable toggle when adding strategy (#1164) 2022-07-28 12:45:08 +01:00
andreas-unleash
562ca62b42 Merge branch 'main' into task/Add_strategy_information_to_playground_results 2022-07-28 14:34:47 +03:00
Tymoteusz Czech
850c7a26db fix: minor ui improvements (#1163) 2022-07-28 12:05:48 +02:00
Tymoteusz Czech
c20aa300ce Visual updates to constraints (#1157) 2022-07-28 09:34:15 +02:00
renovate[bot]
7df59cf286 chore(deps): update dependency @types/react to v17.0.48 2022-07-28 00:23:27 +00:00
renovate[bot]
fe36779927 chore(deps): update dependency vite-plugin-svgr to v2.2.1 2022-07-27 21:40:34 +00:00
renovate[bot]
aaa16cbf21 chore(deps): update dependency vite to v2.9.14 2022-07-27 19:29:52 +00:00
renovate[bot]
0dc3ae2af9 chore(deps): update dependency tss-react to v3.7.1 2022-07-27 16:14:18 +00:00
andreas-unleash
1d83643e15 Playground result info modal initial 2022-07-27 18:48:17 +03:00
renovate[bot]
5ea9de021e chore(deps): update dependency chart.js to v3.8.2 2022-07-27 13:43:21 +00:00