12410 Commits

Author SHA1 Message Date
Teddy
6fb47061f8
fix (profiler): column compilation (#9705) 2023-01-13 08:12:04 +01:00
Shailesh Parmar
198607008b
Fixed: UI UI: Add owner for glossary is not showing option on initial open #9602 (#9700) 2023-01-13 11:45:11 +05:30
Chirag Madlani
50278f93d3
fix(ui): remove redundant tags from explore page (#9701)
* fix(ui): remove redundant tags from explore page
also update folder structure

* fix unit tests

* fix path

* fix unit tests
2023-01-13 10:56:06 +05:30
Suresh Srinivas
dbdd4a13cb
Code cleanup of IDE flagged issues (#9715) 2023-01-12 18:40:50 -08:00
Chirag Madlani
b7198df486
test(ui): clean alerts that cypress created for tests (#9697)
* test(ui): clean alerts that cypress created for tests

* fix main failures

* await on AriFlow api to avoid element got vanished

* fix flaky
2023-01-12 19:35:33 +05:30
Sachin Chaurasiya
eb01aa7d86
e2e: UI : User journey for permission end-2-end test (#9667)
* e2e: UI : User journey for permission end-2-end test

* address comments

* fix failing test
2023-01-12 13:22:59 +00:00
Aniket Katkar
91a794aaa0
UI: Improved summary panel (#9470)
* Improved topic summary panel content

* added functionality to show nested column and schema details inside the EntitySummaryPanel.

* added unit tests for SummaryListItems component

* added unit tests for summary panel components
code optimizations and improvements

* fixed localization in SummaryListItems component
fixed unit tests

* fixed codesmells

* - added schema type field to show for topic summary
- fixed width issue for nested field details in summary panel
- added unit tests for EntitySummaryPanelUtils
- moved imports on top in EntitySummaryPanel test

* fixed failing unit tests

* Fixed failing unit tests

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-01-12 18:05:08 +05:30
Chirag Madlani
e52e4207f7
chore(ui): update localisation for constants (#9670)
* chore(ui): update localization for constants

* fix tests and not working localization
2023-01-12 15:44:08 +05:30
Milan Bariya
bb41fec08f
Add: Function for Postgres Tags (#9683)
* Add: Function for Postgres Tags

* Update: Query for generate fqn
2023-01-12 09:46:08 +01:00
Mayur Singal
c4a7965ffc
Fix #7156: Add Sample Data for Kafka and Redpanda (#9472)
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-01-12 09:43:25 +01:00
Mohit Yadav
f2e54fe7b9
Fix Topic index to map properly (#9688)
* Fix Topic index to map properly

* fix python side
2023-01-11 18:59:05 +00:00
Teddy
41ce2406a4
fixes #9673 - Oracle casting error (#9682)
* fix (profiler): oracle profiler datatype error

* fix (profiler): linting

* fix: reorder connection type to default to db schema
2023-01-11 19:46:10 +01:00
Teddy
903209bc70
Fixes #9656 -- Add support for datetime type for col between (#9671)
* feat (profiler): Added support for datetime type for sqa profiler

* feat (profiler): migration file

* fix: added comment for ms timestamp logic
2023-01-11 16:51:36 +01:00
Onkar Ravgan
4de2dacbe2
Fixed db2 profiler (#9679) 2023-01-11 20:40:25 +05:30
NiharDoshi99
1ec324e43e
Fix: neo4j version bump (#9680) 2023-01-11 18:28:25 +05:30
Shailesh Parmar
b8bfab02a1
Fixed: Enabled skipped unit test and deprecated svgUtils.tsx (#9684) 2023-01-11 17:15:59 +05:30
Pere Miquel Brull
e3ae3a8a33
[WIP] - Add Scarf gateway (#9652)
* Update ingestion Readme with scarf

* Test scarf docker

* Update ingestion Readme with scarf

* Test scarf docker

* Add docker domain
2023-01-11 09:33:09 +01:00
Ashish Gupta
43c2923307
UI : Fix ML_Model issues and added version feature in it (#9672)
* Fix ML_Model issues and added version feature in it

* added localisation

* fix unit test issue
2023-01-11 11:42:59 +05:30
Pere Miquel Brull
bf753a4dee
Fix #7768 - Update and organize versions (#9664)
Fix #7768 - Update and organize versions (#9664)
2023-01-11 07:05:12 +01:00
Ayush Shah
03c40d9566
Add Doc for Data Catalog api permission (#9676) 2023-01-10 19:48:12 +01:00
Shailesh Parmar
5ae011e3f2
UI: Added localization part 3 (#9669)
* UI: Added localization part 3

* fixed failing unit test
2023-01-10 17:06:41 +00:00
Parth Panchal
1ac0d47147
Fixed#9651: DQ for datalake not showing on UI (#9668) 2023-01-10 21:36:25 +05:30
Sachin Chaurasiya
cfacbfa168
chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin (#9663)
* chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin

* make PageContainer as tsx file
2023-01-10 14:34:51 +00:00
Chirag Madlani
7575a3f55c
fix(ui): sonar-cloud code-smells and code optimizations (#9634)
* fix(ui): sonar-cloud code-smells and code optimizations

* fix errors

* fix other pending code-smells
2023-01-10 18:12:12 +05:30
Aniket Katkar
8ada2c8e04
fix(ui): activity feed filter bug on homepage (#9653)
* fixed the wrong data shown for applied default filter on my-data page

* fixed failing cypress tests
2023-01-10 14:23:07 +05:30
Sachin Chaurasiya
3de536b182
chore(ui) : Add skeleton loading for page and components (#9619)
* chore(ui) : Add skeleton loading for page and components

* fix : missing key

* fix: license header

* fix: license header

* refactor : skeleton component

* chore : remove duplicate headers

* fix: unit tests

* fix : unit tests

* address comments

* address comments

* address comment

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
2023-01-10 14:14:33 +05:30
Mohit Yadav
ea0e0e03e4
Alert Test Fix (#9640)
* Alert Test Fix

* Removed Db calls in case local publishers available

* Fix test

* Removed unrequired code

* Maintaing entityType to class map

* checkstyle
2023-01-10 12:56:10 +05:30
Shailesh Parmar
8255e4685b
UI: Added localization changes part 2 (#9658)
* UI: Added localization changes part 2

* fixed failing unit test
2023-01-10 12:09:11 +05:30
Sachin Chaurasiya
bdb8a55cfe
refactor : Add useAirflowStatus hook (#9473)
* chore : Add useAirflowStatus hook

* Add interface for hook

* Expose the fetch status method

* update hook return value

* refactor : use useAirflowStatus hook to get the airflow status

* Update useEffect to fetch data based on airflow status

* update license

* fetch workflow if airflow is available

* Revert "Update useEffect to fetch data based on airflow status"

This reverts commit c8cea80d4d2637d1c9163f650a34783c8efe376b.

* fix : cy failures

* address comments

* fix : unit test

* fix : cy test
2023-01-10 06:13:05 +00:00
Sriharsha Chintalapani
3c9d39e9af
Fix #9158: OpenSearch/ElasticSearch - Language based mappings (#9163)
* Add language for Search mappings

* Fix #9158: OpenSearch/ElasticSearch - Language based mappings

* Add analyzer to search in Japanese

* Adding JP es analyzer for all the indexes

* Fix review comments

* rebase with main

Co-authored-by: Megumi AIKAWA <megumi.aikawa@gmail.com>
2023-01-09 21:42:01 -08:00
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