Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-23Enable Style/MutableConstantDouwe Maan
2016-08-17Better formatting for downtime check messagesYorick Peterse
This removes excessive whitespace from the messages (e.g. leading whitespace) and ensures the message is more clearly visible.
2016-08-17Fixed downtime check label colouringYorick Peterse
The colours were incorrect: offline was green and online was red, instead of the opposite.
2016-07-20Added checks for migration downtimeYorick Peterse
These new checks can be used to check if migrations require downtime or not (as tagged by their authors). In CI this compares the current branch with master so migrations added by merge requests are automatically verified. To check the migrations added since a Git reference simply run: bundle exec rake gitlab:db:downtime_check[GIT_REF]