* 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>
* Feat ✨ (#8159)Implement Web Analytics logic from frontend
* Add login to prepare the event data and make log it
* Add Unit Test
* Move comment to the top
* Addressing comment
* Addressing review comments
* Mock app state
* Fix import issue
* Addressing comments
* Fix unit test
* Added option to remove owner
* Added delete option for Tier
* change remove button
* Added cypress and unit test for removal of owner and tier
* changes as per comments
* Feat (#7561) Announcements are not supported for MLModel from UI
* Fix unit test
* Use Async/Await pattern
* Add conversation support for mlModel
* Add task support for mlModel
* Fix task page loading issue
* Fix unit test
* Add End to end test for entity announcement
* Fix Add CreateAnnouncement function issue
* Add End to End Test for entity task
* Fix End to End Test for Announcement and Tasks
* Revert "Fix End to End Test for Announcement and Tasks"
This reverts commit 48cbc0b6158b352b9e19e8290ff52a47849bb648.
* Fix Description unit test
* Fix cypress test
* Fix cypress test
* Fix entity task cypress test
* Remove EntityTask Spec
* Addressing review comment
* Addressing review comment
* Addressing review comment