2547 Commits

Author SHA1 Message Date
Chirag Madlani
a36bcdbcc6 Revert "fix: upgrade @okta/okta-auth-js from 6.4.0 to 6.9.0 (#13504)"
This reverts commit 4c17f641cd0afca5f425a412165ab6ed6d7dfe3e.
2023-10-10 14:55:58 +05:30
Sriharsha Chintalapani
4c17f641cd
fix: upgrade @okta/okta-auth-js from 6.4.0 to 6.9.0 (#13504)
Snyk has created this PR to upgrade @okta/okta-auth-js from 6.4.0 to 6.9.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-10-10 14:28:53 +05:30
Mohit Yadav
d3fd0237e5
Remove ES reindexing files from UI (#13506)
* Remove ES reindexing files from UI

* fix minor errors

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-10 14:28:40 +05:30
Sriharsha Chintalapani
6ba24acdfe
fix: upgrade @azure/msal-react from 1.3.0 to 1.5.11 (#13503)
Snyk has created this PR to upgrade @azure/msal-react from 1.3.0 to 1.5.11.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/harshach/project/450b4396-0ef4-4bb2-8b7a-9c8e6ab6c41d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-10-10 12:02:31 +05:30
dependabot[bot]
f1a3d2addd
chore(deps): bump postcss in /openmetadata-ui/src/main/resources/ui (#13424)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

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-10-09 12:39:49 +05:30
Pere Miquel Brull
4ea5549bf9
fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities (#13393)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Suresh Srinivas <srini30005@gmail.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2023-10-07 16:03:37 -07:00
Ashish Gupta
e65f9600b3
fix(ui): revamp dropable ui effect for glossary terms table (#13443)
* revamp dropable ui effect for glossary terms table

* logic change for getting classname

* supported one drop style
2023-10-07 15:59:58 -07:00
Ashish Gupta
35cdfa8f8f
fix broken breadcrumb issue in request/update pages for tags/description (#13463) 2023-10-07 16:58:14 +05:30
Mayur Singal
c0ababd8ad
Fix #13336: Clean Mark All Deleted Table Flag (#13344) 2023-10-06 16:04:54 +05:30
Ashish Gupta
859a594429
fix domain cypress and not found after delete issue (#13450) 2023-10-05 22:59:02 +05:30
Ashish Gupta
11b034231a
fix(ui): supported pending services in assets (#13372)
* supported pending services in assets

* localization key change

* added storage service

* sonar fixes

* fix broken paths

---------

Co-authored-by: 07Himank <112613760+07Himank@users.noreply.github.com>
2023-10-05 19:20:59 +05:30
Shailesh Parmar
de2b2c6428
fix: Glossary tags are not showing proper name when using in entities #13440 (#13448) 2023-10-05 18:35:01 +05:30
Ashish Gupta
783f8e3c33
fix search index value for search and data product (#13441) 2023-10-05 15:25:03 +05:30
Teddy
c4a3de6a85
fix: handle tableConfig for profiler CLI (#13437)
* fix: handle tableConfig for profiler CLI

* fix: empty commit for CI
2023-10-05 10:02:57 +02:00
Ashish Gupta
6bbb274e11
supported drag and drop to glossary level for glossary terms (#13434) 2023-10-04 22:01:54 +05:30
Shailesh Parmar
b478039207
feat(ui): Add Badge with color or icon for Tags,GlossaryTerm, Domain and DataProducts #9972 (#13349)
* feat(ui): Add Badge with color or icon for Tags,GlossaryTerm, Domain and DataProducts #9972

* added api call to patch style in glossary

* updated and refactor AsyncSelectList and tagsContainerV2

* updated tags in all the pages

* added style object in addGlossaryTerm form

* added style support in domain and tags

* fixed failing unit test

* added cypress for the style feature

* added unit test for new component

* translation-sync

* addressing comment

* fixed edit tags issue

* added style feature for domain

* fixed sonarLint

* fixed merge issue
2023-10-04 21:50:39 +05:30
Sachin Chaurasiya
be278b67ac
chore(ui): add route and sidebar prop support in app (#13430)
* chore(ui): add children support in app

* fix: assets path

* chore: add support for route and sidebar elements prop

* chore: remove children prop from app
2023-10-04 19:05:48 +05:30
Anatoliy Shulika
b788061157
fixes #12771: Added Greenplum Ingestion Connector (#13128)
* ISSUE-12771: Added Greenplum Ingestion Connector

* fixed python code formating

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
2023-10-04 14:53:53 +02:00
Ashish Gupta
2e49b72ccf
supported removal of subscription in teams (#13404)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-04 17:05:28 +05:30
Ashish Gupta
eb89d789bf
fix(ui): supported announcement in pending entities (#13414)
* supported announcement in pending entities

* added announcement support in database, database schema and entity services
2023-10-04 17:05:14 +05:30
dependabot[bot]
77912f9751
chore(deps): bump quill-mention (#13377)
Bumps [quill-mention](https://github.com/quill-mention/quill-mention) from 3.1.0 to 4.0.0.
- [Commits](https://github.com/quill-mention/quill-mention/commits)

---
updated-dependencies:
- dependency-name: quill-mention
  dependency-type: direct:production
...

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-10-04 11:14:51 +05:30
Sriharsha Chintalapani
8578aee04f
Search refactor (#13397)
* Refactor Search

* Refactor Search

* Fix propgation bugs

* Fix propgation bugs

* Fix glossary term search

* Fix glossary term search

* Only issue search requests if the client is configured properly

* Only issue search requests if the client is configured properly

* Fix glossary index

* add documentation for sharded tables (#13361)

* Cost analysis agg (#13408)

* feat: updated DI workflow to inherit from BaseWorkflow + split processor and producer classes

* feat: __init__.py files creation

* feat: updated workflow import classes in code and doc

* feat: moved kpi runner from runner to processor folder

* fix: skip failure on list entities

* feat: deleted unused files

* feat: updated status reporter

* feat: ran linting

* feat: fix test error with typing and fqn

* feat: updated test dependencies

* feat: ran linting

* feat: move execution order up

* feat: updated cost analysis report to align with new workflow

* feat: fix entity already exists for pipeline entity status

* feat: ran python linting

* feat: move skip_on_failure to method

* feat: added unusedReport to DI

* feat: added aggregated unused report

* feat: ran linting

* feat: reverted compose file changes

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>

* Add Java 17 support (#12895)

* Add Java 17 support

* Change Test HTTP client provider

* Create Tests HTTP Client once

* Create Tests HTTP Client once

* fix(CI): Update CI to use jdk 17 and dockerfiles as well

---------

Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>

* Refactor Search

* Refactor Search

* Fix propgation bugs

* Fix propgation bugs

* Fix glossary term search

* Fix glossary term search

* Only issue search requests if the client is configured properly

* Only issue search requests if the client is configured properly

* Fix glossary index

* Merge main

* fix style

* deleted field propagation

* Fix style

* close the test client

* Changing to jersey connector

* Fix Authentication Exception headers

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
2023-10-03 14:56:53 -07:00
Shailesh Parmar
efa0802995
ui: UI to use Tier TAG displayName if provided #12899 (#13105)
* ui: UI to use Tier TAG displayName if provided #12899

* updated tier label with displayName
2023-10-04 01:26:14 +05:30
karanh37
b5aff6bbc3
fix: encode search query text (#13420) 2023-10-03 19:52:19 +05:30
Sachin Chaurasiya
0ecc3fc136
chore(ui): change baseUrl in ts config (#13403)
* chore(ui): change baseUrl in ts config

* udpate references

* fix rest/* path

* fix tests paths to relative

* chore(ui): update reference

* fix unit tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-03 16:01:13 +05:30
Ashish Gupta
16a4033645
fix(ui): revamp teams page added supported subscription webhooks (#13296)
* revamp teams page added supported subscription webhook

* minor changes

* minor changes

* changes teams header page layout and subscription

* minor changes

* fix cypress and addressed comments

* fix cypress for teams hierarchy (#13352)

* fix sonar errors and users not showing in teams having space

* code smell and bugs fixes

* fix teams page cypress

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-02 18:12:23 +05:30
Ashish Gupta
e879d512d3
fix(ui): initial load tab details in container page (#13399)
* fix intial load tab details in container page

* fix update displayName tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-02 16:26:01 +05:30
karanh37
41f56d62af
fix: add more button in feeds widget (#13341)
* fix: add more button in feeds widget

* fix: add feed filter

* fix: add localisation

* fix: add filter dropdown in feeds widget

* fix: missing localisation

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-10-02 15:14:39 +05:30
Chirag Madlani
241c838c64
fix(test): cypress skipped tests (#13360)
* fix(test): cypress skipped tests

* limit cypress tests to changed one

* fix service search

* enable cypress tests

* enable tier and owner spec

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-10-02 12:06:10 +05:30
Teddy
66d3fbb75d
feat: added german translation for OM (#13386) 2023-10-01 22:33:12 +05:30
Onkar Ravgan
855790924e
Cost Analysis - Data Insights Reports and Aggregation (#13379)
* Added reports and indexes

* Clean code

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-09-29 11:50:43 +02:00
Keagan O'Donoghue
f2f3cfbb26
[Docs] - Add context for windows authentication from linux (#13356) 2023-09-28 09:42:50 +05:30
karanh37
16f6b73d08
Part 2 of 3090: add glossary term approval workflow (#13324)
* feat: initial commit for glossary approval workflow

* fix: workflow scenario

* fix: add localization

* fix: add filters

* test: add cypress tests

* fix: show badge in header

* fix: hide glossary sidebar for glossary terms page

* fix: review comments

* fix: code smell

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-27 12:17:51 +05:30
Aniket Katkar
c6d8f90f81
fixed custom attribute settings page for search index (#13335) 2023-09-26 19:06:43 +05:30
Aniket Katkar
82b06b1a79
chore(ui): search index details and version cypress (#13287)
* Added cypress for search index version page
Added cypress checks for domains on version pages

* Added cypress for search index details page with different roles

* worked on comments

* fixed comment
2023-09-26 17:46:28 +05:30
Pere Miquel Brull
a4b9a2d2cb
Fix #13023 - Fix ingestionPipeline list parameters (#13289)
* Fix ingestionPipeline list parameters

* Fix test

* support filters from ui

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-26 10:57:14 +02:00
Chirag Madlani
226de71a26
fix(ui): contraint icon for table (#13322) 2023-09-25 09:31:01 -07:00
Ashish Gupta
8b37b92ffd
supported cypress for stored procedure and data models (#13312)
* supported cypress for stored procedure and data models

* fix failing cypress

* remove data model cypress
2023-09-25 21:53:03 +05:30
Sachin Chaurasiya
9e95ff47aa
fix(#13284): persist the data between the next and back step in ingestion workflow form (#13285)
* fix(#13284): persist the data between the next and back step in ingestion workflow form

* chore: add cypress test

* chore: update the test
2023-09-25 14:34:48 +05:30
Sachin Chaurasiya
e08a3dc7ad
feat(ui): add html to markdown conversion and vice versa in block editor (#13122)
* feat(ui): add html to markdown conversion and vice versa in block editor

* chore: update mention suggestion logic

* chore: add field support in entityLink

* chore: set focus after setting the content

* revert: chore: set focus after setting the content

* chore: change the prop name

* chore: add options to setContent

* chore: move parsing option to constant

* chore: add diff view custom node

* chore: add custom extension for image

* chore: address comment

* chore: address comment
2023-09-25 14:32:43 +05:30
Shailesh Parmar
621afae8d4
ui: aligned assets tab ui of teams page with glossary term page (#13291)
* ui: aligned assets tab ui of teams page with glossary term page

* move index's to constant file

* fixed no data placeholder flickering issue

* updated default layout option
2023-09-25 10:27:50 +05:30
Aniket Katkar
7524b673d0
Removed the error toasts shown for summary panel (#13309) 2023-09-22 17:09:26 +05:30
karanh37
41262ecb59
Issue 10516 (#13297)
* fix: add description component for lineage

* fix: update lineage data

* fix: code smells

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-09-22 12:59:05 +05:30
Shailesh Parmar
11ba94e4ea
ui: separate the api call for test suite (#13277)
* ui: separate the api call for test suite

* updated lampchage icon

* addressing comments
2023-09-22 11:40:59 +05:30
mohitdeuex
483219eadc Update pom for copying resources 2023-09-22 01:31:12 +05:30
Chirag Madlani
6417dff1c4
feat(ui): support custom properties for glossary, database & databaseSchema page (#13226)
* feat(ui): support custom properties for glossary, database & databaseSchema page

* update permission
fix version pages

* fix tests

* fix path for version page

* fix paths

* fix types

* fix codesmells

* fix logo for database

* fix code smell

* fix encoding issue
2023-09-21 21:25:16 +05:30
Chirag Madlani
b872d83c73
fic(ui): limit teamType options for various teams (#13282)
* fic(ui): limit teamType options for various teams

* fix edit teamtype

* fix condition
2023-09-21 21:22:05 +05:30
karanh37
b7119334be
Explore UI changes (#13280)
* fix: explore ui issues

* fix: add localisation

* fix: cypress updates

* fix: domain issues

* fix: update explore active index

* fix: review comments

* fix: code smells

* fix: update cypress

* fix: update method name
2023-09-21 19:07:42 +05:30
Shailesh Parmar
30c9f3e046
fixed: Bug: UI text spilling when deleting entity #13185 (#13281) 2023-09-21 18:27:41 +05:30
Chirag Madlani
eb3570e20d
test(ui): set env variable for e2e tests (#13256)
* test(ui): set env variable for e2e tests

* added CYPRESS_BASE_URL

* fix variable mapping
2023-09-21 11:22:36 +05:30