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

Prevent saving null log lines to the database #866

Closed
3 tasks done
elias-ba opened this issue Jun 9, 2023 · 0 comments · Fixed by #868
Closed
3 tasks done

Prevent saving null log lines to the database #866

elias-ba opened this issue Jun 9, 2023 · 0 comments · Fixed by #868
Assignees

Comments

@elias-ba
Copy link
Contributor

elias-ba commented Jun 9, 2023

User story

Related to #864

Details

Implementation notes

  • add a not null constraint to the body column of a run log line.
  • add a default value of empty string (") to the body column of a run log line.
  • Write a liveview test for the log_viewer to handle log lines with null bodies

Release notes

User acceptance criteria

This issue was closed.
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 a pull request may close this issue.

1 participant