4793 Commits

Author SHA1 Message Date
Ayush Shah
d5b1465406
Fixes #14113 - Allow SSL file uploads (#15828) 2024-04-19 11:38:27 +05:30
Sachin Chaurasiya
6b3096f43c
ui: improve refresh token usage part 2 (#15947)
* ui: improve refresh token usage part 2

* Fix loading state issue in AuthProvider component
2024-04-18 18:22:34 +05:30
Shailesh Parmar
c7f6db3a61
#13475 ui/backend: test case validation for min max value (#15946) 2024-04-18 17:59:38 +05:30
Sachin Chaurasiya
c591db4eba
bump(ui): tiptap dependencies (#15932) 2024-04-18 11:35:00 +05:30
Shailesh Parmar
2475a90934
Fixes #14772 Display assets with no description/owner (#15876)
* Fixes #14772 Display assets with no description/owner

* added redirection from DI page to explore page with applied filter

* added cypress and unit test for the changes

* updated button style for data insight page
2024-04-17 17:58:30 +05:30
Shailesh Parmar
ad348e3658
Minor: Introduced support to add additional component in the incident manager details page (#15915)
* Minor: Introduced support to add additional component in the incident manager details page

* added delete method for test case sample data

* added data-testid

* addressing comments
2024-04-17 17:41:21 +05:30
Sachin Chaurasiya
068984e51b
ui(#15831): improve refresh token usage (#15854) 2024-04-17 15:35:38 +05:30
Chirag Madlani
f4ebfbbfc6
fix(ui): hide email if not present in the data (#15927) 2024-04-17 15:30:37 +05:30
Karan Hotchandani
6c44308ba4
minor tooltip fix (#15928) 2024-04-17 14:49:38 +05:30
Karan Hotchandani
92962c43ae
Show preview alert only for preview apps (#15926)
* show alert for only preview apps

* update tests
2024-04-17 10:29:21 +02:00
Ashish Gupta
23eb4ee1c9
MINOR: fix search index language configuration not saving (#15896)
* fix search index language configuration not saving

* minor changes
2024-04-16 15:58:38 +05:30
Sachin Chaurasiya
9995a13ac9
fix custom property cypress test (#15904) 2024-04-16 14:20:31 +05:30
Karan Hotchandani
1759747974
App preview alert (#15899)
* show alert for preview apps

* locales
2024-04-15 15:12:11 +00:00
Karan Hotchandani
bd3838868c
disable install for preview apps (#15884)
* disable install for preview apps

* move screenshot path to base class

* MINOR - Add Marketplace preview

* format

* add unit tests

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-04-15 17:32:01 +05:30
Shailesh Parmar
c0a58c5b44
Minor: added functionality to enable debug log for test suite ingestion (#15887) 2024-04-15 15:39:08 +05:30
Chirag Madlani
e91f846f5c
test(ui): cypress tests to cover health page of OpenMetadata (#15861)
* test(ui): cypress tests to cover health page of OpenMetadata

* added wait for api
2024-04-12 11:14:53 +00:00
Sachin Chaurasiya
10045d5a96
ui: add support for edit custom property in entity right panel (#15724)
* ui: add support for edit custom property in entity right panel

* add support for edit custom property in right panel for glossary term

* Add isRenderedInRightPanel prop to PropertyValue component

* Fix click issue in CustomProperty.ts

* Fix input visibility issue in setValueForProperty function

* Fix visibility issue in setValueForProperty function

* Fix import order in CustomProperty.ts

* Update visibility checks in setValueForProperty function in CustomProperty.ts file

* Fix import order in CustomPropertyTable.tsx
2024-04-12 13:07:06 +05:30
Shailesh Parmar
f079168845
Minor: fixed test case description change issue (#15867)
* Minor: fixed test case description change issue

* fixed cypress failure
2024-04-12 12:14:50 +05:30
Sachin Chaurasiya
8e25ce817e
update color input data testid for cypress tests (#15863)
* update color input data testid for cypress tests

* Update color input selector in Tags.spec.ts
2024-04-11 21:48:37 +05:30
Teddy
8fc4319f64
MINOR Add owner filter test case (#15853)
* feat: added owner filter to test case list from search

* refactor: deprecated `orderByLatestExecution` param

BREAKING CHANGE: `orderByLatestExecution` param from list endpoint `GET` has been removed in favor of `sortField` and `sortType` from the `search/list` endpoint

* style: ran java linting

* fix: increase es async time
2024-04-11 17:27:39 +02:00
Chirag Madlani
8e558a91e1
chore(ui): support extra dropdown items for service details page (#15857) 2024-04-10 20:02:27 +00:00
Sachin Chaurasiya
79728cbffa
update custom logo cypress test (#15850) 2024-04-10 19:58:10 +05:30
Shailesh Parmar
073d9ea57b
Fixes #10354 Filter test suites by owner / name (#15826)
* feat: add list from search for test suite

* feat: add list from search and owner/name filter for test suites

* style: ran java linting

* fix: es log failure detail

* #10354 Filter test suites by owner / name

* added filter logic, cypress and fixed unit test

---------

Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
2024-04-10 19:28:55 +05:30
Chirag Madlani
ce18766b96
chore(ui): minor ui changes to support flexibility to components (#15838)
* chore(ui): minor ui changes to support flexibility to components

* minor fixes

* add unit tests
2024-04-10 11:40:38 +00:00
Shailesh Parmar
7264773d6c
#14941 Filtering and sorting of data quality tests & suites at Data Quality page (#15725)
* #14941 Filtering and sorting of data quality tests & suites at Data Quality page

* added filters for test case type, status and startTs and endTs

* added platform filter

* sync-translation

* added table filter

* updated pagination for filter

* fixed failing unit test

* added unit test for filters

* added cypress for test case filters

* skipping filter cypress

* skipping cypress test
2024-04-09 11:35:09 +00:00
Sachin Chaurasiya
c3c5a81b55
feat(ui): add support for brand color config part 1 (#15714)
* feat(ui): add support for brand color config

* Update primary color variables in UI styles

* Update background color variables in less files

* Update UI styles to use primary color variable

* Add brand color customization option

* Add postinstall script to run build-check

* Update theme configuration in DirectionProvider and useApplicationStore

* Update primary color hover in variables.less

* Update primary color hover in UI styles

* Refactor BubbleMenu rendering in BubbleMenu.tsx

* Update activity feed card style and announcement border color

* Update colors in UI components

* Refactor BrandColorConfigSettingsPage component

* Add white label configuration settings page

* Refactor UI components and add AntDConfigProvider

* Add appearance configuration settings page

* Update appearance constants, add resetTheme function, and adjust input height

* Add link and custom theme support, and fix BrandImage src fallback

* Add custom theme translations for multiple languages

* Remove unused code and update theme color

* Add primary color to theme

* Remove custom logo configuration

* Add appearance configuration message to language files

* add unit test

* Remove appearance key and add theme key in language files

* Refactor AppearanceConfigSettingsPage component

* Fix import issue and update theme color

* Update text color in UI components

* Add theme colors to useApplicationStore
2024-04-08 18:34:38 +05:30
Ashish Gupta
61bc8568f8
chore: minor ui issue (#15819)
* chore: minor ui issue

* remove password field from schema form
2024-04-06 14:00:09 +00:00
Karan Hotchandani
a6d0c57053
Move provider state to zustand store (#15804)
* add domain store zustand

* fixes domain options

* move global search provider data to application store

* minor sonar fix

* address comments

* store partial info

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-04-06 17:52:21 +05:30
Harsh Vador
14b204ff83
WIP: Fix #12980: Expand description issue (#15778) 2024-04-06 17:24:04 +05:30
Ashish Gupta
05dfd4ddfd
MINOR: fix the recent run not showing for data-insight application (#15811)
* fix the recent run not showing for application

* supported unit test for the same

* used ingestionRecentRuns for application run status

* limit the records shown

* change the file logsViewer from component to page

* minor fix
2024-04-06 06:34:21 +00:00
Alexander Nedomets
ba561c9674
ISSUE-15263: Proxy settings for Yarn (#15287)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-04-06 10:18:17 +05:30
Ashish Gupta
11bf0a4c7d
#13907: support to change glossary term parent from the detail page (#15752)
* support to change glossary term parent from the detail page

* added localizaion keys

* added unit test and change component name

* added icon for change parent

* added cypress for the fetaure
2024-04-05 15:59:09 +05:30
Sachin Chaurasiya
ed66fc9ab7
fix(#15364): autogenerate ingestion pipeline name and show displayName (#15767)
* fix(#15364): autogenerate ingestion pipeline name and show displayName

* Refactor AddIngestion component and StringsUtils

* Refactor UUID generation function

* Update rowKey in IngestionListTable.component.tsx

* add unit test for replaceCallback

* Fix service run button selector and update row key in IngestionListTable

* Refactor code to improve readability and maintainability

* Fix null check in checkAndDeleteApp function
2024-04-05 15:52:28 +05:30
dependabot[bot]
09b03b9063
Bump undici in /openmetadata-ui/src/main/resources/ui (#15815)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 15:46:15 +05:30
Shailesh Parmar
eec5a72fa6
cypress: fixed AUT failure of main branch (#15820) 2024-04-05 15:44:11 +05:30
Pere Miquel Brull
67dee85abd
MINOR - Add Application type for logs (#15802)
* MINOR - Add Application type for logs

* MINOR - Add Application type for logs

* Add application_task to DataInsightLatestRun interface and update LogsViewer component

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-04-05 07:09:59 +02:00
Sachin Chaurasiya
a83604c255
ui: update error fallback icon in error boundary (#15803)
* update error fallback icon in error boundary

* Update language translations for OpenMetadata UI
2024-04-04 18:56:55 +05:30
Karan Hotchandani
4a310e4e11
fix matches description (#15805) 2024-04-04 16:35:43 +05:30
Ashish Gupta
25a256f601
#15236: fix redundent scrollbars on UI (#15779)
* fix redundent scrollbars on UI

* minor optimizaion
2024-04-04 10:54:29 +05:30
Aniket Katkar
b2c72cb86f
Minor: Search Flow cypress fix (#15789)
* fix the search flow cypress failures

* specPattern change for testing

* updated the cypress config

* cypress config reverted
2024-04-03 16:09:44 +00:00
Shailesh Parmar
b59efdcf30
Minor: removed beta label for incident manager (#15795) 2024-04-03 13:57:24 +00:00
Karan Hotchandani
9cadae9c27
Lineage cypress fixes (#15788)
* fix lineage cypress

* fix cypress
2024-04-03 11:54:01 +00:00
Karan Hotchandani
3bcc908bdf
Applications minor fixes (#15771)
* change button icon

* hide uninstall for system apps

* hide popover on clicking on avatar

* show badge count always

* cleanup

* unit tests
2024-04-03 12:30:10 +05:30
Sachin Chaurasiya
59e875994e
Minor: show generic message in error boundary for loading chunk error (#15783)
* Minor: show generic message in error boundary for loading chunk error

* Update error handling and localization strings
2024-04-03 11:28:07 +05:30
harshsoni2024
feb33a0cc2
Fix #12964: Qlik Sense & Qlik Cloud filter draft dashboards (#15726)
* Fix #12964: filter draft dashboards from config

* Fix #12964: add unit test for qlik_sense

* Fix #12964: added UI and doc code

* Fix #12964: move includedraftdashboard flag from source_connection to source_config

* Fix #12964: filter draft dashboards in qlikcloud

* Fix #12964: add unit test for qlik cloud

* Fix #12964: remove unnecessary comments, code clean

* Fix #12964: pylint changes
2024-04-02 14:30:33 +02:00
Aniket Katkar
5a22e31bb5
Minor: Fix AUT cypress test failures (#15751)
* remove sample_data dependency for searchFlow and improved version page tests

* address comments to move entity creation and deletion to util functions

* create util functions for getting the entity creation details for advanced search
2024-04-02 14:07:02 +05:30
Suman Maharana
4c14426652
MINOR: Added side docs for KafkaConnect (#15772) 2024-04-02 13:27:23 +05:30
Shailesh Parmar
8fcf700327
cypress: fixed cypress for AUT (#15765)
* cypress: fixed DataInsightReportApplication for AUT

* addressing comment

* Refactor custom property tests for better readability

* addressing comments

* fix glossary flakyness

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-04-02 12:02:45 +05:30
Aniket Katkar
72b3f05826
Fix #15483: Alert form destination selection improvements (#15494)
* change display name of the 'Generic' destination type to 'Webhook'

* reset destinations after source change

* refactor the DestinationSelectItem component.

* add unit test for DestinationSelectItem component

* update and fix cypress tests for destination select related changes

* remove the unnecessary callback ref use and used useEffect instead

* fix the failing unit tests

* fix the cypress tests

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-04-01 18:56:25 +00:00
Ayush Shah
ec8ae45c35
AzureSQL docs with Microsoft Entra addition (#15766) 2024-04-01 21:07:14 +05:30