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

Fix #852 - Add cache path to node CI and remove examples hydration pipeline #861

Merged
merged 3 commits into from
May 29, 2024

Conversation

ricardozanini
Copy link
Member

@ricardozanini ricardozanini commented May 28, 2024

Many thanks for submitting your Pull Request ❤️!

Please specify parts of this PR update:

  • Specification
  • Schema
  • Examples
  • Extensions
  • Roadmap
  • Use Cases
  • Community
  • TCK
  • Other

Discussion or Issue link:

Fixes #852

What this PR does / why we need it:

In this PR, we reintroduce the example check in order to validate our schema. There was a change in the code base to address YAML parsing and transformation to JSON since the underlying library only accepts JSON. 😢

@JBBianchi can you please take a look in the typescript? 🙏

…mples hydration pipeline

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
Copy link
Member

@cdavernas cdavernas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Nice catch with the correlate in the yaml schema file ;)

@JBBianchi
Copy link
Member

LGTM, the only thing I notice is that https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json doesn't exist yet but I guess it's on purpose.

@ricardozanini
Copy link
Member Author

LGTM, the only thing I notice is that https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json doesn't exist yet but I guess it's on purpose.

It will as soon as we fix serverlessworkflow/serverlessworkflow.github.io#198

@ricardozanini ricardozanini merged commit d94c7d6 into serverlessworkflow:main May 29, 2024
3 checks passed
@ricardozanini ricardozanini deleted the issue-852 branch May 29, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CICD to match the DSL from 1.0.0
4 participants