* Feat: Move data quality page tabs to left panel
* fixed failing unit test
* fixed failing playwright
* added support for dashboard in enum
* Add support for dashboard in enum and custom pie chart component
- Added support for dashboard in enum by creating a new file `Chart.constants.ts` and exporting the constant `CHART_BASE_SIZE`.
- Updated the `Chart.interface.ts` file to include the `CustomPieChartData` type and the `CustomPieChartProps` interface.
- Added a new file `CustomPieChart.component.tsx` to implement the custom pie chart component.
- Updated the `Color.constants.ts` file to import the `DEFAULT_THEME` from `Appearance.constants`.
- Added a new file `TestCaseStatusPieChartWidget.component.tsx` to implement the test case status pie chart widget.
Related to #18155
* Refactor: Update language translations and add initial entity health matrix
This commit refactors the language translations in the UI, specifically adding translations for "Healthy" and "Unhealthy" in multiple languages. Additionally, it introduces the initial entity health matrix, which includes the counts for healthy and unhealthy entities.
* Refactor: Update language translations and add initial entity health matrix
- Refactor the code to update language translations and add an initial entity health matrix.
- Add a new constant `INITIAL_ENTITY_HEALTH_MATRIX` to represent the initial health matrix of entities.
- Add a new constant `INITIAL_DATA_ASSETS_COVERAGE_STATES` to represent the initial coverage states of data assets.
* Refactor: Update language translations and add initial entity health matrix, added open incident area chart widget
* Refactor: Update language translations and add initial entity health matrix, added open incident area chart widget
* Refactor: Add IncidentTimeChartWidget component and related interfaces
This commit adds a new component called IncidentTimeChartWidget, which is responsible for displaying a chart widget related to incident time metrics. It also includes the necessary interfaces for the component.
The IncidentTimeChartWidget component fetches incident time metrics data from the server and displays it in a custom area chart. It calculates the average time value based on the fetched data and renders it along with the chart.
The commit also includes updates to the Chart.interface.ts and CustomAreaChart.component.tsx files to support the new component.
Issue #TBD
* Refactor: Update language translations and add resolution time and response time translations
* Refactor: Add TestCaseStatusAreaChartWidget component and related interfaces
* implemented filters for dq dashboard
* added description for menu
* move default tab view logic to classBase
* Refactor color variables and add unit test for utility function
* added unit test for dataQualityDashboardAPI
* added unit test for new component
* added unit test for new component
* updated the UI
* added unit test
* Refactor date formatting in KPIChart and DataQualityUtils
This commit refactors the date formatting in the KPIChart component and the DataQualityUtils module. In the KPIChart component, the tickFormatter function in the XAxis component is updated to use an arrow function instead of the formatDate function. In the DataQualityUtils module, the formatDate function is modified to support UTC formatting when necessary. Additionally, two functions, getStartOfDayInMillis and getEndOfDayInMillis, are added to the DateTimeUtils module to calculate the start and end of a day in milliseconds.
* fixed failing unit test
* updated icon
* refactore the code
* update the icon for sql
* fixed java checkstyle
* fixed playwright test
* minor
* fix: entity link accepted characters
* fix: match all characters but `<>|::`
* fix: remove unnecessary negative lookbehind
* fix the test case search not working on add ingestion page in case of special characters in FQN
* style: ran java linting
* fix: failing testst
* style: ran java linting
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* Add ER diag APIs and sample data
* fix pylint
* formatting fixes2
* fixed es client return
* fixed os client return
* supported TableDetailPage tabs as classBase for supporting collate only tabs
* Added schema Apis
* change the base class to .ts and move the component in the util files
* beautify function arguments
* Added optimizations
* Ingestion changes
* svg dimension change
* supported class base tab in databaseSchema
* supported classBase action button in schema table name column
* added further keys data for constraint modal
* fix sonar issue
* remove old method to override edit action on column and shifted to DisplayNameModal for fields
* supported table right panel component to further extends on collate side
* minor fix around duplicate constraint
* added support to update table constraints and column constraints in the UI
* code optimization and minor fixes
* review comments and multi col fix
* added queryFilter option in NodeSuggestion and tableConstrainst to fetch and use only in service tables
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Hello.
From Ednon and for Galicia, Galicians and the whole community, we want to make our small contribution to this application with the Galician translation.
Greetings.
* supported displayName field in User listing page
* change the displayName to name for the consistency around name property around ui
* fix sonar issue
* Update the cron-editor form to implement new design
* localization changes
* Refactor the CronEditor component
* Improvements and bug fixes for CronEditor
* localization and license header changes
* Fix the type errors
* Move the CronEditor component logic to ScheduleInterval
* Fix schedular for the test suite ingestion
* Fix the unit tests
* Fix playwright tests
* Fix the failing playwright tests
* Fix the ingestion search issue
* worked on comments and fixed playwright tests
* Remove the unnecessary isEmpty check for the cron string
* Fix the cron values for hour and min not showing correctly
* Remove the isEmpty check for cron
* Move the cron error checks to the create ingestion logic
* Fix the failing playwright
* Add the monthly schedule option
* Fix the logic for default schedule to allow default schedule as none
* fix the unit tests
* Add name field in the advanced search fields list
* Update the search index for autocomplete for name DisplayName
* removed unnecessary array for searchIndex
* supported total distinct user count in Team page
* minor improvement
* fix unit test
* added helpertext tooltip and change the label
* minor cosmetic update
* add check for MetaPilot - Limits
* code refactor
* move applications call from store to component
* fix:set value of applications from provider inside store
* update store inside provider
* fix failing tests
* Fix#18007: Disabled Classifications or Tags shouldn't be visible in UI
* added playwright test for disabled tags should not be visible while search
* replace testing tag to new generated one to avoid flakyness
* added test for checking tags are re-enabling it from disabled state
* fix the playwright test for the wrong column selector
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* what's new in 1.5.7 doc
* minor fix around indentation
* Update whatsNewData.ts
Update whatsNewData.ts -- remove enumWithDescriptions pointer from the list
* Added improvement for table-level, export-import
Added improvement for table-level, export-import
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
* import/export support for table type custom property
* remove logs
* Add backend tests
* ui: add custom type property parsing
* print rows in the order of columns defined in config
* ui: handle special chars pasring for custom property import/export
* ui:improve table type property parsing
* ui:fix sql input styling
* ui: improve the parsing for table type property
* ui: fix parsing for markdown, string and sqlQuery properties
* ui: fix parsing for table type property
* ui: fix unit test
* fix backend tests
* remove unwanted comments
* ui: add playwright test for table type import/export part1
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Table custom property enhancements
* ui: remove rowCount
* minor style file changes
* minor change to show no data placeholder
* add icons for property types
* fix type filtering issue
* fix spacing issue for custom properties card
* refactor comments and style file
* fix test
* add playwright test for adding/updating table type property in entity
* add sesrchField for search property by name
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Feature : Add table-type custom property
* ui: remove enumWithDescriptions property
* Refactor AddCustomProperty component to remove unused EnumWithDescriptionsConfig import and property
* ui: add support for creating and updating the table-type property
* add rowCount field in table-type and clean logic of validation
* add rowCount field in table-type and clean logic of validation
* add rowCount field in table-type and clean logic of validation
* ui: add support for adding value to table type property part 1
* use rowCount from the API
* default row-count to 10
* fix tooltip to read rowcount from the props
* fix empty row issue
* rename from table-type to table-cp
* Refactor table type property to handle empty rows and display in modal
* Refactor table type property to handle empty rows and display in modal
* use locales for messages
* minor change
* ui: use column layout for rendering custom properties cards
* remove enumwithDescriptions from backend and add tests for table type
* fix unit test
* fix playwright
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>