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
codingwithabhi
2006b2b8ac
bigquery-unittest-added ( #3479 )
...
* bigquery-unittest-added
* mock-added-in-create_bigquery_client
* complex-struct-added
* makefile-updated-to-install-all-packages-for-unittest
* bigquery-unittest-updated-via-file-sink
2022-03-31 14:27:51 +05:30
Pere Miquel Brull
9ced748c4f
Use root for FQDN ( #3780 )
2022-03-31 12:05:11 +05:30
Mayur Singal
7ab9584517
Fix #3700 : Array datatype error fixed ( #3758 )
2022-03-31 12:02:03 +05:30
Sriharsha Chintalapani
f79b251509
Fix #3771 : Main branch schemas and ingestion is failing; Fix #2992 : Remove ChangeEvents log from ElasticSearch Indexes ( #3772 )
2022-03-30 18:26:57 -07:00
darth-coder00
da5034b520
Fix deleted users from teams and create new user issue ( #3759 )
2022-03-30 14:00:19 -07:00
mosiac1
c21f61634a
Add config for using multiple JWKs providers ( #3738 )
2022-03-30 13:52:53 -07:00
Sachin Chaurasiya
d03eb59603
Fix #3667 Blank page is displayed if user navigates to a deleted team ( #3752 )
2022-03-30 13:40:25 -07:00
Suresh Srinivas
b89a9b40cb
Fixes #3769 Drop unnecessary column indexes ( #3770 )
2022-03-30 13:40:06 -07:00
Suresh Srinivas
51f4f9650a
Fixes #3765 Refactor EntiyRepository methods related to storing ownership ( #3766 )
2022-03-30 12:48:15 -07:00
Parth Panchal
2fda9ef97c
fixing selenium tests with assertion ( #3481 )
...
* fixing selenium tests with assertion
Co-authored-by: kshinde2512 <67048554+kshinde2512@users.noreply.github.com>
Co-authored-by: kushal <kushalshinde2512@gmail.com>
2022-03-30 16:45:02 +05:30
Sachin Chaurasiya
f8922e97a6
Fix #3727 Usage queries tab UI issues ( #3737 )
2022-03-30 15:53:11 +05:30
Sachin Chaurasiya
227d81951c
Add unit test for table entity page ( #3730 )
...
* Add unit test for table entity page
* Add unit test for description component
* Add unit for EntityPageInfo component
* Add unit test for EntityTable component
2022-03-30 15:48:43 +05:30
Suresh Srinivas
9fb78ed2c1
Fixes #3722 Use entityName type from basic.json for entity names ( #3723 )
2022-03-30 14:10:47 +05:30
Pere Miquel Brull
c22381fdc8
Fix #3747 - FQDN model in ometa api ( #3748 )
...
Fix #3747 - FQDN model in ometa api (#3748 )
2022-03-30 08:54:47 +02:00
Pere Miquel Brull
b3087d08b9
Fix #3522 - Add timeout to profiler ( #3707 )
...
Fix #3522 - Add timeout to profiler (#3707 )
2022-03-30 08:54:27 +02:00
snyk-bot
57c0a78be9
fix: pom.xml to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEMAVENSHARED-570592
2022-03-30 06:40:17 +00:00
Sachin Chaurasiya
18883ba939
Fix #3681 Handle HTML from feeds API gracefully ( #3731 )
...
* Fix #3681 Handle HTML from feeds API gracefully
* Add porper comment
2022-03-30 07:50:05 +05:30
Sriharsha Chintalapani
ccdbdf81f3
Fix java checkstyle ( #3746 )
2022-03-29 18:13:27 -07:00
Suresh Srinivas
fc64c953b9
Fixes #3744 Clean up EntityUtil ( #3745 )
2022-03-29 16:30:27 -07:00
darth-coder00
40fa4dcdcb
Fix #3683 : Allow Admins to delete a user from Users page ( #3743 )
...
* Fix #3683 : Allow Admins to delete a user from Users page
2022-03-30 00:37:59 +05:30