* re-supported password input and value hidden on asterisks basis
* supported test
* check the entire string value for showing it in the input
* added test
* Add predefined color palette for UI styling assets - backend
* Update UI components to use customLogoConfig in applicationConfig
* Update UI components to use customLogoConfig and customTheme in applicationConfig
* Update UI components to use customLogoConfig and customTheme in applicationConfig
* Update UI components to use customLogoConfig and customTheme in AppearanceConfigSettingsPage.tsx
* Update UI components to use customLogoConfig and customTheme in AppearanceConfigSettingsPage.test.tsx
* Remove existing customLogoConfiguration
* Refactor App.tsx and ThemeUtils.ts files
* Update AppearanceConfigSettingsPage.tsx with new imports and default theme values
* Update AppearanceConfigSettingsPage.tsx with new imports and reset functionality
* add cypress test
* Fix color update issue in CustomThemeConfig.spec.ts
* Remove existing customLogoConfiguration -migration changes
* Fix theme configuration initialization in useApplicationStore.ts
* Update CustomThemeConfig.spec.ts to check if the color is updated
* update existing customLogoConfiguration with customUiThemePreference -migration changes
* Update CustomThemeConfig.spec.ts to fix color update check
* Add unit tests for ThemeUtils
* move validateJsonSchema method to JsonUtils
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* fix: unique test computation to scalar_subquery
* fix: make test case reference an inherited field
* style: ran java linting
* fix: added test case resolution migration
* style: ran java linting
* MINOR - Metadata Actions schemas
* add type for left side menu bar items
* fix the required fields in automatorAppConfig.json schema
* update constants
* mixin
* create new styled component to show in alerts form card
* Add new translations for ingestion pipeline and location
* Fix import statement in AlertDetailsPage.tsx
* Update automatorAppConfig.json schema to use an array for the 'type' property
* config
* move the advanced search configs to a new classBase for better customization
* Update automatorAppConfig.json schema to add "name" and "description" fields
* Update automatorAppConfig.json schema to remove "name" and "description" fields
* Add new translations for description-plural in multiple language files
* filter Automator
* revert remove
* Update pipeline actions interface and component to handle edit click event
* Update select type for advanced search fields in AdvancedSearchClassBase.ts
* Update ErrorPlaceHolderIngestion component to accept cardClassName prop
* Update FormCardSection component to accept className prop
* Update TagsContainerV2 component to include state property in tag data
* Update TagsContainerV2 component to include defaultState and defaultLabelType properties
* Update ingestionPipelineAPI.ts to include applicationType parameter in getIngestionPipelines function
* Update AdvanceSearchProvider.test.tsx to include pathname in useLocation mock
* work on comments
* fix sonar lint errors
* format
* Update useLocation mock in AdvanceSearchProvider.test.tsx to include pathname
* revert remove
* Update LogsViewerPage interfaces and component to include application_task in IngestionPipelineLogByIdInterface
* Update LeftSidebar component to import LeftSidebarItem interface and fix type annotation in children map function
* fix observability alert test
* revert the form list add method change
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* 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
* 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
* 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>
* 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
* 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
* 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>
* #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
* 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