* 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>
* 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
* 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>
* Fixed: Flaky cypress tests
* fixed flaky pipeline related test
* miner fix at profiling side
* fixed cypress for description update
* glossary: fixed click is not getting register
* Added cypress tests for checking the option for permanent delete is available for soft deleted teams
* Added checks in cypress tests for team type select while adding teams
Added 'cancel deletion' scenario while team deletion
* added initial cypress test for profiler
* added profiler ingestion workflow
* added data-testid for no profiler placeholder
* added create test suite and test case cypress
* added edit and delete flow for table test case
* added test-suite delete test
* added cypress for add column test case
* added delete and edit cypress test for column test
* fixed delete service cypress issue
* removed only keyword
* services wait
* changing project id
* fixing flaky bigquery test
* Changing flaky tests
* test
* test
* Custom properties and change in services test wait
* Entity details wait
* Glossary api wait
* minor changes for glossary
* mydata api wait
* policies api wait
* mydata page changes
* Roles and services api wait
* Tags and teams api wait
* Users api wait
* tags page failure fix
* minor code change for users
* test fail fix
* test fail fix
* removing it.only
* removing timeout and reducing wait timeout
* changing description element to constant &test fix
* removing timeout on wait
* Teams page fix
* changing the project id
* changing api intercept url for flaky tests
* bigquery test fail fix
* fix flaky tests
* changing project id
* Added add placeholder for settings tables no data
* added dataset id in errorplaceholder
* minor fixes
* cypress fixes
* cypress fix
* fix cypress issue
* fix teams and user cypress issue
* unit test changes
* Improvement #6556 : Made tag and glossary names in entity tables and other places clickable which now on click will redirect to the respective tag or glossary details page
* Changes made for failing cypress tests
* - Added functionality to redirect to specific tag category
- Merged 2 tooltips of tags into one which show both name and description
- Removed edit icon showing for links in entity summary details
* Updated unit tests
* ✨ Feat : UI Add support for editing post messages
* Support key binding
* Add unit test
* Disable Save button if message is empty
* Add unit test
* Add unit test for manage button
* Add unit test
* Minor change
* Add constant for invalid start time
* Fix cypress test
* Fix Cypress test
* Fix Edit and validate owner test
* Removed manage tabs from Table, Topic, Dashboard, Pipeline and ML Model entities
Modified unit tests according to the changes made in comnponents
* Fixed error while deleting entities except tables and also added test-ids to edit icons for cypress tests
* * Added functionaliy to delete entities through ManageButton on Service, DatabaseSchema and DatbaseDetails page.
* Added functionality to edit the owner through entity summary details on DatabaseSchema and DatabaseDetails page.
* Removed manage tab from Service, DatabaseSchema and DatabaseDetails page and did relevant utils changes.
* Cypress test fixes for manage tab removal and bug fix on service page
* * Service deletion message added
* Removed the option for soft delete for service, database and database schemas
* Cypress test slectors changed for specificity
* Added mocks for all APIs in service page unit tests
* Fixed failing unit tests
* Removed unused props
* Resolved onAnnouncementClick handler error.
* added left panel for global setting
* adding style for left panel
* removed unneccessary state depandancy and make setting route allowed only for sandbox and local env
* added webhook page in global setting
* added primery color to remove icon
* addressing comment
* addressing comment
* added wait time as delete service taking more time