050591eed9 
								
							 
						 
						
							
							
								
								Fix ordering in docs  
							
							... 
							
							
							
							Signed-off-by: Tomasz Pietrek <tomasz@nats.io> 
							
						 
						
							2022-10-27 14:04:13 +02:00  
				
					
						
							
							
								 
						
							
								b9bdd67a73 
								
							 
						 
						
							
							
								
								Add note how to avoid compatibility issues between repos  
							
							... 
							
							
							
							It's pretty common to get into different errors while tidying or building `dapr/dapr` with local `dapr/components-contrib`.
Usually checking out the latest released version helps.
Signed-off-by: Tomasz Pietrek <tomasz@nats.io> 
							
						 
						
							2022-10-27 14:01:13 +02:00  
				
					
						
							
							
								 
						
							
								b8931a5575 
								
							 
						 
						
							
							
								
								Updated docs for creating new components ( #2078 )  
							
							... 
							
							
							
							Due to dapr/dapr#5062 
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com> 
							
						 
						
							2022-09-15 16:47:31 -07:00  
				
					
						
							
							
								 
						
							
								4bf6cc4ca6 
								
							 
						 
						
							
							
								
								Updated development docs ( #1835 )  
							
							... 
							
							
							
							Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com> 
							
						 
						
							2022-06-30 22:23:41 -07:00  
				
					
						
							
							
								 
						
							
								7145287978 
								
							 
						 
						
							
							
								
								fix: dubbo binding enhancement ( #1782 )  
							
							... 
							
							
							
							* fix: dubbo binding enhancement
Signed-off-by: LaurenceLiZhixin <382673304@qq.com>
* fix: tidy all
Signed-off-by: LaurenceLiZhixin <382673304@qq.com>
* mod tidy
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Pin couchbaselabs/gojcbmock to commit with LICENSE
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* modtidy again
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* commit to retrigger tests
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com> 
							
						 
						
							2022-06-10 12:16:37 -07:00  
				
					
						
							
							
								 
						
							
								d4040f2dab 
								
							 
						 
						
							
							
								
								Add make modtidy-all action ( #1308 )  
							
							... 
							
							
							
							With the addition of the certification tests, changes in the go.mod
definition for component-contrib will also need to be propagated to the
go.mod for each of the tests under tests/certification.
- Add a `make modtidy-all` action to support updating all go.mod files.
- Update developing-component.md to include use of `make modtidy-all`.
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com> 
							
						 
						
							2021-11-18 17:02:18 -08:00  
				
					
						
							
							
								 
						
							
								c1495037cf 
								
							 
						 
						
							
							
								
								Contributor Docs: Debugging conformance tests ( #1079 )  
							
							... 
							
							
							
							* Add conformance test debug instructions
* Update tests/conformance/README.md
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
* Update tests/conformance/README.md
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Bernd Verst <me@bernd.dev>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com> 
							
						 
						
							2021-08-26 15:29:14 -07:00  
				
					
						
							
							
								 
						
							
								71c5b2088c 
								
							 
						 
						
							
							
								
								Add priority option in SMTP binding. It will allow select email priority ( #1018 )  
							
							... 
							
							
							
							* binding smtp add priority option
* binding SMTP add priority: fix lint
* binding SMTP add priority: added a priority metadata support
* binding SMTP add priority: lowest and hight priority as const
* binding SMTP add priority: handle error on unquote req.Data
* binding SMTP add priority: lowest and hight priority as const (msg error)
Co-authored-by: Artur Souza <artursouza.ms@outlook.com> 
							
						 
						
							2021-08-04 10:39:20 -07:00  
				
					
						
							
							
								 
						
							
								b404517388 
								
							 
						 
						
							
							
								
								Use `go mod tidy` before make ( #799 )  
							
							... 
							
							
							
							* Use `go mod tidy` before make 
I have the issue with go 1.16 that I cannot build dapr because of a lot of errors with the message:
```
missing go.sum entry for module providing package ...
```
Maybe it's because of this issue: https://github.com/golang/go/issues/44129 
Executing `go mod tidy` fixed it for me.
* Update mod tidy check equal to the one used in dapr/dapr
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com> 
							
						 
						
							2021-04-26 23:08:52 -07:00  
				
					
						
							
							
								 
						
							
								509b54258e 
								
							 
						 
						
							
							
								
								Fixing backup current daprd command ( #843 )  
							
							
							
						 
						
							2021-04-26 15:29:28 -07:00  
				
					
						
							
							
								 
						
							
								9bccb8e711 
								
							 
						 
						
							
							
								
								Fix broken links ( #718 )  
							
							
							
						 
						
							2021-02-25 12:45:22 -08:00  
				
					
						
							
							
								 
						
							
								7caa49f7c0 
								
							 
						 
						
							
							
								
								Added a small amount if text at the top of the page to call out that Go is the programming language for creating custom components ( #706 )  
							
							
							
						 
						
							2021-02-21 23:44:13 -08:00  
				
					
						
							
							
								 
						
							
								b74b486f68 
								
							 
						 
						
							
							
								
								Added documentation on versioning Dapr components ( #650 )  
							
							... 
							
							
							
							* Added documentation on versioning Dapr components
* Tweaks per review
* Tweak to sentence re: changes to a component's behavior 
							
						 
						
							2021-02-04 14:59:35 -08:00  
				
					
						
							
							
								 
						
							
								80b0d7841e 
								
							 
						 
						
							
							
								
								Add golangci-lint as prerequisite ( #628 )  
							
							
							
						 
						
							2021-01-22 09:47:20 -08:00  
				
					
						
							
							
								 
						
							
								d4b34e39b0 
								
							 
						 
						
							
							
								
								Update sample links ( #611 )  
							
							... 
							
							
							
							Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> 
							
						 
						
							2021-01-20 10:20:33 -08:00  
				
					
						
							
							
								 
						
							
								a4884f1d4b 
								
							 
						 
						
							
							
								
								Remove exporters component code ( #553 )  
							
							
							
						 
						
							2020-12-10 13:38:26 -08:00  
				
					
						
							
							
								 
						
							
								a27e486ef9 
								
							 
						 
						
							
							
								
								Update docs with new docs links ( #513 )  
							
							
							
						 
						
							2020-10-26 11:52:20 -07:00  
				
					
						
							
							
								 
						
							
								83ee60e010 
								
							 
						 
						
							
							
								
								Update component-contrib update commands ( #493 )  
							
							... 
							
							
							
							Update component-contrib update commands 
							
						 
						
							2020-10-09 16:16:57 -07:00  
				
					
						
							
							
								 
						
							
								dd888565d7 
								
							 
						 
						
							
							
								
								Fix Dapr home bin directory. ( #464 )  
							
							
							
						 
						
							2020-09-18 18:44:35 -07:00  
				
					
						
							
							
								 
						
							
								91616f7b2d 
								
							 
						 
						
							
							
								
								fix broken links in developing-component.md ( #312 )  
							
							
							
						 
						
							2020-04-20 19:16:23 -07:00  
				
					
						
							
							
								 
						
							
								467062ce38 
								
							 
						 
						
							
							
								
								fix typo ( #234 )  
							
							... 
							
							
							
							fix typo 
							
						 
						
							2020-02-26 09:20:56 -08:00  
				
					
						
							
							
								 
						
							
								1fba8dd4b0 
								
							 
						 
						
							
							
								
								Initial commit of component development doc ( #202 )  
							
							... 
							
							
							
							* Add component development docs
* fix comments 
							
						 
						
							2020-01-31 09:27:08 -08:00