Yann 
								
							 
						 
						
							
							
								
							
							
	196d959188  
						 
						
							
							
								
								
								Writing tests on hooks  
							
							
							
							
						 
						
							2016-08-29 14:50:44 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	9b27bd1911  
						 
						
							
							
								
								
								Add a file to execute tests on plugins + rewrite the tests  
							
							... 
							
							
							
							
							- now runtest runs also make refresh_plugins in the test instance 
							
						 
						
							2016-08-29 14:19:02 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	20c1627bda  
						 
						
							
							
								
								
								Commenting & bufixing in datahandlers & queries  
							
							
							
							
						 
						
							2016-08-26 11:35:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	51feb0654c  
						 
						
							
							
								
								
								Added a test for a missing name in the from_name method's tests (for the DataHandler class)  
							
							
							
							
						 
						
							2016-08-24 15:06:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	b7ae2c465d  
						 
						
							
							
								
								
								Added a from_name method's test for the DataHandler class  
							
							
							
							
						 
						
							2016-08-24 14:49:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	909b9478e3  
						 
						
							
							
								
								
								Added tests for the datahandler abstract class  
							
							
							
							
						 
						
							2016-08-24 14:05:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	5f7b80682d  
						 
						
							
							
								
								
								Added a test module for the Datahandler base class  
							
							
							
							
						 
						
							2016-08-24 11:58:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	585cc61dff  
						 
						
							
							
								
								
								Quick & dirty interfacePlugin implementation + small import bugfixes  
							
							... 
							
							
							
							
							Import bugfixes in settings validator. Hooks must be imported in validatore definition to avoid circular import failure 
							
						 
						
							2016-08-24 10:13:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	52564ee6db  
						 
						
							
							
								
								
								Added tests for datetime and file datahandlers, with corresponding checks in the corresponding classes  
							
							
							
							
						 
						
							2016-08-19 16:57:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	76e386e321  
						 
						
							
							
								
								
								Implements SessionHandlerPlugin ExtensionsPlugin + settings preload  
							
							... 
							
							
							
							
							Implements both Plugin child classes handling extensions and session handling.
Modified the settings plugin preload piece of code. It is now adapted to the new plugins organisation.
Each Plugin child classes provides a confspec indicating where the plugin list is stored in configuration. 
							
						 
						
							2016-08-19 16:22:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	f5208caf44  
						 
						
							
							
								
								
								Added construct data test case for the Concat Datahandler  
							
							
							
							
						 
						
							2016-08-19 11:57:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	49e893aa37  
						 
						
							
							
								
								
								Added two unit tests for the format string datahandler + fix on a slicing end value  
							
							
							
							
						 
						
							2016-08-19 11:48:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	6f95cbb518  
						 
						
							
							
								
								
								Changed the check data test for the Boolean datahandler  
							
							
							
							
						 
						
							2016-08-19 10:06:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	e9174bb847  
						 
						
							
							
								
								
								Changed the used method for the check_data tests (using now the public one instead of the protected)  
							
							
							
							
						 
						
							2016-08-19 09:05:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	46173c1dc9  
						 
						
							
							
								
								
								Added unit test for the check data of the Text DataHandler  
							
							
							
							
						 
						
							2016-08-18 16:39:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	d14a7377a2  
						 
						
							
							
								
								
								Added some unit tests for the can_override and check_data_value methods of the Varchar Datahandler  
							
							
							
							
						 
						
							2016-08-18 14:13:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	5e171fa067  
						 
						
							
							
								
								
								Deleted two debug outputs  
							
							
							
							
						 
						
							2016-08-18 12:12:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	0a6c5c96bd  
						 
						
							
							
								
								
								Added unit tests for the Integer Datahandler  
							
							
							
							
						 
						
							2016-08-18 12:08:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	83a7b53808  
						 
						
							
							
								
								
								Added a test for the can_override method of the Boolean Datahandler  
							
							
							
							
						 
						
							2016-08-18 11:07:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	ae3335deb8  
						 
						
							
							
								
								
								Added a test for the check data functionnality of the Boolean datahandler  
							
							
							
							
						 
						
							2016-08-18 10:58:26 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	358c92c7a8  
						 
						
							
							
								
								
								Added a test for the Regex DataHandler's can_override method  
							
							
							
							
						 
						
							2016-08-18 10:31:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	7850e6c2be  
						 
						
							
							
								
								
								Added the test_regex module under version control  
							
							
							
							
						 
						
							2016-08-17 17:26:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	0aec7f6ca8  
						 
						
							
							
								
								
								Bugfixe in leobject  
							
							... 
							
							
							
							
							Deleted hardcoded condition that brokes standart field validation process 
							
						 
						
							2016-07-21 14:33:02 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	52c60a9f63  
						 
						
							
							
								
								
								Bugfixes in XmlFile translator & in base_classes datahandlers  
							
							
							
							
						 
						
							2016-07-21 11:02:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	25a231702e  
						 
						
							
							
								
								
								Changed confspec to include Auth specs + em_test modifications  
							
							
							
							
						 
						
							2016-07-07 16:35:28 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	dd2f93faea  
						 
						
							
							
								
								
								A lot of small bugfixes  
							
							
							
							
						 
						
							2016-06-30 17:43:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	703b4adf7e  
						 
						
							
							
								
								
								MongoDB datasource debugging + field_list handling changes in leobject -> query -> datasource chain  
							
							
							
							
						 
						
							2016-06-30 14:16:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	557d277186  
						 
						
							
							
								
								
								Multiple bugfixes + create_instance.sh script update  
							
							... 
							
							
							
							
							- Add an update feature to create_instance.sh script
- Updated webui plugin load instruction (running loader.start() in run)
- Updated the way EmCmponents handles EmGroup
- Updated the way EmFields handles EmClass
- Updated xmlfile translator according to EmComponent modification 
							
						 
						
							2016-06-30 11:18:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	69f59baa2c  
						 
						
							
							
								
								
								Bugfix on group activation (in EmClasses all fields were always actives)  
							
							
							
							
						 
						
							2016-06-29 15:03:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	ae8d8c05a6  
						 
						
							
							
								
								
								Bugfix on EM groups handling (now we have to set actives groups in settings)  
							
							
							
							
						 
						
							2016-06-29 14:35:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	8ca3b20c0b  
						 
						
							
							
								
								
								Updated tests  
							
							
							
							
						 
						
							2016-06-22 13:41:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	ece5029d66  
						 
						
							
							
								
								
								em_test update + bugfix in tests  
							
							
							
							
						 
						
							2016-06-22 11:17:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	d54ef17061  
						 
						
							
							
								
								
								Unskipping and debuging a test  
							
							
							
							
						 
						
							2016-06-16 17:21:14 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	5ba8fd8e7f  
						 
						
							
							
								
								
								em_test update + DataHandler bugfix & enhancement  
							
							
							
							
						 
						
							2016-06-16 16:36:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									prieto 
								
							 
						 
						
							
							
								
							
							
	d24b7a92d6  
						 
						
							
							
								
								
								Comments for doxygene  
							
							
							
							
						 
						
							2016-06-16 15:34:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	d12d1e2865  
						 
						
							
							
								
								
								Bugfixes in query.py and leobject.py + more test on Query <-> Datasource relations  
							
							
							
							
						 
						
							2016-06-16 14:42:35 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	2e13ab78bc  
						 
						
							
							
								
								
								Changed the mongodb migration handler name to a more generic one  
							
							
							
							
						 
						
							2016-06-16 14:22:19 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	c6334f903f  
						 
						
							
							
								
								
								Bugfixes in LeGetQuery + more tests on LeObject.get <-> LeGetQuery  
							
							
							
							
						 
						
							2016-06-16 10:57:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	9ccf793127  
						 
						
							
							
								
								
								Add tests for LeDeleteQuery Datasource calls  
							
							
							
							
						 
						
							2016-06-16 10:41:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	33b9ad84c6  
						 
						
							
							
								
								
								Tests + bugfix on LeObject.get method  
							
							... 
							
							
							
							
							- Changed the way of instanciating results object in get (using __new__ ) 
							
						 
						
							2016-06-15 15:05:50 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	4e504f759e  
						 
						
							
							
								
								
								Bufix on LeObject.update + test  
							
							
							
							
						 
						
							2016-06-15 14:07:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	96f736ae16  
						 
						
							
							
								
								
								Bufixes making test pass  
							
							
							
							
						 
						
							2016-06-15 12:19:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	a3b3102604  
						 
						
							
							
								
								
								New way to run test via loader & conf  
							
							
							
							
						 
						
							2016-06-15 12:01:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									prieto 
								
							 
						 
						
							
							
								
							
							
	28d7c20d44  
						 
						
							
							
								
								
								Modify conf path  
							
							
							
							
						 
						
							2016-06-15 10:49:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	9b5ba54a1e  
						 
						
							
							
								
								
								Tests bugfixes  
							
							
							
							
						 
						
							2016-06-15 10:23:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	fcaf9c86ce  
						 
						
							
							
								
								
								New version of tests  
							
							... 
							
							
							
							
							Now an instance is created, tests are copied in it and the run 
							
						 
						
							2016-06-15 10:13:19 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	9c23abcdcc  
						 
						
							
							
								
								
								Bugfixes on leobject & query  
							
							
							
							
						 
						
							2016-06-10 17:46:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yann 
								
							 
						 
						
							
							
								
							
							
	ece8cd641d  
						 
						
							
							
								
								
								Add tests on delete and delete_bundle LeObject methods  
							
							
							
							
						 
						
							2016-06-10 17:27:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	234f8909f9  
						 
						
							
							
								
								
								Changed the name of the database droping method  
							
							
							
							
						 
						
							2016-06-10 17:21:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Haroutiounian 
								
							 
						 
						
							
							
								
							
							
	5a14b0c9f0  
						 
						
							
							
								
								
								Added a utils module in the tests package to collect the commonly used functions  
							
							... 
							
							
							
							
							The first ones will be the functions used for the setup and teardown of the datasource based tests 
							
						 
						
							2016-06-10 17:20:30 +02:00