* Fix#7575 UI : Fetch bots with limit=100 and filter it on the UI side.
* Create large page size constant
* Handle case search text
* Fix bots cypress tests
* Fix limit issue
* UI: Fix Bots Listing Page is not showing updated name and description
* Add cypress test for bots page
* Add cypress tests for webhook
* Fix bots displayName test
* Fix Add bot flow
* Fix update bot test flow
* 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
* - Added functionality to edit type of team
- Fixed search fucntionality for teams
- Fixed issue with team count not showing in teams tab
* Worked on comments
* - Removed Assets tab for teams other than group type
- Removed Teams tab for team with type group
- Updated breadcrumbs for team details pages
- Styling and bug fixes
* Fixed failed cypress tests
* - Fixed teams page redirection issue when clicked on teams in left panel of home page
- Worked on comments
* fixed failing unit tests
* Fixed failing cypress tests
* - Replaced email with roles column in user and admin details table
- Teams page open group switch moved to manage menu.
- Minor bug fixes.
* - Converted teams and roles in user details table to links which will redirect user to respective entity
- Minor optimisations
* - Resolved issues with team expansion
- Redirection after deleting team changed to organisation page
* - Fixed failing cypress tests
- Optimised API calls for teams page
- Removed duplication of fields param
- Fixed bug for soft deleted team showing option for soft delete again
* - Made organisation page default page for global settings page for teams option
- Unnecessary actions for organisation removed
* Added support for new permissions API in teams page
* Replaced hard coded path with existing util function.
* Worked on comments
* Fixed minor bug and cypress test
* fixed failing cypress tests
* 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
* updated Team hierarchy view as per updated API
* added new form for adding team
* added add service form and removed some old component
* fixed teams page cypress
* feat(ui): create bot support on settings page
* support create bot & list bots
* fix failing tests
* skiping cypress for now as it need to be updated as per new ui change
* fix tests
address comments
* fix tests
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* add initial setup and added profiler tab
* added unit test for tableprofiler component
* added more coverage for table profiler component
* added get and put request and functionality for profiler setting
* added unit test for new components
* miner fix
* added data-testid for profiler settings component
* changed input box to slider for profile sample
* updated setting model design
* replaced select with treeSelect
* added unit test for setting modal
* fixing flaky cypress related to resizeObserver loop limit
* fixed failed unit test and added selected sample profiler text
* addressing comments
* ✨ 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.