This repository was archived by the owner on Jan 24, 2018. It is now read-only.
Description I strongly suggest moving this repository to Gitlab.com. Gitlab has many features that we can use to improve development:
Issue Board
Resolve Merge Conflicts in Web UI
Gitlab CI (https://about.gitlab.com/gitlab-ci/ )
Integrated: GitLab CI is part of GitLab. We can use it for free on GitLab.com
there are multiple executors and you can reproduce tests locally
Multi-platform: we can execute builds on Linux, Windows, OSX, and any other platform that supports Go
Docker support!!! We can easily spin up other Docker containers as a service as part of the test and build docker images
build scripts are command line driven and work with any other language
our builds run on a different machine than GitLab
can splits builds over multiple machines, for fast execution
a link in the merge request takes us to the current build log that updates dynamically
a .gitlab-ci.yml file that contains tests, allowing everyone to contribute changes and ensuring every branch gets the tests it needs
we can define multiple jobs per stage and you can trigger other builds
we can automatically spin up and down VM's to make sure builds get processed immediately and with minimize costs
Cycle Analystics ( https://about.gitlab.com/solutions/cycle-analytics/ )
lets us know how long it takes to complete each stage in the workflow from idea to production
Cycle Analytics is pre-configured and ready to track our workflow
FREE!!!!!
It should integrate well with our current testing tools.
Thoughts?
👍 React with 👍 2lukebranch and jcdrubay