Youssef
34adfa9ad0
updating snapshots
2021-10-11 10:32:42 +01:00
Christopher Kolstad
d176028a00
Trigger STALE events when patching stale field
...
- Also moved the patch function into service, instead of performing the
operation in the controller
2021-10-11 11:27:20 +02:00
Youssef
1abe6bcbb1
update createTheme import
2021-10-11 10:14:40 +01:00
Youssef Khedher
a1e8bf7573
Merge branch 'master' into fix/project-link-mobile
2021-10-11 10:00:03 +01:00
Youssef
bbfd78f7c5
fix: show project link in mobile nav
2021-10-11 09:53:38 +01:00
Renovate Bot
1e2a0d9045
chore(deps): update dependency lint-staged to v11.2.3
2021-10-10 20:47:52 +00:00
Renovate Bot
c5950f2050
chore(deps): update dependency @testing-library/user-event to v13.3.0
2021-10-10 12:04:41 +00:00
Renovate Bot
8b98e075ae
chore(deps): update dependency lint-staged to v11.2.2
2021-10-09 22:25:27 +00:00
Youssef Khedher
ed41919596
Merge pull request #398 from Unleash/feat/API-token-improvement
...
add info box in project page + make api ui responsive
2021-10-09 21:39:41 +01:00
Youssef Khedher
27c0b52f7c
Merge branch 'master' into feat/API-token-improvement
2021-10-09 21:23:59 +01:00
Renovate Bot
b0205d1f32
chore(deps): update dependency css-loader to v6.4.0
2021-10-09 14:32:08 +00:00
Renovate Bot
41a141d82e
chore(deps): update dependency lint-staged to v11.2.1
2021-10-09 07:52:12 +00:00
Youssef Khedher
cbddc778d5
Merge branch 'master' into feat/API-token-improvement
2021-10-08 22:12:22 +01:00
Youssef Khedher
36ba9c68dd
revert test file
2021-10-08 22:10:38 +01:00
Youssef Khedher
4a0f0df4c9
update doc: replace npm with yarn
2021-10-08 21:20:47 +01:00
Ivar Conradi Østhus
e5fa72ff25
Merge branch 'master' into feat/API-token-improvement
2021-10-08 19:06:23 +02:00
renovate[bot]
a55b5c5571
chore(deps): pin dependency @types/react-timeago to 4.1.3 ( #406 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-08 19:04:55 +02:00
Renovate Bot
56332fbf9e
chore(deps): update dependency jest to v27.2.5
2021-10-08 16:02:49 +00:00
Fredrik Strand Oseberg
7da3573edb
Feat/visual enhancements ( #404 )
...
* fix: stale style
* fix: execution plan styling
* fix: paths
* fix: remove console logs
* fix: snapshots
* fix: add comma
* fix: update snapshots
2021-10-08 16:19:06 +02:00
Youssef Khedher
338c74e955
Merge branch 'master' into feat/API-token-improvement
2021-10-08 14:51:22 +01:00
Youssef Khedher
5304b29fd7
fix: token column not showing up
2021-10-08 14:50:37 +01:00
Ivar Conradi Østhus
6fc30d3a79
feat: add feature status ( #403 )
...
* feat: add feature status
* fix: use feature status in project feature list
* fix: text size
* fix: project view
* fix: padding
* fix: lint
* fix: snapshots
* fix: text size
* fix: snapshots
* fix: size
* fix: revert size
* fix: update snapshots
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-10-08 15:18:43 +02:00
Youssef Khedher
eaee97dfc7
add info box to API page
2021-10-08 13:30:57 +01:00
Youssef Khedher
2d94ca707a
Merge branch 'master' into feat/API-token-improvement
2021-10-08 13:07:32 +01:00
Ivar Conradi Østhus
7406cbbaa7
fix: add clone feature toggle via API
2021-10-08 13:47:17 +02:00
Renovate Bot
02e7402985
chore(deps): update dependency eslint-config-airbnb-typescript to v14.0.1
2021-10-08 11:29:52 +00:00
Renovate Bot
326b14fcec
chore(deps): pin dependency fast-json-patch to 3.1.0
2021-10-08 10:41:04 +00:00
Fredrik Strand Oseberg
37b818fce4
Feat/feature toggle view tags ( #399 )
...
* feat: new tags
* feat: archive
* wip: variants
* add support for deletion, variable/fixed weight toggle and weight editing
* Add confirmation dialogue for deleting variants
* feat: settings
* fix: recalculate on project name change
* feat: feature environment metrics
* feat: environment
* Add toggle for stale
* fix: refetch on create strategy
* fix: lint
* fix: update snapshots
* fix: add link to icon button
* fix: revert test user
* fix: increase size!
* fix: use permission attr for ResponsiveButton
* fix: dev dependency
* fix: theme
* fix: stale style
* Update src/component/feature/FeatureView2/FeatureSettings/FeatureSettingsMetadata/FeatureTypeSelect/FeatureTypeSelect.tsx
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
* Update src/component/feature/FeatureView2/FeatureVariants/FeatureVariantsList/FeatureVariantsList.tsx
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
* Update src/component/feature/FeatureView2/FeatureVariants/FeatureVariantsList/FeatureVariantsListItem/useDeleteVariantMarkup.tsx
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Christopher Kolstad <git@chriswk.no>
2021-10-08 11:23:29 +02:00
Ivar Conradi Østhus
fc455811f8
feat/metricsV2 ( #1005 )
...
Adds a new way of handling usage metrics where we push it directly to the database and performs aggregation on the fly. All metrics are aggregated in to buckets of hours. We will for now store metrics for the 48 hours with the following dimensions:
- featureName
- projectName
- envrionment
- yes (the actual count)
- no (the actual count)
2021-10-08 10:09:22 +02:00
Youssef Khedher
a629846e10
Fix: typo in the username column name
2021-10-08 08:51:14 +01:00
Ivar Conradi Østhus
a5c816e2fa
fix: should not be allowed to create more than 5 environments ( #395 )
...
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
2021-10-08 09:39:25 +02:00
Ivar Conradi Østhus
3612884501
feat: clone feature toggle API ( #1006 )
2021-10-08 09:37:27 +02:00
Renovate Bot
9b34a6e771
chore(deps): update dependency immutable to v4.0.0
2021-10-08 02:02:28 +00:00
Youssef Khedher
02c17571de
add info box in project page + make api ui responsive
2021-10-07 11:44:46 +01:00
renovate[bot]
14ee56d914
chore(deps): update material-ui monorepo ( #371 )
...
* chore(deps): update material-ui monorepo
* fix: test snapshots and deprecation warnings
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-07 10:53:47 +02:00
Christopher Kolstad
b4b222f4c9
feat: add new more specific feature/environment events to addons ( #994 )
...
* feat: add new more specific feature/environment events to addons
* Updated strategy change text
* Update all three addon messages for strategy
* Link to new features view for strategy change text
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-07 10:22:20 +02:00
Renovate Bot
81b4ea412c
chore(deps): update dependency web-vitals to v2.1.1
2021-10-07 03:36:04 +00:00
Renovate Bot
440da6ea1b
chore(deps): update dependency @types/react-router-dom to v5.3.1
2021-10-06 23:10:11 +00:00
Ivar Conradi Østhus
14e09fe6aa
fix: modify actions for PRs
2021-10-06 22:16:58 +02:00
Ivar Conradi Østhus
6733222505
fix: custom test-script for yart coverage reporter action
2021-10-06 14:02:58 +02:00
Ivar Conradi Østhus
cdf54667c5
fix: add edit project icon in header
2021-10-06 13:45:56 +02:00
Ivar Conradi Østhus
e76345e243
fix: custom test-script for yart coverage reporter action
2021-10-06 13:09:09 +02:00
Ivar Conradi Østhus
fdffb03fb3
fix: adjust test-script for jest-coverage action
2021-10-06 12:41:50 +02:00
Ivar Conradi Østhus
10fa0fd908
fix: remove console.log
2021-10-06 12:37:41 +02:00
Aneesh Relan
7b034b631c
chore: add jest coverage action for pr builds ( #997 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-10-06 12:31:28 +02:00
Fredrik Strand Oseberg
12245664ad
fix: add sort order to environments ( #1004 )
...
* fix: add sort order to environments
* fix: lint
* fix: remove display name
2021-10-06 09:39:59 +02:00
Christopher Kolstad
a401580228
task: Disables feature_environments without strategies ( #1003 )
2021-10-06 09:25:34 +02:00
Renovate Bot
20dd352875
chore(deps): update dependency date-fns to v2.25.0
2021-10-06 02:08:49 +00:00
Renovate Bot
b08103e6ad
chore(deps): update dependency @types/node to v14.17.21
2021-10-06 00:15:53 +00:00
Dominik Chrástecký
ac049d2e00
docs: Mention php sdk as supporting variants ( #1001 )
2021-10-04 22:18:39 +02:00