* Added support for preserving search text for users and admins list page
* added comments for better understanding of code
* Used URLSearchParams for adding parameters to url for userListPage
* renamed search parameter from 'name' to 'search'
* Moved webanalytics type in its own folder
* Added data insight chart api endpoint
* Jave formatting
* Added resource descriptor
* Added metadata entity endpoint
* Added aggregation endpoint for dataInsight
* Fix tag name
* Added logic to ingestion pipeline resource to add ES config info if pipeline type is dataInsight
* Fix pageViewEvent import issue
* Changed dataType to PERCENTAGE and NUMBER
* Cleaned up PR by removing metadata resource and ingestionPipeline sink logic
* Update openmetadata-service/src/main/resources/json/data/dataInsight/totalEntitiesByTier.json
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Update openmetadata-service/src/main/resources/json/data/dataInsight/totalEntitiesByType.json
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Fix#6141: Ingestion Pipeline Status Updates
* List Pipeline Status API & Improvements
* Rename State field to PipelineState in UI
* Convert Pipeline Status array to single object
* fix braking UI
* Rebase Fixes
* Profiler, TestStuite & DataInsigts Pipeline
* py_format
* fix logs page not loading
add pipelineStatus endpoint
* fix recent run changes
* Fix Tests
* address review comments for ui
* fix failing checks
* fix unit tests
* fix cypress test
* remove loader test as not using it
* wait for API when we click on the tab
* fix cypress waitFor api
* fix failed cypress tests
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Feat ✨(ui) : Add Data Insight Page
* Minor improvements
* Add constant and utils for data insight
* Create Separate component for each metric
* Add random data generator
* Add data-insight to the navbar
* Fix navbar
* Fix data insight route
* Remove pie charts
* Add mock data for existing graphs
* Add component for other metrics
* Fix dataKey and Y axis issue
* Correct the comment
* Add Tier Filter
* FIx data insight table styling
* Change legend positions for the graph
* Add Custom Renderer for graph legend
* Addressing review comments
* Address comment
* Address comment
* Address comment
* Address review comments
* Address review comment
* Addressing comments
* Addressing comment
* Refactor page and it's component
* Update table.less to apply border and shadow for table only if bordered prop is passed.
* Add custom style for data insight cards
* Create common component for dropdown label
* Fix dropdown label issue
* Address review comment
* UI: Added toggle button to expand and collapse column view in lineage
* added full screen view support for lineage
* added fullscreen lineage support for dashboard, pipeline and topic entity
* added full screen icon and support for mlmodal
* updated fitview and full-screen icon
* added primary color for the icons
* addressing comments
* changed constant to upper case
* removed un-necessary spaces and updated border color as per mack
* removed commented code
* fixed failing unit test
* Cypress: Fixed failing cypress for role page
* fixed data quality test
* fixed memory getting full and cypress getting crush issue
* fixed explore page getting unresponsive
* Added loading state on Save button in Modal
* added additional files
* Added localisation
* fix cypress issue
* changes as per comments
* changes as per comments
* Add logical query builder and Explore page refactor
* Add file headers
* Change search aggreagation keys
* Move query builder utils, remove comments
* Add comments
* Rename AdvancesSearch.constants.ts
* Add review changes
* Handle deleted elements correctly in Explore
The `deleted` field needs special handling because `showDeleted === false` should return only documents where `deleted` is false, but `showDeleted === true` should return documents regardless of their `deleted` field.
* Fix facet filter issue
Issue was the following: the user set a facet filter on `aggregationKey` and `value`. Then user changes the query builder so that in the new result there is no bucket in `aggregationKey` with `value`. The facet filter would still be used, but not visible to the user and not removable.
* Fix facetFilter tests
* Move isFilterObject type guard
* Use antd tabs for Explore component
* fix cypress failure
* miner fix in cypress
* fix typo
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Added Redeploy option in Ingestion Pipeline action
* move expression to commonUtils
* change function to generic
* added localisation
* fix unit test issue
* Added unit tests for Signup page with 94% statements coverage and 85% branch coverage
* Merge branch 'main' into signup-unit-tests
* Worked on comments
* Worked on comments
* Fixed failing tests and improved the coverage.
* - Moved mocked data to seperate file
- Removed repetative code
* Cypress: Fixed flaky cypress for mydata and DBT spec
* added api wait for removing owner
* fix the multi api call on while removing owner
* fixed flaky cypress for tags page
* fixed entityDetails page
Co-authored-by: Ashish Gupta <ashish@getcollate.io>