nobohan 
							
						 
					 
					
						
						
							
						
						e90ea31683 
					 
					
						
						
							
							add type hinting in Point and PointException  
						
						
						
						
					 
					
						2021-05-03 09:28:05 +02:00 
						 
				 
			
				
					
						
							
							
								juminet 
							
						 
					 
					
						
						
							
						
						7c99f0b3e0 
					 
					
						
						
							
							array synatx: array() -> []  
						
						
						
						
					 
					
						2021-05-03 09:28:05 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						c089960707 
					 
					
						
						
							
							add type hinting in Point and PointException  
						
						
						
						
					 
					
						2021-05-03 09:28:05 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						0b2f29f1e8 
					 
					
						
						
							
							add migration for address  
						
						
						
						
					 
					
						2021-05-03 09:28:05 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						9a4f50472a 
					 
					
						
						
							
							add point type + Address: add Point field : fix dependency injection of the Point type  
						
						
						
						
					 
					
						2021-05-03 09:28:05 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						7d1a1c4004 
					 
					
						
						
							
							#32  add point type + Address: add Point field + add null on nullable fields  
						
						
						
						
					 
					
						2021-05-03 09:28:05 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						ebd58d4229 
					 
					
						
						
							
							add more fields to Address entity + rename streetAddress1 and streetAddress2  
						
						
						
						
					 
					
						2021-05-03 09:25:41 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						dd48795f64 
					 
					
						
						
							
							#23  enable postgis in a chil main migration  
						
						
						
						
					 
					
						2021-05-03 09:25:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3d45b6687f 
					 
					
						
						
							
							adding addPersons component with modal, search field and basic suggestions  
						
						
						
						
					 
					
						2021-04-30 23:18:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						35e6d36ce0 
					 
					
						
						
							
							fetch postParticipation request, catch fetch error, store mutation+action  
						
						
						
						
					 
					
						2021-04-30 16:33:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4900c81c11 
					 
					
						
						
							
							improve inheritance with translations i18n.js files  
						
						... 
						
						
						
						vue-i18n --> chill main i18n ---( )---> app index
chill bundle i18n --> app i18n --^ 
						
						
					 
					
						2021-04-30 16:32:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52472b0ec3 
					 
					
						
						
							
							Merge branch 'fix-tests-main' into 'master'  
						
						... 
						
						
						
						Fix tests for chill main bundle
See merge request Chill-Projet/chill-bundles!24  
						
						
					 
					
						2021-04-29 22:35:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ec68e6f761 
					 
					
						
						
							
							make inheritance for vue translations i18n.js files  
						
						... 
						
						
						
						By importing only the app i18n file,
we benefit from the whole inherited chain:
app i18n < chill bundle i18n < chill main bundle i18n 
						
						
					 
					
						2021-04-29 18:32:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25bd170f6b 
					 
					
						
						
							
							improve modal system, test when a modal call next modal  
						
						
						
						
					 
					
						2021-04-29 15:49:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6939b4a313 
					 
					
						
						
							
							Merge branch 'master' into _31_interface_creation_parcours  
						
						
						
						
					 
					
						2021-04-29 14:19:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d18922ed98 
					 
					
						
						
							
							permit multiple modals in same component  
						
						
						
						
					 
					
						2021-04-29 14:04:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8bf242c42 
					 
					
						
						
							
							Merge branch '_31_interface_creation_parcours' of gitlab.com:Chill-Projet/chill-bundles into _31_interface_creation_parcours  
						
						
						
						
					 
					
						2021-04-29 12:44:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2050460bb3 
					 
					
						
						
							
							add modal system, added/removed managed by vue, appearence managed by bootstrap  
						
						... 
						
						
						
						Modal component is an hybrid solution between :
- Vue3 modal implementation
  => with 'v-if:showModal' directive:parameter, html scope is added/removed not just shown/hidden
  => with slot we can pass content from parent component
  => some classes are passed from parent component
- Bootstrap 4.4 _modal.scss module
  => using bootstrap css classes, the modal have a responsive behaviour,
  => modal design can be configured using css classes (size, scroll)
See
* https://v3.vuejs.org/examples/modal.html#modal-component 
* https://github.com/bootstrap-vue/bootstrap-vue/issues/5196  
						
						
					 
					
						2021-04-29 12:40:28 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						4add30e895 
					 
					
						
						
							
							add fixture for parcours: replace createQuery by createQueryBuilder  
						
						
						
						
					 
					
						2021-04-29 12:23:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1dbfdafd7 
					 
					
						
						
							
							test modals with vue and modals with bootstrap  
						
						
						
						
					 
					
						2021-04-28 22:01:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						75becb2294 
					 
					
						
						
							
							Merge branch '_31_interface_creation_parcours' of gitlab.com:Chill-Projet/chill-bundles into _31_interface_creation_parcours  
						
						
						
						
					 
					
						2021-04-28 21:58:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94e494361f 
					 
					
						
						
							
							adding show/edit links (prepare modal) + save button  
						
						
						
						
					 
					
						2021-04-28 18:00:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cab3b1059d 
					 
					
						
						
							
							ChillMainBundle: use localize function  
						
						
						
						
					 
					
						2021-04-28 15:56:50 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						d27bdf68fb 
					 
					
						
						
							
							Merge branch '_31_interface_creation_parcours' of  https://gitlab.com/Chill-Projet/chill-bundles  into _31_interface_creation_parcours  
						
						... 
						
						
						
						merge.. 
						
						
					 
					
						2021-04-28 12:24:29 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						82b82920e1 
					 
					
						
						
							
							add 2 fixtures for parcours  
						
						
						
						
					 
					
						2021-04-28 12:24:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4bb3eadf91 
					 
					
						
						
							
							renaming vuejs root dir  
						
						
						
						
					 
					
						2021-04-28 11:41:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4c82e65c1f 
					 
					
						
						
							
							Merge branch '14-correctif-creation-personne' into 'master'  
						
						... 
						
						
						
						Use injected EntityManager - fix property visibility.
See merge request Chill-Projet/chill-bundles!25  
						
						
					 
					
						2021-04-28 08:36:34 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cf4d7df7ad 
					 
					
						
						
							
							Merge branch 'bootstrap-serializer' into 'master'  
						
						... 
						
						
						
						Bootstrap serializer
See merge request Chill-Projet/chill-bundles!17  
						
						
					 
					
						2021-04-28 08:32:02 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86d13410c3 
					 
					
						
						
							
							Merge branch 'bootstrap-serializer' into fix-tests-main  
						
						
						
						
					 
					
						2021-04-28 10:29:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						19fdf2a503 
					 
					
						
						
							
							Add test for AccompanyingCourseController  
						
						
						
						
					 
					
						2021-04-28 10:28:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a0c25c871 
					 
					
						
						
							
							fix addPerson feature with vue3+store+i18n  
						
						
						
						
					 
					
						2021-04-28 10:10:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						083338da8d 
					 
					
						
						
							
							Merge branch 'master' into _31_interface_creation_parcours  
						
						
						
						
					 
					
						2021-04-28 08:54:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37e5c9ceaa 
					 
					
						
						
							
							Merge branch '_31_interface_creation_parcours' of gitlab.com:Chill-Projet/chill-bundles into _31_interface_creation_parcours  
						
						
						
						
					 
					
						2021-04-28 08:49:32 +02:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						5448238697 
					 
					
						
						
							
							Set final keyword - remove redundant information in phpdoc.  
						
						
						
						
					 
					
						2021-04-28 07:21:19 +02:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c5250a1059 
					 
					
						
						
							
							Use injected EntityManager - fix property visibility.  
						
						
						
						
					 
					
						2021-04-27 23:07:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b2c1a7b8de 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into fix-tests-main  
						
						
						
						
					 
					
						2021-04-27 22:50:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						49c6915c0a 
					 
					
						
						
							
							Merge branch 'vendee_27' into 'master'  
						
						... 
						
						
						
						Vendee 27
See merge request Chill-Projet/chill-bundles!21  
						
						
					 
					
						2021-04-27 20:49:59 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b4583fc6dc 
					 
					
						
						
							
							improve serializers  
						
						
						
						
					 
					
						2021-04-27 22:48:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7c508939c 
					 
					
						
						
							
							Add test for AccompanyingCourseController  
						
						
						
						
					 
					
						2021-04-27 22:40:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4cf77a9b0e 
					 
					
						
						
							
							adapt multi components to new store and new api endpoints  
						
						... 
						
						
						
						* base of i18n (yarn add new deps) 
						
						
					 
					
						2021-04-27 22:03:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2160bef7d 
					 
					
						
						
							
							WIP: first implementation for test  
						
						
						
						
					 
					
						2021-04-27 19:33:34 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						c2a4a95eba 
					 
					
						
						
							
							add a fixture for accompanying period - wip  
						
						
						
						
					 
					
						2021-04-27 18:52:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8641d6bdce 
					 
					
						
						
							
							try to fix correct values for redis  
						
						
						
						
					 
					
						2021-04-27 18:06:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5f4d513aa6 
					 
					
						
						
							
							try to connect to redis in gitlab-ci  
						
						
						
						
					 
					
						2021-04-27 17:57:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f47b15de39 
					 
					
						
						
							
							try to fix .gitlab-ci with correct redis parameters  
						
						
						
						
					 
					
						2021-04-27 17:52:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7426dc02cf 
					 
					
						
						
							
							currently restrict to chill main test suite  
						
						
						
						
					 
					
						2021-04-27 17:18:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a570160aed 
					 
					
						
						
							
							update chill app to working commit  
						
						
						
						
					 
					
						2021-04-27 17:18:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e81ef0065 
					 
					
						
						
							
							tests: update chill-app subprojet ref  
						
						
						
						
					 
					
						2021-04-27 17:09:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e3cc76c689 
					 
					
						
						
							
							tests/ChillPersonBundle: use type casting  
						
						
						
						
					 
					
						2021-04-27 17:03:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b43f43fa0b 
					 
					
						
						
							
							ChillPersonBundle: persist new Persons  
						
						
						
						
					 
					
						2021-04-27 16:53:57 +02:00