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-09-12Ensure specs on sorting of issues in API are deterministic on MySQLPaco Guzman
MySQL could not have support for millisecond precision, depends on the MySQL version so we just create issues in different seconds in a deterministic way
2016-07-21Refactor Issues::BulkUpdateService specRobert Speicher
- Create fewer Issue objects; 2 is as good as 5 for these cases. This gives us a nice little speed improvement. - Don't `describe` Symbols. - Simplify object creation. - Lessen "mystery guest" antipattern
2016-03-18Restrict access to confidential issuesDouglas Barbosa Alexandre
2016-03-04Move all factory definitions to their own fileRobert Speicher