5395 Commits

Author SHA1 Message Date
Suresh Srinivas
eab5bf9a0e
Clean up code warnings - remove unused method, exceptions declared not thrown, and others (#5088) 2022-05-22 15:28:55 -07:00
Shailesh Parmar
bec87bb1b1
E2E testing: Refactor cypress test (#5087)
* cypress test

* miner fix

* seprated the entity test

* fix failing cypress

* fix recent view test

* remove record
2022-05-22 10:36:43 +05:30
Suresh Srinivas
6f60a019fe
Fixes #4664 - Introduce a type for markdown text (#4666) 2022-05-21 21:56:12 -07:00
Vivek Ratnavel Subramanian
ec755f1187
Cypress: Enable chrome instead of Electron (#5086) 2022-05-21 01:27:57 -07:00
Vivek Ratnavel Subramanian
0b713f37bf
Revert "Cypress: Use Chrome headless instead of electron (#5084)" (#5085)
This reverts commit ab1876c5514efeb589c4449d2f2a0d392c781766.
2022-05-21 00:18:26 -07:00
Vivek Ratnavel Subramanian
ab1876c551
Cypress: Use Chrome headless instead of electron (#5084) 2022-05-21 00:07:05 -07:00
darth-coder00
4e5ae67ceb
Fix: Adding Glossary Term into Parent Glossary Term redirects to blank(null) UI (#5082) 2022-05-21 11:22:22 +05:30
darth-coder00
3ee279fa70
Fix: UI Should show other tags if the glossary search index fails. (#5081) 2022-05-21 11:20:07 +05:30
Vivek Ratnavel Subramanian
e23bb5d0f4
Cypress: Skip flaky tests (#5080) 2022-05-20 16:24:06 -07:00
Suresh Srinivas
c939360d1b
Upgrade dependencies (#5079) 2022-05-20 15:05:10 -07:00
Shailesh Parmar
8be4507006
Fix: Cypress failing tests (#5078) 2022-05-20 14:33:55 -07:00
Suresh Srinivas
de117ba4c9
Fixes #5068 Child Glossary Terms have null in fullyQualifiedName (#5075) 2022-05-20 12:14:46 -07:00
Parth Panchal
ff07c5966c
added patch api to update webhook (#4319)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-05-20 06:13:12 -07:00
mohitdeuex
e6ec3ef594
[BUG] - Not able to set request body for the creation of Tags #2624 (#5067)
* [BUG] - Not able to set request body for the creation of Tags #2624
Fixed it the API endpoint consumes application/json

* [BUG] - Not able to set request body for the creation of Tags #2624
Remove wildcard import
2022-05-20 05:54:13 -07:00
Sachin Chaurasiya
51139b5bcf
Fix#5038 Dashboard lineage edit button is overlapping the conversation for add tags (#5062) 2022-05-20 13:54:43 +05:30
Vivek Ratnavel Subramanian
7c07391c06
Cypress: Fix any flakiness and add Kafka schema registry url (#5063) 2022-05-20 01:20:50 -07:00
Pere Miquel Brull
9effaa8037
Update mlmodel sample data (#5060) 2022-05-20 08:45:26 +02:00
darth-coder00
fbf9b8609a
Fix #4443: Swagger APIs must work in secure mode (#5059) 2022-05-20 11:44:18 +05:30
Sachin Chaurasiya
241df76cae
Fix : UI manual Lineage Editor Issues (#4532)
* Fix : UI manual Lineage Editor Issues

* Keep node if only edge is deleted.

* Adding hidden handler

* Add invisible handle on custom node

* Fix funtion name typo

* Fix node overlapping issue

* Fix #3508 Manual Lineage Editor: Do not reorganize the graph as the user is connecting the nodes

* Fix code smell

* Minor Fix

* Styling fix

* Fix Flaky state issue

* Refactor onConnect Method

* Fix duplicate edge and node issue

* Fix Failing Unit test

* Fix confirmation modal source and target node name issue

* Add check for isNode in Element Click Handler

* Add makeEdge Helper

* Add JSDoc for helper methods

* Remove onElementsRemove prop

* Refactor node remove button

* Move util method to util file

* Allow users to delete edge and node separately

* Add unit test

* Fix Node Styling

* Minor Fix

* Add invisble edges
2022-05-20 10:08:31 +05:30
Ayush Shah
8511f9f0b2
fix core_generate / validate pipeline (#5048) 2022-05-20 09:53:31 +05:30
Vivek Ratnavel Subramanian
71af1f3ef5
Security: Improve Azure SSO login UX (#5052) 2022-05-19 16:14:22 -07:00
Suresh Srinivas
b407de3080
Fixes #5042 Backend : Add a field to an entity API is failing (#5050)
* WIP

* amend

* Fixes #4977 Add APIs for adding custom fields to an existing entity

* Fixes #5010 Entity extension - Add support for storing JSON schema compliant extended fields in entities

* Fixes #5042 Backend : Add a field to an entity API is failing
2022-05-19 15:58:18 -07:00
darth-coder00
372bc340c7
Fix: UI add generated TS to ignored files (#5049)
* Ignored files

* Add generated TS to ignored files
2022-05-20 00:18:58 +05:30
darth-coder00
9fc612e013
Optimising generation of typescripts from schema and as prebuild script (#5037)
* Adding json2ts as prebuild script

* Add generated TS to gitignore

* Fixing CI errors

* Fix Sonar CI

* Bumping metadata version

* Fixing sonar CI

* Fix json2ts script

* Revert gitignore

* prettify

* Fix CI build failures

* Removing unnecessary changes

* Add pre-script for coverage
2022-05-19 21:23:39 +05:30
Pere Miquel Brull
a1952e76b4
Fix pydantic to 1.8.2 (#5045) 2022-05-19 16:38:10 +02:00
Shailesh Parmar
f4d757a7a4
fixed issue-4951: Unwanted entries for My Data section on User Profile page and assets tab in teams details (#5043) 2022-05-19 19:07:23 +05:30
Shailesh Parmar
1dd86e7958
Added E2E test for entity delete flow for all the entity (#5039)
* added e2e test for entity delete flow for all the entity

* addressing comment
2022-05-19 17:34:32 +05:30
mohitdeuex
9a3fa2e532
[#5025] - [BACKEND] Moving common files to OpenMetadata-core #5025 [W… (#5032) 2022-05-18 22:37:49 -07:00
Shailesh Parmar
556848910e
Added cypress test for home page - part 2 (#5026) 2022-05-18 10:50:41 -07:00
Suresh Srinivas
5b57db3e55
Fixes #5010 Entity extension - Add support for storing JSON schema compliant extended fields in entities (#5011) 2022-05-18 09:52:27 -07:00
Sriharsha Chintalapani
2e9774dfe0
Update docker-compose.yml (#5023)
Update to latest release version
2022-05-18 08:32:57 -07:00
Mayur Singal
e1a207a37f
Migration Script Updated Yaml (#5021) 2022-05-18 20:03:16 +05:30
darth-coder00
ce89e8499e
Fix #4781: forms text fields looks like it has space in the beginning (#5020) 2022-05-18 17:52:28 +05:30
Mayur Singal
83dddff835
Migration Script Fixes (#5019) 2022-05-18 14:09:09 +02:00
Shailesh Parmar
ee3f267e96
Added support for minute level selection for ingestion scheduler (#4994)
* Added support for minute level selection for ingestion scheduler

* fix sonarCloude

* addressing comment

* fixing failing test
2022-05-18 13:31:08 +05:30
Shailesh Parmar
bcdae71eb0
Added cypress test for home page - part 1 (#5004) 2022-05-17 23:52:50 -07:00
Ayush Shah
b6fc33cda2
Fix compatibility issue with get_args (#5012) 2022-05-18 10:55:39 +05:30
darth-coder00
346fc82e76
Fix for updated typescript references of table and tests (#4997) 2022-05-17 18:24:14 -07:00
Ayush Shah
93c32ad801
Removed Ingestion Core dependency (#5006) 2022-05-18 00:01:20 +05:30
Ayush Shah
fc2bd386a6
Clean gitbook from main (#5007) 2022-05-17 23:29:47 +05:30
Ayush Shah
a74047c8a0
Modified workflows and ingestion-core package (#5005) 2022-05-17 21:46:49 +05:30
Ayush Shah
8cc91c3405
Modified Ingestion to support 3.6 and later (#5003) 2022-05-17 21:38:57 +05:30
Milan Bariya
58f35d6db3
Fix #4999: Add fetch_sample_data function in dynamoDB (#5000)
* Fix #4999: Add fetch_sample_data function in dynamoDB

* Fix #4999: Add fetch_sample_data function in dynamoDB
2022-05-17 19:47:59 +05:30
Ayush Shah
da7b67173c
Modified jsons to yamls (#4980) 2022-05-17 18:12:18 +05:30
Mayur Singal
f61ab495ff
Added sample query log file (#4996) 2022-05-17 18:01:00 +05:30
darth-coder00
b2e517f846
Fix: invalid schema and removed typescript references (#4979) 2022-05-17 15:11:44 +05:30
darth-coder00
5acb443d4a
UI: Add support for User's profile image everywhere (#4856) 2022-05-16 22:50:49 -07:00
codingwithabhi
cd340a4d76
default-driver-json-schema-updated (#4984) 2022-05-17 11:17:46 +05:30
Sachin Chaurasiya
4b71ba4965
Fix #4718 UI: Link in the @mention of user refreshes the whole page (#4992) 2022-05-16 22:46:19 -07:00
darth-coder00
fef5f7bf67
Fix #4832: update the Elastic Search error page links and unit tests (#4982) 2022-05-16 22:00:22 -07:00