* 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
* fix(ui-test): segmentation fault error unit tests
Getting segmentation fault error on GitHub CI too frequently for running tests with coverage. trying possible fix for it
Reference: https://github.com/facebook/jest/issues/10662
* fix failed unit tests
* remove coverage to test segmentation fault
* update maxWorker to resolve segmentation fault
* remove duplicate key from props
* Converted html table to Antd table for Dashboard and Pipline Version
* remove dummy text
* change dashboardDetails and DatabaseSchema table to Antd
* remove tailwind css
* changes as per comments
* Update SearchResource and add new searchAPI frontend implementation
SearchResource now supports `query_filter` and `post_filter` as json
encoded Elasticsearch filters; `fetch_source` and
`include_source_fileds` for reducing response sizes.
* Remove
* Use async/await for searchAPI
* Move formatting to util functions