andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							630028acba 
							
						 
					 
					
						
						
							
							fix: linting ( #4925 )  
						
						... 
						
						
						
						Biome linting fix
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-04 15:59:39 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							784d38c230 
							
						 
					 
					
						
						
							
							fix: ReportTable status column not updating ( #4924 )  
						
						... 
						
						
						
						Fixes a bug where the status and expiredAt columns where not updating
dynamically
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-04 12:27:11 +00:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b07c032d56 
							
						 
					 
					
						
						
							
							fix: update potentially-stale status dynamically ( #4905 )  
						
						... 
						
						
						
						Fixes 2 bugs:
- project-health-service keeping the feature types as an instance
variable and only updating it once was preventing real calculation to
happen if the lifetime value changed for a feature toggle type
- the ui was reading from a predefined map for the lifetime values so
they would never reflect the BE change
Closes #
[SR-66](https://linear.app/unleash/issue/SR-66/slack-question-around-potentially-stale-and-its-uses )
<img width="1680" alt="Screenshot 2023-10-02 at 14 37 17"
src="https://github.com/Unleash/unleash/assets/104830839/7bee8d4a-9054-4214-a1a2-11ad8169c3d5 ">
<img width="1660" alt="Screenshot 2023-10-02 at 14 37 06"
src="https://github.com/Unleash/unleash/assets/104830839/23bf55c7-a380-4423-a732-205ad81d5c3c ">
---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-10-04 12:47:16 +03:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4167a60588 
							
						 
					 
					
						
						
							
							feat: biome lint frontend ( #4903 )  
						
						... 
						
						
						
						Follows up on https://github.com/Unleash/unleash/pull/4853  to add Biome
to the frontend as well.

Added a few `biome-ignore` to speed up the process but we may want to
check and fix them in the future. 
						
					 
					
						2023-10-02 13:25:46 +01:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4857f7f4bc 
							
						 
					 
					
						
						
							
							feat: Last seen per environment health ( #4539 )  
						
						... 
						
						
						
						Closes # [1-1277]
(https://linear.app/unleash/issue/1-1277/update-health-page-with-the-new-designlogic-for-last-seen )

---------
Signed-off-by: andreas-unleash <andreas@getunleash.ai> 
						
					 
					
						2023-08-21 15:12:50 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Kwasniewski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							527ed5feaf 
							
						 
					 
					
						
						
							
							filter out unused fields as they fail import validation ( #2997 )  
						
						
						
					 
					
						2023-01-26 09:48:10 +01:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc46918f66 
							
						 
					 
					
						
						
							
							fix: project without potential actions health items separation  
						
						
						
					 
					
						2023-01-25 16:29:51 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							233e06ec6a 
							
						 
					 
					
						
						
							
							fix: disable autoResetHiddenColumns when useConditionallyHiddenColumns ( #2851 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-563/fix-issue-with-useconditionallyhiddencolumns-and-react-table 
It seems like we should add `autoResetHiddenColumns: false` to
`useTable` whenever we use `useConditionallyHiddenColumns`.
Basically the thought is that, if we're controlling column visibility in
our own way, we should not want other things to change that state
unpredictably, otherwise this may make React go _brrrrrr_. And it can be
very hard to pinpoint what exactly may be causing React to go _brrrrrr_.

First detected this issue apparently randomly while developing the new
SA table. Around 10-20 page refreshes would eventually trigger it. Was
not easy to find, but hopefully this fixes it permanently. At least I
haven't been able to reproduce it since. Maybe someone has a better idea
of where the issue could be or if this is a pretty good guess. Doesn't
seem like this change hurts us anyways.
I love React, `useEffect` and these very to-the-point error messages.
Very fun and productive.
Reference: https://react-table-v7.tanstack.com/docs/api/useTable  
					
						2023-01-10 08:15:12 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d1219a055 
							
						 
					 
					
						
						
							
							Use new useConditionallyHiddenColumns hook ( #2695 )  
						
						... 
						
						
						
						https://linear.app/unleash/issue/2-515/adapt-tables-to-use-the-new-useconditionallyhiddencolumns-hook 
Uses the new `useConditionallyHiddenColumns` hook, like mentioned here:
https://github.com/Unleash/unleash/pull/2691 
Also includes small fixes for things I caught along the way. See
comments below. 
					
						2022-12-16 10:46:04 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							745a73d445 
							
						 
					 
					
						
						
							
							feat: add features counter to health report table ( #2028 )  
						
						
						
					 
					
						2022-08-31 16:02:04 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e77270ba5 
							
						 
					 
					
						
						
							
							feat: set accessor on status field for health ( #2016 )  
						
						
						
					 
					
						2022-08-31 13:21:12 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							672a3f0b92 
							
						 
					 
					
						
						
							
							fix: group project access inconsistencies ( #1178 )  
						
						... 
						
						
						
						* fix: group project access inconsistencies
* fix relative path
* wip
* refactor: make project tabs work as routes
* refactor: finish refactoring project assign forms
* fix: update snaps
* fix: update snaps
* add some basic cypress e2e tests to groups
* add remaining cypress e2e tests for group CRUD
* add groups e2e to gh workflows
* refactor: simplify useMemo usage
* add GO_BACK navigate const
* fix: remove trailing slash on user creation request
Co-authored-by: olav <mail@olav.io>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-08-04 12:57:25 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							b21ae4164d 
							
						 
					 
					
						
						
							
							refactor: remove outdated root role info text ( #1112 )  
						
						... 
						
						
						
						* refactor: remove unused imports
* refactor: remove outdated root role info text 
						
					 
					
						2022-06-22 14:58:05 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							9522c59674 
							
						 
					 
					
						
						
							
							Refactor project health table ( #1098 )  
						
						... 
						
						
						
						* minor archive table updates
* archived date cell
* archive import paths
* move project health table files
* fix: align actions cells
* simplify health table row mapping
* fix project pages browser tab title
* initial draft of virtualized table component
* refactor: virtualized table common component
* fix: health report name cell width
* refactor: report cell paths 
						
					 
					
						2022-06-21 09:08:37 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							76ea65b65c 
							
						 
					 
					
						
						
							
							refactor: port health reports to react-table ( #1017 )  
						
						... 
						
						
						
						* refactor: fix table header sort button focus styles
* refactor: extract FeatureNameCell component
* refactor: port health reports to react-table
* refactor: hide columns on small screens
* refactor: sort features by name 
						
					 
					
						2022-05-25 12:45:30 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							23a874d051 
							
						 
					 
					
						
						
							
							Refactor: convert jsx files to typescript ( #881 )  
						
						... 
						
						
						
						* refactor: convert remaining js files to typescript
* refactor: conditionally render remove index
* refactor: dialog component to tsx
* refactor: migrate some files from jsx to tsx
* refactor: convert dropdown element to tsx
* refactor: feature toggle list to tsx
* refactor: update context name in use overrides
* refactor: variant overrides to tsx
refactor: remove unused strategy constraint file
* fix: tsx imports
* fix: update refectored components after rebase
* refactor: rename report list files to tsx
* fix: project health list types
* refactor: addon form - add types
* refactor: copy feature component types
* fix: projects toggle style after tsx refactor
* refactor: update ts types from openapi
* fix: ts refactor changes after review
* fix: header title prop
* fix: update after PR comments
* add test to useoverrides hook
* fix conditionally render time ago
* fix: toggle list empty tooltip
* fix: remove unused variable
* remove unused variable
* fix: remove faulty snapshot 
						
					 
					
						2022-05-02 12:52:33 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							f7266cde10 
							
						 
					 
					
						
						
							
							fix: announce navigation to screen readers ( #911 )  
						
						... 
						
						
						
						* refactor: unify page titles
* refactor: update page title on navigation
* refactor: add AnnouncerContext to test contexts
* fix: announce navigation to screen readers 
						
					 
					
						2022-04-27 09:14:44 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							8f1900f32b 
							
						 
					 
					
						
						
							
							feat: generate an OpenAPI client (2) ( #875 )  
						
						... 
						
						
						
						* feat: add a script that generates an OpenAPI client
* feat: generate an OpenAPI client
* feat: use the generated OpenAPI client
* refactor: add an OpenAPI section to the readme
* refactor: fix missing interface prefixes
* refactor: regenerate OpenAPI client 
						
					 
					
						2022-04-26 10:53:46 +02:00 
						 
				 
			
				
					
						
							
							
								Youssef Khedher 
							
						 
					 
					
						
						
						
						
							
						
						
							85950f104a 
							
						 
					 
					
						
						
							
							chore: update paths  🧼  ( #820 )  
						
						
						
					 
					
						2022-03-28 09:49:59 +01:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							234bab6cb4 
							
						 
					 
					
						
						
							
							refactor: port ReportCard to TS/SWR ( #674 )  
						
						... 
						
						
						
						* refactor: remove unused reporting code
* refactor: port ReportCard to TS/SWR 
						
					 
					
						2022-02-07 15:30:33 +01:00 
						 
				 
			
				
					
						
							
							
								Youssef Khedher 
							
						 
					 
					
						
						
						
						
							
						
						
							31d88da08b 
							
						 
					 
					
						
						
							
							feat: update health report ( #541 )  
						
						... 
						
						
						
						* fix: align styling with other pages
* feat: add last updat to heath report
* add feature status to last seen in health overview
* fix: add mobile style
* fix:add background color on table hover
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2021-12-07 13:17:32 +01:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
						
						
							
						
						
							fe2a8311bf 
							
						 
					 
					
						
						
							
							feat: created project header ( #388 )  
						
						... 
						
						
						
						* feat: created project header
* fix: remove reporting from global menu
* fix: add projects to global menu for oss also 
						
					 
					
						2021-10-01 12:15:02 +02:00