4917 Commits

Author SHA1 Message Date
Ashish Gupta
d7c21ae440
support unit test for addDomainForm and minor cleanup (#15470) 2024-03-07 05:45:50 +00:00
Chirag Madlani
7490663bc8
Cleanup entity details (#15461)
* chore(ui): move entitydetails loading to

* improve version page

* minor improvement for version

* fix tests

* chore(ui): reduce routes from specific to generic to reduce the code (#15404)

* chore(ui): reduce routes from specific to generic to reduce the code

* cleanup on authenticated app router

* fix tests

* fix path for table then other type

* fix cypress

* address comments

* fix routes issue

* fix path issue for versino pages

(cherry picked from commit bb03e594a4113ffd3266ab9220d1b7efc14a50f5)

* fix paths

* fix tests

* fix mock issue

* fix java lint

* fix task path
2024-03-06 17:33:13 +05:30
Ashish Gupta
39eb9299e4
supported unit test for email configuration, incident header page and fix some cypress (#15420)
* supported unit test for email conifugration form

* fix cypress for roles and policies

* supported unit test for incident manager header component

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-03-06 13:27:36 +05:30
Chirag Madlani
dd05b67449
Revert "chore(ui): reduce routes from specific to generic to reduce the code …" (#15465)
This reverts commit bb03e594a4113ffd3266ab9220d1b7efc14a50f5.
2024-03-05 23:08:19 +05:30
Sachin Chaurasiya
491aeb1b7f
Minor: filter out the filterPatterns if excludes and includes are empty (#15449)
* Minor: filter out the filterPatterns if excludes and includes are empty

* Update limit to 20 in getTypeListByCategory
2024-03-05 15:02:17 +05:30
Chirag Madlani
bb03e594a4
chore(ui): reduce routes from specific to generic to reduce the code (#15404)
* chore(ui): reduce routes from specific to generic to reduce the code

* cleanup on authenticated app router

* fix tests

* fix path for table then other type

* fix cypress

* address comments

* fix routes issue

* fix path issue for versino pages
2024-03-05 14:34:01 +05:30
Harsh Vador
219b6cdc17
fix description related cypress tests (#15434)
* fix description related cypress tests

* fix edit description cypress
2024-03-05 12:01:56 +05:30
Aniket Katkar
110e7a4f4b
Fix #15438: Update filters and destination for 'Conversation' source in notification alert (#15443)
* Add 'Mentions' enum for subscriptionCategory

* fix the user list selection field not showing for 'Mentioned Users' filter

* update the cypress for new changes

* fix teams not showing in the mention suggestions
2024-03-04 21:40:31 +05:30
Thiago Pires
2e8f3f4b23
fix issue 14802: disable self-sigup interface when using ldap authent… (#15280)
* fix issue 14802: disable self-sigup interface when using ldap authentication provider

* Update SignInPage.tsx

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-03-03 16:58:15 +00:00
Harsh Vador
ec475bce03
ui: display source of lineage (#15391)
* ui: display lineage source

* added locale files

* rename dbt source name

* test: added unit test case
2024-03-02 22:20:30 +05:30
Pere Miquel Brull
4df94ed24d
MINOR - Update ES translation (#15416) 2024-03-01 09:13:48 +01:00
Harsh Vador
8240579916
ui: replace description comp with descriptionv1 comp (#15370)
* ui: replace description comp with descriptionv1 comp

* fix unit test cases

* fix failing tests

* address comments
2024-03-01 12:29:43 +05:30
Shailesh Parmar
9e224b7588
#15403 Team filter on the Data Insights page doesn't work as expected (#15410) 2024-03-01 11:57:30 +05:30
Mohit Yadav
500e407c8d
Make Recreate Index Default as true (#15413) 2024-03-01 11:56:19 +05:30
Sachin Chaurasiya
b881a596ef
fix: type errors for pr #15297 (#15411) 2024-03-01 00:14:47 +05:30
Sachin Chaurasiya
0bef4aea02
doc: add whats new for 1.3.1 (#15407)
* doc: add whats new for 1.3.1

* Fix typos and improve Slack notifications format

* Add support for enum type in custom properties
2024-03-01 00:11:51 +05:30
Ashish Gupta
bf9269fb7b
fix url malformed issue in entity popover and data insight detail page (#15402) 2024-03-01 00:02:25 +05:30
Shailesh Parmar
065dc4be42
#14063 Scale of axis on Data Quality Chart (#15368)
* #14063 Scale of axis on Data Quality Chart

* miner fix
2024-02-29 18:40:43 +05:30
Shailesh Parmar
a694cc5cc9
#14001 Add sort option for Test Cases (#15401) 2024-02-29 17:54:29 +05:30
Sriharsha Chintalapani
cecbf80a2d
Add Custom Propety Config to store format, enum values, entity types (#15302)
* Add Custom Propety Config to store format, enum values, entity types

* Fix import statements and remove unused code

* Add Custom Propety Config to store format, enum values, entity types

* Add support for enum field type in custom properties

* update name in customPropertyConfigTypeValueField

* add custom property config column in custom property table

* Update padding-left in block-editor.less

* Add enum value translation for multiple languages

* update placeholder of config

* fixed python sdk

* add enum type in property value

* add unit tests

* Add Custom Propety Config to store format, enum values, entity types

* update ui to handle the enum config and validation

* Fix enum value handling in EditCustomPropertyModal and PropertyValue

* Update CustomProperty.md with enum values and multi-select option

* add cypress test

* add cypress for multiselect enum value

* Add tests for enum props

* add cypress for editing the enum property

* Add validations to enum

* Fix dependency issue

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
2024-02-29 14:36:24 +05:30
Ashish Gupta
e414e9eaa3
chore: minor ui fixes (#15398) 2024-02-29 14:11:22 +05:30
Harsh Vador
e4ce31e142
remove unnecessary LOADING_STATE enum & fix failing unit tests (#15373)
* remove unnecessary LOADING_STATE enum & fix failing tests

* show loader while delete in progress

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-29 12:15:19 +05:30
Imri Paran
ddf02f24d4
add BigTable as beta (#15332) 2024-02-28 19:47:53 +05:30
Ashish Gupta
7284bfcb61
MINOR: change placeholder for add asset in teams (#15390)
* change placeholder for add asset in teams

* localization keys

* changes as per comment on localization key

* fix the squashing of header in entity page
2024-02-28 19:14:02 +05:30
Ashish Gupta
ec503c3afc
MINOR: add tooltip for icons (#15348)
* added tooltip on floating icons

* localizaion keys

* added tooltip on tables and other icons

* clipboard copy tooltip

* fix unit test

* fix cypress issue

* code smell fix

* changes as per comments and fix cypress issue
2024-02-28 16:41:08 +05:30
Harsh Vador
5e808d39cb
test: unit test case of add domain (#15363) 2024-02-28 07:42:43 +00:00
Harsh Vador
4b374c7de7
navbar test case (#15352) 2024-02-28 07:41:13 +00:00
Ashish Gupta
7962524619
supported glossary search index and fix explore glosarry count (#15349)
* supported glossary search index and fix explore glosarry count

* minor fixes and remove unused code

* fix cypress failure
2024-02-28 12:29:04 +05:30
Harsh Vador
e669285652
test: unit test case of Notification feed card (#15267) 2024-02-28 11:46:09 +05:30
Harsh Vador
e755267f2d
test: unit test case of Add Data Product Modal (#15360) 2024-02-28 11:45:28 +05:30
Teddy
056e6368d0
Issue #14765 - Preparatory Work (#15312)
* refactor!: change partition metadata structure for table entities

* refactor!: updated json schema for TypeScript code gen

* chore: migration of partition for table entities

* style: python & java linting

* updated ui side change for table partitioned key

* miner fix

* addressing comments

* fixed ci error

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-02-28 07:11:00 +01:00
Aniket Katkar
0a38334c98
Minor: Add edit alert form item improvements (#15346)
* add "Assignees" option in subscription category enum

* add Assignee option for task alert source destination options

* change alert form section names from "Trigger" to "Source" and "Actions" to "Trigger"

* localization changes for other languages

* rename the trigger item components

* rename observability alert form actions item component to a proper name

* only show "Owners" and "Assignees" options for "Task" source

* change all alert trigger references to source

* change all alert action item references to trigger

* fix failing unit test

* add cypress coverage for task source

* convert alert specs to .ts files

* update the changed key value for other languages
2024-02-28 11:13:13 +05:30
Chirag Madlani
8c46a4e5cd
chore(ui): wait before udpate the ui for update calls (#15356)
* chore(ui): wait before udpate the ui for update calls

* fix some more cases

* fix unit tests

* fix cypress
2024-02-27 19:49:29 +05:30
Karan Hotchandani
da926d1f2d
Disable updation of mutually exclusive in classification and minor other fixes (#15361)
* fix minor issues of classification and glossary assets

* add mutually exclusive label

* fix cypress
2024-02-27 17:26:01 +05:30
Karan Hotchandani
e8c0b017ba
exclude tags search from domain (#15328)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-27 14:23:44 +05:30
Chirag Madlani
853974005b
chore(ui): improve ui / ux around patch api calls (#15293)
* chore(ui): improve ui / ux around patch api calls

* domain loading changes

* add loading state to entityReName modal

* added loading state for following

* setLoading false in entityName modal

* delete style fix

* updated vote loading and delete loading for queries

* fixed loading issue in profilerSettingsModal

* fixed no data placeholder issue while loading in thread drawer

* fix glossary term related changes

* fix glossary term related changes

* fix: Spaces and Tabs of YAML (#15309)

* fix: Simplify the logic for get cypress filter step

* ui/ux fix

* added tooltip on icons

* localizaion keys

* minor changes

* fixed profiler picture loading issue

* Fix UI-UX (#15313)

* incident manager edit displayName loading

* no data placeholder for no search data

* code refactor

* address comments

* fetch latest data in tagsPage

* fix edit description icon alignment

* edit icon fix

* fixed failing unit test

* revert version tests

* addressing comment

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Harsh Vador <58542468+harsh-vador@users.noreply.github.com>
2024-02-26 14:52:17 +05:30
Sachin Chaurasiya
37fa6658c0
Minor: update ingestion workflow ui doc (#15342) 2024-02-26 08:00:42 +00:00
Ashish Gupta
1efbeb1204
MINOR: made ui enhancement in setting page (#15269)
* made ui enhancement in setting page

* ui fixes

* fix ui render in application and other setting page

* fix unit test and user profile page issues

* added loader in team selectable in user profile page

* changes as per comments

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-23 14:18:01 +05:30
Chirag Madlani
ad9a6df282
fix(ui): show user info with displayName and profile on version timeline (#15233) 2024-02-23 10:36:14 +05:30
Imri Paran
18c22c4178
Fixes #10013: Implement first stage of NoSQL profiler (#15189)
* feat(nosql-profiler): row count

1. Implemented the NoSQLProfilerInterface as an entrypoint for the nosql profiler.
2. Added the NoSQLMetric as an abstract class.
3. Implemented the interface for the MongoDB database source.
4. Implemented an e2e test using testcontainers.

* added profiler support for mongodb connection

* doc

* use int_admin_ometa in test setup

* - fixed linting issue in gx
- removed unused inheritance

* moved the nosql function into the metric class

* formatting

* validate_compose: raise exception for bad status code.

* fixed import

* format
2024-02-22 11:46:19 +01:00
Mohit Yadav
0892da51b6
Clustering jobs across servers (#15277)
* - Added Jdbc Store for Quartz Job
- Added tables schema for Mysql and Postgresql

* Catch Object Already Exists

* Drop tables extra statements

* Use Proper Dialects
2024-02-21 21:46:30 +05:30
dependabot[bot]
efec5cd7ad
Bump ip from 1.1.8 to 1.1.9 in /openmetadata-ui/src/main/resources/ui (#15285)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-21 08:11:06 +00:00
Shailesh Parmar
ea8b8989da
#15262 UI: tooltip is not visible for the edge of the graph in data quality (#15282) 2024-02-21 12:49:10 +05:30
Harsh Vador
feb48b20e4
test: unit test case of notification box (#15259)
* test: unit test case of notification box

* remove unnecessary assertion
2024-02-21 11:44:19 +05:30
Harsh Vador
80ff748781
test: unit test case of services (#15249) 2024-02-21 11:02:19 +05:30
Harsh Vador
3584368ff2
test: unit test case of service connection details (#15230) 2024-02-21 10:59:48 +05:30
Ashish Gupta
9c46391e73
fix the table row issue and make sample data table header fix (#15268) 2024-02-20 18:54:09 +05:30
Shailesh Parmar
a35c8b3a5d
Minor: Updated put with patch call in ui and clean up (#15244)
* Minor: Updated put with patch call in ui and clean up

* fixed sonar cloud issue

* fixed drag drop failure
2024-02-20 16:25:02 +05:30
Ashish Gupta
1c1dba7a63
supported cypress for team and glossary drag and drop functionality (#15213)
* supported cypress for team drag and drop functionality

* added glossary drag and drop cypress and fix searchindex cypress failure

* changes as per comments

* fix the regression of import
2024-02-19 19:52:46 +05:30
Ashish Gupta
7e10067ada
#15227 support display name in lineage search node (#15238)
* supported display name in lineage search node

* changes as per comments
2024-02-19 13:05:21 +00:00