-
Notifications
You must be signed in to change notification settings - Fork 3
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: tree details broonie #798
Conversation
370ddd0
to
02ca16a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please create a ticket to the graph before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ticket created: #803
02ca16a
to
2f7bcf6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be working, this also fixes a lot if not all tuxsuite trees too
- remove enable props from the useCommitHistory hook Close #729
2f7bcf6
to
bbc9b75
Compare
A tree in broonie origin have no git url/branch (null field).
In this PR, I remove de validation on frontend to allow the user send a empty git url and git branch to the tree details endpoint, that now returns a error if no data was found.
In the backend, add a logic to search this trees when this fields are null.
How to test
Close #729