Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2cf372364f 
							
						 
					 
					
						
						
							
							Update index.md  
						
						
						
					 
					
						2022-09-15 13:34:07 +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 
						 
				 
			
				
					
						
							
							
								NicolaeUnleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51c7ea053e 
							
						 
					 
					
						
						
							
							docs: update images using latest UI screenshots ( #1992 )  
						
						... 
						
						
						
						* Update api_access_history.png
* updating images in - How to capture impression data
* Update Quickstart image
* Update images: How to add strategy constraints
* Update images: How to create a feature toggle
* Update images: How to define custom context fields
* Update images: How to use custom activation strategies
* Update images: How to schedule feature releases
* Update images: How to add new users to your Unleash instance
* Update images: How to create and assign custom project roles
* Update images: How to add SSO with OpenId Connect
* Update images: How to add SSO with SAML 2.0 Okta
* Update images: Slack
* Update images: Activation Strategies
* Update images: Archived toggles
* Update images: The audit log
* Update images: Impression data
* Update images: Custom Activation Strategies
* Update images: Environments
* Update images: Feature Toggle Types
* Update images: Feature Toggle Variants
* Update images: Projects
* Update images: Segments
* Update images: Stickiness
* Update images: Strategy Constraints
* Update images: Technical Debt
* Update images: Unleash Context
* Update images: Unleash introductory overview
* Update images: Unleash introductory overview
* docs: replace strategy constraints step 2 img
* Update website/docs/how-to/how-to-add-strategy-constraints.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* change text request
* Updating docs text to match the screenshots
* Docs: change audit log to event log and add redirects
* Docs: update "archive" page with deletion info
* Docs: update constraints how to
* Docs: minor tech debt doc fixes
* docs-update-images-set1: update overview page
* Apply suggestions from code review
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* Update website/docs/user_guide/quickstart.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* Update website/docs/user_guide/user-management.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* Update website/docs/user_guide/user-management.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* Activation strategy update
* Apply suggestions from code review
* Update delete-archive img
* Fix prettier formatting for admonitions
* Update website/docs/user_guide/environments.md
* Update website/docs/user_guide/projects.md
Co-authored-by: Tymoteusz Czech <tymek+gpg@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-09-14 07:59:18 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							469bd1622e 
							
						 
					 
					
						
						
							
							docs: update link for symfony sdk ( #2048 )  
						
						... 
						
						
						
						The doc link appears to have pointed at an address that is no longer reachable. Instead, let's point to the equivalent GitHub link
Relates to and closes  #2047  
						
					 
					
						2022-09-07 13:21:40 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68cec1349b 
							
						 
					 
					
						
						
							
							Fix broken doc links ( #2046 )  
						
						... 
						
						
						
						## What
This PR fixes some broken links that have been hanging around in the
docs for what seems like a very long time.
## Why
As discovered by the link check in #1912 , there are a fair few broken
links in the docs. Everyone hates broken links because it makes it
harder to understand what they were supposed to be pointing at.
## How
There are 3 types of links that have been fixed:
- Links that should have been internal but were absolute. E.g.
  `https://docs.getunleash.io/path/article ` that should have been
  `./article.md`
- External links that have changed, such as Slack's API description
- GitHub links to files that either no longer exist or that have been
  moved. These links generally pointed to `master`/`main`, meaning
  they are subject to change. They have been replaced with permalinks
  pointing to specific commits.
-----
* docs: fix slack api doc link
* docs: update links in migration guide
* docs: fix broken link to ancient feature schema validation
* docs: update links to v3 auth hooks
* docs: update broken link in the go sdk article
* Fix: use permalink for GitHub link
* docs: fix wrong google auth link 
						
					 
					
						2022-09-07 14:26:23 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f92d5045e 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-theme-openapi-docs to v1.1.9 ( #2032 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-31 22:55:20 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c003e3b2e 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.1.9 ( #2011 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-31 03:26:19 +00:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23e43b9114 
							
						 
					 
					
						
						
							
							fix(docs): pin got dependency to v11.8.5  
						
						
						
					 
					
						2022-08-30 09:52:54 +02:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5fd38d1644 
							
						 
					 
					
						
						
							
							fix: adjust the proxy docs  
						
						
						
					 
					
						2022-08-29 23:07:48 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b30967ae0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency trim-newlines to v4 ( #1969 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-26 12:21:47 +02:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e23c4e969 
							
						 
					 
					
						
						
							
							fix: website dependencies  
						
						
						
					 
					
						2022-08-26 10:27:30 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3949dc9f5 
							
						 
					 
					
						
						
							
							chore(deps): update dependency typescript to v4.8.2 ( #1967 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-26 03:45:26 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							976226d27e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.18.13 ( #1954 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-23 01:56:01 +00:00 
						 
				 
			
				
					
						
							
							
								Allan Luartes 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d73200ed16 
							
						 
					 
					
						
						
							
							docs: fix typo for overview guide ( #1942 )  
						
						... 
						
						
						
						Edit (_we're talk nano-seconds_) to (_we're talking nano-seconds_) 
						
					 
					
						2022-08-20 07:31:21 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7c59e1733 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-theme-openapi-docs to v1.1.8 ( #1938 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-19 17:35:51 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6c524c251 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.1.8 ( #1937 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-19 14:14:52 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c8f0283049 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-theme-openapi-docs to v1.1.7 ( #1925 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-16 02:30:05 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c6fc4a1b9b 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.1.7 ( #1924 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-16 00:07:05 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							32a5e3c4f5 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-theme-openapi-docs to v1.1.6 ( #1919 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-13 04:21:33 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53853203bc 
							
						 
					 
					
						
						
							
							fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.1.6 ( #1918 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-13 01:18:21 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6516ac21ee 
							
						 
					 
					
						
						
							
							docs( #1873 ): Document the Unleash playground ( #1901 )  
						
						... 
						
						
						
						* Docs: start adding stuff for the playground docs
* docs(#1873 ): start filling in playground doc
* docs(#1873 ): draft 1
* docs(#1873 ): add playground images
* docs(#1873 ): typo (pr comment)
* docs(#1873 ): Add a sentence or two about stickiness
* docs(#1873 ): merge required and implicit fields
* docs(#1873 ): reduce cognitive complexity
* docs(#1873 ): add link to stickiness calculation section
* docs(#1873 ): add detailed results image
* docs(#1873 ): reword playground requirement env and proj 
						
					 
					
						2022-08-12 12:17:25 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9448461aaa 
							
						 
					 
					
						
						
							
							docs: prep to add OpenAPI spec to Unleash docs ( #1907 )  
						
						... 
						
						
						
						* Docs: start experimenting with OpenAPI and docusaurus
* Docs: add docusaurus-theme-openapi-docs pkg
* Wip: current status
* Docs: Add 'docusaurus-plugin-api-docs'
* Move openapi into own sidebar; generate from localhost
* Chore: Update docusaurus plugin for OpenAPI
* Add website/yarn.lock to git
* Fix: fix CSS warning by using flex-end instead of end
* docs: make openapi generated code work again
* docs: make tags work properly with openapi sidebar
* Docs/chore: update OpenAPI tag scheme.
Add a whole bunch of new tags to make it easier to understand
available tags in OpenAPI.
* docs: point to new openapi docs from old api docs
* docs: typo
* Docs:  link restructure
* docs: add operation indicators to openapi docs
* docs: change badge color for operations
* docs: update openapi-docs package
It now sorts tags the same as the schema
* docs: pluralize APIs in slug
* docs: update links to generated api docs
* docs: update openapi snapshot tests with new tags
* docs: conditionally load spec from localhost or from file
* docs: Remove changes relating to immediate switchover
* refactor: rename types; extract into separate file
* docs: fix api doc links 
						
					 
					
						2022-08-12 11:37:57 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Hornby 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46b1a25181 
							
						 
					 
					
						
						
							
							docs: update group docs with new screenshots and requirements for users ( #1910 )  
						
						
						
					 
					
						2022-08-11 14:01:32 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82c83b5611 
							
						 
					 
					
						
						
							
							fix(deps): update dependency unleash-proxy-client to v2.1.0 ( #1908 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-10 15:36:33 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d158f7e45 
							
						 
					 
					
						
						
							
							Docs: remove extra warning from impression data doc ( #1906 )  
						
						... 
						
						
						
						I don't think we need the extra caution under the "example setup"
section.
Also: apply formatting + minor rewording of availability. 
						
					 
					
						2022-08-10 12:41:22 +02:00 
						 
				 
			
				
					
						
							
							
								Dominik Chrástecký 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f206795d97 
							
						 
					 
					
						
						
							
							Docs: Update compatibility matrix for php ( #1904 )  
						
						... 
						
						
						
						* Docs: Update compatibility matrix for php
* Docs: Update php compatibility table to include IP CIDR syntax
* Docs: Update impression data documentation
* Docs: Mention JavaScript proxy clients in impression data support 
						
					 
					
						2022-08-10 12:26:44 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b06cbb0f75 
							
						 
					 
					
						
						
							
							docs: remove references to deprecated proxy config variable ( #1902 )  
						
						
						
					 
					
						2022-08-09 16:20:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							b406f67fb7 
							
						 
					 
					
						
						
							
							Docs(fix): fix formatting of docusaurus admonitions  
						
						... 
						
						
						
						They seem to have been broken by prettier 
						
					 
					
						2022-08-04 11:11:10 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd5e1a37d5 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.10 ( #1885 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-04 04:58:18 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d922ea1225 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.18.10 ( #1872 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-02 00:25:58 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e43be56f13 
							
						 
					 
					
						
						
							
							fix(deps): update docusaurus monorepo to v2.0.1 ( #1871 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-08-01 19:41:04 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f6192b50b0 
							
						 
					 
					
						
						
							
							fix(deps): update dependency unleash-proxy-client to v2.0.3 ( #1841 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-07-27 13:44:00 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc341e7913 
							
						 
					 
					
						
						
							
							fix(deps): update dependency @svgr/webpack to v6.3.1 ( #1851 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-07-22 17:50:19 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22014f3c62 
							
						 
					 
					
						
						
							
							docs: add how-to guide for enabling OpenAPI ( #1836 )  
						
						... 
						
						
						
						* Docs: add how-to enable the openapi spec
* Docs: fix and format how to run unleash proxy
* Fix: add backticks instead of single quotes
* Docs: remove unnecessary imports, format
* Docs: fix minor errors and update location section 
						
					 
					
						2022-07-22 09:02:01 +02:00 
						 
				 
			
				
					
						
							
							
								sighphyre 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5806b6748f 
							
						 
					 
					
						
						
							
							Feat/grouping ( #1845 )  
						
						... 
						
						
						
						* Implement user grouping feature for permissions
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
Co-authored-by: Jaanus Sellin <sellinjaanus@gmail.com>
Co-authored-by: Nuno Góis <github@nunogois.com>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-07-21 16:23:56 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4332072db4 
							
						 
					 
					
						
						
							
							docs: Update docusaurus to 2.0.0-rc.1 ( #1831 )  
						
						... 
						
						
						
						* Chore: update docusaurus packages
* Docs: add algolia doc search app id
* Chore: update/specify node engine version: 16.14 
						
					 
					
						2022-07-19 07:57:03 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29b8223718 
							
						 
					 
					
						
						
							
							fix(deps): update dependency @svgr/webpack to v6.3.0 ( #1833 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-07-19 01:09:47 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87cf6e58a2 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.18.9 ( #1830 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
					 
					
						2022-07-18 12:11:16 +00:00 
						 
				 
			
				
					
						
							
							
								Erik 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19b95b1bd9 
							
						 
					 
					
						
						
							
							docs: Update activation-strategies.md ( #1824 )  
						
						... 
						
						
						
						Fixing a typo in `Multiple activation strategies` section 
						
					 
					
						2022-07-18 13:03:27 +02:00 
						 
				 
			
				
					
						
							
							
								sighphyre 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c8f6c5cc75 
							
						 
					 
					
						
						
							
							docs: include custom header functionality for the Ruby SDK in the compatibility table ( #1819 )  
						
						
						
					 
					
						2022-07-14 11:28:22 +02:00 
						 
				 
			
				
					
						
							
							
								Floyd 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2629dfdbc 
							
						 
					 
					
						
						
							
							Fixing indentation of Python example ( #1794 )  
						
						
						
					 
					
						2022-07-13 09:33:58 +02:00 
						 
				 
			
				
					
						
							
							
								ltickett 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3b9dbad24 
							
						 
					 
					
						
						
							
							Add GitLab to Unleash server options ( #1799 )  
						
						
						
					 
					
						2022-07-13 09:33:36 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							2a58b88ba3 
							
						 
					 
					
						
						
							
							fix(deps): update dependency clsx to v1.2.1  
						
						
						
					 
					
						2022-07-12 00:17:56 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							f2536e7935 
							
						 
					 
					
						
						
							
							Docs(fix): fix formatting error introduced by prettier.  
						
						
						
					 
					
						2022-07-06 09:16:49 +02:00 
						 
				 
			
				
					
						
							
							
								sellinjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04fb065df4 
							
						 
					 
					
						
						
							
							Added missing archivedAt to featureSchema ( #1779 )  
						
						... 
						
						
						
						* Added missing archivedAt to featureSchema
* Added archivedAt to feature toggle.
Added archived_at to db
* Add test
* Add test
* Bug fix
* Bug fix
* update archivedAt to date-time
* Code refactoring done
* Conver to static and remove unused methods
* Add tests
* Fixes
* Fix
* Removed docker file from linting
* Fix segment test
* Fix failing test
* Make fixes
Co-authored-by: andreas-unleash <andreas@getunleash.ai>
Co-authored-by: andreas-unleash <104830839+andreas-unleash@users.noreply.github.com> 
						
					 
					
						2022-07-01 11:51:26 +00:00 
						 
				 
			
				
					
						
							
							
								NicolaeUnleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c275917f3 
							
						 
					 
					
						
						
							
							docs: Update api_access_navigation.png ( #1784 )  
						
						
						
					 
					
						2022-06-30 15:58:13 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7816d8a1f9 
							
						 
					 
					
						
						
							
							Docs: add segments explainer video + fix formatting ( #1775 )  
						
						
						
					 
					
						2022-06-30 08:00:47 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ba5edcaca 
							
						 
					 
					
						
						
							
							docs: add svelte and vue front-end SDKs ( #1760 )  
						
						... 
						
						
						
						* docs: add svelte and vue front-end SDKs
* docs: add solid and react native SDKs as Community SDKs
* fix: reorder community SDKs so that they are sorted alphabetically
* fix: note and table
* fix: note scope, reorder community SDKs alphabetically by tech
* fix: make some text consistent across SDKs
* fix: svelte docs
* Update website/docs/sdks/proxy-svelte.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* fix: headings
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-29 12:04:21 +01:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							855e33990e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency enhanced-resolve to v5.10.0  
						
						
						
					 
					
						2022-06-28 23:12:53 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							e0557a6e5d 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.18.6  
						
						
						
					 
					
						2022-06-28 00:40:16 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							611ef41703 
							
						 
					 
					
						
						
							
							docs: update python docs: fallback function / default values ( #1752 )  
						
						
						
					 
					
						2022-06-27 11:16:46 +02:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab323f253f 
							
						 
					 
					
						
						
							
							fix: add docs for session options ( #1660 )  
						
						... 
						
						
						
						Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-23 14:40:51 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89d25c8634 
							
						 
					 
					
						
						
							
							docs: add proxy deployment diagrams ( #1743 )  
						
						... 
						
						
						
						* docs: remove empty table row
* docs: add placeholder proxy hosting article
* docs: add images, describe first one
* docs: describe the customer-hosted proxy solution
* docs: describe the self-hosted single-region setup.
* docs: describe enterprise multi-region setup.
* docs: minor changes
* docs: update lists; restructure
* docs: more minor changes
* docs: add alt text to diagrams
* docs: update proxy hosting doc
* docs: some prettier formatting
* docs: add link to proxy hosting doc
* docs: format proxy config table
* docs: prettier formatting 
						
					 
					
						2022-06-23 08:28:01 +02:00 
						 
				 
			
				
					
						
							
							
								olav 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab75d4085e 
							
						 
					 
					
						
						
							
							refactor: add schemas to user admin controller ( #1692 )  
						
						... 
						
						
						
						* refactor: add schemas to user admin controller
* refactor: remove unused SessionService
* refactor: fix search query type confusion
* refactor: add schemas to user controller (#1693 )
* refactor: add schemas to user controller
* refactor: fix getAllUserSplashes method name
* refactor: name and email should not be required on create
* refactor: only some user fields may be updated
* refactor: should not require any fields on user update  (#1730 )
* refactor: send 400 instead of 500 on missing username and email
* refactor: should not require any fields for user update
* refactor: note that earlier versions required name or email
* refactor: merge roleDescriptionSchema and roleSchema 
						
					 
					
						2022-06-22 14:55:43 +02:00 
						 
				 
			
				
					
						
							
							
								andreas-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							66452e2860 
							
						 
					 
					
						
						
							
							open-api addon controller ( #1721 )  
						
						... 
						
						
						
						* open-api addon controller
* bug fixes
* bug fixes
* resolve merge conflict
* bug fix
* bug fix
* bug fix
* PR comments
* PR comments
* Resolve merge conflics
* Resolve merge conflics
* bug and tests 
						
					 
					
						2022-06-22 13:49:18 +03:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3320bf74b 
							
						 
					 
					
						
						
							
							docs: update segments availability notices ( #1729 )  
						
						... 
						
						
						
						* docs: change segment availability notice
* docs: update availability note + add some prettier changes
* docs: format imports with prettier 
						
					 
					
						2022-06-22 10:53:24 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							5c9f30ceef 
							
						 
					 
					
						
						
							
							chore(deps): update dependency typescript to v4.7.4  
						
						
						
					 
					
						2022-06-18 01:54:21 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb3c722f67 
							
						 
					 
					
						
						
							
							Docs: Update description for create + update user ( #1727 )  
						
						... 
						
						
						
						* Docs: Update description for create + update user
This change updates the documentation for the user creation API,
fixing errors mentioned in #1717 :
- it's either `username` or `email` that is required on creation.
`name` is not required.
- `name` is the only required field when updating a user.
* docs: Fix overzealous prettier formatting
* docs: updated requirements for put: name OR email 
						
					 
					
						2022-06-17 13:50:39 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5a3f418e13 
							
						 
					 
					
						
						
							
							docs: add feature toggle reference, new how-to ( #1694 )  
						
						... 
						
						
						
						* Docs: write down the currently available steps
* docs: quick updates to the projects page.
* docs: further scaffold the how-to guide
* docs: add feature-toggle.mdx (toggle reference doc)
* docs: Add note that feature toggle names must be unique
* docs: add API doc links
* docs: delete old content
* docs: delete old images
* docs: update variants text
* docs: update introduction
* docs: add new images, update api annotations
* docs: add links to context fields, improve link text for other links.
* docs: remove redundant wording.
* docs: fix default project for toggles
* docs: typo: singular -> plural
* docs: mention admin ui curl command
* docs: remove leftover words
* docs: improve linking to default project.
* Apply suggestions from code review
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
* Apply suggestions from code review
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
* docs: clarify constraint timing
* docs: apply suggestion from code review
* docs: add link to variants document
* docs: Add sections on environments and projects, link from ft docs
* docs: minor rewording into unleash context.
* docs: remove misleading section about "all strats evaluated"
* docs: evaluate -> resolve
Co-authored-by: sighphyre <liquidwicked64@gmail.com> 
						
					 
					
						2022-06-17 12:36:19 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45c3df0598 
							
						 
					 
					
						
						
							
							docs: SDK Synchronization tips ( #1720 )  
						
						... 
						
						
						
						* docs: SDK Synchronization tips
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
* docs: Update csharp example with tabs
* docs: update java docs with tabs and sync examples
* docs: update node docs for sync init
* docs: remove plea to pay attention to env config option
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-15 09:49:56 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							7ce95cafc8 
							
						 
					 
					
						
						
							
							fix(deps): update react monorepo to v18.2.0  
						
						
						
					 
					
						2022-06-15 00:42:43 +00:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							705eee654f 
							
						 
					 
					
						
						
							
							fix: pleas -> please ( #1706 )  
						
						
						
					 
					
						2022-06-14 15:16:58 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							c810959e26 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.9  
						
						
						
					 
					
						2022-06-14 05:28:52 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							0f35bd3172 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.18.5  
						
						
						
					 
					
						2022-06-14 01:52:04 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							0b6f5448f0 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @storybook/testing-library to v0.0.13  
						
						
						
					 
					
						2022-06-13 21:10:33 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							7843c2bbc8 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @tsconfig/docusaurus to v1.0.6  
						
						
						
					 
					
						2022-06-11 12:25:35 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							4b466063df 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @storybook/testing-library to v0.0.12  
						
						
						
					 
					
						2022-06-10 17:23:41 +00:00 
						 
				 
			
				
					
						
							
							
								sighphyre 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18e63d5ea3 
							
						 
					 
					
						
						
							
							feat: add support for handling non standard postgres dates ( #1689 )  
						
						... 
						
						
						
						* feat: add support for handling non standard postgres dates
* docs: update some http docs links to point to their respective https versions
* chore: refactor non standard date handling callback code to be a little clearer
* Update website/docs/deploy/configuring-unleash-v3.md
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-06-10 08:47:31 +02:00 
						 
				 
			
				
					
						
							
							
								Ivar Conradi Østhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d84668ba2 
							
						 
					 
					
						
						
							
							doc: proper api protection in google auth example. ( #1688 )  
						
						... 
						
						
						
						fixes : #1679  
					
						2022-06-09 13:01:15 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							5208cfc708 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.8  
						
						
						
					 
					
						2022-06-08 23:31:10 +00:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37211491e7 
							
						 
					 
					
						
						
							
							feat: default to memoizing client features ( #1674 )  
						
						
						
					 
					
						2022-06-08 09:43:37 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fa74f81aa5 
							
						 
					 
					
						
						
							
							fix: env drop event data.name + /api/admin/events docs ( #1662 )  
						
						... 
						
						
						
						* docs: add all /events endpoints and query params
* docs: events page skeleton structure
* docs: correct description of event payloads
* docs: add table with event properties.
* docs: remove duplicate table.
* docs: sort property table
* docs: more work on adding events: feature events
* docs: add examples for most feature events
Still missing are: events that require imports, and
feature-project-change
* docs: scaffold out all events descriptions
* docs: normalize casing
* docs: add brief descriptions to strategy and context events
* docs: Add remaining non-import event descriptions and examples
* docs: add code sample annotations for all example events.
* docs: remove all references to myself
* docs: change "toggle" -> "feature", adjust headings
The headings aren't semantic for this doc yet. We'll need to create a
new document for this.
* docs: update event type description table
* docs: change header level of event type section
* docs: add details around feature-project-change event
* docs: add import type events
* docs: use a better `createdBy` name
* docs: "sort" events so that they're in a consistent order.
* docs: remove reference to ID in addon-config-created event
* fix: drop-environments data.name all-projects -> all-environments
This is probably a bug. Should be double checked.
* docs: clarify that `data.name` is always `all-x` on drop events
* Apply suggestions from code review
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
Co-authored-by: sighphyre <liquidwicked64@gmail.com> 
						
					 
					
						2022-06-07 11:33:30 +01:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							e5fe268844 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.7  
						
						
						
					 
					
						2022-06-07 01:33:38 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							78b3b78ced 
							
						 
					 
					
						
						
							
							chore(deps): update dependency typescript to v4.7.3  
						
						
						
					 
					
						2022-06-04 05:56:08 +00:00 
						 
				 
			
				
					
						
							
							
								Pfuenzle 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ca0de27e5 
							
						 
					 
					
						
						
							
							docs: Add deprecation notice to eventHook ( #1618 )  
						
						... 
						
						
						
						* Add deprecation notice to eventHook
* Update website/docs/deploy/configuring-unleash.md
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
* Added proxy documentation
* Update configuring-unleash.md
* Update website/docs/deploy/configuring-unleash.md
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com> 
						
					 
					
						2022-06-03 14:03:45 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							606270d86a 
							
						 
					 
					
						
						
							
							feat: Allow extra CSP domains ( #1610 )  
						
						... 
						
						
						
						* feat: Allow extra CSP domains
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
* fix: eslint:
* fix: allow partial csp domains
* fix: add option and config type
* fix: snapshot
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com> 
						
					 
					
						2022-05-31 11:32:15 +02:00 
						 
				 
			
				
					
						
							
							
								Sebastian Bury 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bde6294e44 
							
						 
					 
					
						
						
							
							Update feature-toggles-archive-api.md  
						
						
						
					 
					
						2022-05-30 16:26:02 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							f122e884c7 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.6  
						
						
						
					 
					
						2022-05-30 04:37:07 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							b3161bc2e8 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.18.2  
						
						
						
					 
					
						2022-05-25 13:24:12 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							0d623e184c 
							
						 
					 
					
						
						
							
							chore(deps): update dependency typescript to v4.7.2  
						
						
						
					 
					
						2022-05-24 23:53:46 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							b39c03e561 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.5  
						
						
						
					 
					
						2022-05-24 20:19:06 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							eca933eb65 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.4  
						
						
						
					 
					
						2022-05-23 13:37:39 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							16a2e74041 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.5.3  
						
						
						
					 
					
						2022-05-20 23:39:01 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f954de0ecf 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.18.0 ( #1612 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <bot@renovateapp.com> 
						
					 
					
						2022-05-20 12:20:44 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40c920f184 
							
						 
					 
					
						
						
							
							docs: use named export instead of default ( #1615 )  
						
						
						
					 
					
						2022-05-20 10:31:05 +01:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46c253b964 
							
						 
					 
					
						
						
							
							docs: use named export instead of default ( #1614 )  
						
						
						
					 
					
						2022-05-20 11:22:14 +02:00 
						 
				 
			
				
					
						
							
							
								Nuno Góis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							16860c1469 
							
						 
					 
					
						
						
							
							docs: update import to use named export instead of default ( #1609 )  
						
						... 
						
						
						
						See: https://github.com/Unleash/proxy-client-react/pull/58  
						
					 
					
						2022-05-20 07:48:01 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6753d9af3 
							
						 
					 
					
						
						
							
							docs: switch all slack links to slack.unleash.run ( #1613 )  
						
						
						
					 
					
						2022-05-20 08:17:36 +02:00 
						 
				 
			
				
					
						
							
							
								Andreas Fauske 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70f58b3a84 
							
						 
					 
					
						
						
							
							Update dot_net.md ( #1598 )  
						
						... 
						
						
						
						Fixed a typo. 
						
					 
					
						2022-05-19 14:59:36 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							d68b304607 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.17.12  
						
						
						
					 
					
						2022-05-17 00:57:22 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d384a76a28 
							
						 
					 
					
						
						
							
							docs: fix python sdk syntax highlighting, header levels ( #1596 )  
						
						... 
						
						
						
						* docs: fix python sdk syntax highlighting, header levels
* docs(fix): remove invalid toggle names 
						
					 
					
						2022-05-16 10:30:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							943af1e804 
							
						 
					 
					
						
						
							
							docs: Update the react client install instructions ( #1584 )  
						
						... 
						
						
						
						The install instructions didn't previously add the
`unleash-proxy-client` package (presuming it'd be implicitly installed
by `npm`). This doesn't seem to be the case, so we'll list it explicitly. 
						
					 
					
						2022-05-10 13:26:52 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Kolstad 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c0207bf3ff 
							
						 
					 
					
						
						
							
							docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons ( #1578 )  
						
						... 
						
						
						
						* docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons
Co-authored-by: Thomas Heartman <thomas@getunleash.ai> 
						
					 
					
						2022-05-09 13:04:56 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75e6df5b5b 
							
						 
					 
					
						
						
							
							docs: document Proxy openAPI integration ( #1571 )  
						
						... 
						
						
						
						* docs: document the new OpenAPI functionality
* docs: add availability note for openapi integration
* docs: rewrite openapi section 
						
					 
					
						2022-05-09 09:24:48 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2113732f3b 
							
						 
					 
					
						
						
							
							docs: clarify that multiple overrides for a variant create unions ( #1551 )  
						
						... 
						
						
						
						* docs: clarify that multiple overrides for a variant create unions
* Update website/docs/advanced/feature-toggle-variants.md
Co-authored-by: sighphyre <liquidwicked64@gmail.com> 
						
					 
					
						2022-05-06 14:00:08 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b545b7dcd 
							
						 
					 
					
						
						
							
							docs: add more details to variant creation API ( #1548 )  
						
						... 
						
						
						
						* docs: add more details to variants api PUT example
* docs(fix): correct header title for code sample 
						
					 
					
						2022-05-06 11:46:37 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68bad77a84 
							
						 
					 
					
						
						
							
							docs: Update Unleash architecture diagram ( #1549 )  
						
						... 
						
						
						
						* docs: Update Unleash architecture digram
* fix: typo an -> a
* docs(fix): fix img link in readme
* docs: update architecture graph 
						
					 
					
						2022-05-06 11:17:35 +02:00 
						 
				 
			
				
					
						
							
							
								Pfuenzle 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fd26e26bc 
							
						 
					 
					
						
						
							
							added db-schema to the docs page ( #1567 )  
						
						... 
						
						
						
						I added the "schema" option to the configuring unleash docs page
Co-authored-by: Pfluenze <pfuenzle@protonmail.com> 
						
					 
					
						2022-05-05 11:52:02 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							188352cb7a 
							
						 
					 
					
						
						
							
							docs: remove duplicate sidebar item; sort sdks ( #1558 )  
						
						... 
						
						
						
						* fix: remove duplicate sidebar entry
* fix: sort sdk list 
						
					 
					
						2022-05-03 10:21:14 +02:00 
						 
				 
			
				
					
						
							
							
								sebastian-unleash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67f9277b25 
							
						 
					 
					
						
						
							
							docs: Add link to kill switch best practices blog post. ( #1554 )  
						
						
						
					 
					
						2022-05-03 10:16:02 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							042d0137f3 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @babel/core to v7.17.10  
						
						
						
					 
					
						2022-04-29 20:24:13 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							581fc76ae1 
							
						 
					 
					
						
						
							
							docs(fix): correct custom activation strategies param types ( #1547 )  
						
						
						
					 
					
						2022-04-29 11:20:26 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							ec878110d9 
							
						 
					 
					
						
						
							
							chore(deps): update dependency typescript to v4.6.4  
						
						
						
					 
					
						2022-04-29 00:28:58 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05f4cbb708 
							
						 
					 
					
						
						
							
							docs(fix): change the remoteAddress description ( #1539 )  
						
						... 
						
						
						
						remoteAddress previously used the sessionId description. 
						
					 
					
						2022-04-28 16:20:28 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f96cb3785 
							
						 
					 
					
						
						
							
							docs: update compat table with custom stickiness for go ( #1544 )  
						
						
						
					 
					
						2022-04-28 15:49:05 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e6495d9d26 
							
						 
					 
					
						
						
							
							docs: add docs for vue and svelte clients ( #1541 )  
						
						... 
						
						
						
						* docs: add docs for vue and svelte clients
* fix: update version for svelte 
						
					 
					
						2022-04-28 15:33:38 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							038d9eb8ec 
							
						 
					 
					
						
						
							
							Merge pull request  #1531  from Unleash/docs/deprecate-features-v1  
						
						... 
						
						
						
						docs: Add deprecation notices to features v1 
						
					 
					
						2022-04-28 08:42:37 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							2e551c9f4e 
							
						 
					 
					
						
						
							
							fix(deps): update dependency unleash-proxy-client to v2.0.1  
						
						
						
					 
					
						2022-04-27 13:38:16 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							75719a0297 
							
						 
					 
					
						
						
							
							docs: link to the correct new endpoints in the features v2 API  
						
						
						
					 
					
						2022-04-27 11:09:04 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							5d0ed34b66 
							
						 
					 
					
						
						
							
							chore: remove code leftover code  
						
						
						
					 
					
						2022-04-27 11:05:15 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							9ec3409fff 
							
						 
					 
					
						
						
							
							docs: add more Api information + add disable toggle info  
						
						
						
					 
					
						2022-04-27 11:04:17 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							65da8a845a 
							
						 
					 
					
						
						
							
							feat: update ApiRequest to accept POST w/o payloads  
						
						
						
					 
					
						2022-04-27 10:55:33 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							820932aadb 
							
						 
					 
					
						
						
							
							fix(deps): update react monorepo to v18.1.0  
						
						
						
					 
					
						2022-04-27 01:04:30 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							9a0226d158 
							
						 
					 
					
						
						
							
							docs: remove deprecation notices for tags.  
						
						
						
					 
					
						2022-04-26 16:19:34 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							d7029d89b4 
							
						 
					 
					
						
						
							
							docs: Add deprecation notices to features v1  
						
						... 
						
						
						
						todo: still need to add a couple links 
						
					 
					
						2022-04-25 23:05:54 +02:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d05b4bde64 
							
						 
					 
					
						
						
							
							fix(deps): update react monorepo to v18 ( #1489 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <bot@renovateapp.com> 
						
					 
					
						2022-04-25 14:19:13 +02:00 
						 
				 
			
				
					
						
							
							
								sjaanus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1f28ef56d 
							
						 
					 
					
						
						
							
							fix: rename variable for consistency purposes ( #1507 )  
						
						
						
					 
					
						2022-04-25 10:21:18 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							8b2d02ee5f 
							
						 
					 
					
						
						
							
							chore: update deprecation notice.  
						
						
						
					 
					
						2022-04-22 11:20:30 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							f1c243fabf 
							
						 
					 
					
						
						
							
							docs: Add deprecation notice to old slack guide  
						
						
						
					 
					
						2022-04-22 11:16:42 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							9a3f7cda20 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @storybook/testing-library to v0.0.11  
						
						
						
					 
					
						2022-04-21 17:18:25 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d87cc8e1d 
							
						 
					 
					
						
						
							
							fix(deps): update dependency unleash-proxy-client to v2 ( #1513 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <bot@renovateapp.com> 
						
					 
					
						2022-04-21 16:20:55 +02:00 
						 
				 
			
				
					
						
							
							
								Fredrik Strand Oseberg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60c1265ac4 
							
						 
					 
					
						
						
							
							chore: update matrix ( #1511 )  
						
						... 
						
						
						
						* chore: update matrix
* chore: update matrix without format 
						
					 
					
						2022-04-20 15:41:32 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							178539b88a 
							
						 
					 
					
						
						
							
							chore(deps): update dependency babel-loader to v8.2.5  
						
						
						
					 
					
						2022-04-20 03:46:48 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							c3e9d67e4b 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @storybook/testing-library to v0.0.10  
						
						
						
					 
					
						2022-04-19 23:22:45 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d1b6e59a3 
							
						 
					 
					
						
						
							
							Merge pull request  #1501  from Unleash/docs/proxy-overhaul  
						
						... 
						
						
						
						docs: add API tokens and client keys + How to run the Unleash Proxy 
						
					 
					
						2022-04-19 12:09:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							9d2ef0c47f 
							
						 
					 
					
						
						
							
							docs: add note about client tokens changing with v 4.10  
						
						
						
					 
					
						2022-04-19 11:08:02 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							54bfe7323d 
							
						 
					 
					
						
						
							
							docs: update introduction  
						
						
						
					 
					
						2022-04-19 09:57:10 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b8c3c3949 
							
						 
					 
					
						
						
							
							Apply suggestions from code review  
						
						... 
						
						
						
						Co-authored-by: sighphyre <liquidwicked64@gmail.com> 
						
					 
					
						2022-04-19 09:43:09 +02:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							2935226ee6 
							
						 
					 
					
						
						
							
							chore(deps): update storybook monorepo to v6.4.22  
						
						
						
					 
					
						2022-04-14 11:18:50 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							bb85321926 
							
						 
					 
					
						
						
							
							chore(deps): update dependency enhanced-resolve to v5.9.3  
						
						
						
					 
					
						2022-04-13 13:53:33 +00:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							9db36013b1 
							
						 
					 
					
						
						
							
							chore: delete reference doc scaffolding  
						
						
						
					 
					
						2022-04-13 15:41:02 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							f1a4347534 
							
						 
					 
					
						
						
							
							chore: delete duplicate configuration section  
						
						
						
					 
					
						2022-04-13 15:40:11 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							b43d9b05db 
							
						 
					 
					
						
						
							
							docs: link to the how-to guide from the proxy reference docs  
						
						
						
					 
					
						2022-04-13 15:39:04 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							ac9f800ba8 
							
						 
					 
					
						
						
							
							docs: add details to the configuration option table  
						
						
						
					 
					
						2022-04-13 15:37:04 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							6a71c27593 
							
						 
					 
					
						
						
							
							docs: Update ApiRequest in how-to guide for proxy  
						
						
						
					 
					
						2022-04-13 15:15:27 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							ecbae418d4 
							
						 
					 
					
						
						
							
							feat: allow ApiRequest component to create proxy requests  
						
						
						
					 
					
						2022-04-13 15:15:08 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							93d2ef55b9 
							
						 
					 
					
						
						
							
							chore: clarify proxy clients vs front-end clients  
						
						
						
					 
					
						2022-04-13 15:07:11 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							5e382e64dc 
							
						 
					 
					
						
						
							
							docs: api request and placeholders to proxy how-to  
						
						
						
					 
					
						2022-04-13 15:06:42 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							0f9da03078 
							
						 
					 
					
						
						
							
							docs: link to the how-to guide for creating tokens  
						
						
						
					 
					
						2022-04-13 13:53:15 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							e0a87c68a0 
							
						 
					 
					
						
						
							
							docs: minor tweaks for client keys  
						
						
						
					 
					
						2022-04-13 13:47:27 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							88450a8946 
							
						 
					 
					
						
						
							
							docs: rename api token + client key doc  
						
						
						
					 
					
						2022-04-13 13:46:12 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							f7081d5f3a 
							
						 
					 
					
						
						
							
							docs: First draft of API tokens and client keys doc  
						
						
						
					 
					
						2022-04-13 13:45:01 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							07de36f6c4 
							
						 
					 
					
						
						
							
							docs: add api-tokens to sidebar  
						
						
						
					 
					
						2022-04-12 16:02:16 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							bba6d6de94 
							
						 
					 
					
						
						
							
							docs: add api tokens outline  
						
						
						
					 
					
						2022-04-12 16:00:07 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							0a0ade18df 
							
						 
					 
					
						
						
							
							docs: add API tokens placeholder document  
						
						
						
					 
					
						2022-04-12 16:00:07 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							dc7e93b618 
							
						 
					 
					
						
						
							
							docs: start smoothing out proxy docs  
						
						
						
					 
					
						2022-04-12 16:00:07 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							f1601392e1 
							
						 
					 
					
						
						
							
							docs: change title, add content to how-to guide  
						
						
						
					 
					
						2022-04-12 16:00:07 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							8f3018d092 
							
						 
					 
					
						
						
							
							docs: ad configuration variables to proxy reference  
						
						
						
					 
					
						2022-04-12 16:00:07 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Heartman 
							
						 
					 
					
						
						
						
						
							
						
						
							c7fe197fbd 
							
						 
					 
					
						
						
							
							docs: add new how-to category: Unleash Proxy  
						
						
						
					 
					
						2022-04-12 16:00:05 +02:00