Mark_Yang
89c05b9351
Docs fix, set intelli jidea env ( #9641 )
...
* Update openmetadata-server.md
* Update openmetadata-server.md
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-01-09 21:41:38 -08:00
Shailesh Parmar
1f4e7f5d58
cypress: added test cases for advance search ( #9617 )
...
* cypress: added test cases for advance search
* updated advance search cypress
* fix failing tests
* Fixed failing cypress test
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-10 11:10:43 +05:30
dependabot[bot]
48ff9684d0
chore(deps): bump luxon in /openmetadata-ui/src/main/resources/ui ( #9659 )
...
Bumps [luxon](https://github.com/moment/luxon ) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/3.1.0...3.2.1 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 10:27:01 +05:30
Mohit Yadav
6836b2a057
Updated Description in case of column updates ( #9635 )
...
* Updated Description in case of column updates
* Take Description from Deleted in case of column update
* Added test Case
2023-01-09 22:51:09 +05:30
Pere Miquel Brull
84348d4748
Fix #8866 - bump datamodel-codegen ( #9623 )
...
* Fix #8866 - bump datamodel-codegen
* Update connection options and arguments structure
* Add builders test
* Format
* Allow Any values in componentConfig
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-01-09 13:20:32 +01:00
Akash Jain
9f3ce93954
Update yarn-coverage.yml ( #9646 )
2023-01-09 11:35:10 +05:30
Sriharsha Chintalapani
9702e70ea4
Minor: Delete generated directory to delete older files ( #9643 )
...
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-01-08 21:32:16 -08:00
Ayush Shah
f4dc501731
Modify env to be same for testing ( #9539 )
2023-01-08 09:59:16 +00:00
Parth Panchal
8bed933e34
Fixed#9426: When in Debug mode OM is logging passwords in plaintext ( #9629 )
...
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
* Fixed#9426: When in Debug mode OM is logging passwords in plaintext
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 19:36:18 +00:00
Pere Miquel Brull
567a62f7db
Fix session handling for refresh job ( #9636 )
...
Co-authored-by: NiharDoshi99 <51595473+NiharDoshi99@users.noreply.github.com>
2023-01-06 20:38:37 +05:30
Chirag Madlani
1d81d16ac0
chore(ui): organise import paths with meaningful names ( #9633 )
...
* chore(ui): organize import paths with meaningful names
* fix tests
* fix: pages alias
* organize imports for pages
* fix: add jest config for pages and components
* organize imports for components
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 14:14:57 +00:00
Akash Jain
3ce755df08
fix: Docs for AWS EKS Helm Deployment ( #9615 )
...
* fix docs with correct names
* use nginx volume
* explicit paths from file system EFS with Volumes
* Add Capacity in PV
* update docs for Persistent Volumes
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-01-06 14:47:51 +01:00
Sachin Chaurasiya
923aeb0882
chore(ui): clean up the type declaration file ( #9624 )
2023-01-06 17:34:47 +05:30
NiharDoshi99
27c68fb208
test case for DomoDatabase ( #9630 )
...
* test case for domo-database
* test case for domo-database
* Fix: pytest
2023-01-06 12:02:01 +01:00
Sachin Chaurasiya
aeb08a78b7
chore (ui) : remove react-tippy and rc-tree from webpack config ( #9631 )
...
* chore (ui) : remove react-tippy from webpack config
* remove rc-tree from webpack
2023-01-06 13:34:41 +05:30
Onkar Ravgan
e9ac8ecb85
Fix 7972: Added dbt tag classification name ( #9575 )
...
* Added dbt tag classification name
* resolved merge conflicts
* handle ui side change for dbt schema change
* Fixed migration scripts
* fixed failing cypress for dbt
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-01-06 11:08:21 +05:30
Sachin Chaurasiya
b12e919f3b
chore (ui) : add coverage path ignore patterns ( #9628 )
2023-01-06 10:14:29 +05:30
Suresh Srinivas
eefbfefe31
Code cleanup to fix IDE flagged warnings ( #9614 )
2023-01-05 11:22:33 -08:00
Mayur Singal
5f4ae37238
Fix table comment not being ingested ( #9627 )
...
* Fix table comment not being ingested
* lint fix
* Fixed DB2 comments
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2023-01-05 18:44:49 +01:00
Shailesh Parmar
70d9c27035
ui: localization changes ( #9612 )
...
* ui: localization changes
* fixed failing tags cypress
* reverted fr-fr file changes
* addressing comments
* addressing comments
* addressing comments
* fixed error message issue
* Disable AlertTest
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-01-05 21:51:15 +05:30
mosiac1
0ed67d69f7
Fix User entity pagination when isBot flag is False ( #9604 )
...
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-05 21:28:24 +05:30
Mayur Singal
9ef32eef99
Fix #6829 : Improve usage filtering ( #9613 )
2023-01-05 15:07:03 +00:00
Akash Jain
485e4986b9
fix: github token permission to add PR comment
2023-01-05 19:33:28 +05:30
Mohit Yadav
6a936650f3
Fix Tag Missing Relation ( #9616 )
2023-01-05 19:08:20 +05:30
Milan Bariya
809a228441
Fix: AttributeError when node is not in catalog ( #9622 )
...
* Fix: AttributeError when node is not in catalog
* Change based on comments
2023-01-05 18:57:54 +05:30
Akash Jain
c61f5b72e8
fix: use code coverage from forked repo for testing
2023-01-05 18:45:24 +05:30
Steve Russo
3a3f248edd
Issue 5592: Add Databricks Pipeline Connector ( #9554 )
...
* feat: update databricks_client
* feat: create pipelineconnection & connection
* test: add unit test
* feat: add examples file
* fix: remove unused imports
* style: fix python style
* fix: code review adjustments
* fix: remove unneeded schema ref
* fix: format requirements
* fix: change context calls
* test: add pipeline_status test
* format: pylint format change
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-01-05 14:14:12 +01:00
Sachin Chaurasiya
9f1f91f393
chore : Update localization values ( #9598 )
...
* chore : update the localization labels value
* chore : update message and server values
* fix : cy test
* address comments
2023-01-05 07:15:11 +00:00
Ayush Shah
1d930ad14b
Fix security vulnerability ( #9580 )
2023-01-05 12:36:00 +05:30
Mayur Singal
0a34e18e26
Fix #9562 : Add duration in usage ingestion ( #9564 )
2023-01-05 06:33:07 +00:00
Parth Panchal
a813d25efa
Fixes#9576: Data insights page empty and reindexing fails ( #9597 )
...
* Fixes#9576: Data insights page empty and reindexing fails
* Fixes#9576: Data insights page empty and reindexing fails
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-05 11:42:54 +05:30
Shailesh Parmar
2bc8ca050d
fixed ANTD deprecated warnings ( #9560 )
...
* fixed and deprecate warning
* fixed failing unit test
2023-01-05 06:02:25 +00:00
Chirag Madlani
ea84695648
fix(ui): missing localization key for delete widget ( #9600 )
2023-01-05 10:00:50 +05:30
Chirag Madlani
0d71d15b04
fix(ui): split of undefined error ( #9609 )
...
remove unused files
2023-01-05 09:57:52 +05:30
dependabot[bot]
93f0efdab1
Bump json5 from 2.2.1 to 2.2.3 in /openmetadata-ui/src/main/resources/ui ( #9608 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-04 22:30:48 +05:30
NiharDoshi99
9145054dc6
Fix: refractor datalake datatypes and s3 for parquet ( #9578 )
...
* Fix: refractor datalake datatypes
* Fix: s3 files for parquet
2023-01-04 22:12:00 +05:30
Milan Bariya
625c15c5d3
Fix: Table description error for table ( #9584 )
...
* Fix: Table description error for table
* add schema name in a query
* Add: Function for Column comments
* Mssql qery import path changed
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-01-04 21:57:56 +05:30
Chirag Madlani
13ddc2714f
remove hide comment from jest-coverage-comment ( #9610 )
2023-01-04 21:53:53 +05:30
Sachin Chaurasiya
a93909e7c8
chore(ui) : Remove react-tippy dependency and use antd component ( #9606 )
...
* chore(ui) : Remove react-tippy dependency and use antd component
* remove : react-tippy package
* chore : replace popover with tooltip where required
* fix : unit test
2023-01-04 15:21:46 +00:00
Chirag Madlani
daa5cc3caf
chore(ui): jest comment for coverage on PRs ( #9601 )
2023-01-04 14:12:02 +00:00
Chirag Madlani
3a199e3f9d
add devops team review for workflow updates ( #9603 )
2023-01-04 19:36:38 +05:30
dependabot[bot]
d29c7da890
Bump fast-json-patch in /openmetadata-ui/src/main/resources/ui ( #9551 )
...
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch ) from 3.0.0-1 to 3.1.1.
- [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases )
- [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/3.0.0-1...3.1.1 )
---
updated-dependencies:
- dependency-name: fast-json-patch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-04 19:16:34 +05:30
Chirag Madlani
d459f5a998
chore(ui): remove react-slick and use AntD carousel ( #9586 )
2023-01-04 13:22:12 +00:00
Chirag Madlani
96aa75b885
chore(ui): fix todo comments and done cleanup on types ( #9585 )
2023-01-04 13:20:18 +00:00
Sachin Chaurasiya
fb42c0f8d5
refactor : move ErrorBoundary, Authentication and Router folder to components folder ( #9592 )
...
* refactor : move ErrorBoundary folder to components folder
* refactor : move authentication and router folder inside components
* fix : unit tests and remove unwanted mocking
2023-01-04 13:01:39 +00:00
Chirag Madlani
780b88cc0a
fix(test): cypress failure for react-select changes ( #9596 )
...
* fix(test): cypress failure for react-select changes
* fix glossary flaky tests
2023-01-04 11:38:38 +00:00
Aniket Katkar
de271d80a7
fix(ui): cypress test fixes and improvements ( #9574 )
...
* fixed skipped cypress tests and fixed flaky tests
* removed unnecessary comments
* fixed failing tests for myData spec
* Fixed glossary cypress tests
2023-01-04 14:28:50 +05:30
Mayur Singal
67ea711319
Fix #8422 : Fix False usage query count ( #9587 )
2023-01-04 14:01:07 +05:30
Pere Miquel Brull
1f49ea46b5
Fix #9149 - Postgres foreign tables & reorganize queries for sources ( #9588 )
...
Fix #9149 - Postgres foreign tables & reorganize queries for sources (#9588 )
2023-01-04 08:50:53 +01:00
Mohit Yadav
084e0cba97
Enabled Alert Tests ( #9463 )
...
* Enabled Alert Tests - Do not Merge
* Removed commented code
2023-01-04 13:00:03 +05:30