* [ES Reindex] Added ES Reindexing from API
* [ES Reindex] checkstyle
* [ES Reindex] return complete record for status info
* fixes
* added limit param to get no of records
* Review Comments + Stream mode
* Review Comments
* Fix for failing tests
* Global ES monitoring with Stream + batch mode to allow Reindexing
* Updated Status Message + Status update on ESIndexDefinition Create and Delete
Co-authored-by: mohitdeuex <105265192+mohitdeuex@users.noreply.github.com>
* Fix bot creation and edition logic
* Fix minor error creating user
* Fix failing test
* Minor fixes
* Add missing tests for new flows
* Fix put_failIfBotHasARelationshipToAnotherUser test
* Changes after manual testing
* Move where auth_provider is retrieved in the secret manager
* [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
* Fix issue with CP
* Fix issue with CP
* [Basic Auth] Added Brute forcing check , blocks user login for 10 mins + send update on mail
* Review Comments updated
Co-authored-by: mohitdeuex <105265192+mohitdeuex@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* [ES Reindex] Added ES Reindexing from API
* [ES Reindex] checkstyle
* [ES Reindex] return complete record for status info
* fixes
* added limit param to get no of records
* Review Comments + Stream mode
* Review Comments
* Fix for failing tests
* Global ES monitoring with Stream + batch mode to allow Reindexing
* [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
* Fix issue with CP
* Fix issue with CP
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* [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>
* [ES Reindex] Added ES Reindexing from API
* [ES Reindex] checkstyle
* [ES Reindex] return complete record for status info
* fixes
* added limit param to get no of records
* Review Comments + Stream mode
* Review Comments
* Fix for failing tests
* 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>
* 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>
* Encode entityLink string when processing request
* Added logic to decode column type from entityLink
* mvn code formating
* Extracted unquote step into its own function