5395 Commits

Author SHA1 Message Date
darth-coder00
eceff1354b
refactor(UI): Updated services listing page to render data from new schemas (#3894)
* refactor(UI): Updated services listing page to render data from new schemas
2022-04-07 13:18:56 +05:30
Pere Miquel Brull
408f930eb8
Fix #3866 - includeTables, improve filtering and lazy connection (#3908)
Fix #3866 - includeTables, improve filtering and lazy connection (#3908)
2022-04-07 09:03:28 +02:00
Vivek Ratnavel Subramanian
37d78782f5
Fix #3904: RenewIdTokenHandler is undefined error is thrown in Non-Secure mode (#3907) 2022-04-06 23:33:29 -07:00
Shailesh Parmar
3e4f2ed7c0
added error handling test cases for datasetdetailspage component (#3887) 2022-04-06 22:07:06 -07:00
Suresh Srinivas
a0b50d328a
Fixes #3807 Add DELETE api support for tag and tagCategory (#3898) 2022-04-06 17:10:29 -07:00
Vivek Ratnavel Subramanian
8f30c7b23f
Fix #3629: Add support for Auth0 SSO (#3836) 2022-04-06 15:06:24 -07:00
Suresh Srinivas
79535033ca
Fixes #3895 Refactor Tag and TagCategory repositories to use EntityRepository (#3896)
* Move TagCategory to use EntityRepository

* Handle names with '.' in tests and other clean ups
2022-04-06 11:30:08 -07:00
Mayur Singal
d7c73362a7
Clickouse Source Fix (#3891) 2022-04-06 10:20:37 -07:00
Daniel
bb16bd5bde
Fix #3860: Add support for custom OIDC SSO (#3892) 2022-04-06 09:34:04 -07:00
Sachin Chaurasiya
a1e2b27f39
Fix #3815 Page turns unresponsive for feeds with heavy html tags (#3852) 2022-04-06 08:41:46 -07:00
Pere Miquel Brull
bd4071bd64
Fix #3826 & #3886 - Profiler workflow & filter pattern (#3893)
Fix #3826 & #3886 - Profiler workflow & filter pattern (#3893)
2022-04-06 17:05:00 +02:00
Mayur Singal
7292695bd3
Sample Data Fix (#3888)
* Sample Data Fix
2022-04-06 18:26:54 +05:30
Mayur Singal
b709a8055e
Fixed MSSQL Source (#3877)
Fixed MSSQL Source (#3877)
2022-04-06 14:21:46 +02:00
Pere Miquel Brull
4e55ea0154
Fix #3850 - JSON Schemas for lineage (#3880)
* Use new JSON schemas in lineage

* Add sqlite
2022-04-06 12:24:15 +02:00
kshinde2512
b1cd35c454 Merge branch 'main' of https://github.com/kshinde2512/OpenMetadata into Topic-details-ui-error-handling 2022-04-06 14:09:14 +05:30
Pere Miquel Brull
b93c4611bb
Fix #3819 & #3821 - Minor JSON Schema fixes (#3872)
Fix #3819 & #3821 - Minor JSON Schema fixes (#3872)
2022-04-06 09:11:39 +02:00
Akash Jain
954bbca383
fix: Ability to run CI from forked Repository (#3874)
* Ability to run CI from forked Repository

* Update yarn-coverage.yml
2022-04-06 11:34:03 +05:30
Pere Miquel Brull
63533eb388
Fix for connectors based on refactoring of schemas V2 (#3870)
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-04-05 18:33:25 -07:00
Sriharsha Chintalapani
2db3b9dd94
Fix #3832 Service Connection: Add more test coverage and add support for Messaging and Dashboard services (#3835) 2022-04-05 12:20:52 -07:00
Pere Miquel Brull
b3480693e4
Fix #3824 - OMeta Schema and JSON Connections (#3861)
Fix #3824 - OMeta Schema and JSON Connections (#3861)
2022-04-05 21:20:39 +02:00
Shailesh Parmar
3ece4d4d90
UI: Unit test for EditWebhookPage and DatasetDetailsPage (#3817) 2022-04-05 12:19:07 -07:00
Sachin Chaurasiya
f0e74bf44b
Add unit test for topic and pipeline component (#3818) 2022-04-05 11:58:49 -07:00
Sachin Chaurasiya
0fe4ef84b5
Fix #3120 Conversation text editor should support key bindings (#3807) 2022-04-05 11:58:10 -07:00
darth-coder00
e91f0ca2cf
Update generated typescript from schema (#3851)
* Update generated typescript from schema

* Fixed unit tests
2022-04-05 10:52:06 -07:00
codingwithabhi
dbfe488a9e
Schema support fix (#3856)
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2022-04-05 10:51:42 -07:00
Suresh Srinivas
d5b319df91
Fixes #3854 Fix API documentation for Glossary Term related APIs (#3855) 2022-04-05 05:43:06 -07:00
Pere Miquel Brull
e2539c5e83
Fix #3844 - First iteration for deprecating MetadataServerConfig (#3853)
* Style

* deprecate MetadataServerConfig

* Remove audience from Okta
2022-04-05 18:02:45 +05:30
Suresh Srinivas
9ab47c53b4
Fixes #3839 Support delimited identifiers for database, table, or column names that has "." by surrounding with double quotes (#3840)
* Quoting name with dot separator

* Fixes #3839 Support delimited identifiers such database, table, or column names that has "." by surrounding with double quotes

* Fixing sonar cloud flagged issues
2022-04-05 05:15:19 -07:00
kshinde2512
a455f98fae Error handling for topic details 2022-04-05 14:14:50 +05:30
kshinde2512
db0a52875b
Error handling and locator changes (#3806)
* Error handling and locator changes
2022-04-05 13:30:12 +05:30
Suresh Srinivas
3b50eb9e52
Fixes #3602 Add support for database schema name (#3789)
* Fixes #3602 Add support for database schema name

* Fix package name issues with SourceConfig and other ingestion related types
2022-04-04 22:06:41 -07:00
Suresh Srinivas
ee973e561b
Fixes #3794 Getting duplicate tags from backend (#3834) 2022-04-04 15:30:55 -07:00
Sriharsha Chintalapani
7b3e459eb3
Fix #3659 Refactor Service Connection String to be specific to per service (#3804)
* Fix #3659 Refactor Service Connection String to be specific to per service

* Simplify and centralize Airflow Pipeline info for REST (#3740)

* Remove code

* Modified Configs based on refactoring schema (#3816)

* Clean WorkflowContext


Co-authored-by: pmbrull <peremiquelbrull@gmail.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-04-04 12:46:09 -07:00
darth-coder00
241525000d
Added UI Error handling for All service catagories and auth config apis (#3767)
* Added UI Error handling for All service catagories and auth config apis
2022-04-04 19:53:11 +05:30
Sachin Chaurasiya
997303e699
Fix #3380 UI: Error handling (#3796) 2022-04-03 23:20:41 -07:00
Suresh Srinivas
63e76ad673
Add hardDelete query param flag to DELETE API calls (#3802) 2022-04-02 13:32:55 -07:00
dvecerdea
23d68b24d9
Replace sqlalchemy-trino with trino[sqlalchemy] (#3800) 2022-04-01 12:12:03 -07:00
Vivek Ratnavel Subramanian
dcd27b0d91
Docs: Update README to fix a broken link (#3801) 2022-04-01 12:11:41 -07:00
Sachin Chaurasiya
b9477041be
Fix #3760 Feeds Editor UI Feedback (#3797) 2022-04-01 10:12:19 -07:00
Akash Jain
f410a1b563
fix:SonarCloud UI builds on main branch (#3795) 2022-04-01 12:26:42 +05:30
Akash Jain
4e1b44d696
feat: Add Workflow CI for SonarCloud OpenMetadata UI (#3708)
* Adding Workflow CI for SonarCloud OpenMetadata UI

* Adding sonar project properties and reporter for UI

* Added mock and test exclusions

* Minor changes

* fix node version to 12.x in CI

* Test CI workflow

* fixed syntax

* remove yarn caching

* test docker on steps

* remove jobs container

* test out args

* update path

* check with yarn

* fix typo

* fix typo

* fix typo

* fix typo

* use npm -g command

* removed project base dir

Co-authored-by: darth-coder00 <aashit@getcollate.io>
2022-04-01 10:31:45 +05:30
Sachin Chaurasiya
bd2f52863b
Add UI error Handling for Roles and Tags Page (#3783)
* Add UI error Handling for Roles and Tags Page

* Add UI error Handling for webhook and database Page (#3788)
2022-04-01 07:44:33 +05:30
Suresh Srinivas
42f91b0699
Fixes #3791 - Add @Valid annotation to validate parameters in API Resource methods (#3792) 2022-03-31 16:22:37 -07:00
Vivek Ratnavel Subramanian
aa81ceab1a
Fix UI errors after #3738 (#3787) 2022-03-31 11:27:51 -07:00
darth-coder00
c50f71b478
Fix #3784: Part 1 - fixing Explore and Glossary page (#3786) 2022-03-31 23:04:51 +05:30
Sachin Chaurasiya
0ee2c48cf2
Fix #3754 UI : Filter out the deleted teams . (#3755) 2022-03-31 08:38:23 -07:00
Onkar Ravgan
01b246f586
ISSUE-3485: Added DynamoDB Unit Test (#3488)
* ISSUE-3485: Added DynamoDB Unit Test

* Added more tests and optimized code

* Re-added list check condition

* Added file sink test

* Fixed file path

* added assert for table and column names

* Modified exception block and optimized test cases

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-03-31 20:38:17 +05:30
Sriharsha Chintalapani
b14c8dc2c4
Issue-3685: Variable based separator used for fullyQualifiedName instead of hardcoded . for Python and make the separator to : (#3778)
* Issue-3685: Variable based separator used for fullyQualifiedName instead of hardcoded . for Python and make the sepearator to :

* Fix failing test

* Use colon for run_local_docker validation

* Update tests FQDN

* Update tests FQDN

Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: pmbrull <peremiquelbrull@gmail.com>
2022-03-31 19:20:27 +05:30
Akash Jain
80d1b05864
fix for changes in #3738 (#3782) 2022-03-31 18:42:14 +05:30
Mayur Singal
d69618d37e
Fix #3665: Added schema filter pattern (#3781) 2022-03-31 14:53:06 +05:30