Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.62 KB

learning-more--gitlab-master-plan.md

File metadata and controls

27 lines (15 loc) · 1.62 KB

GitLab Master Plan: Accelerating work from Idea to Production

GitLab Master Plan

  1. Idea - GitLab ships with Mattermost chat for developing and crystallizing ideas.

  2. Issue - GitLab includes Issues for recording work.

  3. Plan - Use GitLab Issue Board to plan work.

  4. Code - Reduce developer spin-up time by using Web-based IDE Koding

  5. Commit - commit code to GitLab repositories

  6. Test - run manual (UI- and chat-originated) and automated tests in Docker containers (or in other machines) with GitLab CI and GitLab Container Registry

  7. Code Review - making and handling GitLab Merge Requests; multiple conflict resolution within Gitlab UI. See also Review Apps

  8. Continuous Delivery - deploying an app from GitLab to Docker Cloud (or elsewhere) via CI/CD pipeline

  9. Chatops - Cog chatbot has been integrated with GitLab 8.13

  10. Feedback - Cycle Analytics - analyzing how long it took us to go from idea to deploy to production.