Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the 'experimental.config.utils.schema' module #4469

Draft
wants to merge 15 commits into
base: latest
Choose a base branch
from

Conversation

andreyaksenov
Copy link
Contributor

@andreyaksenov andreyaksenov commented Aug 26, 2024

Fixes #4279.

New samples

The following new samples were added to demonstrate the main use cases of this module.

Config hierarchy

  • config_schema_nodes_scalar
  • config_schema_nodes_record
  • config_schema_nodes_record_hierarchy (based on config_schema_node_record)
  • config_schema_nodes_array (based on config_schema_node_record)
  • config_schema_nodes_map (based on config_schema_node_record)

Annotations

  • config_schema_annotations (based on config_schema_node_record)

Helper methods

  • config_schema_methods (based on config_schema_node_record)

Environment variables

  • config_schema_fromenv (based on config_schema_node_record)

Computed annotations

  • config_schema_computed_annotations (based on config_schema_nodes_record_hierarchy)

Updated samples

The application_role_http_api sample has been updated to use the new module.

Docs

@andreyaksenov andreyaksenov added the do not merge Not ready to be merged label Aug 26, 2024
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 26, 2024 11:47 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 26, 2024 13:01 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 27, 2024 07:41 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 27, 2024 09:02 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 27, 2024 09:54 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 27, 2024 10:10 Destroyed
@andreyaksenov andreyaksenov marked this pull request as draft August 27, 2024 10:17
@andreyaksenov andreyaksenov removed the do not merge Not ready to be merged label Aug 28, 2024
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 28, 2024 08:27 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 28, 2024 11:44 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 28, 2024 12:33 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 28, 2024 14:07 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 29, 2024 07:31 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 29, 2024 12:02 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema August 29, 2024 13:16 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 10, 2024 12:52 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 10, 2024 13:33 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 11, 2024 07:35 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 11, 2024 08:20 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 07:09 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 07:15 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 07:45 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 07:54 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 08:42 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 10:18 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 10:30 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 10:42 Destroyed
@github-actions github-actions bot temporarily deployed to branch-config_utils_schema September 12, 2024 11:39 Destroyed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

experimental.config.utils.schema: schema-aware hierarchical data processing
1 participant