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
2016-07-08Ensure only renderable text diffs are collapsedSean McGivern
Other diffs (those that are too large to render anyway, image diffs, diffs suppressed by .gitattributes) should be rendered immediately.
2015-06-22Add sleep call before yield in allowing_for_delayRobert Speicher
This is to give pending AJAX requests time to complete before we navigate away, for example.
2015-06-22Move CapybaraHelpers to its own support fileRobert Speicher
In case we end up wanting to use it in Spinach as well.