Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a10dca44f6 
							
						 
					 
					
						
						
							
							fix: access overview fallback to email ( #9582 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3430/fix-undefined-in-access-overview-when-user-name-is-unavailable 
Adds a fallback to email in case the name is not available.
Also switches the priority of the fallbacks to be consistent with other
places in our codebase (email > username) and uses `||` instead of `??`
because falsy values don't provide much informational value anyways.
 
					
						2025-03-20 11:02:19 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							afd24aa58a 
							
						 
					 
					
						
						
							
							refactor: flatten release plan + strategy list ( #9581 )  
						
						... 
						
						
						
						Flattens the list of strategies when you have both release plans and
strategies. If you had both, you'd have this setup before:
```
- ol
  - li // release plan
    - ol // release plan strategies
  - li // regular strategies
    - ol // strategy list
```
Now we drop the extra nesting:
```
- ol
  -  li // release plan
    - ol // release plan strategies
  - li // the rest of the strategies
```
Semantically, I think this is just as valid and it simplifies a lot of
styling that no longer needs to look for other lists etc.
As part of doing this, I have also moved the "many strategies" warnings
and pagination labels to outside the list instead of inside the smaller
list.
Otherwise, the list looks just the same as before and drag-n-drop works
just fine.
(side note: these strategies shouldn't have drag handles 🤔  )

As a bonus, this PR also:
- Uses the disabled style separator for disabled strats in playground
and deletes some unused components I found.
Playground disabled strats (we probably don't want double orange badges;
I'll talk to UX):
 
						
					 
					
						2025-03-20 11:16:44 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							038c10f612 
							
						 
					 
					
						
						
							
							chore: finish up disabled strategies ( #9579 )  
						
						... 
						
						
						
						Aligns the design of disabled strategies with the sketches. Most notable
changes:
- makes the disabled badge warning yellow
- greys out the preceding "or" separator
- makes the segment "preview" button *not* grey (because it's still
interactable)
As a bonus: uses a list for the constraint value lists instead of a div
and updates the design to match the sketches (no chips).

With strat variants:

Bonus fix: 
Lets the constraint value list wrap so that we avoid this kind of
blowout:

Instead: 
 
						
					 
					
						2025-03-19 15:40:23 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5b26340e7 
							
						 
					 
					
						
						
							
							chore: Updates change request sidebar to remove env/cloud icon ( #9577 )  
						
						... 
						
						
						
						Removes the cloud icon in the change request env header to better align
with the new env headers in the flag environment overview.
Also hides strategy variants in favor of using the new strategy
execution component.
As a bonus: also uses a link component instead of a button for
navigating to the change request page.
With flag enabled: 

 
						
					 
					
						2025-03-19 11:13:11 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf91852234 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/react-codemirror to v4.23.10 ( #9572 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.9` ->
`4.23.10`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.23.9/4.23.10 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror (@​uiw/react-codemirror)</summary>
###
[`v4.23.10`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.10 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.10/file/README.md )
Documentation v4.23.10:
https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10 
```shell
npm i @​uiw/react-codemirror@4.23.10
```
- 🐞  fix: Fix flash of content on initialization
([#​717](https://redirect.github.com/uiwjs/react-codemirror/issues/717 ))
[`b11562d`](https://redirect.github.com/uiwjs/react-codemirror/commit/b11562d )
[@​colsondonohue](https://redirect.github.com/colsondonohue )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2025-03-19 09:25:05 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aad5a6a1a9 
							
						 
					 
					
						
						
							
							Feat/tag type colors frontend ( #9566 )  
						
						... 
						
						
						
						Add frontend support for tag type colors 
						
					 
					
						2025-03-19 10:03:33 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df351808c1 
							
						 
					 
					
						
						
							
							chore(deps): update dependency react-confetti to v6.4.0 ( #9573 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-confetti](https://redirect.github.com/alampros/react-confetti )
| [`6.3.0` ->
`6.4.0`](https://renovatebot.com/diffs/npm/react-confetti/6.3.0/6.4.0 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>alampros/react-confetti (react-confetti)</summary>
###
[`v6.4.0`](https://redirect.github.com/alampros/react-confetti/blob/HEAD/CHANGELOG.md#640-2025-03-04 )
[Compare
Source](https://redirect.github.com/alampros/react-confetti/compare/v6.3.0...v6.4.0 )
##### Bug Fixes
- clamp tweenProgress between 0 and tweenDuration
([f988305](f988305151dde31e0e28📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2025-03-19 09:03:00 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42abfccdb1 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.10 ( #9571 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@uiw/codemirror-theme-duotone](https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light )
([source](https://redirect.github.com/uiwjs/react-codemirror )) |
[`4.23.9` ->
`4.23.10`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.9/4.23.10 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>uiwjs/react-codemirror
(@​uiw/codemirror-theme-duotone)</summary>
###
[`v4.23.10`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.10 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.10/file/README.md )
Documentation v4.23.10:
https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.9...v4.23.10 
```shell
npm i @​uiw/react-codemirror@4.23.10
```
- 🐞  fix: Fix flash of content on initialization
([#​717](https://redirect.github.com/uiwjs/react-codemirror/issues/717 ))
[`b11562d`](https://redirect.github.com/uiwjs/react-codemirror/commit/b11562d )
[@​colsondonohue](https://redirect.github.com/colsondonohue )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2025-03-19 09:02:49 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0542fef5d8 
							
						 
					 
					
						
						
							
							chore(1 3493): handle cases with no strategies ( #9563 )  
						
						... 
						
						
						
						Handle cases where flags have no strategies in the playground.
As part of this, also changes how we deal with the padding/margins in
the playground: instead of making all but one items in the playground
have to explicitly add padding, now we instead say that the only item
that needs to do something is the list, which uses negative inline
margins.
This also has the added benefit of adding all the top-level elements
(that is: that's not part of the strategy lists) inside the same
container, so we can control gaps between them with flex's gaps.
When you have no strategies (before):

When you have no strategies (after):
 
						
					 
					
						2025-03-18 15:12:23 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							890bbcaaa0 
							
						 
					 
					
						
						
							
							chore: rename release management to release templates ( #9564 )  
						
						
						
					 
					
						2025-03-18 14:52:47 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c5fa7c82fd 
							
						 
					 
					
						
						
							
							chore: add spacing to playground header + style segment's no constraints text ( #9561 )  
						
						... 
						
						
						
						This adds two small visual changes:
1. Add some spacing to the playground header (so that the custom
strategies info box (or other alerts) get some breathing room. (It
slightly increases the text between the header and the flag result text,
but I'll leave that as is unless we get told otherwise. It's partially
because of extra padding on the close button etc, and will be more work
than I wanna put in right now).
2. Style the "this segment has no constraints" text for empty segments
to use a smaller, less prominent font.
Playground header before:

Playground header after:

Segments text before:

Segments text after:
 
						
					 
					
						2025-03-18 14:07:23 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43685f516e 
							
						 
					 
					
						
						
							
							chore: segment execution in playground ( #9558 )  
						
						... 
						
						
						
						Adds segment execution results to the playground and moves the existing
segment execution into a legacy file.
New:

Old:
 
						
					 
					
						2025-03-18 13:54:00 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99fcdb1f23 
							
						 
					 
					
						
						
							
							fix: segment spacing in strategy constraints ( #9559 )  
						
						
						
					 
					
						2025-03-18 13:03:52 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c89cf196e7 
							
						 
					 
					
						
						
							
							Use new strategy execution in playground ( #9553 )  
						
						... 
						
						
						
						Implements playground results for strategies.
Old design:

New design:

Still left: segments.
I also discovered during this that some of the new hooks (and also some
of the new components) accept deprecated types
(`IFeatureStrategyPayload` in this case). If that should indeed be
deprecated, then we also shouldn't use it in the new hooks / components
if we can avoid it. I'll make a task for it.
---------
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2025-03-18 11:23:02 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33733b64a7 
							
						 
					 
					
						
						
							
							chore: fix missing primary routes for commandbar ( #9557 )  
						
						
						
					 
					
						2025-03-18 10:13:23 +00:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							35ed2dabf3 
							
						 
					 
					
						
						
							
							feat: rework navigation sidebar admin section ( #9556 )  
						
						
						
					 
					
						2025-03-18 10:35:06 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7efe5c5311 
							
						 
					 
					
						
						
							
							chore: implement design for disabled environments in playground ( #9544 )  
						
						... 
						
						
						
						Adds the new design for strategy lists in disabled environments.
 
						
					 
					
						2025-03-17 15:30:08 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf1ba8fcc5 
							
						 
					 
					
						
						
							
							Chore(1-3390)/playground strategy execution: constraints ( #9532 )  
						
						... 
						
						
						
						Implements the new design for playground constraints. They're not in use
in segments yet, and strategy parameters have not been touched. This PR
establishes a pattern that we can follow for strategies and parameters
later.

The PR also includes a change in how the constraint item organizes its
children: it now takes care adding padding and spacing itself, instead
of the children doing that. It looks right most places, but segments
aren't quite right anymore. However, as this is behind a flag, I'd
rather fix that in a separate PR.
---------
Co-authored-by: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2025-03-17 14:30:11 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d6a4290fe 
							
						 
					 
					
						
						
							
							feat: requests consumption UI for frontend ( #9550 )  
						
						... 
						
						
						
						Switching frontend traffic tab to use the requests consumption API: 
						
					 
					
						2025-03-17 12:55:01 +02:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f093a3f4b3 
							
						 
					 
					
						
						
							
							chore: update orval types ( #9549 )  
						
						
						
					 
					
						2025-03-17 11:52:25 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b634438a1 
							
						 
					 
					
						
						
							
							fix: only drag handle is draggable, allow you to select text in the header ( #9536 )  
						
						... 
						
						
						
						Previously, the entire card was draggable, which meant that you couldn't
select text inside the card or inside the milestone title when editing.
This makes it so that only the drag handle is draggable. 
						
					 
					
						2025-03-17 10:52:09 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a59886206 
							
						 
					 
					
						
						
							
							chore: access overview search ( #9547 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3407/add-search-to-the-access-overview 
Adds search to Access Overview.
 
					
						2025-03-17 08:46:09 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76b3e06fe5 
							
						 
					 
					
						
						
							
							chore: categorize access overview ( #9546 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3346/only-show-description-and-not-permission-first-column-and-group 
Categorizes the permissions in our Access Overview.
 
					
						2025-03-17 08:24:48 +00:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e38a58d635 
							
						 
					 
					
						
						
							
							fix: use the correct permission for the create template button ( #9545 )  
						
						
						
					 
					
						2025-03-14 14:42:28 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14512c73d6 
							
						 
					 
					
						
						
							
							fix: command bar z-index ( #9543 )  
						
						
						
					 
					
						2025-03-14 11:46:44 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85ea5ce5e2 
							
						 
					 
					
						
						
							
							chore: Delete unused files ( #9542 )  
						
						... 
						
						
						
						These files are never used anywhere, so we might as well remove them. 
						
					 
					
						2025-03-14 11:22:10 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af705ad0e0 
							
						 
					 
					
						
						
							
							fix(1-3489): strategy dragging is broken in env overview ( #9538 )  
						
						... 
						
						
						
						Fixes strategy dragging in project envs. Not sure why this works, but
apparently, making it a variable instead of react component takes care
of it? 
						
					 
					
						2025-03-14 11:22:02 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e67594f1b 
							
						 
					 
					
						
						
							
							chore: change access overview to lists in accordions ( #9535 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3343/accordions-not-a-must-have 
https://linear.app/unleash/issue/2-3345/indicator-of-how-many-permissions 
Changes our Access Overview from tables to lists in accordions. Also
includes the total permissions in the accordion summary.
Looking at the designs it seems like lists would make the most sense,
both visually and in terms of semantics. This will also allow us to
group the permissions both visually and semantically in a future task.

### Update
Also improved our project permissions label.


---------
Co-authored-by: Gastón Fournier <gaston@getunleash.io> 
					
						2025-03-14 10:21:14 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							872162eb7c 
							
						 
					 
					
						
						
							
							fix: new header z-index style ( #9541 )  
						
						
						
					 
					
						2025-03-14 11:18:20 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3912b443d0 
							
						 
					 
					
						
						
							
							fix: command bar search padding  
						
						
						
					 
					
						2025-03-14 11:13:11 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bdc21cc4e2 
							
						 
					 
					
						
						
							
							chore: mark release mgmt new in unleash as beta ( #9540 )  
						
						
						
					 
					
						2025-03-14 10:51:33 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9c152995c 
							
						 
					 
					
						
						
							
							chore: new flag adminNavUI for admin UI 2.0 ( #9537 )  
						
						
						
					 
					
						2025-03-14 09:30:30 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8ab1a49294 
							
						 
					 
					
						
						
							
							chore: clean up frontend routes ( #9533 )  
						
						
						
					 
					
						2025-03-14 08:18:01 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d0530b61c 
							
						 
					 
					
						
						
							
							chore: rename access matrix to access overview ( #9531 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3344/new-name-access-overview-instead-of-access-matrix 
Renames Access Matrix to Access Overview, both internally (code) and
externally (UI). 
					
						2025-03-13 15:23:58 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dadda7b648 
							
						 
					 
					
						
						
							
							fix: Data usage graphs don't work in UTC-n time zones ( #9530 )  
						
						... 
						
						
						
						Fixes a number of issues that would surface in UTC-n (where n > 1)
timezones. I've not found a way to check this with tests (and it looks
like [we weren't able to last time
either](https://github.com/Unleash/unleash/pull/9110/files#r1919746328 )),
so all the testing's been done manually by adjusting my system time and
zone. (From what I understand, you can't generate a Date with a specific
TZ offset in JS: it's only utc or local time)
Resolved:
- [x] Selecting "Jan" in the dropdown results in the selection being
"December" (off by one in the selector)
- [x] Selecting a month view only gives you one data point (and it's
probably empty). Wrong date parsing on the way out resulted in sending
`{ from: "2025-02-28", to: "2025-02-28"}` instead of `{ from:
"2025-03-01", to: "2025-03-31"}`
- [x] The dates we create when making "daysRec" need to be adjusted.
They showed the wrong month, so the dates were off.
- [x] Make sure the labels are correct when hovering over. Again: we
used the wrong month for generating these.
- [x] The available months are wrong. Incorrect month parsing again.
- [x] The request summary month is wrong. You guessed it: incorrect
month parsing 
						
					 
					
						2025-03-13 15:44:10 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							732b7f342a 
							
						 
					 
					
						
						
							
							chore: Playground Strategy Lists ( #9510 )  
						
						... 
						
						
						
						Continue the implementation of Playground strategy lists. This PR also
adjusts some existing strategy container and list items to accomodate
more use cases (such as this).
The playground strategy execution component is still the old design.
After (playground results):

After (env strategy list):

Before (env strategy list):
 
						
					 
					
						2025-03-13 12:01:44 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							863788d7b3 
							
						 
					 
					
						
						
							
							Feat(UI): new strategy variant chips ( #9507 )  
						
						... 
						
						
						
						- new way of showing strategy variants
- fixed wrapping issue in strategy editing, for a lot of variants
defined (`SplitPreviewSlider.tsx` change)
- aligned difference between API and manually added types 
						
					 
					
						2025-03-13 11:27:45 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ad3178590 
							
						 
					 
					
						
						
							
							refactor: remove unused access overview component ( #9527 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3396/remove-unused-access-overview-component 
Removes an unused access overview component.
A nice bonus is that we're adding something called [Access
Overview](https://github.com/Unleash/unleash/pull/9525 ) so we avoid some
confusion. 
					
						2025-03-13 09:21:57 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8ab24fd3bf 
							
						 
					 
					
						
						
							
							chore: users actions menu ( #9525 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3342/new-entrance-point-create-dot-dot-dot-menu-instead-of-icons 
Adds a new users actions menu.
Should this change be behind a flag? I'm leaning towards no, but if you
think otherwise let me know.
### Previous

### After

### If user is SCIM-managed
 
					
						2025-03-13 09:02:06 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b7f91cd4b 
							
						 
					 
					
						
						
							
							feat: read backend connections UI ( #9526 )  
						
						
						
					 
					
						2025-03-13 10:56:29 +02:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22f51df76c 
							
						 
					 
					
						
						
							
							feat: archived indicators and disabled button when editing archived template ( #9503 )  
						
						
						
					 
					
						2025-03-13 09:16:55 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29181118ce 
							
						 
					 
					
						
						
							
							chore: orval generation ( #9524 )  
						
						
						
					 
					
						2025-03-12 16:47:55 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b888abe10 
							
						 
					 
					
						
						
							
							chore: remove project at least one owner constraint ( #9517 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3393/remove-project-at-least-one-owner-constraint 
Removes our constraint that the project must have at least one owner. 
					
						2025-03-12 10:37:20 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							242b0de592 
							
						 
					 
					
						
						
							
							chore: show events IP ( #9512 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-3392/visualize-event-log-ip-address-on-unleash-enterprise-ui 
Shows events IP for Unleash Enterprise.
 
					
						2025-03-12 10:06:29 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eca36eeb5c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vitest to v3.0.8 ( #9515 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://redirect.github.com/vitest-dev/vitest )
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ))
| [`3.0.7` ->
`3.0.8`](https://renovatebot.com/diffs/npm/vitest/3.0.7/3.0.8 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vitest-dev/vitest (vitest)</summary>
###
[`v3.0.8`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.0.8 )
[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.7...v3.0.8 )
#####    🐞  Bug Fixes
- Fix fetch cache multiple writes  -  by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7546 ](https://redirect.github.com/vitest-dev/vitest/issues/7546 )
[<samp>(1a8b4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/1a8b4337 )
- Use browser.isolate instead of config.isolate  -  by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7560 ](https://redirect.github.com/vitest-dev/vitest/issues/7560 )
[<samp>(4b5ed)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4b5ed902 )
- Remove vestigial spy stub, import directly from `@vitest/spy`  -  by
[@​mrginglymus](https://redirect.github.com/mrginglymus ) in
[https://github.com/vitest-dev/vitest/issues/7575 ](https://redirect.github.com/vitest-dev/vitest/issues/7575 )
[<samp>(7f7ff)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7f7ff11c )
- Correctly split the argv string  -  by
[@​btea](https://redirect.github.com/btea ) in
[https://github.com/vitest-dev/vitest/issues/7533 ](https://redirect.github.com/vitest-dev/vitest/issues/7533 )
[<samp>(4325a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4325ac67 )
-   **browser**:
- Remove
[@​testing-library/dom](https://redirect.github.com/testing-library/dom )
from dependencies  -  by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7555 ](https://redirect.github.com/vitest-dev/vitest/issues/7555 )
[<samp>(5387a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5387a5b3 )
- Improve source map handling for bundled files  -  by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7534 ](https://redirect.github.com/vitest-dev/vitest/issues/7534 )
[<samp>(e2c57)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/e2c570b6 )
- Print related test file and potential test in unhandled errors  -  by
[@​sheremet-va](https://redirect.github.com/sheremet-va ) in
[https://github.com/vitest-dev/vitest/issues/7564 ](https://redirect.github.com/vitest-dev/vitest/issues/7564 )
[<samp>(fee90)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/fee90d85 )
-   **runner**:
- Fix `beforeEach/All` cleanup callback timeout  -  by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7500 ](https://redirect.github.com/vitest-dev/vitest/issues/7500 )
[<samp>(0c292)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0c2924b7 )
- Fix and simplify `Task.suite` initialization  -  by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7414 ](https://redirect.github.com/vitest-dev/vitest/issues/7414 )
[<samp>(ca9ff)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/ca9ffac5 )
-   **snapshot**:
- Allow inline snapshot calls on same location with same snapshot  -  by
[@​jycouet](https://redirect.github.com/jycouet ) and
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7464 ](https://redirect.github.com/vitest-dev/vitest/issues/7464 )
[<samp>(d5cb8)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/d5cb8212 )
-   **vite-node**:
- Fix `buildStart` on Vite 6  -  by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa ) in
[https://github.com/vitest-dev/vitest/issues/7480 ](https://redirect.github.com/vitest-dev/vitest/issues/7480 )
[<samp>(c0f47)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/c0f47e03 )
#####     [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.7...v3.0.8 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2025-03-11 16:06:55 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							076006a5d3 
							
						 
					 
					
						
						
							
							chore(deps): update dependency swr to v2.3.3 ( #9514 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app )
([source](https://redirect.github.com/vercel/swr )) | [`2.3.2` ->
`2.3.3`](https://renovatebot.com/diffs/npm/swr/2.3.2/2.3.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>vercel/swr (swr)</summary>
###
[`v2.3.3`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.3 )
[Compare
Source](https://redirect.github.com/vercel/swr/compare/v2.3.2...v2.3.3 )
##### Patches
- enhance: use empty prototype object by
[@​huozhi](https://redirect.github.com/huozhi ) in
[https://github.com/vercel/swr/pull/4099 ](https://redirect.github.com/vercel/swr/pull/4099 )
- Initialise nextFocusRevalidatedAt on mount by
[@​mgoodfellow](https://redirect.github.com/mgoodfellow ) in
[https://github.com/vercel/swr/pull/2857 ](https://redirect.github.com/vercel/swr/pull/2857 )
##### Misc
- Update Twitter references to X by
[@​ManuLpz4](https://redirect.github.com/ManuLpz4 ) in
[https://github.com/vercel/swr/pull/4103 ](https://redirect.github.com/vercel/swr/pull/4103 )
#### New Contributors
- [@​ManuLpz4](https://redirect.github.com/ManuLpz4 ) made their
first contribution in
[https://github.com/vercel/swr/pull/4103 ](https://redirect.github.com/vercel/swr/pull/4103 )
- [@​mgoodfellow](https://redirect.github.com/mgoodfellow ) made
their first contribution in
[https://github.com/vercel/swr/pull/2857 ](https://redirect.github.com/vercel/swr/pull/2857 )
**Full Changelog**:
https://github.com/vercel/swr/compare/v2.3.2...v2.3.3 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦  **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2025-03-11 16:06:46 +00:00 
						 
				 
			
				
					
						
							
							
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7534b66c18 
							
						 
					 
					
						
						
							
							Fix broken anchors in docs ( #9406 )  
						
						
						
					 
					
						2025-03-11 11:45:40 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a064672635 
							
						 
					 
					
						
						
							
							chore(1-3422): playground strategies list ( #9504 )  
						
						... 
						
						
						
						Initial rough work on adapting the playground strategies to the new
designs. This PR primarily splits components into Legacy files and adds
new replacements. There are *some* updates (including spacing and text
color), but nothing juicy yet. However, I wanted to get this in now,
before this PR grows even bigger. 
						
					 
					
						2025-03-11 11:36:14 +01:00 
						 
				 
			
				
					
						
							
							
								Gastón Fournier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f718e00b39 
							
						 
					 
					
						
						
							
							fix: frontend tests after Cypress upgrade ( #9505 )  
						
						... 
						
						
						
						The fix involved:
1. [Find the first button to click to create a feature
flag](9b4500cdedfad627c6b35ce6ca59f5f4a7819ad1 
						
					 
					
						2025-03-11 10:43:26 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be57f9f8fd 
							
						 
					 
					
						
						
							
							chore: remove apitoken.username ( #9448 )  
						
						... 
						
						
						
						Removes usage of the deprecated API token property `username` and uses
`tokenName` instead.
Affected components:
Token table:

Token deletion dialog:

Environment post-clone screen (which is automatically hidden now, so it
... doesn't matter) 
						
					 
					
						2025-03-11 08:32:50 +01:00