The next generations of reviews is integrated and need integrated DevOps
Generations of code reviews (enabling technology in brackets):
1. Part of the codebase
1. Post deploy enabled by version control
1. Pre deploy enabled by Git
1. Integrated Review enabled by [Integrated DevOps](https://gitlab.com/gitlab-org/gitlab-ee/issues/2517)
Integrated review means you no longer review code based on the code alone, you also review:
- Test (CI)
- Quality (code quality)
- App (Review apps)
- During deploy (canary)
- Impact (metrics)
issue