summaryrefslogtreecommitdiff
path: root/spec/finders
Commit message (Collapse)AuthorAgeFilesLines
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-1/+1
| | | | Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
* Set milestone on new issue when creating issue from index with milestone ↵Douwe Maan2015-05-272-10/+10
| | | | filter active.
* Group milestones by title in the dashboard and all other issue viewsDominik Sander2015-05-011-1/+1
| | | | | | | | | 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.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-125-51/+51
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* More tests for issues finderDmitriy Zaporozhets2014-12-051-29/+52
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* internal snippets: fix exposing of titleValery Sizov2014-10-241-0/+7
|
* Snippets: public/internal/privateValery Sizov2014-10-091-0/+94
|
* Serialize last_fetched_at as a string with secondsJacob Vosmaer2014-04-281-1/+1
|
* Always set last_fetched_at in NotesFinder specJacob Vosmaer2014-04-281-3/+3
|
* Filter out old notes in NotesFinderJacob Vosmaer2014-04-281-0/+7
|
* Fail faster on an invalid target_typeJacob Vosmaer2014-04-281-0/+5
|
* Notes have noteables but no commitsJacob Vosmaer2014-04-281-1/+1
|
* Add NotesFinder specJacob Vosmaer2014-04-281-0/+26
|
* Fix tests that dont respect project-fork relationDmitriy Zaporozhets2014-04-031-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #6557 from tsigo/faster-merge-request-featuresDmitriy Zaporozhets2014-03-191-11/+7
|\ | | | | Speed up features/notes_on_merge_requests_spec
| * Speed up finders/merge_requests_finder_specRobert Speicher2014-03-191-11/+7
| | | | | | | | | | Uses the :simple merge request factory trait introduced by d166e70; cuts execution time of this spec in half.
* | Make use of project factory traitsRobert Speicher2014-03-191-4/+4
|/
* Update tests and fix Finders readmeDmitriy Zaporozhets2014-02-253-0/+146
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>