We are using crucible as review tool, but recently we get a requirement that all commits should be reviewed.
In the way that we are using crucible now it's possible to commit code but not create review for it. So technically there could be some commits without review.
So my question is there any suggestion to solve it, and have the same guarantee like in git pull request(for all code to be reviewed) but still have crucible as review tool?
From the way I see it now we could forbid push in our "main" branch and make pull request for it. But we need the tool somehow to detect that all the "difference" line have been revived in crucible (but I don't know if it's possible) and if not - show lines without review and forbid commit.