Youssef Khedher
86d8b105ba
Merge branch 'master' into fix/envs-drag-permission
2021-10-22 12:06:48 +01:00
Youssef Khedher
cb0735a7a3
Merge branch 'master' into fix/clone-toggle-crash
2021-10-22 09:48:19 +01:00
Fredrik Oseberg
6a8cc1adf5
fix: pie size
2021-10-22 10:45:43 +02:00
Youssef Khedher
c3e063ed98
Merge branch 'master' into fix/envs-drag-permission
2021-10-21 23:44:20 +01:00
Youssef
0a7517fd7b
disable drag and drop for envs based on permissions
2021-10-21 23:20:48 +01:00
Youssef Khedher
5e7c692e9c
Merge branch 'master' into fix/clone-toggle-crash
2021-10-21 22:22:34 +01:00
Youssef
f2879cea79
disable clone button based on role in old view
2021-10-21 22:03:38 +01:00
Ivar Conradi Østhus
0a2a8d5af5
fix: ApiToken should hide envrionment if it is not enabled yet
2021-10-21 22:28:25 +02:00
Christopher Kolstad
83ad4041bf
fix: Adds PermissionSwitch ( #456 )
...
- This adds a generic way to control permission to mutations in the same
way as our PermissionButton and PermissionIconButton already does the
same.
- This also switches the StrategiesList to use PermissionIconButton so
users without ADMIN role do not believe they can deprecate/reactivate
strategies.
2021-10-21 13:25:39 +02:00
Christopher Kolstad
3c140110fe
fix: wrap link to edit context field in hasAccess check
2021-10-21 13:04:38 +02:00
Youssef Khedher
7602327991
fix: using copy library for copying user token ( #454 )
...
* using copy library for copying user token
* add "copy-to-clipboard" to dev dependencies
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-21 10:50:41 +02:00
Ivar Conradi Østhus
0ddd52a8ba
fix: adjust tooltip for toggle type
2021-10-21 10:41:46 +02:00
Fredrik Strand Oseberg
fea7707551
fix: use path parameter for old ft view ( #450 )
...
* fix: use path parameter for old ft view
* fix: update snapshots
* fix: change text
* fix: add permission button to initial strategies view
* fix: remove unused imports
2021-10-21 09:50:58 +02:00
Fredrik Oseberg
c763b80569
fix: style import
2021-10-20 13:40:08 +02:00
Fredrik Oseberg
5d48ce3f03
fix: margin
2021-10-20 13:21:39 +02:00
Ivar Conradi Østhus
03230fcff9
fix: failing unit tests
2021-10-20 13:20:10 +02:00
Fredrik Oseberg
73861b0f2e
fix: metrics styling
2021-10-20 13:18:33 +02:00
Fredrik Oseberg
37d04b56ba
fix: scale metrics
2021-10-20 13:15:32 +02:00
Youssef Khedher
2bce93a51b
Fix: improve create new feature v2 ( #441 )
2021-10-20 13:12:48 +02:00
Fredrik Strand Oseberg
48bae48ee0
fix: style metrics view ( #448 )
2021-10-20 12:55:40 +02:00
Fredrik Strand Oseberg
57928d50c6
Fix/environment list sorting ( #447 )
...
* fix: wait for api call before refetching
* fix: set active environment from feature instead of cache
* fix: remove console logs
* fix: add permission icon button to project card
* fix: remove project button
* fix: empty tooltip if it is not passed
* fix: add refresh interval
* fix: permission buttons
* fix: project permission buttons
* fix: remove unused imports
* fix: add projectId
2021-10-20 12:05:44 +02:00
Ivar Conradi Østhus
f61a949df2
fix: add supprot for acr_values in OIDC ( #445 )
2021-10-20 08:31:02 +02:00
Youssef Khedher
3dc7f22aaa
fix switch toggle for envs after update + update link for health overview ( #446 )
...
* fix switch toggle for envs after update
* fix: React hook missing dependency error
2021-10-19 15:38:20 +02:00
Fredrik Strand Oseberg
005daa3740
Fix/login redirect ( #442 )
...
* fix: use swr with login
* fix: remove metrics poller
* fix: do not allow retry on 401
* fix: create swr provider
* fix: move accessprovider
* fix: remove metrics poller test
* fix: hide password auth if disableDefault is set
* Update src/component/project/ProjectList/ProjectList.tsx
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
* fix: console log
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-10-19 13:08:25 +02:00
Christopher Kolstad
ea2086a7f4
Mutate cache key for project when archiving feature. ( #444 )
...
* Use useProject hook directly instead of mutating on cache key
2021-10-19 12:36:51 +02:00
Ivar Conradi Østhus
d0a6da7e29
fix: tests
2021-10-18 11:15:28 +02:00
Ivar Conradi Østhus
47bc5deb22
fix: add link to slack community
2021-10-18 11:05:47 +02:00
Youssef
bdc4b3cf7a
fix: truncate link in body and in breadcrumb
2021-10-15 16:27:55 +02:00
Youssef
b5072928b3
fix:handle non-existing feature toggle
2021-10-15 16:27:54 +02:00
Christopher Kolstad
195cded10b
Don't use window.location.reload for forcing login
...
- Causes e2e tests to go into an infinite reload loop
2021-10-15 16:26:20 +02:00
Ivar Conradi Østhus
edd6706ffe
fix: new create toggle page
2021-10-15 14:16:17 +02:00
Christopher Kolstad
58ff86e3bd
Use div and flexbox instead of grid for metrics tab
2021-10-15 13:30:16 +02:00
Youssef Khedher
a9d46d4ce6
fix: show side bar and disable drag and add strategy based on permissions ( #426 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-15 13:20:07 +02:00
Ivar Conradi Østhus
95221e7b6b
fix: adjust env switch a bit
2021-10-15 12:49:14 +02:00
Christopher Kolstad
e9a63197cf
fix: grids needs containers and items
2021-10-15 12:26:50 +02:00
Christopher Kolstad
3f7e43c599
Revert "Use V flag for new metrics component"
...
This reverts commit 566539727d
.
2021-10-15 12:03:07 +02:00
Christopher Kolstad
566539727d
Use V flag for new metrics component
2021-10-15 12:00:11 +02:00
Christopher Kolstad
cce0a7d465
Don't print 'Seen in application' on metrics tab
2021-10-15 11:56:44 +02:00
Christopher Kolstad
6d42502792
Add default strategy type to strategy hook
...
- Fixes the missing sidebar while loading the strategy types
Trello:
https://trello.com/c/WJk8bI8l/490-feature-strategies-loading-state
2021-10-15 11:43:11 +02:00
Ivar Conradi Østhus
d42d412bc8
fix: make toggle list sortable inside a project ( #436 )
...
* fix: make toggle list sortable inside a project
* fix: minor cleanup
2021-10-15 11:20:14 +02:00
Christopher Kolstad
4230fc98ed
Feat/new metrics tab ( #432 )
...
* New metric tab if environment flag is active
* Prepare new metrics tab - need styling help!!
2021-10-15 10:05:10 +02:00
Youssef Khedher
4d55aab98a
Merge branch 'master' into fix/featureView-tab
2021-10-15 08:41:35 +01:00
Youssef
11740e718b
fix route rendering
2021-10-15 08:39:37 +01:00
Christopher Kolstad
166c6fef0e
Write a generic http thrower for status > 299 ( #405 )
...
* Write a generic http thrower for status > 299
* Perform location reload if user is no longer authorized, i.e if status === 401
2021-10-15 09:21:38 +02:00
Youssef
9ddd859037
make Overview tab the default tab when open a feature
2021-10-14 22:57:20 +01:00
Ivar Conradi Østhus
1058b4049c
fix: envrionments should give understandable error if not possible to… ( #433 )
2021-10-14 19:58:57 +02:00
Youssef Khedher
bbf06725a3
fix: add ? to handle undefined for currentEnv ( #431 )
2021-10-14 19:49:58 +02:00
Ivar Conradi Østhus
9ad2c8f7ff
fix: link to toggle view
2021-10-14 11:01:22 +02:00
Ivar Conradi Østhus
6269afc8a8
fix: update ui flags
2021-10-14 09:42:17 +02:00
Christopher Kolstad
8df225601b
We know that it's since the full hour
2021-10-13 12:49:22 +02:00