-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GEN-2081]: add new config properties to destination YAML files (#2051)
This pull request introduces several changes to enhance the configuration and user interface for Elasticsearch and Jaeger, as well as updates to the GraphQL schema and resolver functions. The most important changes include the addition of new configuration options for Elasticsearch and Jaeger, updates to the GraphQL schema, and refactoring of the codebase for better organization. ### Configuration Enhancements: * Added new configuration options for enabling HTTP Basic Authentication (`ELASTICSEARCH_BASIC_AUTH_ENABLED`) and TLS (`ELASTICSEARCH_TLS_ENABLED`) in Elasticsearch (`common/config/elasticsearch.go`, `destinations/data/elasticsearch.yaml`). [[1]](diffhunk://#diff-a1750e735ff9a548285036b86fd1847bcb590d06d16578225b962913e13b9990R15-R18) [[2]](diffhunk://#diff-6860db55e31925a6172248661127568446b2948272ad4a30bd928e168f2d94e8R39-R60) [[3]](diffhunk://#diff-6860db55e31925a6172248661127568446b2948272ad4a30bd928e168f2d94e8R69-R94) * Updated Jaeger configuration to include a TLS enable option with additional properties (`destinations/data/jaeger.yaml`). [[1]](diffhunk://#diff-3162158a78625da219b83ab5bbb2a00be52bc40da1111bc86caf72e6af34eef3L24-R36) [[2]](diffhunk://#diff-3162158a78625da219b83ab5bbb2a00be52bc40da1111bc86caf72e6af34eef3R45-R46) ### GraphQL Schema and Resolvers: * Introduced `CustomReadDataLabel` type and updated `Field` type to include new properties such as `renderCondition`, `hideFromReadData`, and `customReadDataLabels` in the GraphQL schema (`frontend/graph/schema.graphqls`). [[1]](diffhunk://#diff-bc07b91dedd1782d9ddbbb6374ad97c7604f9a267de5174645723d863c732f80R262-R277) [[2]](diffhunk://#diff-bc07b91dedd1782d9ddbbb6374ad97c7604f9a267de5174645723d863c732f80L577-R597) * Updated resolver functions to handle the new properties in `Field` and added conversion functions (`frontend/graph/conversions.go`, `frontend/graph/schema.resolvers.go`). [[1]](diffhunk://#diff-019434fdf7b707424898bb20db99af0451a759ddf4678f82a3fbb2cee6bd3bd8L7-R33) [[2]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L735-L743) ### Code Refactoring: * Refactored import paths and package names for better organization (`frontend/graph/conversions.go`, `frontend/services/describe/source_describe/source_describe.go`). [[1]](diffhunk://#diff-019434fdf7b707424898bb20db99af0451a759ddf4678f82a3fbb2cee6bd3bd8L44-R54) [[2]](diffhunk://#diff-db977601506771b4412474ebd6f78d0d071367497d0c7711be6b8a941da44120L1-R1) These changes improve the flexibility and functionality of the configuration options for Elasticsearch and Jaeger, enhance the GraphQL schema for better data handling, and organize the codebase for maintainability. --------- Signed-off-by: Ben Elferink <[email protected]>
- Loading branch information
1 parent
2bd6672
commit 3f50f26
Showing
26 changed files
with
836 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.