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

chore(deps): update rust crate miette to v7.4.0 #1263

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 8 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Error: × Problem with workflow release
Error:
× Problem with workflow release

Error: changesets::could_not_read_changeset

× missing front matter
help: This could be a file-system issue or a problem with the formatting
of a change file.
help: This could be a file-system issue or a problem with the formatting of
a change file.

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Error: × Problem with workflow release
Error:
× Problem with workflow release

Error: changesets::could_not_read_changeset

× missing front matter
help: This could be a file-system issue or a problem with the formatting
of a change file.
help: This could be a file-system issue or a problem with the formatting of
a change file.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Error: × Problem with workflow release
Error:
× Problem with workflow release

Error: releases::no_release (https://knope.tech/reference/config-file/steps/prepare-release/#errors)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Error: × Problem with versioned file
Error:
× Problem with versioned file
╰─▶ knope_versioning::versioned_file::unknown_file (https://knope.tech/
reference/config-file/packages#versioned_files)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Error: × Problem with versioned file
Error:
× Problem with versioned file
╰─▶ knope_versioning::versioned_file::unknown_file (https://knope.tech/
reference/config-file/packages#versioned_files)

Expand Down
28 changes: 20 additions & 8 deletions crates/knope/tests/validate/kitchen_sink/stderr.log
Original file line number Diff line number Diff line change
@@ -1,41 +1,53 @@
Error: × There are problems with the defined workflows
Error:
× There are problems with the defined workflows

Error: × Problem with workflow Cannot SelectJiraIssue without Jira config
Error:
× Problem with workflow Cannot SelectJiraIssue without Jira config

Error: issues::jira::not_configured (https://knope.tech/reference/config-file/jira/)

× Jira is not configured
help: Jira must be configured in order to select a Jira issue
Error: × Problem with workflow Cannot TransitionJiraIssue without SelectJiraIssue

Error:
× Problem with workflow Cannot TransitionJiraIssue without SelectJiraIssue

Error: issues::jira::no_issue_selected

× No issue selected
help: You must use the SelectJiraIssue step before TransitionJiraIssue in
the same workflow
Error: × Problem with workflow Cannot SelectGitHubIssue without GitHub config

Error:
× Problem with workflow Cannot SelectGitHubIssue without GitHub config

Error: issues::github::not_configured (https://knope.tech/reference/config-file/github/)

× GitHub is not configured
help: GitHub must be configured in order to use the SelectGitHubIssue step
Error: × Problem with workflow Cannot SwitchBranches without first selecting an

Error:
× Problem with workflow Cannot SwitchBranches without first selecting an
│ issue

Error: git::no_issue_selected

× No issue selected
help: Switching branches requires selecting an issue first with
SelectGitHubIssue or SelectJiraIssue
Error: × Problem with workflow Cannot use Version variable when no metadata file
│ is found

Error:
× Problem with workflow Cannot use Version variable when no metadata file is
│ found

Error: package::no_defined_packages (https://knope.tech/reference/config-file/packages/)

× No packages to operate on
help: There must be at least one package for Knope to work with, no
supported package files were found in this directory.
Error: × Problem with workflow Cannot PrepareRelease with no configured packages

Error:
× Problem with workflow Cannot PrepareRelease with no configured packages

Error: package::no_defined_packages (https://knope.tech/reference/config-file/packages/)

Expand Down
Loading