Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6e722b7b3 
							
						 
					 
					
						
						
							
							feat: activity chart polish ( #8665 )  
						
						 
						
						... 
						
						
						
						 
						
					 
					
						2024-11-06 12:00:42 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba72be6169 
							
						 
					 
					
						
						
							
							chore: export user subscriptions read model ( #8664 )  
						
						 
						
						
						
					 
					
						2024-11-06 09:34:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							16e136e42c 
							
						 
					 
					
						
						
							
							chore: add flagOverviewRedesign flag ( #8653 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2916/create-a-new-flag-for-the-new-feature-flag-overview-page-redesign 
Adds the `flagOverviewRedesign` feature flag, allowing us to toggle the
new feature flag overview page redesign. 
						
					 
					
						2024-11-05 15:53:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b00d449c72 
							
						 
					 
					
						
						
							
							feat: read productivity report from profile ( #8662 )  
						
						 
						
						
						
					 
					
						2024-11-05 16:14:19 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7aa74cccd3 
							
						 
					 
					
						
						
							
							feat: add user preference change to event log ( #8652 )  
						
						 
						
						
						
					 
					
						2024-11-05 14:52:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c192378d6 
							
						 
					 
					
						
						
							
							chore: orval types ( #8661 )  
						
						 
						
						
						
					 
					
						2024-11-05 15:14:28 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b13aff4f1 
							
						 
					 
					
						
						
							
							feat: hook up project resources API to resources widget ( #8657 )  
						
						 
						
						... 
						
						
						
						This PR wires up the connectedenvironments data from the API to the
resources widget.
Additionally, it adjusts the orval schema to add the new
connectedEnvironments property, and adds a loading state indicator for
the resource values based on the project status endpoint response.
As was discussed in a previous PR, I think this is a good time to update
the API to include all the information required for this view. This
would get rid of three hooks, lots of loading state indicators (because
we **can** do them individually; check out
0a334f9892 )
and generally simplify this component a bit.
Here's the loading state:
 
						
					 
					
						2024-11-05 14:50:51 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cf8755929 
							
						 
					 
					
						
						
							
							chore: add initial styling bits to status modal ( #8658 )  
						
						 
						
						... 
						
						
						
						This change adds a few small bits of styling to the status modal to
get us going. It:
- adds padding to the whole modal
- adds a row for the health and resources widgets
- add project health placeholder
It leaves the project activity widget alone for now.
it makes the modal look like this:
 
						
					 
					
						2024-11-05 13:27:53 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2a94dd011 
							
						 
					 
					
						
						
							
							feat: user profile returns user subscriptions ( #8656 )  
						
						 
						
						
						
					 
					
						2024-11-05 14:17:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2017ab7719 
							
						 
					 
					
						
						
							
							test(productivity-report): user subscripton read model ( #8654 )  
						
						 
						
						
						
					 
					
						2024-11-05 14:04:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							471cb796c9 
							
						 
					 
					
						
						
							
							migration(producitivty-report): cascade user unsubscription ( #8655 )  
						
						 
						
						... 
						
						
						
						Remove opt-outs for deleted users. This is useful in tests, where we
delete users permanently. 
						
					 
					
						2024-11-05 13:54:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								weekwith.me 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef8417a08d 
							
						 
					 
					
						
						
							
							feat: Make disableMigration option handled by environment variable ( #8634 )  
						
						 
						
						... 
						
						
						
						In some cases, people want to disable database migration. For example,
some people or companies want to grant whole permissions to handle the
schema by DBAs, not by application level hence I use
`parseEnvVarBoolean` to handle `disableMigration` option by environment
variable. I set the default value as `false` for the backward
compatibility. 
						
					 
					
						2024-11-05 13:13:49 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5a2befec7 
							
						 
					 
					
						
						
							
							feat: export transactional user subscriptions service ( #8651 )  
						
						 
						
						
						
					 
					
						2024-11-05 11:52:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cedc374c1 
							
						 
					 
					
						
						
							
							feat: activity widget ( #8628 )  
						
						 
						
						... 
						
						
						
						It is still raw, next PRs add styling and date filtering for only single
year.

---------
Co-authored-by: kwasniew <kwasniewski.mateusz@gmail.com> 
						
					 
					
						2024-11-05 12:50:14 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfa9e0d6b4 
							
						 
					 
					
						
						
							
							fix: fix project settings path for oss ( #8650 )  
						
						 
						
						... 
						
						
						
						**Issue fix:** Resolves  #8618 , where environments were incorrectly
appended to the route.
**Change:** Introduces `ossPath` specifically for OSS users, as OSS
lacks the default `/settings` path, starting instead from `api-access`. 
						
					 
					
						2024-11-05 12:35:09 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1897f8a19d 
							
						 
					 
					
						
						
							
							chore: add connected environments to project status payload ( #8645 )  
						
						 
						
						... 
						
						
						
						This PR adds connected environments to the project status payload.
It's done by:
- adding a new `getConnectedEnvironmentCountForProject` method to the
project store (I opted for this approach instead of creating a new view
model because it already has a `getEnvironmentsForProject` method)
- adding the project store to the project status service
- updating the schema
For the schema, I opted for adding a `resources` property, under which I
put `connectedEnvironments`. My thinking was that if we want to add the
rest of the project resources (that go in the resources widget), it'd
make sense to group those together inside an object. However, I'd also
be happy to place the property on the top level. If you have opinions
one way or the other, let me know.
As for the count, we're currently only counting environments that have
metrics and that are active for the current project. 
						
					 
					
						2024-11-05 11:12:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a8a75ce71 
							
						 
					 
					
						
						
							
							feat: composition root for user subscriptions ( #8649 )  
						
						 
						
						... 
						
						
						
						Co-Authored-By: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> 
						
					 
					
						2024-11-05 10:50:31 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gitar-bot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b491d9eb8b 
							
						 
					 
					
						
						
							
							[Gitar] Cleaning up stale flag: eventTimeline with value true ( #8615 )  
						
						 
						
						... 
						
						
						
						[](https://gitar.ai )
This automated PR permanently enables the `eventTimeline` feature flag.
  
  ---
This automated PR was generated by [Gitar](https://gitar.ai ). View
[docs](https://gitar.ai/docs ).
Co-authored-by: Gitar <noreply@gitar.ai> 
						
					 
					
						2024-11-05 09:33:30 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38bd50dc8a 
							
						 
					 
					
						
						
							
							refactor: introduce a highlight reusable component ( #8643 )  
						
						 
						
						... 
						
						
						
						Follow-up to: https://github.com/Unleash/unleash/pull/8642 
Introduces a reusable `Highlight` component that leverages the Context
API pattern, enabling highlight effects to be triggered from anywhere in
the application.
This update refactors the existing highlight effect in the event
timeline to use the new Highlight component and extends the
functionality to include the Unleash AI experiment, triggered by its
entry in the "New in Unleash" section. 
						
					 
					
						2024-11-05 09:21:19 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2bd2d74f83 
							
						 
					 
					
						
						
							
							feat: User subscriptions store and service ( #8648 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: kwasniew <kwasniewski.mateusz@gmail.com> 
						
					 
					
						2024-11-05 10:14:47 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e64df671a 
							
						 
					 
					
						
						
							
							feat: orval schema update ( #8647 )  
						
						 
						
						
						
					 
					
						2024-11-05 11:04:11 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7d581aa7d 
							
						 
					 
					
						
						
							
							fix: set a dynamic yesterday date instead of a fixed one. ( #8646 )  
						
						 
						
						... 
						
						
						
						This was an oversight. The test would always fail after 2024-11-04,
because yesterday is no longer 2024-11-03. This way, we're using the
same string in both places. 
						
					 
					
						2024-11-05 08:15:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a5d965636 
							
						 
					 
					
						
						
							
							feat: style project resources component ( #8636 )  
						
						 
						
						... 
						
						
						
						This PR adds full styling for the project resources UI widget, adding
icons, links, and sorting out the layout.
Light mode:
<img width="663" alt="image"
src="https://github.com/user-attachments/assets/51231c67-1a0f-4018-9603-c476dac3b03a ">
Dark mode:
<img width="663" alt="image"
src="https://github.com/user-attachments/assets/8943e479-2ecb-4917-9fad-fb6e1f1649a5 ">
On narrower screens:
<img width="474" alt="image"
src="https://github.com/user-attachments/assets/e0133f79-c389-444c-8d82-226cffd1015c "> 
						
					 
					
						2024-11-05 07:55:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e99452645 
							
						 
					 
					
						
						
							
							chore: add Unleash AI to New in Unleash ( #8642 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2910/add-unleash-ai-to-new-in-unleash 
Adds a new "Unleash AI" item to the "New in Unleash" section.
We don’t have documentation to link to yet, as this is still an
experimental feature. However, I’m considering adding a “Check it out”
button that highlights the button, which I can introduce in a separate
PR.
 
						
					 
					
						2024-11-04 14:20:26 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4a67607a0c 
							
						 
					 
					
						
						
							
							fix(productivity-report): email table alignment on mobile ( #8641 )  
						
						 
						
						
						
					 
					
						2024-11-04 14:14:36 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7c2bf0df0 
							
						 
					 
					
						
						
							
							fix: enterprise routes 404 when not logged in ( #8640 )  
						
						 
						
						... 
						
						
						
						Evaluate `*` with login redirect before showing 404s. 
						
					 
					
						2024-11-04 14:01:33 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9df5060ca 
							
						 
					 
					
						
						
							
							feat: productivity report subscription UI ( #8639 )  
						
						 
						
						
						
					 
					
						2024-11-04 13:33:34 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ce49c789e 
							
						 
					 
					
						
						
							
							feat: now backend returns event counts for activity chart ( #8638 )  
						
						 
						
						
						
					 
					
						2024-11-04 14:29:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f09bcdee1 
							
						 
					 
					
						
						
							
							feat: unsubscribe link to user profile ( #8637 )  
						
						 
						
						
						
					 
					
						2024-11-04 12:10:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Melinda Fekete 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08d0e45de5 
							
						 
					 
					
						
						
							
							Update quickstart to not mention Pro instance ( #8576 )  
						
						 
						
						
						
					 
					
						2024-11-04 11:31:55 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7a136d4bb 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.23.6 ( #8633 )  
						
						 
						
						... 
						
						
						
						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.5` ->
`4.23.6`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-theme-duotone/4.23.5/4.23.6 )
|
[](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.6`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.6 )
[Compare
Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.5...v4.23.6 )
[](https://jaywcjlove.github.io/#/sponsor )
[](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.6/file/README.md )
Documentation v4.23.6:
https://raw.githack.com/uiwjs/react-codemirror/57d9fb7/index.html \
Comparing Changes:
https://github.com/uiwjs/react-codemirror/compare/v4.23.5...v4.23.6 
```shell
npm i @​uiw/react-codemirror@4.23.6
```
- 🐞  fix: Implement 'exports' field in package.json for the core & basics
setup package
([#​692](https://redirect.github.com/uiwjs/react-codemirror/issues/692 ))
[`8f1ff2d`](https://redirect.github.com/uiwjs/react-codemirror/commit/8f1ff2d )
[@​fatton139](https://redirect.github.com/fatton139 )
- 🐞  fix: resolve exports field issue causing README.md loading error in
documentation
[#​692](https://redirect.github.com/uiwjs/react-codemirror/issues/692 )
[`c2437c7`](https://redirect.github.com/uiwjs/react-codemirror/commit/c2437c7 )
[@​jaywcjlove](https://redirect.github.com/jaywcjlove )
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-11-04 09:53:21 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e75dc57cd 
							
						 
					 
					
						
						
							
							fix: text color in timeline event group for light mode ( #8635 )  
						
						 
						
						... 
						
						
						
						The recent fix to dark mode's background color for events also
caused an issue with the text color in light mode. This change makes
it so that the text color is correct in both instances.
Before (light):
<img width="77" alt="image"
src="https://github.com/user-attachments/assets/d17a9b90-4d6c-4e41-a84c-b673b02a7313 ">
After (light + dark):
<img width="77" alt="image"
src="https://github.com/user-attachments/assets/7fca426d-eaae-44e1-a4b4-61728b09fa79 ">
<img width="77" alt="image"
src="https://github.com/user-attachments/assets/baf07ddb-3b89-4418-97d8-a19bb6646c3f "> 
						
					 
					
						2024-11-04 10:48:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c53256887 
							
						 
					 
					
						
						
							
							fix: remove extra event search controller  
						
						 
						
						
						
					 
					
						2024-11-04 09:49:52 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d985da3ab1 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v20.17.1 ( #8632 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ))
| [`20.17.0` ->
`20.17.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.0/20.17.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-11-01 19:18:47 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc1a92cf50 
							
						 
					 
					
						
						
							
							chore: stub out project resources for status model ( #8631 )  
						
						 
						
						... 
						
						
						
						This PR begins to stub out the project resources widget. I still need
one more piece of data and then to work on the styling, but it's a
placeholder for now. I've also moved the project status modal to its own
folder so we can group the widgets etc. I'd like to get that merged
quickly to avoid any future conflicts, which is why I'm making the PR
ready now. 
						
					 
					
						2024-11-01 15:47:38 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9dc5267a6 
							
						 
					 
					
						
						
							
							feat: project status backend structure ( #8630 )  
						
						 
						
						... 
						
						
						
						Adding project status schema definition, controller, service, e2e test.
Next PR will add functionality for activity object.
---------
Co-authored-by: Thomas Heartman <thomas@getunleash.io> 
						
					 
					
						2024-11-01 14:17:20 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9a564a556 
							
						 
					 
					
						
						
							
							chore: add placeholder project status sidebar ( #8629 )  
						
						 
						
						... 
						
						
						
						This PR adds an empty placeholder sidebar for the project status
content.
It also adds a button to open the sidebar.
Additionally, because the button to open the sidebar takes the place of
the existing "import" button, the import button has also been moved down
to the filter row.
Of course, these changes are all behind the flag, so if nothing should
change if the flag is not enabled.

 
						
					 
					
						2024-11-01 12:04:22 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbe389d19e 
							
						 
					 
					
						
						
							
							chore: re-order project settings menu ( #8626 )  
						
						 
						
						... 
						
						
						
						This PR re-orders the project settings menu according to the new design.
It also renames pages as specified. It does *not* add the new
"applications and sdks" link because we don't have that page yet.
I have not put this change behind a flag, because it's not a new feature
and doesn't really change the user experience. However, I'd be happy to
flag it if you think that's better.

The header for the user access tab has also been updated:
 
						
					 
					
						2024-11-01 09:29:25 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc1847420c 
							
						 
					 
					
						
						
							
							feat: use actionable change request data in UI ( #8613 )  
						
						 
						
						... 
						
						
						
						This PR hooks up the actionable change request data to the counter in
the UI. It:
- creates a getter for the data. It only exposes data. We don't really
care about error or loading for this (it's not an important piece of
data), so we don't expose that just yet.
- Adds orval-generated schema
- Uses the hook in the UI.
It also stwitches the previous "notification badge" for MUI's built-in
badge. We already use that badge component for the event timeline, so I
thought it would make sense to do it here too. Overall, the effect is
pretty good, but there's a few kinks we might wanna work out. I'll make
a follow-up for that (worked out in this PR after all) 
						
					 
					
						2024-11-01 10:08:51 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88e1ec5dc4 
							
						 
					 
					
						
						
							
							chore: use palette.background.alternative for background ( #8627 )  
						
						 
						
						... 
						
						
						
						The default badge styling uses theme.palette.primary.main for the
color, but this color doesn't give us the contrast we need in dark
mode. The solution is to use theme.palette.background.alternative
instead.
Before:

After:
 
						
					 
					
						2024-11-01 10:08:16 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea08067534 
							
						 
					 
					
						
						
							
							feat: archive movement informational tooltip ( #8617 )  
						
						 
						
						... 
						
						
						
						 
						
					 
					
						2024-11-01 11:03:52 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fbbe04465c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency cypress to v13.15.1 ( #8620 )  
						
						 
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress](https://cypress.io )
([source](https://redirect.github.com/cypress-io/cypress )) | [`13.15.0`
-> `13.15.1`](https://renovatebot.com/diffs/npm/cypress/13.15.0/13.15.1 )
|
[](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>cypress-io/cypress (cypress)</summary>
###
[`v13.15.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.1 )
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.0...v13.15.1 )
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1 
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2024-10-31 18:53:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f967cb9fad 
							
						 
					 
					
						
						
							
							feat: update demo plans modal ( #8594 )  
						
						 
						
						... 
						
						
						
						Update demo banner for PAYG plan 
						
					 
					
						2024-10-31 16:07:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d4e3efbc5 
							
						 
					 
					
						
						
							
							chore: upgrade to biome 1.9.4 ( #8616 )  
						
						 
						
						... 
						
						
						
						The two lints being turned off are new for 1.9.x and caused a massive
diff inside frontend if activated. To reduce impact, these were turned off for
the merge. We might want to look at turning them back on once we're
ready to have a semantic / a11y refactor of our frontend. 
						
					 
					
						2024-10-31 15:24:22 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Leek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f5d27302e 
							
						 
					 
					
						
						
							
							chore: add migration for release-plans-definitions that removes fk on users(id) ( #8614 )  
						
						 
						
						
						
					 
					
						2024-10-31 13:49:55 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GitHub Actions Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							b8a4fbd867 
							
						 
					 
					
						
						
							
							chore: bump version to 6.4.1  
						
						 
						
						
						
					 
					
						2024-10-31 11:45:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28f821cb34 
							
						 
					 
					
						
						
							
							feat(db): user email un-subscription ( #8612 )  
						
						 
						
						... 
						
						
						
						Opt-out table for emails 
						
					 
					
						2024-10-31 11:38:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca307b2bab 
							
						 
					 
					
						
						
							
							feat: archived label tooltip correct format ( #8610 )  
						
						 
						
						... 
						
						
						
						 
						
					 
					
						2024-10-31 13:28:35 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jaanus Sellin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2934f85743 
							
						 
					 
					
						
						
							
							feat: hide archive tab when simplify enabled ( #8611 )  
						
						 
						
						... 
						
						
						
						No archive anymore
 
						
					 
					
						2024-10-31 13:28:28 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61bd3972ba 
							
						 
					 
					
						
						
							
							chore: drop experimental from new signal meta properties ( #8553 )  
						
						 
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-2855/change-our-experimental-title-to-camelcase-and-maybe-remove 
Drops "experimental" from the new signal meta properties and makes them
camelCase instead. 
						
					 
					
						2024-10-31 11:47:13 +01:00