* 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
* 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>
* 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
* 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
* 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
* 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>
* 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
* 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
* 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>
* cypress: fix cypress failure for teamDragAndDrop
* added cypress label
* move cleanup code in the after function
* remove the team creation from test part and put it in before
* remove service.spec as it is already covered in services.spec
* fixed DQ cypress
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* fix the ui around domain label, data filter and searchindex table entity stats
* remove unwanted file change
* changes as per comments
* changes as per comments
* fix the missing dependency
* Add entityReferences and entityReferenceList as custom properties
* ui: allow to add custom properties for all available property types.
* make entity type as an array
* Fix label typo and import order in AddCustomProperty component
* Remove unnecessary property types with format
* Refactor CustomPropertyTable.tsx to handle array config and enum config
* Add entity reference options and update custom property form
* Add EntityReference and EntityReferenceList as a custom property
* add validation for date format
* Add date and dateTime input support to PropertyValue component
* Fix import order and add search functionality to type dropdown
* Fix custom property cypress tests
* add input for number, email, timestamp, timeInterval, duration, time, sqlQuery,
* add input support for entityReference and entityReferenceList
* Add placeholders for email, timestamp, start time, end time, and duration inputs
* Refactor PropertyValue component to use destructuring for timeInterval object
* Add minWidth style to PropertyValue component and include SQL query editor
* Add entityReference and entityReferenceList as a generic types and not reference to the existing types
* Remove services from entity reference types list
* handle property values for different property type
* Update ExtensionTable to handle object values in CustomPropertyTable
* Add entity reference list rendering and styling
* Fix file paths in complexTypes.json
* Add regex constant for UNIX timestamp in milliseconds and update language files
* Refactor custom property configuration and add new options
* Fix import order and update property value handling
* add unit tests for different input types for different property type
* add unit test for different property type values
* fix cypress tests
* add cypress test for CRUD for different types
* add cypress test for entity ref and entity ref list property type
* add cypress tests for all the 11 entities which support custom properties
* fix cypress test for createCustomPropertyForEntity
* Add new interfaces and types for CustomPropertyTable
* add cypress test for custom property to create via APIs for entities
* add cypress tests for string,integer, markdown, number, duration, email
* add cypress test for enum property for all entities
* add cypress test for sqlQuery, timestamp and timeInterval property
* fix cypress test for sqlQuery input
* fix flaky cypress test for sqlQuery input
* address comments
* Refactor import statements and update ENTITY_PATH enum
* Update import statement in CustomProperty.ts
* change TimeInterval to Time Interval
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>