Tamo 
							
						 
					 
					
						
						
							
						
						5f0e9b63d2 
					 
					
						
						
							
							chore(dump): add tests  
						
						
						
						
					 
					
						2022-05-24 14:21:56 +02:00 
						 
				 
			
				
					
						
							
							
								shiori 
							
						 
					 
					
						
						
							
						
						9f1c88680d 
					 
					
						
						
							
							Fix my mistake when resolving conflicts  
						
						
						
						
					 
					
						2022-03-31 02:48:41 +09:00 
						 
				 
			
				
					
						
							
							
								shiori 
							
						 
					 
					
						
						
							
						
						9edd407a88 
					 
					
						
						
							
							Merge branch 'main' into add-instance-options  
						
						
						
						
					 
					
						2022-03-31 02:38:07 +09:00 
						 
				 
			
				
					
						
							
							
								Kerollmops 
							
						 
					 
					
						
						
							
						
						891d042164 
					 
					
						
						
							
							Remove the memory limit to let Windows tests pass  
						
						
						
						
					 
					
						2022-03-29 11:37:08 -07:00 
						 
				 
			
				
					
						
							
							
								Kerollmops 
							
						 
					 
					
						
						
							
						
						acdb10a307 
					 
					
						
						
							
							Remove some useless indexer options  
						
						
						
						
					 
					
						2022-03-29 11:37:08 -07:00 
						 
				 
			
				
					
						
							
							
								Kerollmops 
							
						 
					 
					
						
						
							
						
						8fecc6238d 
					 
					
						
						
							
							Make the test use the default CLI options  
						
						
						
						
					 
					
						2022-03-29 11:37:08 -07:00 
						 
				 
			
				
					
						
							
							
								2shiori17 
							
						 
					 
					
						
						
							
						
						705d10a96d 
					 
					
						
						
							
							Add instance options for RAM and CPU usage  
						
						
						
						
					 
					
						2022-03-24 18:52:36 +00:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						c9a236b0af 
					 
					
						
						
							
							feat(lib): auto-batching  
						
						
						
						
					 
					
						2022-02-01 18:06:20 +01:00 
						 
				 
			
				
					
						
							
							
								Tamo 
							
						 
					 
					
						
						
							
						
						bad4bed439 
					 
					
						
						
							
							feat(dump): Provide the same cli options as the snapshots  
						
						... 
						
						
						
						Add two cli options for the dump:
- `--ignore-missing-dump`
- `--ignore-dump-if-db-exists`
Fix  #2087  
						
						
					 
					
						2022-01-26 14:34:06 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						0c1a3d59eb 
					 
					
						
						
							
							fix no-analytics  
						
						
						
						
					 
					
						2022-01-20 11:50:24 +01:00 
						 
				 
			
				
					
						
							
							
								Maxime Legendre 
							
						 
					 
					
						
						
							
						
						a845cd8880 
					 
					
						
						
							
							Fix(auth): Forbid index creation on alternates routes  
						
						... 
						
						
						
						Forbid index creation on alternates routes when the action `index.create` is not given
fix  #2024  
						
						
					 
					
						2021-12-20 14:48:18 +01:00 
						 
				 
			
				
					
						
							
							
								Marin Postma 
							
						 
					 
					
						
						
							
						
						7ddab7ef31 
					 
					
						
						
							
							bug(lib): fix get dumps bad error code  
						
						
						
						
					 
					
						2021-12-15 16:58:05 +01:00 
						 
				 
			
				
					
						
							
							
								Clément Renault 
							
						 
					 
					
						
						
							
						
						6ac2475aba 
					 
					
						
						
							
							Fix the no-analytics flag in the tests  
						
						
						
						
					 
					
						2021-12-08 12:02:18 +01:00 
						 
				 
			
				
					
						
							
							
								many 
							
						 
					 
					
						
						
							
						
						ffefd0caf2 
					 
					
						
						
							
							feat(auth): API keys  
						
						... 
						
						
						
						implements:
https://github.com/meilisearch/specifications/blob/develop/text/0085-api-keys.md 
- Add tests on API keys management route (meilisearch-http/tests/auth/api_keys.rs)
- Add tests checking authorizations on each meilisearch routes (meilisearch-http/tests/auth/authorization.rs)
- Implement API keys management routes (meilisearch-http/src/routes/api_key.rs)
- Create module to manage API keys and authorizations (meilisearch-auth)
- Reimplement GuardedData to extend authorizations (meilisearch-http/src/extractors/authentication/mod.rs)
- Change X-MEILI-API-KEY by Authorization Bearer (meilisearch-http/src/extractors/authentication/mod.rs)
- Change meilisearch routes to fit to the new authorization feature (meilisearch-http/src/routes/)
- close  #1867  
						
						
					 
					
						2021-12-06 09:52:41 +01:00 
						 
				 
			
				
					
						
							
							
								Marin Postma 
							
						 
					 
					
						
						
							
						
						a30e02c18c 
					 
					
						
						
							
							feat(all): Task store  
						
						... 
						
						
						
						implements:
https://github.com/meilisearch/specifications/blob/develop/text/0060-refashion-updates-apis.md 
linked PR:
- #1889 
- #1891 
- #1892 
- #1902 
- #1906 
- #1911 
- #1914 
- #1915 
- #1916 
- #1918 
- #1924 
- #1925 
- #1926 
- #1930 
- #1936 
- #1937 
- #1942 
- #1944 
- #1945 
- #1946 
- #1947 
- #1950 
- #1951 
- #1957 
- #1959 
- #1960 
- #1961 
- #1962 
- #1964 
- https://github.com/meilisearch/milli/pull/414 
- https://github.com/meilisearch/milli/pull/409 
- https://github.com/meilisearch/milli/pull/406 
- https://github.com/meilisearch/milli/pull/418 
- close  #1687 
- close  #1786 
- close  #1940 
- close  #1948 
- close  #1949 
- close  #1932 
- close  #1956  
						
						
					 
					
						2021-12-02 20:14:42 +01:00 
						 
				 
			
				
					
						
							
							
								many 
							
						 
					 
					
						
						
							
						
						30a094cbb2 
					 
					
						
						
							
							Change lacking errors  
						
						
						
						
					 
					
						2021-11-03 14:33:33 +01:00 
						 
				 
			
				
					
						
							
							
								marin postma 
							
						 
					 
					
						
						
							
						
						2665c0099d 
					 
					
						
						
							
							clippy + fmt  
						
						
						
						
					 
					
						2021-10-29 17:25:56 +02:00 
						 
				 
			
				
					
						
							
							
								Tamo 
							
						 
					 
					
						
						
							
						
						d72c887422 
					 
					
						
						
							
							makes the analytics available for all the routes  
						
						
						
						
					 
					
						2021-10-29 17:25:47 +02:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						102c46f88b 
					 
					
						
						
							
							clippy + fmt  
						
						
						
						
					 
					
						2021-09-28 22:22:59 +02:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						692c676625 
					 
					
						
						
							
							fix tests  
						
						
						
						
					 
					
						2021-09-28 18:57:36 +02:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						0f7625e29a 
					 
					
						
						
							
							bump dependencies  
						
						
						
						
					 
					
						2021-09-13 15:17:08 +02:00 
						 
				 
			
				
					
						
							
							
								many 
							
						 
					 
					
						
						
							
						
						c0f9c891f5 
					 
					
						
						
							
							Set max_memory value to unlimited during tests  
						
						... 
						
						
						
						because tests run several meilisearch in parallel,
we over estimate the value for max_memory making the tests on widows crash 
						
						
					 
					
						2021-09-06 14:38:10 +02:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						41e271974a 
					 
					
						
						
							
							add tests  
						
						
						
						
					 
					
						2021-07-06 16:21:15 +02:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						520d37983c 
					 
					
						
						
							
							implement index search methods  
						
						
						
						
					 
					
						2021-07-06 11:54:09 +02:00 
						 
				 
			
				
					
						
							
							
								Tamo 
							
						 
					 
					
						
						
							
						
						36f32f58d4 
					 
					
						
						
							
							add the log_level variable to the cli and reduce the log level of milli and grenad  
						
						
						
						
					 
					
						2021-06-24 11:20:52 +02:00 
						 
				 
			
				
					
						
							
							
								Tamo 
							
						 
					 
					
						
						
							
						
						1cf9f43dfe 
					 
					
						
						
							
							fix the tests  
						
						
						
						
					 
					
						2021-06-21 16:34:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tamo 
							
						 
					 
					
						
						
							
						
						4e2568fd6e 
					 
					
						
						
							
							disable amplitude on debug build  
						
						
						
						
					 
					
						2021-06-16 17:12:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tamo 
							
						 
					 
					
						
						
							
						
						def1596eaf 
					 
					
						
						
							
							Integrate amplitude  
						
						... 
						
						
						
						And merge the sentry and amplitude usage under one “Enable analytics”
flag 
						
						
					 
					
						2021-06-15 15:36:30 +02:00 
						 
				 
			
				
					
						
							
							
								Tamo 
							
						 
					 
					
						
						
							
						
						2d7785ae0c 
					 
					
						
						
							
							remove the dump_batch_size option from the CLI  
						
						
						
						
					 
					
						2021-06-01 20:42:06 +02:00 
						 
				 
			
				
					
						
							
							
								Marin Postma 
							
						 
					 
					
						
						
							
						
						1c4f0b2ccf 
					 
					
						
						
							
							clippy, fmt & tests  
						
						
						
						
					 
					
						2021-05-31 16:03:39 +02:00 
						 
				 
			
				
					
						
							
							
								Marin Postma 
							
						 
					 
					
						
						
							
						
						4fe2a13c71 
					 
					
						
						
							
							rewrite update store  
						
						
						
						
					 
					
						2021-04-27 15:20:52 +02:00 
						 
				 
			
				
					
						
							
							
								Clémentine Urquizar 
							
						 
					 
					
						
						
							
						
						f80ea24d2b 
					 
					
						
						
							
							Add tests on every platform and fix clippy errors  
						
						
						
						
					 
					
						2021-04-27 12:42:59 +02:00 
						 
				 
			
				
					
						
							
							
								Marin Postma 
							
						 
					 
					
						
						
							
						
						f8c338e3a7 
					 
					
						
						
							
							add test for dedicated distinct route  
						
						
						
						
					 
					
						2021-04-20 15:49:17 +02:00 
						 
				 
			
				
					
						
							
							
								Alexey Shekhirin 
							
						 
					 
					
						
						
							
						
						09d9a29176 
					 
					
						
						
							
							test(http): server & index stats  
						
						
						
						
					 
					
						2021-04-09 14:34:42 +03:00 
						 
				 
			
				
					
						
							
							
								bors[bot] 
							
						 
					 
					
						
						
							
						
						6cb8052d3d 
					 
					
						
						
							
							Merge  #104  
						
						... 
						
						
						
						104: Update all the response format (issue #64 ) r=MarinPostma a=irevoire
closes  #64  
Co-authored-by: Irevoire <tamo@meilisearch.com >
Co-authored-by: tamo <tamo@meilisearch.com > 
						
						
					 
					
						2021-04-01 14:22:57 +00:00 
						 
				 
			
				
					
						
							
							
								Irevoire 
							
						 
					 
					
						
						
							
						
						96cffeab1e 
					 
					
						
						
							
							update all the response format to be ISO with meilisearch, see  #64  
						
						
						
						
					 
					
						2021-04-01 11:43:03 +02:00 
						 
				 
			
				
					
						
							
							
								tamo 
							
						 
					 
					
						
						
							
						
						0f2143e7fd 
					 
					
						
						
							
							remove the now useless dead_code flags  
						
						
						
						
					 
					
						2021-03-26 14:15:12 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						4041d9dc48 
					 
					
						
						
							
							format code  
						
						
						
						
					 
					
						2021-03-24 12:38:59 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						1f16c8d224 
					 
					
						
						
							
							integration test snapshot  
						
						
						
						
					 
					
						2021-03-24 12:38:59 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						3cc3637e2d 
					 
					
						
						
							
							refactor for tests  
						
						
						
						
					 
					
						2021-03-24 12:38:56 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						6a742ee62c 
					 
					
						
						
							
							restore version route  
						
						
						
						
					 
					
						2021-03-15 19:11:27 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						dd324807f9 
					 
					
						
						
							
							last review edits + fmt  
						
						
						
						
					 
					
						2021-03-15 18:11:10 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						1fad72e019 
					 
					
						
						
							
							fix test bug with tempdir  
						
						
						
						
					 
					
						2021-03-11 17:59:47 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						53cf500e36 
					 
					
						
						
							
							uuid resolver hard state  
						
						
						
						
					 
					
						2021-03-10 18:04:20 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						a56e8c1a0c 
					 
					
						
						
							
							fix tests  
						
						
						
						
					 
					
						2021-03-10 14:47:04 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						0cd8869349 
					 
					
						
						
							
							update relevant changes from master  
						
						
						
						
					 
					
						2021-03-10 14:43:10 +01:00 
						 
				 
			
				
					
						
							
							
								mpostma 
							
						 
					 
					
						
						
							
						
						5ecf514d28 
					 
					
						
						
							
							restructure project  
						
						
						
						
					 
					
						2021-03-10 13:46:49 +01:00