Ivar Conradi Østhus
5166198f07
Feat: admin users ( #266 )
...
* fix: make it work
* fix: cleanup add/update users a bit
* fix: fix
* fix: fine tune
2021-04-09 13:25:39 +02:00
Fredrik Oseberg
45bce4576d
fix: remove editableStrategies from useEffect deps
2021-04-07 09:26:34 +02:00
Christopher Kolstad
22795e251f
Migrate to create-react-app and react-scripts ( #263 )
...
* Setup create-react-app and typescript
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-07 09:04:48 +02:00
Fredrik Strand Oseberg
b5917515d2
fix: delete strategy ( #262 )
2021-03-30 15:49:03 +02:00
Fredrik Strand Oseberg
dbed06f300
Feat/material UI ( #250 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Christopher Kolstad <git@chriswk.no>
2021-03-30 15:14:02 +02:00
Ivar Conradi Østhus
b8b48b5726
feat: Adapt API keys to new endpoint ( #259 )
...
* 3.14.1
* more changs!
* fix: cleanup UI to match API
* fix
2021-03-29 19:32:15 +02:00
Fredrik Strand Oseberg
30ba213f07
fix: add ascending sorting ( #260 )
2021-03-29 19:24:16 +02:00
Christopher Kolstad
1dc81af7c3
fix: encode URI value when deleting tag
2021-03-17 09:57:46 +01:00
Fredrik Oseberg
dbba23d7a6
fix: encode tag value
2021-03-17 09:50:51 +01:00
Ivar Conradi Østhus
9ed4e08cd4
fix: lint error
2021-03-11 16:11:49 +01:00
Ivar Conradi Østhus
24d9bb03b1
fix: should fetch projects once to make sure we know about projects
2021-03-11 16:07:26 +01:00
Ivar Conradi Østhus
b9e6586c30
feat/rbac: edit access for projects. ( #251 )
2021-03-11 13:59:20 +01:00
Fredrik Strand Oseberg
be8b0e7358
fix: check that strategies exists before calling includes ( #252 )
2021-03-08 15:31:02 +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 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 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
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
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
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
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
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
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
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
3a6fa577bc
feat: Addon support from UI ( #236 )
2021-02-05 14:24:22 +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
82f9dbf7a7
Fix typos
2021-01-27 09:14:55 +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
90e9606d37
Fix missing methods for displaying tags on archived toggles
...
Fixes #233
2021-01-21 09:39:58 +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
7380d92e45
fix: migrate all .scss files to .module.scss
2021-01-07 13:36:13 +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
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