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

1196 Commits

Author SHA1 Message Date
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
c3453fad0d Merge pull request #437 from Unleash/fix/featureView-tab
make Overview tab the default tab when open a feature
2021-10-15 09:03:10 +01: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
Renovate Bot
f132ce63da chore(deps): update dependency @types/node to v14.17.27 2021-10-14 21:57:17 +00: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
Renovate Bot
e9c5412b04 chore(deps): update dependency @types/react to v17.0.30 2021-10-14 16:07:14 +00:00
Ivar Conradi Østhus
9ad2c8f7ff fix: link to toggle view 2021-10-14 11:01:22 +02:00
Ivar Conradi Østhus
3575838a77 4.2.5 2021-10-14 09:42:27 +02:00
Ivar Conradi Østhus
6269afc8a8 fix: update ui flags 2021-10-14 09:42:17 +02:00
Ivar Conradi Østhus
df59958e56 4.2.4 2021-10-14 09:42:16 +02:00
Renovate Bot
de0f595951 chore(deps): update dependency sass to v1.43.2 2021-10-14 02:21:32 +00:00
Renovate Bot
7d5ca8d07c chore(deps): update dependency @types/node to v14.17.26 2021-10-14 00:17:44 +00:00
Renovate Bot
65f8029bb1 chore(deps): update dependency @types/node to v14.17.25 2021-10-13 21:24:46 +00:00
Christopher Kolstad
8df225601b We know that it's since the full hour 2021-10-13 12:49:22 +02:00
Christopher Kolstad
8a9dc32bad Create hook for fetching featureMetrics (#414)
* Create hook for fetching featureMetrics
2021-10-13 10:20:34 +02:00
Renovate Bot
d821224a4b chore(deps): update dependency typescript to v4.4.4 2021-10-12 23:56:11 +00:00
Renovate Bot
01313a602c chore(deps): update dependency @types/react to v17.0.29 2021-10-12 22:33:53 +00:00
Renovate Bot
fff9ef2f61 chore(deps): update dependency @types/node to v14.17.22 2021-10-12 20:43:21 +00:00
Renovate Bot
63ff908974 chore(deps): update metcalfc/changelog-generator action to v1.0.1 2021-10-12 14:38:28 +00:00
Renovate Bot
120a493fb1 chore(deps): update dependency web-vitals to v2.1.2 2021-10-12 13:57:44 +00:00
Ivar Conradi Østhus
c9ade1ff2d 4.2.3 2021-10-12 14:20:02 +02:00
Ivar Conradi Østhus
cb35d73135 fix: archive should not allow viewing additional details about toggle 2021-10-12 14:18:10 +02:00
Ivar Conradi Østhus
012cfc1806 fix: hide project CRUD actions for oss (#416) 2021-10-12 13:21:45 +02:00
Youssef Khedher
2990fc180a fix: disable delete button tag (#413) 2021-10-12 13:06:37 +02:00
Renovate Bot
2503a16d53 chore(deps): update dependency @types/react to v17.0.28 2021-10-12 10:06:20 +00:00
Youssef Khedher
3c5070e92f Merge pull request #412 from Unleash/fix/scroll-to-top
fix scroll-top when create strategy
2021-10-12 10:00:56 +01:00
Youssef Khedher
e0250b6795 Merge branch 'master' into fix/scroll-to-top 2021-10-12 09:55:19 +01:00
Youssef Khedher
a21322e3d3 Merge pull request #411 from Unleash/fix/copy-feature-button
fix copy button link
2021-10-12 09:53:44 +01:00
Youssef Khedher
69fd483707 Merge branch 'master' into fix/copy-feature-button 2021-10-12 09:47:41 +01:00
Youssef Khedher
60cce3749f Merge pull request #410 from Unleash/fix/project-link-mobile
fix: show project link in mobile nav
2021-10-12 09:46:49 +01:00
Youssef Khedher
cfe369a239 Merge branch 'master' into fix/project-link-mobile 2021-10-12 09:23:29 +01:00
Youssef Khedher
c78915ed11 Merge pull request #420 from Unleash/fix/reload-tabs
Fix/reload tabs
2021-10-12 09:22:13 +01:00
Youssef Khedher
01e4493148 Merge branch 'master' into fix/copy-feature-button 2021-10-12 09:21:56 +01:00
Youssef Khedher
ff6affdae5 Merge branch 'master' into fix/reload-tabs 2021-10-12 09:09:25 +01:00
Youssef
a139cd4034 fix reload env and setting tabs 2021-10-12 08:39:31 +01:00
Youssef
cdd14206b7 fix copy link path 2021-10-12 06:11:02 +01:00
Youssef
2c8b234dfc fix links order 2021-10-12 05:57:25 +01:00
Youssef Khedher
bb8f00ea36 fix variant switch not showing correct state (#409)
* fix variant switch not showing correct state

* remove console log
2021-10-11 23:23:32 +02:00
renovate[bot]
c0a2a0bf62 chore(deps): update dependency cypress to v8.6.0 (#417)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-11 22:50:33 +02:00
Youssef Khedher
b4fb4b6143 fix: add loading state to tab elements (#415) 2021-10-11 22:50:04 +02:00
Ivar Conradi Østhus
a6f2c332f8 fix: show feature toggle type in list (#418)
We should show the feature toggle type in all list of toggles.

Also cleaned up mobile view.
2021-10-11 22:45:59 +02:00
Christopher Kolstad
31f8b46cd2 disabled property needs to be a boolean 2021-10-11 15:14:33 +02:00
Christopher Kolstad
55c9c9a2e0 fix: Ensure Object.keys always gets an object 2021-10-11 15:11:13 +02:00
Christopher Kolstad
805c8e75df Ignore .env.local 2021-10-11 14:50:48 +02:00