Ivar Conradi Østhus
b9e6586c30
feat/rbac: edit access for projects. ( #251 )
2021-03-11 13:59:20 +01:00
Fredrik Oseberg
ae977b0bf1
3.13.5
2021-03-08 15:34:08 +01:00
Fredrik Oseberg
805bc9e1b2
chore: update changelog
2021-03-08 15:34:02 +01:00
Fredrik Strand Oseberg
be8b0e7358
fix: check that strategies exists before calling includes ( #252 )
2021-03-08 15:31:02 +01:00
Fredrik Oseberg
95d83dc812
3.13.4
2021-03-05 11:36:42 +01:00
Fredrik Oseberg
f48f8d6d96
chore: update changelog
2021-03-05 11:36:37 +01:00
Fredrik Strand Oseberg
10d95c36e0
fix: metrics invalid date ( #248 )
...
* fix: lint
* refactor: return fetch from create
* fix: lint
* fix: change name from featureToggle to createdToggle
2021-03-05 11:33:58 +01:00
Fredrik Oseberg
8929e106cb
3.13.3
2021-02-26 10:46:13 +01:00
Fredrik Oseberg
bfd7c7cd78
chore: update changelog
2021-02-26 10:45:59 +01:00
Fredrik Strand Oseberg
e1078ef822
fix: content-min-height
...
* fix: add min height calculation based on footer and header height
* fix: set flex-shrink to 0
* fix: lint
* feat: add support for navigating to feature from reporting dash
* fix: tests
2021-02-26 10:42:34 +01:00
Fredrik Oseberg
72e2981cf5
3.13.2
2021-02-25 15:21:57 +01:00
Fredrik Oseberg
1f3aadecaa
chore: update changelog
2021-02-25 15:19:23 +01:00
Fredrik Strand Oseberg
d11bee0b95
Feature/stale dashboard ( #243 )
...
* feat: initial structure
* feat: add reportCard
* feat: add report-toggle-list
* feat: add report-card
* feat: connect data
* feat: add material icons
* feat: add table styles
* fix: rename reportcard
* feat: add checkbox functionality
* fix: correct invalid json format
* feat: add support for changing project
* fix: linting
* fix: remove trailing slash
* fix: change rewrites to routes
* fix: update glob
* feat: add name sorting
* refactor: swap routes for rewrites in vercel.json
* feat: add rewrite rules
* feat: add all rewrite rules
* feat: initial useSort implementation
* feat: finalized useSort for consistent name sorting
* feat: date parsing
* feat: implement sorting functionality for headers
* fix: ensure consistent naming in useSort
* feat: finish reportcard
* fix: remove loader class
* feat: hide bulk actions behind feature flag
* feat: add tests
* fix: lint and proptypes
* fix: lint
* fix: update select styles
* fix: create snapshots from node 12
* fix: safari flex inconsistencies
* feat: expand conditionallyRender functionality to encompass passing functions as elseShow param
* fix: conditional project selector
* fix: add missing new-line
* fix: move dependencies
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-02-25 10:54:53 +01:00
Ivar Conradi Østhus
74b04b7a43
3.13.1
2021-02-24 11:25:07 +01:00
Ivar Conradi Østhus
faf69e3c3a
chore: update changelog
2021-02-24 11:24:29 +01:00
Ivar Conradi Østhus
5cab5754a3
fix: fix update-variant-test
2021-02-24 11:22:03 +01:00
Ivar Conradi Østhus
73c0c8beb0
fix: unsecure => insecure
2021-02-24 11:17:46 +01:00
Ivar Conradi Østhus
6fa6aaf68c
fix: upgrade uglifyjs-webpack-plugin to version 2.2.0
2021-02-24 11:13:37 +01:00
Ivar Conradi Østhus
5342c86b60
fix: one and only one front ( #244 )
...
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-02-24 11:03:18 +01:00
Ivar Conradi Østhus
8a72a7ef5d
3.13.0
2021-02-23 14:08:42 +01:00
Ivar Conradi Østhus
16e3c5dd40
chore: update changelog
2021-02-23 14:07:34 +01:00
Ivar Conradi Østhus
b9585b352d
fix: tests
2021-02-23 14:06:41 +01:00
Ivar Conradi Østhus
726b707a99
fix: minor visual for dropdowns
2021-02-23 14:06:05 +01:00
Christopher Kolstad
a9cb68705a
feat: add oss/enterprise version to footer ( #245 )
2021-02-23 12:59:38 +01:00
Ivar Conradi Østhus
6101a2525d
3.12.0
2021-02-19 12:34:36 +01:00
Ivar Conradi Østhus
e3133c8537
chore: update changelog
2021-02-19 12:34:31 +01:00
Ivar Conradi Østhus
8b18b8cca4
fix: filter duplicates
2021-02-16 13:30:26 +01:00
Ivar Conradi Østhus
388dfe45d3
feat: allow custom context fields to define stickiness. ( #241 )
2021-02-16 12:22:33 +01:00
Ivar Conradi Østhus
972eccb7f1
3.11.4
2021-02-09 21:58:18 +01:00
Ivar Conradi Østhus
86298c86fe
chore: update changelog
2021-02-09 21:58:07 +01:00
Ivar Conradi Østhus
107cc0636f
fix: should not register duplicate HTML5 backends
2021-02-09 21:56:49 +01:00
Ivar Conradi Østhus
c499a6cb9e
fix: typo in test
2021-02-09 14:02:39 +01:00
Ivar Conradi Østhus
a3554834e5
3.11.3
2021-02-09 12:49:20 +01:00
Ivar Conradi Østhus
f26058de5a
chore: update changelog
2021-02-09 12:49:06 +01:00
Ivar Conradi Østhus
cbffa278f2
fix: use findIndex when using predicate.
...
indexOf takes and actual value:
https://immutable-js.github.io/immutable-js/docs/#/List/indexOf
findIndex allows you to specify a predicate:
https://immutable-js.github.io/immutable-js/docs/#/List/findIndex
2021-02-09 12:45:33 +01:00
Ivar Conradi Østhus
16dcf858d7
3.11.2
2021-02-09 10:41:04 +01:00
Ivar Conradi Østhus
19870b188c
chore: update changelog
2021-02-09 10:40:34 +01:00
Ivar Conradi Østhus
0b58048c86
fix: Add UI for showing 'create tag' errors
2021-02-09 10:33:48 +01:00
Ivar Conradi Østhus
00f411d9d2
fix: UX should not eagerly store strategy updates! ( #240 )
...
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-02-09 10:14:04 +01:00
Ivar Conradi Østhus
d0a54d6859
fix: upgraded jest to version 26.6.3
2021-02-05 15:35:32 +01:00
Ivar Conradi Østhus
aa83e68ef9
3.11.1
2021-02-05 15:09:25 +01:00
Ivar Conradi Østhus
71ee10f4d2
chore: update changelog.md
2021-02-05 15:09:13 +01:00
Ivar Conradi Østhus
1b2f723750
fix: make sure we also bundle SVG in public
2021-02-05 15:08:35 +01:00
Ivar Conradi Østhus
cc29392e6c
3.11.0
2021-02-05 14:33:32 +01:00
Ivar Conradi Østhus
19543dc1fa
chore: update changelog for next release
2021-02-05 14:27:50 +01:00
Ivar Conradi Østhus
3a6fa577bc
feat: Addon support from UI ( #236 )
2021-02-05 14:24:22 +01:00
dependabot[bot]
f7f58fa0a7
chore(deps): bump ini from 1.3.5 to 1.3.8 ( #231 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-02-04 20:06:52 +01:00
Christopher Kolstad
50b6a5790d
fix: Use type and value from action to remove tag ( #238 )
...
fixes : #237
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-02-04 16:08:25 +01:00
Simen Bekkhus
02ab9169da
fix: add missing space ( #239 )
2021-02-04 16:03:32 +01:00
Ivar Conradi Østhus
f4cbfe8bee
fix: error in snapshot
2021-02-01 12:41:47 +01:00
Christopher Kolstad
913db58c35
Added a release workflow, creating GH releases from tags
2021-01-27 11:37:03 +01:00
Christopher Kolstad
82f9dbf7a7
Fix typos
2021-01-27 09:14:55 +01:00
Christopher Kolstad
9221f69ca8
3.10.0
2021-01-22 10:21:12 +01:00
Christopher Kolstad
de40d3032d
Updated changelog
2021-01-22 10:20:57 +01:00
Ivar Conradi Østhus
33e16a2536
fix: tweak deprecated strategies view
2021-01-21 19:35:59 +01:00
Christopher Kolstad
3014c0029d
Basic implementation of deprecation/reactivation of strategies
2021-01-21 15:27:24 +01:00
Christopher Kolstad
c536a892b9
3.9.1
2021-01-21 10:14:33 +01:00
Christopher Kolstad
d7d3598ad2
Updated changelog
2021-01-21 10:13:44 +01:00
Christopher Kolstad
90e9606d37
Fix missing methods for displaying tags on archived toggles
...
Fixes #233
2021-01-21 09:39:58 +01:00
Christopher Kolstad
9438465bfd
3.9.0
2021-01-18 09:57:10 +01:00
Christopher Kolstad
2cabe7f297
Add tag feature
...
- CRUD for tag-types
- CD for tags
- tagging for features
- display tags on feature-toggle
2021-01-18 09:26:32 +01:00
Ivar Conradi Østhus
d8c531b7de
fix: stop using travis for builds
2021-01-12 11:48:05 +01:00
Ivar Conradi Østhus
2b31e5b56c
fix: github action
2021-01-12 11:45:30 +01:00
Ivar Conradi Østhus
8ad81be8af
Create node.js.yml
2021-01-12 11:44:38 +01:00
Ivar Conradi Østhus
547676c491
fix: use node 12 for building
2021-01-12 11:41:55 +01:00
Ivar Conradi Østhus
171ccd337d
fix: upgrade redux-devtools to version 3.7.0
2021-01-07 13:50:48 +01:00
Ivar Conradi Østhus
7380d92e45
fix: migrate all .scss files to .module.scss
2021-01-07 13:36:13 +01:00
Ivar Conradi Østhus
de9e544dc7
3.8.4
2021-01-06 22:30:38 +01:00
Ivar Conradi Østhus
847db773c3
chore: update changelog
2021-01-06 22:29:51 +01:00
Ivar Conradi Østhus
04dc797fe4
fix: update canisue-lite
2021-01-06 22:22:30 +01:00
Ivar Conradi Østhus
24899b40e0
fix: move all api calls to store folders
2021-01-06 22:19:50 +01:00
Ivar Conradi Østhus
b8277f01ac
fix: move feature-metrics store to its own folder
2021-01-06 22:10:28 +01:00
Ivar Conradi Østhus
b6582fc891
fix: move history to folder
2021-01-06 22:07:20 +01:00
Ivar Conradi Østhus
92f9fdc50e
fix: move feature-toggle store into folder
2021-01-06 22:05:11 +01:00
Ivar Conradi Østhus
f42dce509c
fix: move error store into folder
2021-01-06 21:59:47 +01:00
Ivar Conradi Østhus
bd5b60936f
fix: remove unused client-instance concept
2021-01-06 21:55:16 +01:00
Ivar Conradi Østhus
ba79da7a99
fix: archive store in folder
2021-01-06 21:47:39 +01:00
Ivar Conradi Østhus
46843aecf1
fix: remove use of input stores
2021-01-06 21:41:56 +01:00
Ivar Conradi Østhus
a5bd890e12
3.8.3
2020-12-22 10:13:43 +01:00
Ivar Conradi Østhus
56340717c5
chore: update changelog
2020-12-22 10:10:59 +01:00
Ivar Conradi Østhus
3c09818c75
fix: update snapshot for tests
2020-12-22 10:07:53 +01:00
Ivar Conradi Østhus
cc96134e2f
fix: add last seen as sort option
2020-12-22 10:05:56 +01:00
Ivar Conradi Østhus
6b742a0b92
fix: lint it
2020-12-22 09:53:56 +01:00
Ivar Conradi Østhus
d1662d75c8
feat: Add last seen at timestamp
...
Closes #226
2020-12-22 09:45:35 +01:00
Ivar Conradi Østhus
9db1d59093
fix: minor CSS tweak
2020-12-15 21:36:21 +01:00
Ivar Conradi Østhus
fc5110aaa9
3.8.2
2020-12-15 13:27:53 +01:00
Ivar Conradi Østhus
c51010ae76
chore: update changelog
2020-12-15 13:25:34 +01:00
Ivar Conradi Østhus
be2664d38b
fix: new feature toggle gets default strategy
2020-12-15 13:21:38 +01:00
Ivar Conradi Østhus
5c06541859
3.8.1
2020-12-14 23:02:51 +01:00
Ivar Conradi Østhus
111b2353bf
fix: minor strategy configure update
2020-12-14 21:39:22 +01:00
Ivar Conradi Østhus
6715ee8af0
fix: minor css tweaks
2020-12-14 15:50:32 +01:00
Ivar Conradi Østhus
6387b2d8f0
fix: namespace settings in localStorage
2020-12-03 10:21:03 +01:00
Ivar Conradi Østhus
9e9b2ffe6a
3.8.0
2020-11-27 22:27:34 +01:00
Ivar Conradi Østhus
0c9097e897
chore: update CHANGELOG
2020-11-27 22:27:20 +01:00
dependabot[bot]
39befeafe2
chore(deps): bump http-proxy from 1.18.0 to 1.18.1 ( #223 )
...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2020-11-27 22:24:46 +01:00
Ivar Conradi Østhus
8a083ce748
fix: Should update activation strategies immediately ( #229 )
2020-11-27 22:23:44 +01:00
Ivar Conradi Østhus
af8c9c1683
3.7.0
2020-11-23 21:40:47 +01:00
Ivar Conradi Østhus
8da70eaa6c
chore: update README.md
2020-11-23 21:36:16 +01:00
Ivar Conradi Østhus
7bfce105e1
fix: remove deprecated badges
2020-11-23 21:34:38 +01:00
Ivar Conradi Østhus
718c4fa608
fix: filter for projects
2020-11-23 21:32:05 +01:00
Ivar Conradi Østhus
fc15144a15
chore(deps-dev): bump node-fetch from 2.6.0 to 2.6.1
2020-11-23 21:15:05 +01:00
Ivar Conradi Østhus
264e9c56ae
feat: add support for projects
2020-11-23 21:09:19 +01:00
Ivar Conradi Østhus
8d1ffba52c
3.6.5
2020-11-04 09:21:14 +01:00
Ivar Conradi Østhus
a8bd6f8063
fix: should be possible to remove all variants.
2020-11-04 09:07:02 +01:00
Ivar Conradi Østhus
06ac056d2b
3.6.4
2020-10-05 23:15:33 +02:00
Ivar Conradi Østhus
9b72567806
chore: update changelog
2020-10-05 23:15:19 +02:00
Ivar Conradi Østhus
107f932e03
fix: minur ux tweaks
2020-10-05 21:51:45 +02:00
Ivar Conradi Østhus
14595fb051
3.6.3
2020-10-04 20:41:09 +02:00
Ivar Conradi Østhus
ddeebeae5c
chore: update changelog
2020-10-04 20:37:52 +02:00
Ivar Conradi Østhus
e66a4de026
fix: hide content if showing authentication modal
2020-10-04 20:27:52 +02:00
Ivar Conradi Østhus
0a2672270e
fix: add security wanring to the console
2020-10-04 19:42:24 +02:00
Ivar Conradi Østhus
87c32015a4
fix: typo description => descriptionn
2020-10-02 11:05:29 +02:00
Ivar Conradi Østhus
b9fd968735
3.6.2
2020-09-26 22:21:51 +02:00
Ivar Conradi Østhus
e167e94a12
chore update README.md
2020-09-26 22:16:42 +02:00
Ivar Conradi Østhus
82c67aba30
fix: add created date for applications
2020-09-26 22:14:56 +02:00
Ivar Conradi Østhus
31398571b4
fix: show notification when app updates
2020-09-26 21:31:34 +02:00
Ivar Conradi Østhus
9acb0bb8b3
chore: fix CHANGELOG
2020-09-25 22:14:01 +02:00
Ivar Conradi Østhus
050209376f
3.6.1
2020-09-25 22:13:20 +02:00
Ivar Conradi Østhus
7da10fcdcc
fix: failing test
2020-09-25 22:12:48 +02:00
Ivar Conradi Østhus
f66883db74
chore: update CHANGELOG
2020-09-25 22:10:15 +02:00
Ivar Conradi Østhus
1759bfe911
fix: minor css tweaks for mobile
2020-09-25 22:09:18 +02:00
Ivar Conradi Østhus
97decf801a
fix: should support 409 responses as well
2020-09-25 21:46:52 +02:00
Ivar Conradi Østhus
61c933f982
3.6.0
2020-09-25 21:21:10 +02:00
Ivar Conradi Østhus
54b04555ba
chore: upgrade CHANGELOG
2020-09-25 21:20:36 +02:00
Ivar Conradi Østhus
ff4e66354f
fix: upgrade whatwg-fetch to version 3.4.1
2020-09-25 21:18:42 +02:00
Ivar Conradi Østhus
987fce309c
fix: cleanup edit application a bit
2020-09-25 09:36:11 +02:00
Ivar Conradi Østhus
130110f5a4
feat: add search for applications
2020-09-24 20:02:45 +02:00
Ivar Conradi Østhus
d88435f0c5
fix: use https url for local->heroku proxy
2020-09-24 19:30:27 +02:00
Ivar Conradi Østhus
b1d30b045e
feat: Should be possible to remove applications
...
https://github.com/Unleash/unleash/issues/634
2020-09-23 23:18:53 +02:00
Ivar Conradi Østhus
a097a90dbe
fix: make sure application is updated on edit
2020-09-23 21:47:07 +02:00
Ivar Conradi Østhus
ece95f87be
fix: list parameters should be trimmed
...
see https://github.com/Unleash/unleash/issues/629
2020-09-23 19:50:00 +02:00
Ivar Conradi Østhus
96bcee8d2b
3.5.1
2020-08-11 12:16:16 +02:00
Ivar Conradi Østhus
a17703988e
chore: update changelog
2020-08-11 12:15:53 +02:00
Ivar Conradi Østhus
d059706299
fix: add link to client SDKs
2020-08-11 11:02:29 +02:00
Ivar Conradi Østhus
8df8ee8bcd
fix: use Rect.memo to increase performance
2020-08-11 10:58:19 +02:00
Ivar Conradi Østhus
5cb2036bba
3.5.0
2020-08-10 22:06:20 +02:00
Ivar Conradi Østhus
6cbec0c8db
chore: update chanelog
2020-08-10 22:06:08 +02:00
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
5844c488f3
fix: add disabled propertu to select
2020-08-07 11:25:24 +02:00
Ivar Conradi Østhus
c7cacc183b
3.5.0-0
2020-08-07 10:42:04 +02:00
Ivar Conradi Østhus
91049b02db
chore: update changelog
2020-08-07 10:41:03 +02:00
Ivar Conradi Østhus
571adc5803
fix: dependencies
2020-08-07 10:35:00 +02:00
Ivar Conradi Østhus
bf4ac6ab6d
fix: imporve type-chip color
2020-08-07 10:27:39 +02:00
Ivar Conradi Østhus
1ac720267c
fix: yarn.lock
2020-08-07 10:27:26 +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
e7e0b78697
3.4.1-0
2020-08-06 11:12:38 +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
60705d3993
3.4.0
2020-08-03 14:05:40 +02:00
Ivar Conradi Østhus
73cf863f9b
chore: update changelog
2020-08-03 14:04:52 +02:00
dependabot[bot]
7d7d98d87b
chore(deps): bump elliptic from 6.5.2 to 6.5.3 ( #218 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 13:50:32 +02:00
dependabot[bot]
5567473c56
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 ( #217 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 13:50:18 +02:00
dependabot[bot]
ee4cce80b4
chore(deps-dev): bump lodash from 4.17.15 to 4.17.19 ( #214 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 13:49:59 +02:00
Ivar Conradi Østhus
cf8ac31f8c
fix: upgrade react-dnd to version 11.1.3
2020-08-03 13:44:05 +02:00
greenkeeper[bot]
39513c25c8
fix: Update react-dnd to the latest version 🚀 ( #213 )
...
Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-08-03 13:39:24 +02:00
Ivar Conradi Østhus
0d3cbd8294
fix: read unleash version from ui-config ( #219 )
2020-08-03 13:38:14 +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
a12c0e32b2
fix: flag inital context fields
2020-07-29 21:35:00 +02:00
Ivar Conradi Østhus
ec06a63a8b
3.3.5
2020-06-15 15:29:56 +02:00
Ivar Conradi Østhus
ef5c7cfe6f
chore: update changelog
2020-06-15 15:29:33 +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
784b6e0846
3.3.4
2020-05-22 19:39:54 +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
2beef592a5
3.3.3
2020-05-20 16:33:54 +02:00
Ivar Conradi Østhus
56e438c151
chore: update changelog
2020-05-20 16:33:36 +02:00
Ivar Conradi Østhus
5cbfcf5f3b
fix: improve on variant ui
2020-05-20 16:32:29 +02:00
Ivar Conradi Østhus
9c009627ba
fix: should not clear all stores on update user profile
2020-05-18 20:53:17 +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
0945c4343e
fix: add react-select
2020-05-18 16:03:35 +02:00
Ivar Conradi Østhus
ff8056bb9a
3.3.2
2020-05-14 22:37:41 +02:00
Ivar Conradi Østhus
88a0f4a4e8
chore: update changelog
2020-05-14 22:36:34 +02:00
Ivar Conradi Østhus
3d38001c68
chore: update changelog
2020-05-14 22:35:02 +02:00
Ivar Conradi Østhus
7d94f12c04
fix: reset stores on login/logout ( #212 )
2020-05-14 22:33:36 +02:00
Ivar Conradi Østhus
400e8bdb26
fix: password login should prefer login options
2020-05-14 22:14:17 +02:00
Mathias Åhsberg
01d747e590
Transform username/password login response to json ( #211 )
2020-05-14 19:11:51 +02:00
Ivar Conradi Østhus
91fd43c553
fix: correct repo url in package.json
2020-05-12 23:35:42 +02:00
Ivar Conradi Østhus
c5accbb5a2
3.3.1
2020-05-12 23:00:09 +02:00
Ivar Conradi Østhus
8c2d56652b
chore: update changelog
2020-05-12 22:59:53 +02:00
Ivar Conradi Østhus
63091184d3
feat: add support for username/password login
2020-05-12 22:57:45 +02:00
Ivar Conradi Østhus
91b8f15364
fix: license year to 2020
2020-05-12 22:40:05 +02:00
Ivar Conradi Østhus
e61e786cef
feat: locale select should be dropdown menu
2020-05-12 22:37:59 +02:00
Ivar Conradi Østhus
ae8fd61ea4
feat: support internal routes
2020-05-12 20:41:03 +02:00
Ivar Conradi Østhus
eefc0cf44c
fix: adjust colors of dialog
2020-04-30 08:15:58 +02:00
Ivar Conradi Østhus
7e20f2c813
3.2.21
2020-04-19 20:24:03 +02:00
Ivar Conradi Østhus
4c4639bd21
chore: update changelog
2020-04-19 20:23:34 +02:00
Ivar Conradi Østhus
c33a811032
fix: upgrade react-reduc to version 7.2.0
2020-04-18 22:08:53 +02:00
Ivar Conradi Østhus
2ef640f506
fix: lint
2020-04-18 22:06:49 +02:00
Ivar Conradi Østhus
9a24743764
fix: upgrade fetch-mock to version 9.4.0
2020-04-18 22:05:34 +02:00
Ivar Conradi Østhus
6ea48374ae
fix: upgrade redux to version 4.0.5
2020-04-18 22:03:38 +02:00
Ivar Conradi Østhus
72d48b5b57
fix: upgrade babel dependencies
2020-04-18 22:01:25 +02:00
Ivar Conradi Østhus
aa13f2d755
fix: upgrade react-router to version 5.1.2
2020-04-18 21:54:49 +02:00
Ivar Conradi Østhus
88aca9e37a
fix: upgrade react to version 16.13.1
2020-04-18 21:53:06 +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
f1a6015691
3.2.20
2020-04-13 22:35:12 +02:00
Ivar Conradi Østhus
f28b6bd93a
fix: Logout should not be xhr call
...
details: https://github.com/Unleash/unleash/issues/520
2020-03-29 20:44:48 +02:00
Ivar Conradi Østhus
b9a3d74fbb
fix: lint errors
2020-03-11 19:04:56 +01:00
Ivar Conradi Østhus
af07396d9a
fix: fix sort-order
2020-03-11 18:52:23 +01:00
Ivar Conradi Østhus
c42a06ffb9
3.2.19
2020-03-10 15:12:53 +01: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
c7b84ba5de
fix: remove unused param
2020-03-05 19:57:44 +01:00
Ivar Conradi Østhus
dff785275a
3.2.18
2020-03-05 17:07:51 +01:00
Ivar Conradi Østhus
d6aeff9891
chore: changelog
2020-03-05 17:07:06 +01:00
Ivar Conradi Østhus
509b3a6186
fix: clean up history view a bit
2020-02-29 10:30:13 +01:00
Ivar Conradi Østhus
d70d3ab978
3.2.17
2020-02-27 23:15:46 +01:00
Ivar Conradi Østhus
c01653b38c
chore: update CHANGELOG
2020-02-27 23:13:49 +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
20a7323916
fix: Footer should be at the bottom.
...
closes #203
2020-02-27 23:02:49 +01:00
Ivar Conradi Østhus
8253dbb0ad
3.2.16
2020-02-27 21:39:16 +01:00
Ivar Conradi Østhus
7f3e5d5a4f
chore: update CHANGELOG
2020-02-27 21:37:24 +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
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