* add exception Message for invalid enum value
when enum value is incorrect in api call, this method generates the exactly message as we expect. for example the Include.java in databaseServiceResource.java list() api.
* add an example for invalid enum value as unit test for databaseServiceResource class.
A unit test example that shows how to use invalidEnumValue() method instead of traditional way i.e. writing plain string.
* apply google-formatter
* Merge branch 'EsmaeilChitgar-AddExceptionMessageForInvalidEnumValue' of https://github.com/EsmaeilChitgar/OpenMetadata into EsmaeilChitgar-AddExceptionMessageForInvalidEnumValue
* fix reported issues in pull request
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* Fix#8208: OpenMetadata server supports Postgres 15
* fix: PSQL 15 Initial scripts to make database owners for permissions
* Update to generic base image tag
* fix: type for airflow username
---------
Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
Co-authored-by: Akash-Jain <Akash.J@deuexsolutions.com>
* fix ui breaking because of url having percent in it
* added support for % in about
* fix test cases
* checkstyle
* url fix
* fix storage url
* encoded topic, mlmodel and pipeline entity
---------
Co-authored-by: 07Himank <himank07mehta@gmail.com>
* Fix tests logging; do not initialize the search client if the search config is not present
* Fix logging and parallelization defaults 1C
* Fix logging and parallelization defaults 1C
* Fix logging and parallelization defaults 1C
* Fix logging and parallelization defaults 1C
* Fix logging and parallelization defaults 1C
* Fix logging and parallelization defaults 1C
* refactor Es OS code
* refactoring Es OS code
* hardcore RUN_ELASTIC_SEARCH_TESTCASES value to true
* updated the size of maven-surefire from 1024 to 2048
* fixed blank service type issue for aggregation
* debugging pr
* debugging pr
* added configuration to openmetadata-secure-test.yaml
* debugging ci failure
* debugging ci failure
* debugging ci
* debugging ci issue
* added container to be created single time
* added container to start just once
* removed elasticSearchContainer = null
* removed elasticSearchContainer = null
* removed elasticsearchcontainer.stop
* reverted ElasticSearchContainer Changes
* revert extra memory added for jvm added
* reverted JUnit.run.xml
* resolved conflicts
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* Fix#12610: adminUsers lookup should be quoted, do not allow bot users to be promoted to admin user via adminUsers config
* Fix#12610: adminUsers lookup should be quoted, do not allow bot users to be promoted to admin user via adminUsers config
* remove changes to yaml
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* Fix#7712: Align AuthProvider values in the JSON schema definition
* Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured
* Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured
* Handle new providers
* Lint
* Fix#7712: Align AuthProvider values in the JSON schema definition
* Handle new providers
* Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured
* Fix ingestion bot initialization, create jwt token if there is no authMechanism pre-configured
* Lint
* fix rebase
* Fix test
* Fix test
* Fix Usage of Auth Provider in User Resource
* remove unused function
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* fixed glossary name not visible after reindex issue and added display name as name if display name is null beacuse aggregation is done on owner display name
* fix
* added support for the % in entity name
* added support for the % in glossary and glossary term name
* Added U exclude
* Fixed pytest
* fix: support % in glossary name
* added suppport for % in entityName
* fix % issue in the glossary or term
* fix: glossary with % encoding
* fix: tags redirect issue for glossaries with %
* fix: glossary import path
* fixed CI
* fixed Py Test
* fixed PyTest
* fixed glossary resource test
---------
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
* Fix issue while storing empty email
* Update TeamRepository.java
* chore(ui): if email is empty set value as undefined
* chore(ui): address comments
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* working on support task for all entites
* added support task for topic entity
* added support task for all entities
* added ui support for entity task of all the entities
* solve issue for container and topic tasks
* fix the task issue and ui improvements for tag icons
* added support for tasks assigned to children
* code improvement
* ui improvement around tags for icons
* changes as per comments
* fix unit test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>