Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Backport of Feature: Update pipelines parser to evaluate input variables into release/0.10.x #4133

Conversation

hc-github-team-waypoint
Copy link
Collaborator

Backport

This PR is auto-generated from #4132 to be assessed for backporting due to the inclusion of the label backport/0.10.x.

The below text is copied from the body of the original PR.


This pull request introduces input variables being evaluated inside pipeline {} stanzas. It ends up rearranging how we parse pipelines and steps to support the lazy-decoding that Waypoint does to evaluate and resolve variables later in the parsing process.

It also had to modify how waypoint init does its initial sync of pipeline definitions. Now instead we do a "shallow sync" of the pipeline name, owner, and a base step. This mirrors how we sync applications on waypoint init in that we don't sync the entire parsed hcl config, only the app name on init.

Fixes #4122

@hc-github-team-waypoint hc-github-team-waypoint force-pushed the backport/feat/pipelines/input-variables/oddly-desired-seal branch from f73dc74 to 20058b2 Compare October 28, 2022 22:29
@hc-github-team-waypoint hc-github-team-waypoint merged commit 9b39edc into release/0.10.x Oct 28, 2022
@hc-github-team-waypoint hc-github-team-waypoint deleted the backport/feat/pipelines/input-variables/oddly-desired-seal branch October 28, 2022 22:29
@github-actions github-actions bot added the core label Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants