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

Feat/system labels #5596

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Feat/system labels #5596

merged 2 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. feat(core): system labels

    System labels are labels starting with 'system_', they cannot be set by a user but only Kestra itself.
    loicmathieu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    81c1c3e View commit details
    Browse the repository at this point in the history
  2. feat(core,webserver): correlation ID

    Automatically set the 'system_correlationId' label to the parent execution id for all child, recursively.
    This label is the only one that can be set once when starting an execution.
    loicmathieu committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f169c68 View commit details
    Browse the repository at this point in the history