Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ded068de7 
							
						 
					 
					
						
						
							
							1-3144: extract project status into own component. ( #8823 )  
						
						... 
						
						
						
						This way, we don't need to reload the entire project page just to
open/close it.
Will probably resolve the performance issues. 
						
					 
					
						2024-11-21 12:03:19 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							52a456a759 
							
						 
					 
					
						
						
							
							fix: fix status sidebar top padding ( #8817 )  
						
						... 
						
						
						
						This PR improves handling of very narrow screens for the project status
header:
- Add a right margin so that it won't overlap with the close button.
- Make it so the icon in the header doesn't shrink. 
						
					 
					
						2024-11-21 11:30:37 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72fd087fbf 
							
						 
					 
					
						
						
							
							chore: make project status fit on 1080 height ( #8818 )  
						
						... 
						
						
						
						
---------
Co-authored-by: Thomas Heartman <thomas@getunleash.io> 
						
					 
					
						2024-11-21 12:10:16 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							248d859b80 
							
						 
					 
					
						
						
							
							fix: cleanup should be completed ( #8819 )  
						
						... 
						
						
						
						This PR changes the term "cleanup" to "completed" for the lifecycle
summary. 
						
					 
					
						2024-11-21 11:05:32 +01:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c18952f374 
							
						 
					 
					
						
						
							
							feat: licensed users ui rework ( #8809 )  
						
						... 
						
						
						
						1. Moved link creation bottom next to licensed users view
2. Created licensed users component
3. Added flag
OSS:

All others
 
						
					 
					
						2024-11-21 11:46:40 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a769d14a5 
							
						 
					 
					
						
						
							
							feat: upgrade sso ( #8813 )  
						
						
						
					 
					
						2024-11-20 16:42:34 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01bd877a81 
							
						 
					 
					
						
						
							
							feat: info about unlimited projects option ( #8814 )  
						
						... 
						
						
						
						- refactored projects list header
- added info about unlimited projects to open-source version 
						
					 
					
						2024-11-20 16:40:19 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7af9b7ec3 
							
						 
					 
					
						
						
							
							chore: PAYG traffic bundles ( #8805 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2989/unleash-payg-auto-traffic-billing 
Integrates auto traffic bundle billing with PAYG.
Currently assumes the PAYG traffic bundle will have the same
`$5/1_000_000` cost as the existing Pro traffic bundle, with the same
`53_000_000` included requests. However some adjustments are included so
it's easier to change this in the future. 
					
						2024-11-20 15:20:50 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							332440491a 
							
						 
					 
					
						
						
							
							feat: remove bold/strong from personal dashboard events ( #8330 )  
						
						
						
					 
					
						2024-11-20 15:40:48 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e7c63ac68 
							
						 
					 
					
						
						
							
							feat: upgrade change requests ( #8812 )  
						
						
						
					 
					
						2024-11-20 15:16:28 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							640c16fc22 
							
						 
					 
					
						
						
							
							fix: center health widgets and text ( #8810 )  
						
						... 
						
						
						
						This change updates how the health widgets are aligned with their
text. They used to be aligned towards the top; now, they're centered. 
						
					 
					
						2024-11-20 14:44:07 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d661096fb7 
							
						 
					 
					
						
						
							
							fix: don't break personal dashboard charts if the flag is called . ( #8807 )  
						
						... 
						
						
						
						This PR fixes an issue where the personal dashboard would fail to render
if the flag was called `.` (Curiously, it was not an issue with `..`;
probably because they end up accessing different URLs).
I've taken the very pragmatic approach here of saying "right, we know
that `.` and `..` cause issues, let's just not even try to fetch data
for them".
The option, of course, is to bake in more error handling in the
components, but due to how we've got hooks depending on each other, it's
a bit of a rabbit hole to go down. I think this is a good compromise for
now.
So now, you'll get this instead:

I've also gone and updated the text for when we get a metrics fetching
error, because this probably isn't due to the flag name anymore. If it
is, we want to know. 
						
					 
					
						2024-11-20 14:38:57 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61df153a5b 
							
						 
					 
					
						
						
							
							feat: upgrade more environments ( #8804 )  
						
						
						
					 
					
						2024-11-20 12:56:59 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04b2b488f6 
							
						 
					 
					
						
						
							
							chore(1-3133): change avg health to current health in project status ( #8803 )  
						
						... 
						
						
						
						This PR updates the project status service (and schemas and UI) to use
the project's current health instead of the 4-week average.
I nabbed the `calculateHealthRating` from
`src/lib/services/project-health-service.ts` instead of relying on the
service itself, because that service relies on the project service,
which relies on pretty much everything in the entire system.
However, I think we can split the health service into a service that
*does* need the project service (which is used for 1 of 3 methods) and a
service (or read model) that doesn't. We could then rely on the second
one for this service without too much overhead. Or we could extract the
`calculateHealthRating` into a shared function that takes its stores as
arguments. ... but I suggest doing that in a follow-up PR.
Because the calculation has been tested other places (especially if we
rely on a service / shared function for it), I've simplified the tests
to just verify that it's present.
I've changed the schema's `averageHealth` into an object in case we want
to include average health etc. in the future, but this is up for debate. 
						
					 
					
						2024-11-20 11:41:45 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0f91c6b0c2 
							
						 
					 
					
						
						
							
							fix: link to unhealthy flags filter ( #8802 )  
						
						... 
						
						
						
						This change updates the "view unhealthy flags" link in the project
status sidebar to use the correct filter. The previous link was put in
before we had a filter for potentially stale, so this updates the link
to use that filter. 
						
					 
					
						2024-11-20 09:37:39 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec44c5b5e4 
							
						 
					 
					
						
						
							
							chore: remove personal dashboard UI flag ( #8795 )  
						
						
						
					 
					
						2024-11-20 09:24:08 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5406d4d8d5 
							
						 
					 
					
						
						
							
							chore: addReleasePlan api hook use template id in payload ( #8801 )  
						
						
						
					 
					
						2024-11-20 08:52:24 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74535e98a3 
							
						 
					 
					
						
						
							
							chore: hide release plan template permissions behind feature flag ( #8799 )  
						
						
						
					 
					
						2024-11-20 07:59:45 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b23dd940af 
							
						 
					 
					
						
						
							
							feat: add potentially stale filter to flags filter ( #8798 )  
						
						... 
						
						
						
						This PR adds the option to select potentially stale flags from the UI.
It also updates the name we use for parsing from the API: instead of
`potentiallyStale` we use `potentially-stale`. This follows the
precedent set by "kill switch" (which we send as 'kill-switch'), the
only other multi-word option that I could find in our filters. 
						
					 
					
						2024-11-19 16:37:32 +02:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8935a01d90 
							
						 
					 
					
						
						
							
							feat: create and edit release plan template milestones ( #8768 )  
						
						
						
					 
					
						2024-11-19 13:52:07 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d96052a3b 
							
						 
					 
					
						
						
							
							fix: update users session warning in users table ( #8794 )  
						
						
						
					 
					
						2024-11-19 10:36:04 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04a7b05ac3 
							
						 
					 
					
						
						
							
							chore: stop using personal dashboard UI flag ( #8793 )  
						
						
						
					 
					
						2024-11-19 10:51:37 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd0a65a279 
							
						 
					 
					
						
						
							
							feat: change max session count warning to 4 devices ( #8792 )  
						
						
						
					 
					
						2024-11-19 10:26:52 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba7cad6c45 
							
						 
					 
					
						
						
							
							chore(deps): update dependency vite to v5.4.11 ( #8790 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vite.dev )
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite ))
| [`5.4.10` ->
`5.4.11`](https://renovatebot.com/diffs/npm/vite/5.4.10/5.4.11 ) |
[](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>vitejs/vite (vite)</summary>
###
[`v5.4.11`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.11 )
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v5.4.10...v5.4.11 )
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md )
for details.
</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-11-19 03:49:07 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a39efe707 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.6.4 ( #8786 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.6.2` ->
`2.6.4`](https://renovatebot.com/diffs/npm/msw/2.6.2/2.6.4 ) |
[](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>mswjs/msw (msw)</summary>
###
[`v2.6.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.4 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.6.3...v2.6.4 )
#### v2.6.4 (2024-11-10)
##### Bug Fixes
- prevent infinite loop when bypassing `sendBeacon()` requests
([#​2353](https://redirect.github.com/mswjs/msw/issues/2353 ))
([`2fa98c3`](2fa98c327ahttps://redirect.github.com/kettanaito )
- remove the internal bypass request header before performing the
request as-is in Node.js
([#​2353](https://redirect.github.com/mswjs/msw/issues/2353 ))
([`2fa98c3`](2fa98c327ahttps://redirect.github.com/kettanaito )
###
[`v2.6.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.3 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.6.2...v2.6.3 )
#### v2.6.3 (2024-11-10)
##### Bug Fixes
- **handleRequest:** remove `transformResponse` option
([#​2351](https://redirect.github.com/mswjs/msw/issues/2351 ))
([`74c4a3a`](74c4a3a899https://redirect.github.com/kettanaito )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-11-18 22:16:14 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7820ca62ad 
							
						 
					 
					
						
						
							
							feat: show max count of sessions that users have to an admin ( #8781 )  
						
						... 
						
						
						
						Add info about large number of parallel sessions per user. 
						
					 
					
						2024-11-18 15:15:56 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18591dd017 
							
						 
					 
					
						
						
							
							fix: use the correct design token color for the health chart background ( #8783 )  
						
						... 
						
						
						
						This change swaps out the color of the health chart "unfilled" section
for `theme.palette.background.application`. This is the same color
that's used in the sketches, so it should apply better for dark mode.
Why? I noticed that the graph looks choppy in dark mode, so figured
I'd go and investigate. This update makes it look a lot smoother.
Light mode looks the same as before.
Before (notice the leaking light grey):

After:
 
						
					 
					
						2024-11-18 14:07:40 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a55a956772 
							
						 
					 
					
						
						
							
							1-3120: remove project connected environments ( #8775 )  
						
						... 
						
						
						
						Remove everything related to the connected environment count for project
status. We decided that because we don't have anywhere to link it to at
the moment, we don't want to show it yet. 
						
					 
					
						2024-11-18 12:01:25 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb9c754008 
							
						 
					 
					
						
						
							
							feat: combine health and status widgets ( #8782 )  
						
						... 
						
						
						
						This PR combines the health and status widgets into a single widget. It
adds a new row with information on your unhealthy flags.
The stat prettifies large numbers to avoid overflows for very large
numbers. To keep it in line with the SVG, I've extracted some of the
constants so we can share them for size calculation.

When it folds, it uses the "space-around" algorithm to make the two
stats occupy their own positions:

The number uses a custom background color in dark mode because elevation
1 and 2 are the same there:
 
						
					 
					
						2024-11-18 12:01:08 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e712a65dff 
							
						 
					 
					
						
						
							
							chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /frontend ( #8779 )  
						
						
						
					 
					
						2024-11-18 11:28:25 +01:00 
						 
				 
			
				
					
						
							
							
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ce976a0d5 
							
						 
					 
					
						
						
							
							feat: implement call to add release-plan to feature environment ( #8778 )  
						
						
						
					 
					
						2024-11-18 09:30:29 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d4e2e991f 
							
						 
					 
					
						
						
							
							fix: device count flag without variant ( #8773 )  
						
						
						
					 
					
						2024-11-15 13:05:50 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d5fceb5bf 
							
						 
					 
					
						
						
							
							feat: show users with multiple parallel sessions ( #8756 )  
						
						
						
					 
					
						2024-11-15 10:34:38 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f89bc33645 
							
						 
					 
					
						
						
							
							1-3125: Update project navigation for the simplified view ( #8770 )  
						
						... 
						
						
						
						The changes are:
- Change "Flags" to "Overview"
- Also hide "Insights" and "Health"
- Change "Project settings" to "Settings" 
						
					 
					
						2024-11-15 09:56:41 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							046573174b 
							
						 
					 
					
						
						
							
							fix(a11y): Fix keyboard navigation issues with sidebar ( #8769 )  
						
						... 
						
						
						
						This PR fixes a number of keyboard accessibility issues with the
feedback sidebar. They are (in no particular order):
1. The radio inputs don't have a focus style for `focus-visible` (when
keyboard focused).
2. There's two close buttons there for some reason? One is invisible,
but you can tab to it?
3. The sidebar doesn't trap focus, so you can tab out of the modal and
continue tabbing through the main page (with the modal still open)
4. The sidebar doesn't steal focus. When you open it, your focus remains
on the button you used to open it. So if you want to navigate to it, you
have to go through the entire page (behind the modal) to get to it.
5. The sidebar can't be closed by 'escape'.
The fixes are:
1. Apply the same styles when focus visible as when hover
2. Wrap the component in the `BaseModal` component
3. Wrap the component in the `BaseModal` component
4. Wrap the component in the `BaseModal` component
5. Wrap the component in the `BaseModal` component
(see a theme here?)
Additionally, because the base modal has its own `open` state, I removed
the wrapping conditionally render, reducing nesting by one stop. Most of
the changes in the file are just whitespace changes.

I considered also applying an auto-focus to the first input in the
sidebar, but our linter doesn't like it. Additionally MDN lists the
following [accessibility
concerns](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus#accessibility_concerns )
> Automatically focusing a form control can confuse visually-impaired
people using screen-reading technology and people with cognitive
impairments. When autofocus is assigned, screen-readers "teleport" their
user to the form control without warning them beforehand.
>
> Use careful consideration for accessibility when applying the
autofocus attribute. Automatically focusing on a control can cause the
page to scroll on load. The focus can also cause dynamic keyboards to
display on some touch devices. While a screen reader will announce the
label of the form control receiving focus, the screen reader will not
announce anything before the label, and the sighted user on a small
device will equally miss the context created by the preceding content.
So I'll leave it off. 
						
					 
					
						2024-11-15 10:24:53 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4d19862d7 
							
						 
					 
					
						
						
							
							1-3122: refetch CR notifs on actions ( #8767 )  
						
						... 
						
						
						
						Refetch actionable change requests whenever you perform an action on a
change request. This ensures that the change request notifications are
up-to-date for you. Of course, it can still get out of sync if someone
else performs an action on the change request, but that's more of an
edge case. 
						
					 
					
						2024-11-15 10:02:36 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3437b8c34 
							
						 
					 
					
						
						
							
							feat: Max sessions limit ( #8765 )  
						
						
						
					 
					
						2024-11-15 09:57:17 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d36862ddb 
							
						 
					 
					
						
						
							
							feat: add project status feedback ( #8764 )  
						
						... 
						
						
						
						This PR adds the feedback component to the project status page. When you
open the feedback modal, we close the status sidebar. Exiting the
feedback modal takes you back to the project page.
As a bonus: fixes the background color of the health grid, which was a
little bit off.

 
						
					 
					
						2024-11-15 10:51:00 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6db6cc2bd6 
							
						 
					 
					
						
						
							
							refactor: remove unused component UserSeats ( #8757 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2974/remove-unused-component-userseats 
Removes the unused component `UserSeats`. 
					
						2024-11-15 08:45:32 +00:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a2663a451 
							
						 
					 
					
						
						
							
							test: session deleted toast ( #8754 )  
						
						
						
					 
					
						2024-11-15 09:31:42 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2014d367f8 
							
						 
					 
					
						
						
							
							1-3073: close sidebar when you click a link within it ( #8763 )  
						
						... 
						
						
						
						This change makes it so that the project status sidebar will close
when you follow a link within it. We do that by using JS event
bubbling and attaching a handler on the modal parent. We can listen
for events and check whether the target is an anchor and, if so, close
the modal. 
						
					 
					
						2024-11-15 07:36:22 +00:00 
						 
				 
			
				
					
						
							
							
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1af204e0f0 
							
						 
					 
					
						
						
							
							feat: now pay as you go billing banner has link ( #8761 )  
						
						... 
						
						
						
						My intuition wanted to click on it to start paying, but it did not work.
Changed condition to show it for pay as you go.
 
						
					 
					
						2024-11-15 09:26:49 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9b674f7ab 
							
						 
					 
					
						
						
							
							fix: Project Status UI fixes ( #8762 )  
						
						... 
						
						
						
						This PR fixes a few small UI issues reported by UX. It:
- Adds hover colors to the lifecycle boxes
- Adjusts the font size for the health widget to match project resources
and lifecycle
- Makes the `view health over time tooltip` take you to the insights
page with the current project preselected
 
						
					 
					
						2024-11-15 07:16:09 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							efd1cce90d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency react-dropzone to v14.3.5 ( #8759 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-dropzone](https://redirect.github.com/react-dropzone/react-dropzone )
| [`14.2.10` ->
`14.3.5`](https://renovatebot.com/diffs/npm/react-dropzone/14.2.10/14.3.5 )
|
[](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>react-dropzone/react-dropzone (react-dropzone)</summary>
###
[`v14.3.5`](https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.3.5 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.4...v14.3.5 )
##### Bug Fixes
- fix wrong file type msg ux and close
[#​1221](https://redirect.github.com/react-dropzone/react-dropzone/issues/1221 )
([4ca683b](4ca683b9edhttps://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.3.4 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.3...v14.3.4 )
##### Bug Fixes
- set {isDragRejected} on drop and close
[#​1238](https://redirect.github.com/react-dropzone/react-dropzone/issues/1238 )
([589d01e](589d01ec00https://redirect.github.com/react-dropzone/react-dropzone/releases/tag/v14.3.3 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.2...v14.3.3 )
##### Bug Fixes
- visually hide the input and close
[#​1268](https://redirect.github.com/react-dropzone/react-dropzone/issues/1268 )
([edeef15](edeef159c4https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.1...e35de09e0a8f4d492d02c7c1566cb9d89880bc77 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.1...v14.3.2 )
###
[`v14.3.1`](4288d8e3c3...72c6c34866https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.3.0...v14.3.1 )
###
[`v14.3.0`](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.10...4288d8e3c3e811e8ed4303b696adc7cb951455b1 )
[Compare
Source](https://redirect.github.com/react-dropzone/react-dropzone/compare/v14.2.10...v14.3.0 )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-11-14 22:15:12 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0cbdc1439c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v2.6.2 ( #8758 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io )
([source](https://redirect.github.com/mswjs/msw )) | [`2.5.1` ->
`2.6.2`](https://renovatebot.com/diffs/npm/msw/2.5.1/2.6.2 ) |
[](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>mswjs/msw (msw)</summary>
###
[`v2.6.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.2 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.6.1...v2.6.2 )
##### v2.6.2 (2024-11-07)
##### Bug Fixes
- update `@bundled-es-modules/cookie` to 2.0.1
([#​2312](https://redirect.github.com/mswjs/msw/issues/2312 ))
([`c134352`](c134352e82https://redirect.github.com/kettanaito )
###
[`v2.6.1`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.1 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.6.0...v2.6.1 )
##### v2.6.1 (2024-11-06)
##### Bug Fixes
- prevent `instanceof` handler check failures between different MSW
versions
([#​2349](https://redirect.github.com/mswjs/msw/issues/2349 ))
([`28d26bd`](28d26bd7fahttps://redirect.github.com/kettanaito )
###
[`v2.6.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.0 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.5.2...v2.6.0 )
#### v2.6.0 (2024-10-29)
##### Features
- support mocking WebSocket APIs
([#​2011](https://redirect.github.com/mswjs/msw/issues/2011 ))
([`ae786f5`](ae786f59ebhttps://redirect.github.com/kettanaito )
[@​DanielleHuisman](https://redirect.github.com/DanielleHuisman )
###
[`v2.5.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.5.2 )
[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.5.1...v2.5.2 )
#### v2.5.2 (2024-10-27)
##### Bug Fixes
- enable provenance for publishing
([#​2334](https://redirect.github.com/mswjs/msw/issues/2334 ))
([`e9b0636`](e9b0636c2chttps://redirect.github.com/kettanaito )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-11-14 18:23:00 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e96033c4a 
							
						 
					 
					
						
						
							
							3111-1: Wires up stale data from the API ( #8752 )  
						
						... 
						
						
						
						Builds on the backend code added in
https://github.com/Unleash/unleash/pull/8751 
This wires up the front end to use the data returned from the API 
						
					 
					
						2024-11-14 14:23:05 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d32d149cd 
							
						 
					 
					
						
						
							
							feat: add stale flag count to project status payload ( #8751 )  
						
						... 
						
						
						
						This PR adds stale flag count to the project status payload. This is
useful for the project status page to show the number of stale flags in
the project. 
						
					 
					
						2024-11-14 14:10:10 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4e2d5d270 
							
						 
					 
					
						
						
							
							Add close button, fix layout, refactor ( #8755 )  
						
						... 
						
						
						
						This PR consists of cleanup for the project status modal as well as
adding the missing button.
I've added inline comments to explain the different steps.
It now looks like this:
 
						
					 
					
						2024-11-14 15:00:32 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							395a4b6be3 
							
						 
					 
					
						
						
							
							chore: PAYG billing ( #8743 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/CTO-95/unleash-billing-page-for-enterprise-payg 
Adds support for PAYG in Unleash's billing page.
Includes some refactoring, like splitting Pro and PAYG into different
details components. We're now also relying on shared billing-related
constants (see `BillingPlan.tsx`). This should make it much easier to
change any of these values in the future. I already changed a few that
were static / wrongly relying on instanceStatus.seats (we decided we're
not doing that for now).
 
					
						2024-11-14 11:29:05 +00:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3699646680 
							
						 
					 
					
						
						
							
							Restore additional feedback page ( #8750 )  
						
						... 
						
						
						
						Partial revert of 656483d819 
						
					 
					
						2024-11-14 12:01:45 +02:00