Code Management
Last updated
Was this helpful?
Last updated
Was this helpful?
At Ubidots, we prioritize the security and integrity of our software development processes. This section outlines our approach to code management, which ensures that our software is developed in a controlled environment.
We utilize Git for version control, enabling efficient tracking of revisions and collaboration among our development teams. To manage code repositories, we use:
Bitbucket: Our main platform code is securely hosted on Bitbucket. This centralized repository allows for controlled access and collaborative code reviews, ensuring that all contributions meet our quality standards.
GitHub: We use GitHub for our public repositories, which host open-source projects and community-contributed code. This separation ensures clear delineation between proprietary and open-source efforts.
Our CI/CD processes are managed through Bitbucket Pipelines. This tool automates our testing and deployment workflows, ensuring that new code changes are seamlessly integrated and deployed to production environments without disruptions. Pipelines also facilitate rapid rollbacks and adjustments in response to any issues, maintaining our system's reliability and user experience.
We implement rigorous security practices in our code management processes, including regular security audits, vulnerability scans, and adherence to best practices for secure coding.
See to learn more.