Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							d52d530cbe 
							
						 
					 
					
						
						
							
							Fix indentation and dead-code from c&p in cucumber to silence eslint  
						
						
						
					 
					
						2017-07-05 07:57:46 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							ba2a0b3566 
							
						 
					 
					
						
						
							
							Adds more exits cucumber scenarios  
						
						
						
					 
					
						2017-07-04 20:58:19 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							7d900e3b5a 
							
						 
					 
					
						
						
							
							Implements Exit Numbers + Names (junction:ref way tag for now)  
						
						
						
					 
					
						2017-07-04 20:58:19 +00:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							0d12d2fd28 
							
						 
					 
					
						
						
							
							Merge pull request  #4094  from Project-OSRM/refactor/rapidash  
						
						... 
						
						
						
						Replace timezone shapefile parsing with geojson parsing 
						
					 
					
						2017-06-02 20:01:04 +00:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							0266c9d969 
							
						 
					 
					
						
						
							
							Renumber nodes after running osrm-partition  
						
						... 
						
						
						
						The new numbering uses the partition information
to sort border nodes first to compactify storages
that need access indexed by border node ID.
We also get an optimized cache performance for free
sincr we can also recursively sort the nodes by cell ID.
This implements issue #3779 . 
						
					 
					
						2017-06-02 18:12:13 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							879de346ea 
							
						 
					 
					
						
						
							
							Add timezone names customization in tests  
						
						
						
					 
					
						2017-06-02 17:35:18 +02:00 
						 
				 
			
				
					
						
							
							
								FILLAU Jean-Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							f65299d665 
							
						 
					 
					
						
						
							
							Rename side API  
						
						... 
						
						
						
						Side -> Approach
 - DEFAULT -> CURB
 - BOTH -> UNRESTRICTED
 - remove OPPOSITE param
Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com> 
						
					 
					
						2017-05-30 10:19:41 +00:00 
						 
				 
			
				
					
						
							
							
								FILLAU Jean-Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							8a54e6a0ec 
							
						 
					 
					
						
						
							
							Adding "sides" params for the sides option tests into java script  
						
						... 
						
						
						
						Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com> 
						
					 
					
						2017-05-30 10:19:41 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Shea 
							
						 
					 
					
						
						
						
						
							
						
						
							799a677e7a 
							
						 
					 
					
						
						
							
							Conditional turn restriction support ( #3841 )  
						
						... 
						
						
						
						* optionally include condition and via node coords in InputRestrictionContainer
* only write conditionals to disk, custom serialization for restrictions
* conditional turn lookup, reuse timezone validation from
extract-conditionals
* adapt updater to use coordinates/osm ids, remove internal to external map
* add utc time now parameter to contraction
* only compile timezone code where libshp is found, adapt test running
* slight refactor, more tests
* catch invalid via nodes in restriction parsing, set default cucumber
origin to guinée
* add another run to test mld routed paths
* cosmetic review changes
* Simplify Timezoner for windows build
* Split declaration and parsing parts for opening hours
* adjust conditional tests to run without shapefiles
* always include parse conditionals option
* Adjust travis timeout
* Added dummy TZ shapefile with test timezone polygons
* [skip ci] update changelog 
						
					 
					
						2017-05-11 12:13:52 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							a5bfcd876f 
							
						 
					 
					
						
						
							
							Add response code to test result values  
						
						
						
					 
					
						2017-05-09 16:58:23 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							5532ee627f 
							
						 
					 
					
						
						
							
							Fixes util.format calls in Cucumber support code  
						
						
						
					 
					
						2017-05-02 12:52:10 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							5c4f96e4bc 
							
						 
					 
					
						
						
							
							Fix checking columns if route is not specified  
						
						
						
					 
					
						2017-04-20 13:52:13 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97c442482d 
							
						 
					 
					
						
						
							
							Prepare test data for both CH and MLD algorithms  
						
						... 
						
						
						
						Leaving log files opened was intentional to avoid missing output
that can appear `child.on('exit',...)`.
With this approach cucumber tests hit locally maximum number
of opened files, because node.js keeps all log files opened. 
						
					 
					
						2017-03-17 13:20:32 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe5d1a6e74 
							
						 
					 
					
						
						
							
							Add MLD testing to cucumber tests  
						
						
						
					 
					
						2017-03-17 12:27:47 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c370ddd89a 
							
						 
					 
					
						
						
							
							Add routing algorithm option  
						
						
						
					 
					
						2017-03-17 12:27:47 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							23c74af2b5 
							
						 
					 
					
						
						
							
							Fix crash in support code when there are no annotations  
						
						
						
					 
					
						2017-03-17 11:19:58 +00:00 
						 
				 
			
				
					
						
							
							
								Lev Dragunov 
							
						 
					 
					
						
						
						
						
							
						
						
							421d336b0f 
							
						 
					 
					
						
						
							
							Cucumber test support for alternatives count parameter  
						
						
						
					 
					
						2017-03-01 01:29:00 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							cd1a73dde6 
							
						 
					 
					
						
						
							
							revert 'directly' method on win32  
						
						
						
					 
					
						2017-02-24 16:01:56 +00:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							921ff43acf 
							
						 
					 
					
						
						
							
							return speed annotations  
						
						
						
					 
					
						2017-02-13 15:49:30 +00:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							1f3a8d4538 
							
						 
					 
					
						
						
							
							remove units from rate columns in routability testing  
						
						
						
					 
					
						2017-02-10 14:27:28 +00:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							1c25070572 
							
						 
					 
					
						
						
							
							provide rate and weight headers for checking in routability tests  
						
						
						
					 
					
						2017-02-10 14:27:28 +00:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							ab91a05680 
							
						 
					 
					
						
						
							
							update cucumber suport code to return separate annotations headers  
						
						
						
					 
					
						2017-02-07 09:15:16 +00:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							41064e2d7b 
							
						 
					 
					
						
						
							
							revert  
						
						
						
					 
					
						2017-02-07 09:15:16 +00:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							8d7aae8687 
							
						 
					 
					
						
						
							
							fix cucumber outputs  
						
						
						
					 
					
						2017-02-07 09:15:16 +00:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							7256b6d0d4 
							
						 
					 
					
						
						
							
							update support code to handle variable annotations fields  
						
						
						
					 
					
						2017-02-07 09:15:16 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							36c944ef53 
							
						 
					 
					
						
						
							
							No need to log the exception stack when it's just a test table difference - this should be a clean error.  
						
						
						
					 
					
						2017-01-31 12:05:19 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							279f8aabfb 
							
						 
					 
					
						
						
							
							Allow specifing a weight for routing that is independent of duration  
						
						
						
					 
					
						2017-01-27 11:19:37 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							e463733138 
							
						 
					 
					
						
						
							
							Limit test names to 64 chars to avoid hitting windows MAX_PATH limit  
						
						... 
						
						
						
						also in the change this.child is reset to null in case of error. 
						
					 
					
						2017-01-27 11:19:37 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							71044e88f3 
							
						 
					 
					
						
						
							
							try to fix npm tests on windows by direct data loading  
						
						
						
					 
					
						2017-01-14 01:14:29 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							f48bbb78de 
							
						 
					 
					
						
						
							
							Enable npm and library tests on windows  
						
						
						
					 
					
						2017-01-03 10:24:48 +01:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							9c11f4231c 
							
						 
					 
					
						
						
							
							add locations feature to allow testing turn locations, fix minor bug breaking the arrival location  
						
						
						
					 
					
						2016-11-08 13:42:15 +01:00 
						 
				 
			
				
					
						
							
							
								Kajari Ghosh 
							
						 
					 
					
						
						
						
						
							
						
						
							c30f43b148 
							
						 
					 
					
						
						
							
							added max_speed to the profiles ( #3089 )  
						
						
						
					 
					
						2016-11-01 17:13:10 -04:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							5e167b8745 
							
						 
					 
					
						
						
							
							Turn Angles in OSRM were computed using a lookahead of 10 meters.  
						
						... 
						
						
						
						This PR adds more advanced coordinate extraction, analysing the road
to detect offsets due to OSM way modelling.
In addition it improves the handling of bearings. Right now OSM reports
bearings simply based on the very first coordinate along a way.
With this PR, we store the bearings for a turn correctly, making the
bearings for turns correct. 
						
					 
					
						2016-10-20 10:47:29 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							da15c014f5 
							
						 
					 
					
						
						
							
							Avoid doubled reprocessing for scenarios without caching  
						
						
						
					 
					
						2016-10-04 14:35:21 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel J. Hofmann 
							
						 
					 
					
						
						
						
						
							
						
						
							9a85a50586 
							
						 
					 
					
						
						
							
							Implements Cucumber shared vs. static library detection,  fixes   #2999  
						
						
						
					 
					
						2016-10-04 14:14:37 +02:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							cbb96ce7f4 
							
						 
					 
					
						
						
							
							handle empty names in summaries  
						
						
						
					 
					
						2016-09-30 10:43:36 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							3f3c85ba72 
							
						 
					 
					
						
						
							
							Added profile files per test generation  
						
						
						
					 
					
						2016-09-28 09:04:58 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3eac6effbb 
							
						 
					 
					
						
						
							
							Fix "Error: write after end" and removed @bug tags  
						
						... 
						
						
						
						https://nodejs.org/api/child_process.html#child_process_event_exit 
Note that when the 'exit' event is triggered, child process stdio streams might still be open. 
					
						2016-09-20 20:40:53 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							7d124ce54d 
							
						 
					 
					
						
						
							
							Close GH-2795: Rewrite cucumber test caching (and support logic).  Fixes   #2745  
						
						
						
					 
					
						2016-09-19 14:13:44 -07:00 
						 
				 
			
				
					
						
							
							
								karenzshea 
							
						 
					 
					
						
						
						
						
							
						
						
							dcc1b5ab2b 
							
						 
					 
					
						
						
							
							return name and reference separately  
						
						
						
					 
					
						2016-09-08 14:28:23 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							176c2244ad 
							
						 
					 
					
						
						
							
							Catch and report errors during osrm-contract tests.  
						
						
						
					 
					
						2016-08-05 14:19:22 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel Patterson 
							
						 
					 
					
						
						
						
						
							
						
						
							280b000f07 
							
						 
					 
					
						
						
							
							Include datasources for each segment in route annotation.  
						
						
						
					 
					
						2016-07-27 15:51:11 -07:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							41ba20ca9a 
							
						 
					 
					
						
						
							
							switch api format to new structure  
						
						
						
					 
					
						2016-07-21 17:42:10 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ddc00c21e 
							
						 
					 
					
						
						
							
							update cucumber to 1.2.1 and remove hack  
						
						
						
					 
					
						2016-07-13 11:04:35 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							5905708111 
							
						 
					 
					
						
						
							
							expose lanes as enums, adjusted for comments  
						
						
						
					 
					
						2016-06-27 11:12:02 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							5d91b759d1 
							
						 
					 
					
						
						
							
							Implement Turn Lane Api  
						
						
						
					 
					
						2016-06-27 10:07:48 +02:00 
						 
				 
			
				
					
						
							
							
								Moritz Kobitzsch 
							
						 
					 
					
						
						
						
						
							
						
						
							efa29edf09 
							
						 
					 
					
						
						
							
							basic turn lane handling  
						
						
						
					 
					
						2016-06-27 10:07:41 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Krasnyk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26879ca91a 
							
						 
					 
					
						
						
							
							Make build directory configurable via OSRM_BUILD_DIR in tests  
						
						
						
					 
					
						2016-06-20 22:43:28 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							ed8d5e0b0a 
							
						 
					 
					
						
						
							
							Add missing semicolon  
						
						
						
					 
					
						2016-06-02 14:27:25 +02:00 
						 
				 
			
				
					
						
							
							
								Lauren Budorick 
							
						 
					 
					
						
						
						
						
							
						
						
							e8fb312703 
							
						 
					 
					
						
						
							
							Update OSM node IDs annotation cucumber code per  d6de2ca71c 
						
						
						
					 
					
						2016-06-02 14:27:25 +02:00