3788 Commits

Author SHA1 Message Date
Abhishek Porwal
ba32ef1817
fix(#14369): added sort option in custom property table (#14537)
* added sort option in custom property table

* add comparision for displayName also, instead of just name

* added columnSorter utils fn

* fix type issue

* added unit test for columnSorter method
2024-01-02 23:11:19 +05:30
Abhishek Porwal
5e290d6d14
fix: search columns in table based on display name also + show display name if present instead of name (#14542) 2024-01-02 08:54:25 -08:00
Chirag Madlani
a457e7a664
fix(ui): pass encoded fqn to fetch table permission (#14538) 2024-01-02 17:32:32 +05:30
karanh37
d3a75652cf
pass entity reference in autocomplete widget (#14423) 2024-01-02 13:41:57 +05:30
karanh37
62d0331b53
revert search index disabling from ui (#14272) 2023-12-30 11:35:52 -08:00
Sriharsha Chintalapani
376bf4ec58
fix: upgrade @rjsf/utils from 5.4.0 to 5.15.0 (#14503)
Snyk has created this PR to upgrade @rjsf/utils from 5.4.0 to 5.15.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-12-30 11:35:22 -08:00
Pere Miquel Brull
1c2219517e
#13649 - Add Pipeline Status Skipped (#14524)
* #13649 - Add Pipeline Status Skipped

* Format
2023-12-29 09:41:59 +01:00
Sriharsha Chintalapani
95b90bc510
fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities (#14516)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6124857

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-12-28 10:23:01 -08:00
Teddy
3886842bb7
FIXES #14396: Exclude empty test suites from quality page (#14511)
* fix: exclude empty test suites

* style: ran java linting

* fix: update expected test results
2023-12-28 14:25:49 +01:00
Chirag Madlani
0b561f354a
fix(ui): remove pipeline links to dag (#14508) 2023-12-28 10:36:40 +05:30
Chirag Madlani
5110c9f423
chore(ui): remove mobx (#14349)
* chore(ui): remove mobx
remove mobx-react
bump node version to 18

* fix failing test (#14484)

* fix feed avatar issue

* fix tests

* update gitignore

* fix tests

* fix typo

* fix snapshot issue

---------

Co-authored-by: Harsh Vador <58542468+harsh-vador@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-12-27 10:42:06 +05:30
Chirag Madlani
c8809791ef
chore(ui): update star us url with utm_source to track the activity (#14499)
* chore(ui): update star us url with utm_source to track the activity

* update link
2023-12-26 13:56:09 +05:30
Norman
bd50db250f
Fixes #13382: Replace the user ID with user name in Glossary Term (#13753)
* Replace the user ID with user name in Glossary

* Replace the user ID with user name in glossary version history tab

* fix tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-26 13:55:46 +05:30
Chirag Madlani
8746058d83
FIX: #14486 filter current user from reviewer list (#14495) 2023-12-26 10:41:05 +05:30
Saurabh Yadav
0691c96eaf
FIxes 13543: Added Duckdb Ingestion Connector (#14468)
* changes

* Added duck db ingestion connector
2023-12-25 18:07:09 -08:00
Pere Miquel Brull
b786064bc2
#11857 - Store workflow status in the Ingestion Pipeline Status (#14462)
* Register StackTraceError in spec

* Register StackTraceError in spec

* Register StackTraceError in spec

* Add todos

* Update status

* docs

* format

* Fix tests

* Fix tests

* Fix tests

* Ignore generated

* Fix tests

* Fix tests

* Tests

* Try constants

* Try constants

* Print

* Print

* Print

* order

* Fix service name

* fix ui error

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-22 15:43:50 +01:00
Abhishek Porwal
a8e53d2b5f
fix(#14257): glossary term name get fully truncate for long text in glossary table (#14469)
* fix: glossary term name get fully truncate for long text

* fix a type issue in explore-page-v1 component

* fix some alignment of text and term icon

* fix the max width of name column in glossary table

* minor change

* minor change

* fix ellipsis issue for table column glossary term

* restrict term icon view based on height instead of width

* remove unwanted class

* revert back w-max-90 class

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-22 17:07:32 +05:30
Aniket Katkar
0a3b03bdc3
#14363: Fixed version page breaking issue for Table and Pipeline assets. (#14474)
* Fixed column displayName change resulting in error on table version page

* fixed pipeline name not showing on pipeline version page

* added unit tests for fixed table and pipeline version pages

* Wrapped edit displayName icon with button component

* added cypress tests for the fixed version page bugs for table and pipeline version pages
2023-12-21 20:53:45 +05:30
Harsh Vador
b9e1360bd9
fix #14404: table schema tab ui issues (#14405)
* fixed arrow name alignment issue

* fix permission issues

* fix modal scroll issue

* fixed permission issues

* minor fix

* fix failing test
2023-12-21 15:52:36 +05:30
Harsh Vador
7f0f8c54bc
fixed glossary term broken link (#14460) 2023-12-21 14:46:33 +05:30
Abhishek Porwal
c9a00f343f
fix: exception on global search sometimes (#14455) 2023-12-21 10:54:19 +05:30
Ayush Shah
ebc0a551e5
Fixes 12947: Add Support For DQ and Profiler in Databricks Unity Catalog (#14424) 2023-12-20 21:18:05 +05:30
Onkar Ravgan
9388c39b46
Fixed add ingestion page (#14458) 2023-12-20 19:31:16 +05:30
Sachin Chaurasiya
4ebe34363f
Fix [#14266]: CustomProperty page loading and error toast issue (#14457) 2023-12-20 12:27:49 +00:00
Harsh Vador
71ca9e3855
fix #13551: show domain on users page (#14381)
* show domain on users page

* added test cases

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-20 10:58:34 +05:30
Abhishek Porwal
4c1c91e6ba
fix: issue-12540 and issue-13992 (apply highlights and sort in summary column as well as for tags). (#14253)
* sort the summarylist items based on the
glossary-term-page and applied tags in explore page

* change path split logic to get the current glossary term

* sort the tags in summaryItem based on current glossary

* prettier-fix

* minor changes

* variable name changed

* unit test update for the sorting items based on tags in entity-summary-panel-utils

* added tag highlight for column tags

* fix: existing e2e test break in glossary.spec file

* e2e for checking the column sort based on current term page in right panel

* minor changes

* e2e for checking columnTagHighlight with sort on term page

* add page tag sort functionality based on filter applied in explore page and based on current term in glossary term page

* minor change

* implement summaeryItem  highlight and sort on global search + also when apply filter

* fix: for the first render after search first elements right panel name, description etc not get highlighted

* Revert "fix: for the first render after search first elements right panel name, description etc not get highlighted"

This reverts commit e69512d625f412263e925598846a0e104561a07c.

* minor change

* add tags sort and highlight functionality in StoreProcedure Page

* add tag sort and highlight functionality in dashboard

* add summary list and tags sort and highlight functionality in Dashboard Data Modal

* remove repeated code and optimize the getFormatEntityData method

* add sort and highlight for global search and filter in Pipeline component

* minor change to fix the entity details value not get parse in some cases

* add sort and highlight for topics in explore page

* added sort and highlight fn for MlModels in explore page

* added sort and highlight functionality for Containers in explore page

* add sort and highlights for charts data

* add sort and filter functionality for searchIndexs in explore page

* cleanup first

* cleanup 2

* move constant in separate file

* some type fix and cleanup

* minor fix

* fix unit test for EntitySummaryPanelUtils

* minor fix

* revert some change and fix unit test in SearchIndexSummary component

* revert some change

* constant file name change

* update the highlight keys constant and add sort and highlight summary list based on column description also

* cleanup in EntitySummaryPanelUtils

* type errors fixing

* fixing type issues wip

* revert a change

* change a variable name and fix type error

* change the sequence of parameter in getFormattedEntityData fn

* fix unit test

* fix type issues

* fix e2e test for sorting and highlighting summaryList and its tag

* added sort and highlight for DatabaseSummary component

* added sort and highlight for DatabaseSchemaSummary component

* added sort and highlight in different service-summary component

* fix: right panel entity display name and description not get highlight on search until we select a entity card

* address comments

* address comments

* address comments 3

* fix: unit test fail after addressing comments

* address comments

* revert some change

* added unit test for newly added methods in EntitySummaryPanelUtils

* added unit test for highlightEntityNameAndDescription method

* fix conflict after taking pull and some cleanup

---------

Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
2023-12-20 10:57:59 +05:30
Ayush Shah
03f884b376
MINOR: Fix Typos (#14448) 2023-12-20 10:30:23 +05:30
Pere Miquel Brull
e16ad3c5dc
MINOR - Clean ingestion ES code and auth providers (#14358)
* MINOR - Clean ingestion ES code and auth providers

* clean parser

* Clean security config for the client

* Clean security config for the client

* Improve class conversion exceptions

* Fix tests

* Clean up java client

* Clean up java client

* clean parser

* Fix test

* Fix test

* fix NO_AUTH error

* Fix test

* Format

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-19 12:08:48 +01:00
Harsh Vador
824307dc9a
fix #14292: Tags Page UI issues (#14327)
* Fixed modal css & text styling

* fix unnecessary api calls

* address comments

* added locale files

* change widget message & fix unnecessary api calls

* address comments

* fix tags page import

* fix failing cyp test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-19 15:25:18 +05:30
Sachin Chaurasiya
d79654e271
Minor: add base class for search (#14379)
* Minor: add base class for search

* fix: unit test

* add changes to for suggestions

* fix unit test

* address comment

* fix type
2023-12-19 15:02:22 +05:30
Harsh Vador
c601dde801
fix #14159: Added support for displayName in adding ingestion (#14384)
* added support for displayName in adding ingestion

* added test cases

* minor code fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-19 11:32:20 +05:30
Pere Miquel Brull
d8984d267e
#14340 & #13849 - Clean secret ID and improve encrypt/decrypt exception management (#14356)
* Fix supported characters in SM

* Update SM

* Fixes

* Fixes

* Improve class conversion exceptions

* Comments

* Rename noop to db secrets manager providee

* Update sm

* Fix

* db SM

* db SM

* Fix test

* UI

* Update openmetadata-ui/src/main/resources/ui/src/mocks/IngestionListTable.mock.ts

* update default
2023-12-18 06:43:20 +01:00
Chirag Madlani
c49b5f4065
FIX #14376: Pagination control get blocked by notification popup (#14377) 2023-12-13 15:59:38 +00:00
Harsh Vador
c2b0c2687d
#14114: Support for personal access token (#14247)
* added user access token

* added locale files

* Add invalidate call when calling api for personal token

* added test cases

* refactor code

* code refactor

* change styling

* added test cases and code refactor

* added locale files

* fix failing test

* code refactor

* code refactor

* added common comp in bots page

* fix cypress tests

* add cypress tests

* added locale files

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-12-13 18:25:22 +05:30
chyueyi
bfe64e0075
[Docs]- add ui doc for doris connector (#14147) 2023-12-13 18:13:13 +05:30
Harsh Vador
d3b5a1af5d
fix old password match (#14273)
* fix old password match

* return bad request

* added test cases & code refactor

* comments addressed

* code refactor

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2023-12-13 14:32:47 +05:30
Shailesh Parmar
bc4d048f5d
Minor (cypress): fixed failing cypress for custom metric (#14367) 2023-12-13 14:18:27 +05:30
Shailesh Parmar
2337e239a4
#13445 Profiler Graph Should not Show a Point if value is None (#14345)
* #13445 Profiler Graph Should not Show a Point if value is None

* addressing comment

* fixed sonarcloud
2023-12-12 14:50:10 +00:00
Shailesh Parmar
d3ebe6fb4b
Minor: fixed profiler setting is not persist for sample data count (#14350) 2023-12-12 19:04:03 +05:30
mgorsk1
b3ac8de405
fixes #14337: remove security gap in approval workflow (#14338)
* 🎉 Init

* 🐛 Fix variable responsible for creator

* 🐛 Fix variable responsible for creator

---------

Co-authored-by: at91mm <mariusz.gorski@ing.com>
2023-12-12 10:27:05 +00:00
Shailesh Parmar
c16da9a52a
#12539 change the default "last 3 days" for Data Quality TestCaseResults (#14328) 2023-12-11 16:49:59 +05:30
Shailesh Parmar
9a0784913d
Feat: #11346 Add UI Support to Add Custom Profiler Metrics (#14132)
* #11346 Add UI Support to Add Custom Profiler Metrics

* fixed failing unit test

* fixed loading issue and added no profiler banner in column profile component

* create context provider and removed all the common props to context

* fixed failing unit test

* miner fixes

* added view part of custom metrics

* added:
- Edit action
- Delete action
- Basic structure of add form

* translation

* work on create custom metric for table and column.

* refactor structure in addCustomMetric page

* fixed failing unit test

* fixed failing cypress test and added create custom metric cypress test

* added cypress test for custom metric covered below scenarios
- Add
- Edit
- Delete
table and column custom metric

* added unit test for customMetricForm

* added unit test for
- NoProfilerBanner
- CustomMetricGraphs

* unit test for addCustomMetricPage

* added unit test for utils file

* fixed failing unit test

* fixed encoding issue

* addressing comments
2023-12-11 16:42:11 +05:30
Shailesh Parmar
f1e4142acf
Minor(Cypress): Fixed failing cypress (#14322)
* Miner(Cypress): Fixed failing cypress

* minor fixes
2023-12-11 14:08:44 +05:30
Chirag Madlani
ceb750f7e9
chore(ui): remove appState deps for profile details (#13766)
* chore(ui): remove appState deps for profile details

* remove random user assign on no-auth

* fix failure

* fix profile loading

* fix unit tests

* fix loading issue

* fix profile loading issue

* fix profile loading for assignee component

* fix misc bugs

* user async / await

* address comments

* use enum

* update test case

* fix unit tests

* fix tests

* fix cypress tests
2023-12-08 16:29:29 +05:30
karanh37
8a71f34351
Fix custom attrs for glossary term (#14316)
* fix: update entity type to glossary term

* fix: unit tests

* fix: add cypress
2023-12-08 13:59:30 +05:30
Ashish Gupta
e59fffc2f3
MINOR: Fix the query of domain in explore (#14297)
* Fix the query of domian in exolore

* added cypress test

* minor change in url

* minor change
2023-12-08 13:13:19 +05:30
Sachin Chaurasiya
8feb85e245
fix(#14311):Unable to add the term's name in Thai. (#14315)
* fix(#14311):Unable to add the term's name in Thai.

* add more languages unit tests
2023-12-08 13:13:08 +05:30
Suresh Srinivas
3950cdb58a
Update dependencies and plugins (#14309) 2023-12-07 19:29:16 -08:00
Chirag Madlani
c730c4c4ce
Fix: notificaion postition (#14306) 2023-12-07 18:58:33 +05:30
karanh37
d544220690
fix: filter deleted assets while adding (#14304) 2023-12-07 18:47:44 +05:30