Ashok Mokshagundam 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f62f29c806 
							
						 
					 
					
						
						
							
							Update mysql-script.sql ( #7652 )  
						
						... 
						
						
						
						updating database airflow_db with proper character set and collate 
						
						
					 
					
						2022-09-22 14:41:58 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08166ac239 
							
						 
					 
					
						
						
							
							fix typo error ( #7542 )  
						
						
						
						
					 
					
						2022-09-19 15:21:49 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc8312c5fb 
							
						 
					 
					
						
						
							
							feat: Refactor openmetadata/ingestion docker image ( #7456 )  
						
						... 
						
						
						
						* centralize openmetadata/ingestion docker image
* update volume mappings; fix ingestion tag!
* fix PR comments
* fix cypress mysql tests! 
						
						
					 
					
						2022-09-19 09:20:54 +05:30 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6700f169ab 
							
						 
					 
					
						
						
							
							Fix   #7165  - Handle SSL certificates on ometa client ( #7502 )  
						
						... 
						
						
						
						Fix  #7165  - Handle SSL certificates on ometa client (#7502 ) 
					
						2022-09-16 09:39:27 +02:00 
						 
				 
			
				
					
						
							
							
								Sriharsha Chintalapani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							656b50dd3a 
							
						 
					 
					
						
						
							
							Fix   #7469 : Refactor OpenMetadata code modules ( #7474 )  
						
						
						
						
					 
					
						2022-09-14 23:14:02 -07:00 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2162e51e96 
							
						 
					 
					
						
						
							
							fix: airflow docker image python dependency issues ( #7412 )  
						
						
						
						
					 
					
						2022-09-13 11:33:15 +02:00 
						 
				 
			
				
					
						
							
							
								Vivek Ratnavel Subramanian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							027f317725 
							
						 
					 
					
						
						
							
							Add port mapping for postgres container ( #7354 )  
						
						... 
						
						
						
						* Add port mapping for postgres container
* Fix DB_SCHEME 
						
						
					 
					
						2022-09-08 17:24:47 -07:00 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2fc45ea41 
							
						 
					 
					
						
						
							
							feat: prepare-for-next-release-0-13-0 ( #7348 )  
						
						
						
						
					 
					
						2022-09-09 01:25:41 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72374f449e 
							
						 
					 
					
						
						
							
							dockerfile to support airflow 2.3.3 ( #7302 )  
						
						
						
						
					 
					
						2022-09-08 12:48:07 +05:30 
						 
				 
			
				
					
						
							
							
								Nahuel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7601181052 
							
						 
					 
					
						
						
							
							Fix docker-compose files ( #7218 )  
						
						
						
						
					 
					
						2022-09-05 11:46:00 +02:00 
						 
				 
			
				
					
						
							
							
								Nahuel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed58c27f76 
							
						 
					 
					
						
						
							
							Remove unused property extra_hosts from docker-compose files ( #7096 )  
						
						... 
						
						
						
						* Remove unused properties from docker-compose files
* Minor fix in run_local_docker script 
						
						
					 
					
						2022-08-31 21:30:24 +02:00 
						 
				 
			
				
					
						
							
							
								Teddy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							811f640a18 
							
						 
					 
					
						
						
							
							Fixes   #6891  by implementing support for VARIANT  DType ( #7084 )  
						
						
						
						
					 
					
						2022-08-31 19:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Nahuel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							235117c28c 
							
						 
					 
					
						
						
							
							Add missing healthcheck to docker-compose-postgres ( #7080 )  
						
						
						
						
					 
					
						2022-08-31 08:40:17 +02:00 
						 
				 
			
				
					
						
							
							
								Nahuel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							db41be4c4a 
							
						 
					 
					
						
						
							
							Fix#6929: docker-compose services should wait until OpenMetadata DB is created ( #7025 )  
						
						... 
						
						
						
						* Added the docker compose for postgres
* Added changes as per the comments on PR
* Airflow Connectivity to Postgres
* Changes are done as per the comments
* Replocate changes to local dockerfile
* Fixed Airflow Dockerfile
* docker-compose services should wait until OpenMetadata DB is created
* remove unnecesary wait for db service
* Add dependencies to airflow image
* Add missing dependencies to airflow Dockerfile
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
Co-authored-by: ulixius9 <mayursingal9@gmail.com> 
						
						
					 
					
						2022-08-30 23:55:46 +02:00 
						 
				 
			
				
					
						
							
							
								NiharDoshi99 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c7fd03b5a 
							
						 
					 
					
						
						
							
							Configured ODBC drivers ( #6924 )  
						
						
						
						
					 
					
						2022-08-25 08:19:20 -07:00 
						 
				 
			
				
					
						
							
							
								Vj-L 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8bf34fcdc1 
							
						 
					 
					
						
						
							
							Fix/airflow dag issue ( #6759 )  
						
						... 
						
						
						
						* Added the correct path for dags volume
* Updated the dags volume path
* Removed the library from the Dockerfile of ingestion
* Removed the libmxl2 library from Docker file
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”> 
						
						
					 
					
						2022-08-25 18:49:46 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e987cb878e 
							
						 
					 
					
						
						
							
							feat: Prepare metadata docker cli with 0.11.5 release ( #6900 )  
						
						
						
						
					 
					
						2022-08-24 16:43:14 +05:30 
						 
				 
			
				
					
						
							
							
								Vj-L 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ffdb32193f 
							
						 
					 
					
						
						
							
							Added libxml2 in the ingestion Dockerfile ( #6778 )  
						
						... 
						
						
						
						* Added libxml2 in the ingestion Dockerfile
* Added libxml2 in the airflow Dockerfile
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”> 
						
						
					 
					
						2022-08-18 15:54:00 +05:30 
						 
				 
			
				
					
						
							
							
								Vj-L 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3728fa635b 
							
						 
					 
					
						
						
							
							Added docker-compose file for postgressql ( #6695 )  
						
						... 
						
						
						
						Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”> 
						
						
					 
					
						2022-08-11 12:12:14 +05:30 
						 
				 
			
				
					
						
							
							
								Ayush Shah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6db2e8a84 
							
						 
					 
					
						
						
							
							Fix for profiler: modified filter patterns and added error handling ( #6608 )  
						
						
						
						
					 
					
						2022-08-08 10:43:17 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cac59328d0 
							
						 
					 
					
						
						
							
							feat: prepare metadata docker cli with 0.11.4 ( #6490 )  
						
						
						
						
					 
					
						2022-08-02 00:57:09 +05:30 
						 
				 
			
				
					
						
							
							
								Vj-L 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4e88b69fa 
							
						 
					 
					
						
						
							
							Updated the image tag to 0.11.3 in docker compose file ( #6388 )  
						
						... 
						
						
						
						Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”> 
						
						
					 
					
						2022-07-30 09:48:07 -07:00 
						 
				 
			
				
					
						
							
							
								Kirill Popov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b32b11982e 
							
						 
					 
					
						
						
							
							Replaced wget with nc in entrypoint to support PostgreSQL ( #6403 )  
						
						... 
						
						
						
						Co-authored-by: Kirill Popov <kirill.popov@sbermarket.ru> 
						
						
					 
					
						2022-07-30 09:42:01 -07:00 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea918495ff 
							
						 
					 
					
						
						
							
							Fix   #6382  - Snyk workflows ( #6413 )  
						
						... 
						
						
						
						Fix  #6382  - Snyk workflows (#6413 ) 
					
						2022-07-28 23:06:33 +02:00 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7eb41a560 
							
						 
					 
					
						
						
							
							Fix   #5840  - Upgrade Airflow container to 2.3.3 ( #6362 )  
						
						... 
						
						
						
						Fix  #5840  - Upgrade Airflow container to 2.3.3 (#6362 ) 
					
						2022-07-28 14:46:25 +02:00 
						 
				 
			
				
					
						
							
							
								Nahuel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30ff470922 
							
						 
					 
					
						
						
							
							Reduce the CI times for py-tests ( #6352 )  
						
						... 
						
						
						
						* Testing if we can reduce the CI times
* Update POM and run_local_docker script 
						
						
					 
					
						2022-07-26 17:47:03 +02:00 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbfb0dd7d2 
							
						 
					 
					
						
						
							
							Give more verbosity for CI ( #6048 )  
						
						... 
						
						
						
						Give more verbosity for CI (#6048 ) 
						
						
					 
					
						2022-07-18 14:44:50 +02:00 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fa5105191b 
							
						 
					 
					
						
						
							
							Fix/issue-5883 ( #5958 )  
						
						
						
						
					 
					
						2022-07-12 19:55:38 +05:30 
						 
				 
			
				
					
						
							
							
								Vj-L 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							011651f078 
							
						 
					 
					
						
						
							
							"Updated the tags with latest tag" ( #5962 )  
						
						... 
						
						
						
						Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”> 
						
						
					 
					
						2022-07-08 16:43:39 +05:30 
						 
				 
			
				
					
						
							
							
								Vivek Ratnavel Subramanian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da93e7c925 
							
						 
					 
					
						
						
							
							Fix Authentication Public Keys env variable in docker compose ( #5948 )  
						
						
						
						
					 
					
						2022-07-07 12:19:16 -07:00 
						 
				 
			
				
					
						
							
							
								Sriharsha Chintalapani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e14dfa0d0 
							
						 
					 
					
						
						
							
							Update docker-compose.yml  
						
						... 
						
						
						
						Add 0.11.0 as image tag 
						
						
					 
					
						2022-07-04 09:58:07 -07:00 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97761b97a6 
							
						 
					 
					
						
						
							
							Prepare postgres migrations ( #5814 )  
						
						
						
						
					 
					
						2022-07-01 10:18:24 +02:00 
						 
				 
			
				
					
						
							
							
								mohitdeuex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f25b82408 
							
						 
					 
					
						
						
							
							[Backend][TaskNotification] Update the Group Id for to org.open-metadata ( #5663 )  
						
						
						
						
					 
					
						2022-06-28 11:10:07 +05:30 
						 
				 
			
				
					
						
							
							
								mohitdeuex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be18feb928 
							
						 
					 
					
						
						
							
							[Backend] Websocket implementation added ( #5440 )  
						
						... 
						
						
						
						* [Backend] Websocket implementation added
* [Backend] Websocket implementation added [google formatter fix]
* [backend] Updated Reiew Comments
* [backend] Updated CheckStyle 
						
						
					 
					
						2022-06-15 10:14:47 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9167cdcf9 
							
						 
					 
					
						
						
							
							feat: Bump Docker Images to Release 0.10.2 ( #5276 )  
						
						
						
						
					 
					
						2022-06-03 15:29:35 +05:30 
						 
				 
			
				
					
						
							
							
								Vivek Ratnavel Subramanian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							059acfc529 
							
						 
					 
					
						
						
							
							Backend: Enforce principal domain in the JWT filter ( #5155 )  
						
						
						
						
					 
					
						2022-06-01 10:07:12 -07:00 
						 
				 
			
				
					
						
							
							
								Sriharsha Chintalapani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf3d4314dd 
							
						 
					 
					
						
						
							
							Fix   #1607  Operational metrics for OpenMetadata system observability ( #4386 )  
						
						... 
						
						
						
						Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com> 
						
						
					 
					
						2022-05-27 15:39:13 +05:30 
						 
				 
			
				
					
						
							
							
								Pere Miquel Brull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e121fb306 
							
						 
					 
					
						
						
							
							Fix   #4096  - PipelineService JSON refactor & Airflow metadata source connector ( #5125 )  
						
						... 
						
						
						
						Fix  #4096  - PipelineService JSON refactor & Airflow metadata source connector (#5125 ) 
					
						2022-05-25 08:35:16 +02:00 
						 
				 
			
				
					
						
							
							
								Sriharsha Chintalapani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e9774dfe0 
							
						 
					 
					
						
						
							
							Update docker-compose.yml ( #5023 )  
						
						... 
						
						
						
						Update to latest release version 
						
						
					 
					
						2022-05-18 08:32:57 -07:00 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18194e374e 
							
						 
					 
					
						
						
							
							Docker image and CI for Airflow Image ( #4791 )  
						
						
						
						
					 
					
						2022-05-09 14:09:46 +02:00 
						 
				 
			
				
					
						
							
							
								Vj-L 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c7a327c6b 
							
						 
					 
					
						
						
							
							Issue  #3094  ( #4500 )  
						
						... 
						
						
						
						* Added the named volumes for improvement
* Mapped the named volumes
* Updated the Named Volumes
* Updated the Volumes on top level
* Added the named volumes 
						
						
					 
					
						2022-05-03 14:19:31 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0f63a4063e 
							
						 
					 
					
						
						
							
							Enable custom oidc provider name env override. ( #4642 )  
						
						
						
						
					 
					
						2022-05-02 22:38:11 -07:00 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							792c67a8f1 
							
						 
					 
					
						
						
							
							Arguments to provide ingestion depenedency. defaults to 'all' ( #4613 )  
						
						
						
						
					 
					
						2022-05-02 16:09:44 +05:30 
						 
				 
			
				
					
						
							
							
								Ayush Shah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9cb9792b7e 
							
						 
					 
					
						
						
							
							Fix Docker and revert openmetadata-start.sh changes ( #4518 )  
						
						... 
						
						
						
						* Fix Docker and revert openmetadata-start.sh changes
* Fix Docker - added error handling
* Fix Docker - added error handling
* Added time.sleep
* Resolve Code smell 
						
						
					 
					
						2022-04-27 14:20:09 +05:30 
						 
				 
			
				
					
						
							
							
								Vivek Ratnavel Subramanian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12a4936671 
							
						 
					 
					
						
						
							
							Fix ingestion bot principals in docker-compose ( #4507 )  
						
						
						
						
					 
					
						2022-04-26 15:33:16 -07:00 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55e1be9ca4 
							
						 
					 
					
						
						
							
							feat: Prepare 0.11.0-snapshot version changes ( #4505 )  
						
						... 
						
						
						
						* updated version to 0.11.0-SNAPSHOT
* updated version to 0.11.0.dev* for ingestion
* docker version updates for metadata docker cli
* OM Server Env Variables from #4197  #4261  #4473  
						
						
					 
					
						2022-04-27 00:41:17 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0beeef3f97 
							
						 
					 
					
						
						
							
							pluralize list input environment varialbles ( #4473 )  
						
						
						
						
					 
					
						2022-04-25 17:11:02 +05:30 
						 
				 
			
				
					
						
							
							
								Ayush Shah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							777e9e8097 
							
						 
					 
					
						
						
							
							Update docker-compose.yml ( #4370 )  
						
						
						
						
					 
					
						2022-04-22 21:21:56 +05:30 
						 
				 
			
				
					
						
							
							
								Ayush Shah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c863fd9d90 
							
						 
					 
					
						
						
							
							Modified snowflake, utils ( #4364 )  
						
						
						
						
					 
					
						2022-04-22 16:43:11 +05:30 
						 
				 
			
				
					
						
							
							
								Akash Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54162b7c6d 
							
						 
					 
					
						
						
							
							fix: List Configuration from Environment Variable for Authorizer and Authentication Configuration ( #4305 )  
						
						... 
						
						
						
						* ability to provide list from env in yaml config
* remove security config file as we do not maintain 
						
						
					 
					
						2022-04-21 11:29:26 +05:30