Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								74317904bd 
								
							 
						 
						
							
							
								
								add configuration to use react-express-mongo sample with Docker Dev Environments feature ( #271 )  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2022-07-13 10:15:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								298ebd2b45 
								
							 
						 
						
							
							
								
								Fix security issues ( #244 )  
							
							... 
							
							
							
							* fix security issues in react-rust-postgres sample
* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongodb sample
* fix security issues in react-nginx sample
* fix security issues in angular sample
* fix security issues in django sample
* fix security issues in vuejs sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2022-05-16 21:20:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
							
							
								
							
							
								56c23d9f89 
								
							 
						 
						
							
							
								
								fix security issues on react-express-mongodb sample  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2022-03-12 18:56:34 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								93f8f18f64 
								
							 
						 
						
							
							
								
								Fix security issues ( #179 )  
							
							... 
							
							
							
							* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongol sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2021-11-22 09:51:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4bba832f88 
								
							 
						 
						
							
							
								
								Arm64 and check Compose v2 support ( #177 )  
							
							... 
							
							
							
							add support of arm64 architecture for the following samples: 
* aspnet-mssql
* elasticsearch-logstash-kibana
* nginx-aspnet-mysql
* nginx-flask-mysql
* nginx-golang-mysql
* react-java-mysql
* sparkjava-mysql
* wordpress-mysql
* react-express-mysql
* react-express-mongodb
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2021-11-08 11:41:35 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								08edf6afc0 
								
							 
						 
						
							
							
								
								fix issue in validor dependency of react-express-mongodb sample ( #174 )  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2021-11-04 14:50:47 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								16854a92ef 
								
							 
						 
						
							
							
								
								Fix security issues ( #102 )  
							
							... 
							
							
							
							* upgrade dependencies of vuejs sample to fix security issues
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
* upgrade dependencies of react-express-mongodb sample to fix security issues
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
* upgrade dependencies of react-express-mysql sample to fix security issues
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2021-03-19 10:26:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jérémie Drouet 
								
							 
						 
						
							
							
							
							
								
							
							
								e5828ad1bf 
								
							 
						 
						
							
							
								
								react-express-mongodb: clean frontend code  
							
							... 
							
							
							
							- apply prettier style on every js file
- remove mutation on immutable variables
- remove wrapper on top of axios
- fix form handling
- remove useless port definition in dockerfile
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com> 
							
						 
						
							2020-05-13 11:33:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jérémie Drouet 
								
							 
						 
						
							
							
							
							
								
							
							
								be8875c9b6 
								
							 
						 
						
							
							
								
								react-express-mongodb: rename server to backend  
							
							... 
							
							
							
							The goal here is to keep the same structure than the other examples.
Also, considering that it has a "frontend" folder, the equivalent for
the server should be "backend".
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com> 
							
						 
						
							2020-05-13 11:33:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e29f0d1c54 
								
							 
						 
						
							
							
								
								[react-express-mongdb] use compose network to communicate between services ( #62 )  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2020-05-12 11:18:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Syed Afzal 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2f750eb4f7 
								
							 
						 
						
							
							
								
								Sample React-Express-MongoDB ( #59 )  
							
							... 
							
							
							
							Signed-off-by: Afzal <sah.afzal@gmail.com> 
							
						 
						
							2020-05-11 21:40:39 +02:00