7010 Commits

Author SHA1 Message Date
Shailesh Parmar
fc4f955b9f
Cypress: Added cypress test for update display name feature and delete service issue (#11643)
* Cypress: Added cypress test for update display name feature and delete service issue

* cypress for datamodel

* rename cypress file

* improve test for update displayName
2023-05-19 10:37:40 +05:30
Deepa Rao
2369c782f8
Part of fix 11492 - Add missing fields in Container update (#11493)
* Part of fix 11492 -  Provide support for updating Container entity

* Part of fix 11492 -  Provide support for updating Container entity
2023-05-18 12:52:54 -07:00
Chirag Madlani
763b96b8fe
bump(ui): rjsf to v5 (#11549)
* bump(ui): rjsf to v5
It will fix validation and extra parameter issues

* address comments
fix code smells
fix cypress failure

* revert schema files

* bigquery fix
sonar cloud fix

* fix big query

* fix superset

* fix cypress

* fix cypress for big query

* fix failures

* fix java issue

* revert connectionBasicType.json
create custom SupersetConnection.json

* fix Tableau service issues #11637
2023-05-18 08:03:54 -07:00
Ashish Gupta
2b7ee97d52
feat(ui) : supported separate tags and version diff for MlModel entity (#11657)
* Supported separate tags and version diff for MlModel entity

* fix code smell
2023-05-18 20:14:12 +05:30
07Himank
4d2bbb3b75
Logged the Email Messages which are not sent as smpt settings is not … (#11650)
* logged the Email Messages which are not sent as smpt settings is not enabled

* modified change event message

* used a genric message for all

* logs a genric message with email id

---------

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
2023-05-18 19:03:14 +05:30
Pere Miquel Brull
8795337f88
Clean NER Scanner imports (#11653) 2023-05-18 12:53:22 +02:00
Pere Miquel Brull
667706d09b
[Docs] - Update Airflow SSL docs (#11621)
* Update Airflow SSL docs

* Update openmetadata-docs/content/v1.1.0-snapshot/deployment/security/enable-ssl/airflow-ssl.md

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2023-05-18 14:51:40 +05:30
Pere Miquel Brull
b480e853ef
Fix XSS warnings (#11620) 2023-05-18 14:51:06 +05:30
Shailesh Parmar
271d6aab2f
feat(ui): added update displayName functionality for datamodel entity and updated breadcrumb with displayName for version page (#11649) 2023-05-18 14:28:18 +05:30
Mayur Singal
e4997c3749
Fix #11571: Support custom database name for glue (#11631) 2023-05-18 14:16:56 +05:30
Louie
4f953de97f
Update Chinese and French Localizations (#11595)
* Update Chinese and French Localizations

* Fix a typo
2023-05-18 05:49:28 +00:00
Onkar Ravgan
e6a7ffc57c
Fixes: 11540 Added api_version and domain fields to Salesforce (#11618)
* Added sales new fields

* fixed image after merge

* Fix Failing Test

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-05-18 10:53:44 +05:30
Snyk bot
5164858b4b
fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities (#11646)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-05-18 10:43:40 +05:30
07Himank
fb4e7c3c74
Fix Docker Image Java Vulnerabilities (#11623)
* fixed vulnerablity issue

* jackson-dataformat

---------

Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-05-17 16:38:05 -07:00
Sachin Chaurasiya
9b78f12305
feat(#11608): show email in teams page (#11642)
* feat(#11608): UI: Show Email in teams page

* update method name
2023-05-17 11:28:09 -07:00
Ashish Gupta
3914868556
feat(ui): supported separate tags for mlmodel entity (#11641)
* supported separate tags for mlmodel entity

* fix code smell

* optimize code
2023-05-17 21:52:53 +05:30
mohitdeuex
6b250a8f78 Fix Descriptor File in Pom 2023-05-17 20:36:21 +05:30
Pere Miquel Brull
1b90badd0e
Restructure PII processor (#11640)
* Restructure PII processor

* Restructure PII processor

* Format
2023-05-17 15:58:17 +02:00
Pere Miquel Brull
2008eda764
[Docs] - Rename to v1.1.0-snapshot and fix sync CI (#11644)
* Rename v1.1.0 to v1.1.0-snapshot

* Delete old docs
2023-05-17 15:55:31 +02:00
Mayur Singal
ea615eed9d
Fix elasticsearch error (#11635) 2023-05-17 15:48:20 +05:30
Sriharsha Chintalapani
923360c47a
Fix #11543: Elasticsearch Re-index with language other than EN will m… (#11628)
* Fix #11543: Elasticsearch Re-index with language other than EN will make error appears

* Fix tag mappings
2023-05-17 11:18:07 +02:00
Sachin Chaurasiya
4df64ef6fe
feat(#11596): add support for custom logo config in settings (#11597)
* feat(#11596): add support for custom logo config in settings

* fix: edit custom logo config

* chore: update application config provider

* fix: unit test

* fate: create separate brand logo component

* Add Accessible Logo Config From ConfigResource

* update custom logo api

* minor change

* fix: styling and use brand logo component

* fix(#11503) Custom Login Logo does not change after adding new custom logo

* restored delete files

* doc: update custom logo config doc

* update the icon

* test: add unit test for brand logo

* test: add unit test for custom logo config setting page

* test: add unit test for custom logo config form

* test: fix cy test

* fix: url input validation

* test: add cypress test

* test: update cy test to check for validation

* update the doc

* test: fix cypress test

* chore: make height and width required in BrandLogo component

* chore: update component name

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-05-17 11:26:34 +05:30
Mohit Yadav
c40c5dc478
Fix Descriptor File (#11629) 2023-05-17 11:07:43 +05:30
Sriharsha Chintalapani
6ca1ec6fbe
Delete old docs (#11627)
* Delete old docs and rename the openmetadata-docs-v1 to openmetadata-docs

* Delete old docs and rename the openmetadata-docs-v1 to openmetadata-docs

* Delete old docs and rename the openmetadata-docs-v1 to openmetadata-docs
2023-05-17 07:04:56 +02:00
Ashish Gupta
86a1a41925
feat(ui): supported separate column for pipeline entity version (#11622)
* supported separate column for pipline entity version

* fix code smell and addressed the comments
2023-05-16 22:53:15 +05:30
Shailesh Parmar
1d0dc5c057
fix(ui): #10731 updated breadcrumb to show displayName of the entity (#11619)
* updated breadcrumb for all entity and service page

* localisation-sync

* fixed failing unit test
2023-05-16 13:37:58 +00:00
Ashish Gupta
1df322a704
feat(ui): supported separate column for Pipeline entity (#11600)
* Supported separate column for Pipline entity

* fix code smell and bug

* fix code bug

* fix code bug
2023-05-16 19:05:22 +05:30
Pere Miquel Brull
2570ef7795
[Docs] - Add notes on python version (#11615)
* Add notes on python version

* Add python version
2023-05-16 15:19:53 +02:00
Pere Miquel Brull
c0ea11a477
Add libsasl deps (#11613) 2023-05-16 14:32:48 +02:00
Onkar Ravgan
6e022d59fe
[Docs] - Added dbt versions table in the docs (#11609)
* Added dbt versions table

* added tags docs

* added in 1.1.0
2023-05-16 12:16:07 +02:00
Pere Miquel Brull
26bd1f4618
Add .snyk (#11614) 2023-05-16 11:03:07 +02:00
Ashish Gupta
7d27f16ace
feat(ui): supported separated tags and glossary column in dataModel entity (#11582)
* supported seperated tags and glossary column in dataModel entity

* supported separate tag in datamodel entity and fix code smell

* fix code smell

* fix code smell

* fix code smell
2023-05-16 12:35:23 +05:30
Mayur Singal
b53a362772
Increase delay for system metric in e2e tests (#11607) 2023-05-16 06:57:36 +00:00
Pere Miquel Brull
d08308d9f2
[Docs] - Add 1.1.0 docs and remove 0.13.2 (#11604)
* Remove 0.13.2 and add 1.1.0

* Add 1.1.0 breaking changes for SM
2023-05-16 08:30:15 +02:00
Shailesh Parmar
d3a98b7559
Feat(ui): update displayName part 3 (#11593)
* Feat(ui): update display name part 3

* fixed code smell
2023-05-16 10:14:31 +05:30
Ashish Gupta
26a1672683
Supported separate column for Dashboard entity along with version (#11598) 2023-05-15 19:38:33 +05:30
Shailesh Parmar
e6dbb80ad7
Cypress: fixed cypress failure for the main branch (#11590) 2023-05-15 14:03:27 +05:30
Shailesh Parmar
004626320d
Feat(ui): update displayName part 2 (#11584)
* Feat(ui): update displayName part 2

* updated entity name

* fixed cypress failure
2023-05-15 13:59:09 +05:30
Pere Miquel Brull
019014b8d3
11579 Task - Add () in sample data (#11591) 2023-05-15 10:09:57 +02:00
Onkar Ravgan
3d9d4416b7
Fixed incompatible column name for Postgres version 11.6 (#11536)
* postgres col name on version

* Added dependancy

* Added paranthesis validation

* review comments and tests
2023-05-15 11:48:03 +05:30
Louie
520cbd72ca
Improve localization (#11573)
* Improve UI localization

* Better label for serviceType

* Update locale json files
2023-05-15 05:44:05 +00:00
Akash Jain
92d5bfa94e
fix: versions in main branch (#11478)
* fix: versions in main branch

* Prepare main branch for next release 1.1.0

* prepare main for latest release 1.0.1
2023-05-15 10:42:29 +05:30
Suresh Srinivas
e72125c3a1
11579 task - Change schema regex to allow parenthesis in the entity name (#11580) 2023-05-14 06:58:38 -07:00
Sriharsha Chintalapani
74716c6121
Fix Roadmap docs alignment (#11585) 2023-05-12 15:13:23 -07:00
Sachin Chaurasiya
2ca039865a
fix: custom logo variable names (#11576) 2023-05-12 12:34:26 -07:00
Ashish Gupta
a84fca8366
supported seperated tags and glossary column in container entity (#11581) 2023-05-12 12:06:42 -07:00
Mohit Yadav
d12d32bf65
Add settings to Db for Custom Logo (#11583)
* Add settings to Db for Custom Logo

* Add test for Settings
2023-05-12 23:34:02 +05:30
Pere Miquel Brull
4c77eaea72
Filter tables by databaseSchema (#11574) 2023-05-12 10:25:08 -07:00
Shaurya Rawat
663083e55e
Minor fix hive docs (#11300)
Signed-off-by: shaurya.rawat <shaurya.rawat@new-work.se>
2023-05-12 10:23:43 -07:00
Sriharsha Chintalapani
1a1f399116
Fix Roadmap docs (#11567)
* Fix Roadmap docs

* Fix Roadmap docs
2023-05-12 18:11:11 +02:00