Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							c0b52fa672 
							
						 
					 
					
						
						
							
							Fix: UI improvements ( #1114 )  
						
						 
						
						... 
						
						
						
						* fix: segments table author column width
* fix: update feature form ui
* fix: strategies breadcrumbs
* fix: api token page title
* fix: deprecated strategy label color
* fix: project access remove user toast
* fix: addon enable toast message
* fix: ces from ui
* fix: ui improvements with dialog typography
* fix: revert ces
* fix: change password error type 
						
					 
					
						2022-06-28 12:58:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							566d0613a4 
							
						 
					 
					
						
						
							
							refactor: improve password error handling ( #1118 )  
						
						 
						
						... 
						
						
						
						* refactor: improve password error handling
* Update src/component/user/common/ResetPasswordForm/PasswordChecker/PasswordChecker.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-28 09:47:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							38cfc549f2 
							
						 
					 
					
						
						
							
							fix: copy feature double validation popup ( #1117 )  
						
						 
						
						... 
						
						
						
						* fix: copy feature double validation popup
* fix: add aria-required, validate on submit
* refactor: rename variable to be more consistent with codebase 
						
					 
					
						2022-06-28 07:54:31 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							685e94bab7 
							
						 
					 
					
						
						
							
							fix: wrap long words in toast text ( #1119 )  
						
						 
						
						
						
					 
					
						2022-06-27 13:39:50 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							68bfde58f7 
							
						 
					 
					
						
						
							
							fix: use correct docs API URL for feature strategy create/update ( #1116 )  
						
						 
						
						... 
						
						
						
						* fix: use correct URL for update feature strategy
* fix: use correct URL for create feature strategy 
						
					 
					
						2022-06-23 12:05:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							625a92ca74 
							
						 
					 
					
						
						
							
							refactor: fix instance status modal close button ( #1115 )  
						
						 
						
						... 
						
						
						
						* refactor: fix instance status modal close button
* refactor: only close the modal on button click 
						
					 
					
						2022-06-23 10:29:17 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							9ca2b6fc46 
							
						 
					 
					
						
						
							
							feat: add stripe integration ( #1109 )  
						
						 
						
						... 
						
						
						
						* feat: add stripe integration
* add start:demo yarn script 
						
					 
					
						2022-06-23 07:54:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							7a6321746c 
							
						 
					 
					
						
						
							
							refactor: improve segment warning texts  
						
						 
						
						
						
					 
					
						2022-06-22 14:58:36 +02: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							7d909c6b66 
							
						 
					 
					
						
						
							
							refactor: show env buttons when missing permission  ( #1111 )  
						
						 
						
						... 
						
						
						
						* refactor: disable environment drag-and-drop when missing permission
* refactor: show env buttons when missing permission 
						
					 
					
						2022-06-22 13:13:08 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick 
							
						 
					 
					
						
						
						
						
							
						
						
							b4197e54e6 
							
						 
					 
					
						
						
							
							fix: input fields (PR  #1110  from NickMolloy/improve-input-attributes)  
						
						 
						
						... 
						
						
						
						* Use correct input type
"string" is not a valid input type: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types 
"text" is the actual valid value.
* Use correct autocomplete values for credential fields
"true", "on", and "confirm-password" are not valid autocomplete values https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete  
						
					 
					
						2022-06-22 11:05:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								sellinjaanus 
							
						 
					 
					
						
						
						
						
							
						
						
							797cd8c28f 
							
						 
					 
					
						
						
							
							chore: remove splash environment ( #1108 )  
						
						 
						
						... 
						
						
						
						* chore: remove splash environment
* Remove related images aswell
Co-authored-by: sighphyre <liquidwicked64@gmail.com> 
						
					 
					
						2022-06-21 16:31:14 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							583d636144 
							
						 
					 
					
						
						
							
							refactor: fix handling of expired/churned trial states ( #1107 )  
						
						 
						
						
						
					 
					
						2022-06-21 11:22:27 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							69171a75a7 
							
						 
					 
					
						
						
							
							refactor: improve button label markup ( #1091 )  
						
						 
						
						... 
						
						
						
						* refactor: improve button label markup
* refactor: remove misused tooltip roles
* refactor: simplify FeatureStrategyIcon labelling
* refactor: simplify labels for disabled buttons
* refactor: add missing switch input labels 
						
					 
					
						2022-06-17 11:27:54 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							37fa469faf 
							
						 
					 
					
						
						
							
							Archive table updates ( #1097 )  
						
						 
						
						... 
						
						
						
						* minor archive table updates
* archived date cell
* archive import paths 
						
					 
					
						2022-06-15 16:16:42 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							4fb0be3710 
							
						 
					 
					
						
						
							
							fix: show previous invoices page if UNLEASH_CLOUD is falsy  ( #1094 )  
						
						 
						
						... 
						
						
						
						* fix: restore previous invoices page
* fix: show previous invoices page if UNLEASH_CLOUD is falsy
* fix: use correct amountFormatted invoice field name 
						
					 
					
						2022-06-14 15:41:28 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							51e5939f68 
							
						 
					 
					
						
						
							
							feat: Align switches in table actions ( #1082 )  
						
						 
						
						... 
						
						
						
						* feat: strateges state changing switch
* refactor: ActionCell for table
* fix: remove image clipping for webhook icons
* feat: align addons switch in table
* feat: align enviromnemnts table switch
* fix: disallow turning off protected environment
* refactor: move environment table sub-components
* feat: add predefined badge to default environment
* feat: environment reorder handle hightlight
* fix: environment table padding when searching
* Update src/hooks/api/actions/useStrategiesApi/useStrategiesApi.ts
Co-authored-by: olav <mail@olav.io>
* refactor: toggle addon promise
* remove dragging highlight
* fix: strategy switch tooltip
* fix: switch tooltips
Co-authored-by: olav <mail@olav.io> 
						
					 
					
						2022-06-14 12:32:16 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							aaaefa864d 
							
						 
					 
					
						
						
							
							Merge branch 'main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-14 11:51:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							f46047f10a 
							
						 
					 
					
						
						
							
							refactor: fix trial expiration calculations ( #1090 )  
						
						 
						
						... 
						
						
						
						* refactor: fix trial expiration calculations
* refactor: count full trial days for warning banner
* refactor: fix flaky test 
						
					 
					
						2022-06-14 11:51:11 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							ee2d852ef2 
							
						 
					 
					
						
						
							
							fix: search clear bug  
						
						 
						
						
						
					 
					
						2022-06-14 11:48:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							b1d9437d99 
							
						 
					 
					
						
						
							
							Merge branch 'main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-14 11:43:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							67a4f2e67f 
							
						 
					 
					
						
						
							
							remove unused TableSearch  
						
						 
						
						
						
					 
					
						2022-06-14 11:42:12 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							7bfe7201c0 
							
						 
					 
					
						
						
							
							fix: simplified empty archive list page  
						
						 
						
						
						
					 
					
						2022-06-14 11:28:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							349106a2be 
							
						 
					 
					
						
						
							
							fix: sort order across the app  
						
						 
						
						... 
						
						
						
						discussed with Nicolae and Nuno 
						
					 
					
						2022-06-14 11:14:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							1d8c286c79 
							
						 
					 
					
						
						
							
							fix archive type column  
						
						 
						
						
						
					 
					
						2022-06-14 09:36:33 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							f35d3a4881 
							
						 
					 
					
						
						
							
							update table search and columns width  
						
						 
						
						
						
					 
					
						2022-06-14 09:32:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							439d7c1745 
							
						 
					 
					
						
						
							
							hide project column on project archive  
						
						 
						
						
						
					 
					
						2022-06-14 09:19:41 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							fdac3a6eaf 
							
						 
					 
					
						
						
							
							fix archive row virtualization  
						
						 
						
						
						
					 
					
						2022-06-14 09:16:27 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							6cb0837fec 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-13 15:41:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							dd1246d67c 
							
						 
					 
					
						
						
							
							Fix/archive table ( #1086 )  
						
						 
						
						... 
						
						
						
						* feat: upgrade search to use the new search component (#1073 )
* feat: upgrade project list search to use the new search field
* cleanup unused imports
* feat: add upgraded search to projects and applications, polish search UX
* refactor: TableSearch to new Search common component
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* fix: resolve issues with project edit/delete button conditions (#1084 )
* fix: fix UPDATE_PROJECT permission checks for editors
* fix: disable delete button for the default project
* fix: warn about access on edit project page
* fix: hide broken project edit/delete buttons for OSS
* refactor: avoid project card clicks when closing modals
* refactor: improve default project deletion message
* refactor: improve project access error text
* Update src/component/project/ProjectCard/ProjectCard.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* refactor: fix string quotes
* refactor: improve disabled menu item contrast
* refactor: remove Enterprise routes for OSS
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* fix: archive table small adjustments
* refactor archive table params
Co-authored-by: Nuno Góis <github@nunogois.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: olav <mail@olav.io>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-13 15:22:27 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							e338319afa 
							
						 
					 
					
						
						
							
							refactor: avoid relative positioning for tbody ( #1085 )  
						
						 
						
						... 
						
						
						
						* refactor: expose vite dev server on local IP
* refactor: avoid relative positioning for tbody
* refactor: avoid height on tbody as well
* refactor: use row height from theme 
						
					 
					
						2022-06-13 09:25:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							bd4651b9ca 
							
						 
					 
					
						
						
							
							Merge branch 'main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-10 16:22:07 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							2d24d92f5a 
							
						 
					 
					
						
						
							
							fix: resolve issues with project edit/delete button conditions ( #1084 )  
						
						 
						
						... 
						
						
						
						* fix: fix UPDATE_PROJECT permission checks for editors
* fix: disable delete button for the default project
* fix: warn about access on edit project page
* fix: hide broken project edit/delete buttons for OSS
* refactor: avoid project card clicks when closing modals
* refactor: improve default project deletion message
* refactor: improve project access error text
* Update src/component/project/ProjectCard/ProjectCard.tsx
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* refactor: fix string quotes
* refactor: improve disabled menu item contrast
* refactor: remove Enterprise routes for OSS
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-10 16:09:50 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
						
						
							
						
						
							3040256047 
							
						 
					 
					
						
						
							
							Merge branch 'main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-10 16:07:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nuno Góis 
							
						 
					 
					
						
						
						
						
							
						
						
							4761847ce5 
							
						 
					 
					
						
						
							
							feat: upgrade search to use the new search component ( #1073 )  
						
						 
						
						... 
						
						
						
						* feat: upgrade project list search to use the new search field
* cleanup unused imports
* feat: add upgraded search to projects and applications, polish search UX
* refactor: TableSearch to new Search common component
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-06-10 15:23:12 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							9536a1b78f 
							
						 
					 
					
						
						
							
							formatting  
						
						 
						
						
						
					 
					
						2022-06-10 16:04:06 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							f44bc9a849 
							
						 
					 
					
						
						
							
							PR comments  
						
						 
						
						
						
					 
					
						2022-06-10 15:55:54 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							fb2005a2df 
							
						 
					 
					
						
						
							
							PR comments  
						
						 
						
						
						
					 
					
						2022-06-10 15:47:42 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							a5094b1fc0 
							
						 
					 
					
						
						
							
							replace useLocalStorage  
						
						 
						
						
						
					 
					
						2022-06-10 09:34:42 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							c3c7c07c05 
							
						 
					 
					
						
						
							
							Merge branch 'main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-09 15:25:24 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							97206760be 
							
						 
					 
					
						
						
							
							fix: allow horizontal scroll in tokens table ( #1080 )  
						
						 
						
						... 
						
						
						
						* fix: allow horizontal scroll in tokens table
* refactor: fix username column width
* refactor: always show username column since we now may scroll 
						
					 
					
						2022-06-09 14:04:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							efa66b2ab2 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/archive_table' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-09 12:47:22 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							055e7bebff 
							
						 
					 
					
						
						
							
							PR comment  
						
						 
						
						
						
					 
					
						2022-06-09 12:47:13 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							0e9d19ee7c 
							
						 
					 
					
						
						
							
							PR comment  
						
						 
						
						
						
					 
					
						2022-06-09 12:46:04 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							27fd367199 
							
						 
					 
					
						
						
							
							Merge branch 'main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-09 12:43:50 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tymoteusz Czech 
							
						 
					 
					
						
						
						
						
							
						
						
							608171ce93 
							
						 
					 
					
						
						
							
							Improve table performance ( #1061 )  
						
						 
						
						... 
						
						
						
						* improve table performance
* revert to react-router navigation 
						
					 
					
						2022-06-09 11:34:55 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							d32674fc4c 
							
						 
					 
					
						
						
							
							refactor: improve archive title text ( #1076 )  
						
						 
						
						
						
					 
					
						2022-06-08 16:01:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								andreas-unleash 
							
						 
					 
					
						
						
						
						
							
						
						
							193cc82ffa 
							
						 
					 
					
						
						
							
							Merge branch 'main' into archive_table  
						
						 
						
						
						
					 
					
						2022-06-08 16:05:13 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								olav 
							
						 
					 
					
						
						
						
						
							
						
						
							6d05c65631 
							
						 
					 
					
						
						
							
							refactor: fix operator upgrade alert box margins ( #1078 )  
						
						 
						
						
						
					 
					
						2022-06-08 14:55:15 +02:00