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

Hide yamlErrors for now #819

Merged
merged 1 commit into from Jul 20, 2020
Merged

Hide yamlErrors for now #819

merged 1 commit into from Jul 20, 2020

Conversation

emosbaugh
Copy link
Member

No description provided.

@@ -140,7 +140,8 @@ class AppVersionHistory extends Component {
const { app } = this.props;
const downstream = app.downstreams[0];
const diffSummary = this.getVersionDiffSummary(version);
const hasYamlErrors = this.hasYamlErrors(downstream, version);
let hasYamlErrors = this.hasYamlErrors(downstream, version);
hasYamlErrors = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the intent to have this always return false?

Copy link
Member Author

@emosbaugh emosbaugh Jul 20, 2020

Choose a reason for hiding this comment

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

yes. there is a bug. we need to fix that. also i think maybe we should find a better way to visualize these errors to the end user.

@emosbaugh emosbaugh merged commit afea474 into master Jul 20, 2020
@emosbaugh emosbaugh deleted the hide-yamlerrors branch July 20, 2020 22:25
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.

None yet

2 participants