5395 Commits

Author SHA1 Message Date
Shailesh Parmar
c4d71adc5e
Feat: UI button to pause/unpause ingestion pipeline executions (#5884)
* Fixed: UI button to pause/unpause ingestion pipeline executions

* added unit test for pause/unpause button

* addressing comment and fixing miner css
2022-07-06 18:05:48 +05:30
Pere Miquel Brull
f8e3d634c2
Validate rest and update schema (#5873) 2022-07-06 11:27:20 +02:00
Teddy
3a7c11424b
Fixes #3133 -- Adding Additional Column Tests (#5867)
* Added additional table + test coverage

* Added logic for front end input fields

* Added comment for median metric

* skipping `Update owner and check description` cypress test

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-07-06 10:12:29 +02:00
Parth Panchal
686e715341
added config to publish to maven repository in catalog pom.xml (#5870)
* added config to publish to maven repository in catalog pom.xml

* addressing java checkstyle

* empty-commit

* signing commit

* signing commit test

* signing commit test with different key

* moving plugins
2022-07-06 13:06:49 +05:30
Mayur Singal
c731fef797
Fix #2895: Added Foreign Key support (#5856) 2022-07-06 08:17:10 +02:00
Chirag Madlani
421eca4f31
fix(ui): #5836 User profile should show user related activity only (#5864)
* fix(ui): #5836 User profile should show user related activity only

* minor fix
2022-07-06 10:26:21 +05:30
Shailesh Parmar
16dc5eed36
Fix #5825 Column level lineage issue (#5861) 2022-07-05 13:13:03 -07:00
Shailesh Parmar
152f757384
Fix: issue 5645: UI feedback 0.11 (#5853) 2022-07-05 21:47:00 +05:30
Sachin Chaurasiya
111106312d
Fix #5471 Creating a tag with an illegal character prevents utilizing the tagging system until manually removed (#5854) 2022-07-05 21:29:00 +05:30
Suresh Srinivas
e7f57d90c3
Fixes #5245 Entity tag is not getting removed, even after glossary term is deleted (#5838) 2022-07-05 07:49:37 -07:00
Chirag Madlani
a00321c43e
chore(ui): update types with respective libs instead hardcoded (#5848)
adding contenthash for chunks to avoid cache issue
2022-07-05 18:54:04 +05:30
Rabi Narayan Sahoo
f606d4d636
[Fix] Removed volume instructions from dockerfile. (#5851)
Co-authored-by: Rabi Narayan Sahoo <106670146+Robby30ies@users.noreply.github.com>
2022-07-05 18:12:56 +05:30
Shailesh Parmar
b4b2f9d2a4
Cypress: Cover service page issue related to description (#5529)
* coverded issue description is getting updated at the time of updating owner

* remname services file to service

* miner fix to avoid flakiness

* miner fix

* fixed failing test

* miner fix

* remove unwanted spacing
2022-07-05 18:03:08 +05:30
Parth Panchal
0460b63188
added condition to echo only with debug flag (#5845) 2022-07-05 15:28:59 +05:30
Sachin Chaurasiya
f862c25b40
Fix#5843 UI : Do not show the request description icon in entities that has no support for tasks yet (#5844)
* Fix#5843  UI : Do not show the request description icon in entities that has no support for tasks yet

* FIx unit test

* Minor change
2022-07-05 13:52:40 +05:30
Parth Panchal
418a5a4724
added event error and fernet classes to openmetadata-core (#5799) 2022-07-05 10:34:17 +05:30
Suresh Srinivas
cf2b336abd
Fixes #5558 Add support for enumerating Operations and Resources for authoring policies (#5561) 2022-07-04 10:07:47 -07:00
Sriharsha Chintalapani
7e14dfa0d0
Update docker-compose.yml
Add 0.11.0 as image tag
2022-07-04 09:58:07 -07:00
Vivek Ratnavel Subramanian
022585868e
Fix #5532 Suppress Yaml Warnings for generate typescript command (#5783)
* Fix #5532 Suppress Yaml Warnings for generate typescript command

* Suppress warnings
2022-07-04 09:49:45 -07:00
Sachin Chaurasiya
7483e8aeca
Fix #5826 UI : Add Error Boundaries (#5827) 2022-07-04 14:05:35 +05:30
Suresh Srinivas
98deaf1776
Refactor code to consolidate common code to EntityRepository and cleanup unused code (#5824) 2022-07-01 14:54:01 -07:00
truemanD
1808b1a056
Defined a constant instead of duplicating string literal #1982 (#5819) 2022-07-01 09:53:59 -07:00
eitsupi
8007024721
fix typo (#5818) 2022-07-01 16:14:27 +02:00
Shailesh Parmar
5667921c67
Fixed: Team & Users page is stuck at loading on trying to join the team (#5816) 2022-07-01 15:38:56 +05:30
Rabi Narayan Sahoo
d3e91a87c1
[Fix] - Publish python package 2022-07-01 01:22:30 -07:00
Pere Miquel Brull
97761b97a6
Prepare postgres migrations (#5814) 2022-07-01 10:18:24 +02:00
Aashit Kothari
66a161e466
Feature and Change-logs for 0.11.0 release (#5807)
Co-authored-by: Vivek Ratnavel Subramanian <vivekratnavel90@gmail.com>
2022-06-30 10:42:58 -07:00
Onkar Ravgan
380fdf18cd
usage fixes (#5805)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-06-30 18:03:01 +02:00
Shailesh Parmar
cb0fd3d811
added relavent text for lineage in login carousal (#5804) 2022-06-30 20:28:19 +05:30
Chirag Madlani
58f5db17c5
fix(ui): minor ui enhancements for 0.11 (#5792)
* fix(ui): minor ui enhancements for 0.11

* update comments

* show empty message

* fix test

* test fix
2022-06-30 19:24:12 +05:30
mohitdeuex
4606700e04
[Backend][Java SDK] Fix Json Patch issue with HttpURLConnection #5791 (#5795) 2022-06-30 06:29:05 -07:00
Onkar Ravgan
69bb25e5e5
usage condition fix (#5802)
Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-06-30 06:16:53 -07:00
Sriharsha Chintalapani
d42783fbe0
Fix #5415 - Add migrations (#5767)
* Add migrations

* Migration Extension

* removed repeated code

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2022-06-30 18:40:26 +05:30
Sachin Chaurasiya
9a1647c255
Fix #5785 UI : Fix Emoji Popover Is Not Appearing After The First Mouseover (#5798)
* Fix #5785  UI : Fix Emoji Popover Is Not Appearing After The First Mouseover

* Minor fix
2022-06-30 18:38:46 +05:30
Teddy
861a5ecf59
Fixes #5800 profiler workflow for engine with catalog + modulo for Presto (#5801) 2022-06-30 14:58:30 +02:00
Sachin Chaurasiya
49d47524ea
UI : Add task status icon to the task card (#5786)
*  UI : Add task status icon in task card

* Add tooltip for task badge

* Change icon size
2022-06-30 18:05:33 +05:30
Shailesh Parmar
cdb135aab8
fixed issue: 5780 unable to delete lineage edge (#5797)
* fixed issue: 5780 unable to delete lineage edge

* removed warrning while moving node
2022-06-30 17:44:07 +05:30
yug-shah0106
006b1fe1a4
fixed Form alignment for edit webhook page. (#5793)
* fixed  Form alignment for edit webhook page.

* minor fix
2022-06-30 16:37:51 +05:30
Shailesh Parmar
00e25ade91
fixed issue-5779 Add manage tab to soft deleted entity (#5781)
* fixed issue-5779 Added manage tab to soft deleted entity

* miner fix

* addressing comments
2022-06-30 16:32:07 +05:30
Pere Miquel Brull
9ca7a75e2d
Add col lineage in sample usage (#5790) 2022-06-30 12:16:06 +02:00
Mayur Singal
dc497d298b
Fix #5768: Clickhouse Client Connection Fix (#5771) 2022-06-30 12:14:27 +02:00
Teddy
0cb036de08
Fixes #5787 -- Add new tests to GE integration submodule (#5788)
* Added table tests to great expectations submodule

* Added new tests to GE submodule
2022-06-30 11:59:55 +02:00
Mayur Singal
04c8e49edd
Fix #5777: Added Exception handling for usage source (#5778) 2022-06-30 14:51:25 +05:30
Vivek Ratnavel Subramanian
2b0aeaf0eb
Fix #5704 Backend: Remove usage from activity feed (#5759) 2022-06-30 02:15:21 -07:00
Sriharsha Chintalapani
f3f45bc174
Fix #5761: Delete is not working at database and service level (#5762)
* Fix #5761: Delete is not working at database and service level

* Fix failing test
2022-06-30 01:56:44 -07:00
Aashit Kothari
e0a97d7944
Fix #5772: Connection Scheme field missing from Ingestion UI (#5776) 2022-06-30 14:18:41 +05:30
Pere Miquel Brull
e580af1143
Docs Sync CI - Add on-demand trigger (#5695)
* Add on-demand trigger

* Add doc request template
2022-06-30 10:39:37 +02:00
Parth Panchal
b15d8853d6
reverting files added in core (#5775) 2022-06-30 13:26:25 +05:30
Vivek Ratnavel Subramanian
e826c98acf
Fix migration script for migrations to 0.11 (#5773) 2022-06-30 00:38:24 -07:00
Pere Miquel Brull
f7a10fe5a6
Fix #5754 - Clean pipeline service connection & minor fixes (#5766)
* Update airflow

* Remove prefect

* Remove prefect
2022-06-30 09:33:45 +02:00