Jaanus Sellin
|
8897f2ea75
|
chore: rename toggle to flag #1 (#7092)
Rename feature toggle to feature flag in the UI and code.
Starting with low hanging fruits.
Trying to keep these ~100 LoC.
|
2024-05-21 15:18:00 +03:00 |
|
Simon Hornby
|
6b5cdc2d24
|
fix: archive toggle no longer respects change request (#6882)
|
2024-04-18 13:10:22 +02:00 |
|
Christopher Kolstad
|
53354224fc
|
chore: Bump biome and configure husky (#6589)
Upgrades biome to 1.6.1, and updates husky pre-commit hook.
Most changes here are making type imports explicit.
|
2024-03-18 13:58:05 +01:00 |
|
Nuno Góis
|
b496990f79
|
chore: add no unused imports biome rule (#5855)
Adds a Biome rule for "no unused imports", which is something we
sometimes have trouble catching.
We're adding this as a warning for now. It is safely and easily fixable
with `yarn lint:fix`.


|
2024-01-11 12:44:05 +00:00 |
|
andreas-unleash
|
4376697250
|
feat: show Changes scheduled in feature variants even when CR are dis… (#5613)
show Changes scheduled in feature variants even when CR are disabled
Modifies existing hook to call the new `change-requests/scheduled`
endpoint that returns the relevant scheduled change requests even when
change requests are disabled
Rename the ChangeRequestIdentityData to ScheduledChangeRequestViewModel
for consistency (finalised schemas will replace the BE and FE types in a
follow up PR)
Closes #
[1-1746](https://linear.app/unleash/issue/1-1746/show-change-scheduled-badge-in-feature-environment-variants-even-if)
<img width="1486" alt="Screenshot 2023-12-12 at 14 24 44"
src="https://github.com/Unleash/unleash/assets/104830839/7c4e92ef-81d8-423e-8b78-9015ede59952">
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
|
2023-12-12 15:34:32 +02:00 |
|
Thomas Heartman
|
879e4c98e5
|
feat: show potential schedule conflicts when you archive flags (#5575)
Show change requests that would be impacted by an archive operation

|
2023-12-11 10:45:45 +01:00 |
|
Mateusz Kwasniewski
|
de287a75fe
|
chore: remove dependent feature flags (#5419)
|
2023-11-27 14:54:40 +01:00 |
|
Fredrik Strand Oseberg
|
5414fa6663
|
Refactor/remove last seen at flag (#5394)
This PR removes the feature flag for displaying the new last seen by
environments component.
|
2023-11-22 13:32:38 +01:00 |
|
Mateusz Kwasniewski
|
b890df6e12
|
feat: show warning about dependencies removed on archive (#5104)
|
2023-10-20 08:58:03 +02:00 |
|
Mateusz Kwasniewski
|
19bc519e1b
|
feat: Verify archive dependent features UI (#5024)
|
2023-10-13 14:31:37 +02:00 |
|
Mateusz Kwasniewski
|
80eb6e12c6
|
refactor: custom render should provide container (#4938)
|
2023-10-06 09:19:49 +02:00 |
|
Mateusz Kwasniewski
|
88305a6388
|
feat: prevent delete and archive on parent feature (#4913)
|
2023-10-04 09:27:53 +02:00 |
|
Nuno Góis
|
4167a60588
|
feat: biome lint frontend (#4903)
Follows up on https://github.com/Unleash/unleash/pull/4853 to add Biome
to the frontend as well.

Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future.
|
2023-10-02 13:25:46 +01:00 |
|
Mateusz Kwasniewski
|
cc62db46fb
|
feat: archive toggles in change request UI (#4563)
|
2023-08-25 13:38:57 +02:00 |
|
andreas-unleash
|
32954e8168
|
feat: bulk archive usage warning (#4448)
Adds a warning when about to archive features that have lastSeenAt of
less than a week (green usage)
Closes #
[1-224](https://linear.app/unleash/issue/1-1224/bulk-edit-show-last-seen-usage-warning)

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
|
2023-08-08 15:46:11 +02:00 |
|
Tymoteusz Czech
|
a983cf15b9
|
UI/bulk stale (#3320)
Mark and un-mark selected toggles as stale.
|
2023-03-16 14:54:38 +01:00 |
|
Tymoteusz Czech
|
0784afd255
|
UI/bulk archive (#3319)
Ability to archive multiple feature toggles from project overview
|
2023-03-15 14:10:16 +01:00 |
|
Tymoteusz Czech
|
b1166bb2f4
|
Project overview feature toggles list (#971)
* refactor: page container
* refactor: table page header
* feat: new feature toggles list in project overview
* feat: sortable enviromnents in project overview
* feat: project overview toggles search
* feat: project overview features column actions
* project overview table column sizing
* project overview feature actions permissions
* project overview archive feature action
* project overview toggle state strategy fallback
* remove previous project overview implementation
* fix: remove additional prop in sortable table
* fix: stale feature refetch
* improvements after review
* feat: manage visible columns in project overview
* improve project overview columns selection
* fix: simplify columns
* Revert "remove previous project overview implementation"
This reverts commit 98b051ff6a5a4fb8a9a0921b661514e15a00249a.
* restore legacy project overview table
|
2022-05-13 14:51:22 +02:00 |
|