Docs
  • Getting Started
    • Monitoring & Alerting
    • Path based routing
    • Staging Environments
    • Custom Domains
    • CI Pipelines
    • Zero Downtime Releases
    • Horizontal Scaling with replicas
    • Deployment modes
    • Environment Variables
    • Troubleshooting Deployments
    • Using the IDE
    • Code Reviews
    • Pricing: Hosting and Seats
    • Installing OS-level packages using Nix
    • Speedrun: Deploying an app
  • Templates
    • FlowiseAI - Low Code LLM Apps Builder
    • Llama2 API
    • Llama2.cpp Chat
    • Jupyter Notebook
    • Stable Diffusion Text2Img
    • Text generation web UI
Powered by GitBook
On this page
  1. Getting Started

Code Reviews

Speed up your teams review processes with our collaborative cloud IDE & automated preview deployments from all major remote Git providers.

PreviousUsing the IDENextPricing: Hosting and Seats

Last updated 1 year ago

Code Reviews

Arkane Cloud's cloud IDE makes the code review process simpler and more collaborative. There is no need to check out any code locally. Our cloud editor functions similar to a Google doc and multiple developers can work on it collaboratively.For more details on the IDE check out the documentation.

How do code reviews work in Arkane Cloud

You can use the cloud IDE just like your local development editor, incorporate the changes proposed by your reviewers. Once completed you can use the terminal to commit the changes and push them to Github for proper versioning.

Pull request reviews with preview deployments

Larger teams can significantly speed up their review process by deploying all pull requests automatically to a preview deployment. That way every feature branch has their own context window. You can view the changes, react to review comments etc. without having to check out and build that branch locally.

Using the IDE