* Changes made to soft delete request for teams with recursive param
* changed soft delete message for team delete
* Worked on comments
* Worked on comments
* [Basic Auth] Updated messages , and added changepasswor
* checkstyleFix
* Added ChangePassword feature in user page
* unpushed file
* changes as per comments
* unpushed file
* close the modal on save
* Added Admin Create User Password + Logout
* revert test
* revert yaml
* Fix failing test
* Remove token on logout
* fix for test
* added api for random pwd
* update error messages as per UI
* Added password generator in user creation
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Fixed issue: Add ability to view and delete "soft-deleted" tests #7728
* added soft-delete functionality to test case in entity details page
* added soft delete feature in data quality tab
* 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
* Fixed issue: Quality tests can not be created if the column names have spaces or special characters #7623
* Added logic to not decode fqn param from path
* Removed commented out code
* Allowed only "_" in spacial character in test case name
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* Update JSON schemas
* Update create and update endpoint and remove /generateToken endpoint
* Add AuthMechanism and Token Expiry Field on the Add bot page
* Remove unwanted tests
* Add logic to show authMechanism based on auth provider
* Add authConfig to bots details page
* Backend implementation with secret manager
* Fix invalid date issue
* Add support for update bot token details
* Add logic for SSO auth
* Add fields for google sso auth client
* Add Edit Option.
* Updated ingestion CLI and secret manager issues
* Updated tests with errors
* Removed unused method
* Removed test files
* Fix broken JSON schema
* Fix typescript error
* Pass the bot permissions from the bot details page
* Minor errors related to the secret manager
* Restore Airflow configuration for retrocompability
* Add support for all SsoServiceType client config
* Fix Unit test
* Update tests
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* UI Fixed: Styling of adding Related Terms and Synonyms is different #7671
* fixed unit test
* fixed cypress config
* Fixed issue Improve Assets listing of Glossary Term - P0 - 0.12.1 #7672
* Updated json schema to support dataType filter
* Added migration for test definition support of data type filtering
* Added backend logic to support filter on data type for testdefinitions
* Added migration for:
- supported test types
- renaming of certain tests from starting uppercase to lowercase
* removed openmetadata_db from migration
* added datatype filter in column test
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Change tags label to Value and tooltip to it's FQN in Explorer Page
* fix unit test issue
* fix unit test issue
* move function to tags utlis and added comments
* 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
* Fix empty data issue while changing owner in Profiler and DataQuality
* change value for noStatus and other changes as per comments
* Fix unit test issue
* changes as per comments