renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							73232e61b8 
							
						 
					 
					
						
						
							
							chore(deps): update dependency date-fns to v2.29.3 ( #2148 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-10-07 05:12:58 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f6974cede 
							
						 
					 
					
						
						
							
							chore(deps): update dependency classnames to v2.3.2 ( #2147 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-10-07 02:41:23 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7cd15f9f66 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v17.0.50 ( #2146 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-10-06 23:38:48 +00:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d90a3d070 
							
						 
					 
					
						
						
							
							fix: equality check on feature strategy ( #2145 )  
						
						... 
						
						
						
						fix: add ability to format objects to perform equality checks on 
						
					 
					
						2022-10-06 14:39:56 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f093365157 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @openapitools/openapi-generator-cli to v2.5.2 ( #2140 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-10-06 00:56:01 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1ee64170b9 
							
						 
					 
					
						
						
							
							fix(deps): pin dependencies ( #2139 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-10-05 23:33:51 +02:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a09c6313b1 
							
						 
					 
					
						
						
							
							fix: auto add stratgy when enabling empty env. ( #2137 )  
						
						
						
					 
					
						2022-10-05 23:33:36 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							774d4234bb 
							
						 
					 
					
						
						
							
							Remove member count for default project ( #2131 )  
						
						... 
						
						
						
						* Remove member count from default project
* Remove dependencies 
						
					 
					
						2022-10-05 11:51:47 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df11ad9135 
							
						 
					 
					
						
						
							
							fix: "Reset password" page works when password authentication is disabled ( #2126 )  
						
						... 
						
						
						
						fix: password reset with only sso enabled
show correct error message 
						
					 
					
						2022-10-05 09:02:20 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e53d40c588 
							
						 
					 
					
						
						
							
							fix: strategy name sort ( #2130 )  
						
						
						
					 
					
						2022-10-04 10:41:43 +01:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b26d2f2218 
							
						 
					 
					
						
						
							
							Fix yarn lint to fmt:check ( #2125 )  
						
						
						
					 
					
						2022-10-03 12:20:47 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddcfe132e4 
							
						 
					 
					
						
						
							
							feat: new profile page and PATs front-end ( #2109 )  
						
						... 
						
						
						
						* feat: new user dropdown and profile page
* fix: add popup boxShadow to dark-theme
* fix: update routes snap
* refactor: move some tab specific logic into tabs component
* add useProfile hook example
* fix profile tab header (no name)
* fix: hide user popup when clicking profile link
* - add PATs to profile;
- add route logic to profile;
- refactor TimeAgoCell title;
- misc fixes and refactoring;
* add profile info to profile tab
* simplify req paths
* add PAT flag to the front-end
* fix: some UI adjustments
* change user popup buttons to links
* fix profile on front-end, add role description
* update delete PAT text
* address some PR comments
* address PR comments
* some more UI fixes and refactoring
* move password request to API hook 
						
					 
					
						2022-10-03 10:49:52 +01:00 
						 
				 
			
				
					
						
							
							
								Gard Rimestad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba8bdc585a 
							
						 
					 
					
						
						
							
							fix: url encode application name in links ( #2121 )  
						
						... 
						
						
						
						* fix: url encode application name in links
This ensures that we url encode application names for our links. 
						
					 
					
						2022-09-30 15:53:02 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47152cf05b 
							
						 
					 
					
						
						
							
							Feat/invite user ( #2061 )  
						
						... 
						
						
						
						* refactor: user creation screen cleanup
* feat: deprecation notice for google sso
* fix: docs openid typo
* invite link bar
* invite link page
* fix prettier docs
* regenerated openapi
* hooks for invite page api
* update openapi
* feat: invite link update
* feat: add public signup token soft-delete
* public signup frontend feature flag
* fix: new user api issues
* feat: allow for creating new user from invite link
* Feat/invite user public controller (#2106 )
* added PublicInviteController for public urls
* added PublicInviteController for public urls
* added PublicInviteController for public urls
* added PublicInviteController for public urls
* fix test
* fix test
* update openapi
* refactor: password reset props
* fix: public invite schema and validation
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* user invite frontend
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
* invite link delete confirmation dialog
* refactor: password reset action
* fix: new user invite loading state
* fix: run ts check with ci
* revert openapi changes
* fix: invite token api interface
* fix: openapi schema index
* fix: update test snapshots
* update frontend snapshot
* fix: prettier ci
* fix: updates after review
Co-authored-by: andreas-unleash <104830839+andreas-unleash@users.noreply.github.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-09-30 13:01:32 +02:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef965d66de 
							
						 
					 
					
						
						
							
							feat: Open-Source Strategy Constraints ( #2112 )  
						
						... 
						
						
						
						This commits lift the flags and makes Strategy Constraints
available to all users of Unleash.
Read more in the docs:
https://docs.getunleash.io/advanced/strategy_constraints 
Enjoy!
@ivarconr
Author and maintainer 
						
					 
					
						2022-09-30 10:45:34 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0302b3d2e3 
							
						 
					 
					
						
						
							
							fix: Update UI labeling: custom constraint -> (strategy) constraint ( #2101 )  
						
						... 
						
						
						
						* fix: change every instance of "custom constraint"
This changes every instance of "custom constraint" to "constraint" or
"strategy constraint" depending on the context.
* fix: rename custom-constraint.png to avoid confusion
* Update images-constraints
Co-authored-by: NicolaeUnleash <103567375+NicolaeUnleash@users.noreply.github.com> 
						
					 
					
						2022-09-29 11:43:04 +02:00 
						 
				 
			
				
					
						
							
							
								Gard Rimestad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87a9789300 
							
						 
					 
					
						
						
							
							fix: s/Never logged/Never/g in frontend ( #2075 )  
						
						... 
						
						
						
						When a user has never been logged in "last login: never" reads better
than "last login: Never logged". 
						
					 
					
						2022-09-23 10:00:06 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54633500fd 
							
						 
					 
					
						
						
							
							Feat/use collaborate data ( #2067 )  
						
						... 
						
						
						
						* feat: initial architecture
* feat: add generic types
* fix: refactor
* feat: style notification
* feat: remove useFeatureImmutable
* fix: remove casting
* fix: ensure data is present
* fix: revive useFeatureImmutable
* Update frontend/src/component/common/StaleDataNotification/StaleDataNotification.tsx
Co-authored-by: Nuno Góis <github@nunogois.com>
* Update frontend/src/component/common/StaleDataNotification/StaleDataNotification.tsx
Co-authored-by: Nuno Góis <github@nunogois.com>
* Update frontend/src/component/common/StaleDataNotification/StaleDataNotification.tsx
Co-authored-by: Nuno Góis <github@nunogois.com>
* Update frontend/src/component/common/StaleDataNotification/StaleDataNotification.tsx
Co-authored-by: Nuno Góis <github@nunogois.com>
* Update frontend/src/component/common/StaleDataNotification/StaleDataNotification.tsx
Co-authored-by: Nuno Góis <github@nunogois.com>
* fix: pr comments
* fix: change order
Co-authored-by: Nuno Góis <github@nunogois.com> 
						
					 
					
						2022-09-16 15:23:08 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2cd5028125 
							
						 
					 
					
						
						
							
							Docs: update API access for new token type ( #1958 )  
						
						... 
						
						
						
						* refactor how-to guide for creating a token
* fix token links
* update SDK reference
* beginning of direct api guide
* refactored frontend api guide
* lint staged breaking notes
* update docs - cors for frontend
* update token guide images
* update after review
* Apply suggestions from code review
`website/docs/user_guide/token.mdx`
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* Apply suggestions from code review
`website/docs/topics/frontend-api.md`
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* Apply suggestions from code review
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* Apply suggestions from code review
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* pr review
* docs: Add info about front-end tokens + formatting
* docs: add info about token anatomy
* docs: link to correct  place in doc
* docs: replace "direct access API" -> "front-end API"
* docs: rename file frontend-api -> front-end-api
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-09-15 09:02:10 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce3db75133 
							
						 
					 
					
						
						
							
							Create Signup page for users from Invite link ( #2052 )  
						
						... 
						
						
						
						* refactor: user creation screen cleanup
* feat: deprecation notice for google sso
* fix: docs openid typo
* user invite hook mock 
						
					 
					
						2022-09-14 11:42:20 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11d5b0c12b 
							
						 
					 
					
						
						
							
							fix CreateFeatureButton unused imports  
						
						
						
					 
					
						2022-09-07 12:50:32 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b74b2bf070 
							
						 
					 
					
						
						
							
							Improve tabs UI on smaller devices ( #2014 )  
						
						... 
						
						
						
						* Improve tabs UI on smaller devices
* Improve tabs UI on smaller devices
* bug fix
* add proper scrollable tabs
* removed centered from Tabs (conflicts with scrollable)
* PR comments 
						
					 
					
						2022-09-06 15:32:42 +03:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13e0130824 
							
						 
					 
					
						
						
							
							add groupId to gradual rollout template ( #2045 )  
						
						... 
						
						
						
						* add groupId to gradual rollout template
* FMT 
						
					 
					
						2022-09-06 15:32:28 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03ddb0ad74 
							
						 
					 
					
						
						
							
							fix: trimming strategy parameters ( #2044 )  
						
						
						
					 
					
						2022-09-06 10:10:10 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18fc5eebd2 
							
						 
					 
					
						
						
							
							fix: show addon event select validation ( #2031 )  
						
						... 
						
						
						
						* fix: show addon event select validation
* fix: addon form parameters error not clearing
* fix: addon required parameter field indicators 
						
					 
					
						2022-09-05 11:00:59 +02:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c64f9a0e20 
							
						 
					 
					
						
						
							
							fix: toggle strategies ui adjustments ( #2030 )  
						
						... 
						
						
						
						* fix: toggle strategies ui adjustments
* fix dark theme type ts issue 
						
					 
					
						2022-09-05 11:00:36 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f3af07e43 
							
						 
					 
					
						
						
							
							Bug fix - Hide case sensitive button when changing operators ( #2015 )  
						
						
						
					 
					
						2022-09-05 09:30:31 +03:00 
						 
				 
			
				
					
						
							
							
								Tymoteusz Czech 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3331e2aa85 
							
						 
					 
					
						
						
							
							refactor: use permission button for new toggle ( #2009 )  
						
						
						
					 
					
						2022-09-02 13:35:39 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae19cae8a9 
							
						 
					 
					
						
						
							
							feat: add count to event list ( #2036 )  
						
						... 
						
						
						
						* feat: add count to event list 
						
					 
					
						2022-09-02 08:35:31 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d40d0d6db 
							
						 
					 
					
						
						
							
							feat: add count to project role list ( #2037 )  
						
						... 
						
						
						
						* feat: add count to project role list 
						
					 
					
						2022-09-02 08:35:15 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							318c235f20 
							
						 
					 
					
						
						
							
							chore(deps): update dependency msw to v0.46.0 ( #2033 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-09-01 05:52:49 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							edaa160778 
							
						 
					 
					
						
						
							
							chore(deps): update dependency sass to v1.54.8 ( #2012 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-09-01 02:29:31 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e33942193 
							
						 
					 
					
						
						
							
							chore(deps): update dependency eslint to v8.23.0 ( #2006 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-31 19:27:55 +00:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e08fcf365 
							
						 
					 
					
						
						
							
							feat: add count to segment table ( #2025 )  
						
						
						
					 
					
						2022-08-31 14:14:45 +00:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2de4114b76 
							
						 
					 
					
						
						
							
							feat: add application counter to application list ( #2019 )  
						
						
						
					 
					
						2022-08-31 16:10:01 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4536fdd817 
							
						 
					 
					
						
						
							
							feat: add count to tag types list ( #2023 )  
						
						
						
					 
					
						2022-08-31 16:09:36 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							101e9103ae 
							
						 
					 
					
						
						
							
							feat: add count to users list ( #2026 )  
						
						
						
					 
					
						2022-08-31 16:02:47 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							745a73d445 
							
						 
					 
					
						
						
							
							feat: add features counter to health report table ( #2028 )  
						
						
						
					 
					
						2022-08-31 16:02:04 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e002bd5c81 
							
						 
					 
					
						
						
							
							feat: add counter to variants table ( #2029 )  
						
						
						
					 
					
						2022-08-31 16:01:46 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e140fb31b7 
							
						 
					 
					
						
						
							
							feat: add count to context field list ( #2020 )  
						
						
						
					 
					
						2022-08-31 15:26:06 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84b3777dae 
							
						 
					 
					
						
						
							
							feat: add project count to projectlist ( #2017 )  
						
						
						
					 
					
						2022-08-31 15:25:49 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d8678618e 
							
						 
					 
					
						
						
							
							feat: add count for strategy types list ( #2021 )  
						
						
						
					 
					
						2022-08-31 15:21:09 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80a0ab26ce 
							
						 
					 
					
						
						
							
							feat add count to Environments ( #2022 )  
						
						
						
					 
					
						2022-08-31 15:17:28 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b827056f51 
							
						 
					 
					
						
						
							
							feat: Add count to list of addons ( #2024 )  
						
						
						
					 
					
						2022-08-31 15:15:03 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6af8f7356f 
							
						 
					 
					
						
						
							
							fix: avoid stale feature strategy enabled status message ( #2018 )  
						
						
						
					 
					
						2022-08-31 15:09:01 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e77270ba5 
							
						 
					 
					
						
						
							
							feat: set accessor on status field for health ( #2016 )  
						
						
						
					 
					
						2022-08-31 13:21:12 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9dc12c018f 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/react to v17.0.49 ( #2010 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-30 23:49:49 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dfba669c67 
							
						 
					 
					
						
						
							
							chore(deps): update emotion monorepo to v11.10.4 ( #2005 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-30 20:42:48 +00:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e21cf00ca7 
							
						 
					 
					
						
						
							
							Merge e2e tests into matrix ( #2007 )  
						
						
						
					 
					
						2022-08-30 13:23:09 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d8c81d659 
							
						 
					 
					
						
						
							
							chore(deps): update material-ui monorepo ( #2001 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-30 13:01:13 +00:00