* Add language for Search mappings
* Fix#9158: OpenSearch/ElasticSearch - Language based mappings
* Add analyzer to search in Japanese
* Adding JP es analyzer for all the indexes
* Fix review comments
* rebase with main
Co-authored-by: Megumi AIKAWA <megumi.aikawa@gmail.com>
* [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>
* Added the docker compose for postgres
* Added changes as per the comments on PR
* Airflow Connectivity to Postgres
* Changes are done as per the comments
* Replocate changes to local dockerfile
* Fixed Airflow Dockerfile
* docker-compose services should wait until OpenMetadata DB is created
* remove unnecesary wait for db service
* Add dependencies to airflow image
* Add missing dependencies to airflow Dockerfile
Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* 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
* Add cluster name in the app configuration and start using it to create secrets id
* Update secret manager client in openmetadata for using default auth provider
* Add missing property in test config file
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Fix#4637: Support JWT Token generation for bot accounts
* Add postgres support
* Add testing for postgresql databases
Split surefire tests into: unit-tests, postgres-integration-tests, mysql-integration-tests
Integration tests get db information from system properties
All tests ending in ResourceTests.java are integration tests, all other are unit tests
Move to using testscointainers, remove embeded mysql
* Fix some tests
* Fix webhook and table tests
* Fix random name generation in tests, remove parallelism
* Fix style
* Add headers, fix config files
* Apply formatting
* Fix tag ussage query for postgres
* Replace references to mysql with generic database
* Fix postgres migration file
* Fix postgres migration script