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
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
2015-05-27Set milestone on new issue when creating issue from index with milestone ↵Douwe Maan
filter active.
2015-05-01Group milestones by title in the dashboard and all other issue viewsDominik Sander
This groups milestones by title for issue views like it has been done for the milestone dashboard/project overview. Before milestones with the same title would show up multiple times in the filter dropdown and one could only filter per project and milestone. Now the milestone filter is based on the title of the milestone, i.e. all issues marked with the same milestone title are shown.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-12-05More tests for issues finderDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-24internal snippets: fix exposing of titleValery Sizov
2014-10-09Snippets: public/internal/privateValery Sizov
2014-04-28Serialize last_fetched_at as a string with secondsJacob Vosmaer
2014-04-28Always set last_fetched_at in NotesFinder specJacob Vosmaer
2014-04-28Filter out old notes in NotesFinderJacob Vosmaer
2014-04-28Fail faster on an invalid target_typeJacob Vosmaer
2014-04-28Notes have noteables but no commitsJacob Vosmaer
2014-04-28Add NotesFinder specJacob Vosmaer
2014-04-03Fix tests that dont respect project-fork relationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-19Merge pull request #6557 from tsigo/faster-merge-request-featuresDmitriy Zaporozhets
Speed up features/notes_on_merge_requests_spec
2014-03-19Make use of project factory traitsRobert Speicher
2014-03-19Speed up finders/merge_requests_finder_specRobert Speicher
Uses the :simple merge request factory trait introduced by d166e70; cuts execution time of this spec in half.
2014-02-25Update tests and fix Finders readmeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>