* Improved styling for global setting page left panel, global settings page and manage button
* Removed code smells
* Addressing review comments
* Fix#6702 Redirection on docs page for Connectors from profiler tab is not proper.
* Form stepper replaced with antd step
* IngestionStepper unit test fixes'
* Applied stepper style globbaly
* Fix unit test failing for window.matchmedia not found
* Created variables for colors in less file
* Fixed unit test issue with AddIngestion component
* Fixed unit test issue with AddService component
* Fixed issue with confirm button falling out of container while editing teams on user page
* Moved confirm and cancel buttons below the editor container for editing teams and roles on user details page.
* Moved the cancel and confirm below the edit container for editing display name of user
* Replaced flex divs with antd Space components
* Expose hostPort field for some services
* Fix failing tests after changes
* Remove added interface to json schemas
* Change implementation to use annotations for exposing fields of objects
* Update JsonUtils test
* Format Java code
* Documentation about keycloak SSO integration
* Adjust to show in menu
* Adjust label
Co-authored-by: Luan Paschoal <luan.paschoal@extremedigital.com.br>
* [Backend][JavaClientFix] Updated package for generated code , use lombok annotation for logging, fixed code as per standards
* [Backend][JavaClientFix] Added core and client
* [Backend][JavaClientFix] Checkstyle fix
* 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>
* Avoid store sensitive infomation in created event when a Secrets Manager is configured
* Refactor code to start using custom annotations in the json schma deffinition
* Remove unused config object
* Add removed comment
* Add separated entity comparision for events in EntityResourceTest
* Add missing mask property in service connection schemas
* Update openmetadata-core pom.xml
* Missing import in openmetadata-core pom.xml
* 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
* Removed unnecessary API calls on homepage for fetching different entity counts and replaced it with one util api
Removed unused API functions
Fixed failing unit tests caused by above changes
* Used async await pattern for API call function
* Rename MyAssetStats.Interface.ts to MyAssetStats.interface.ts
* Implementation of migration process when a Secrets Manager is configured
* Update conf/openmetadata.yaml
* Address PR comments
* Minor change in SQL statment in CollectionDAO
* Address Sonar security hotspot issue