summaryrefslogtreecommitdiff
path: root/spec/finders/merge_requests_finder_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a project forks spec helperBob Van Landuyt2017-10-071-3/+9
| | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+14
| | | | | | | This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-4/+4
|
* Native group milestonesFelipe Artur2017-07-071-0/+19
|
* add since and until params to issuablesKyle Bishop2017-06-181-0/+42
|
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-4/+4
|
* add a :iids param to IssuableFindermhasbini2017-02-171-0/+8
|
* Use `:empty_project` where possible in finder specsrs-empty_project-findersRobert Speicher2017-01-251-3/+3
|
* Use archived trait for project in specs instead model columnSemyon Pupkov2017-01-221-1/+1
|
* Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-051-1/+10
| | | | | | | | | | counter This is done by: - Extending the IssuableFinder adding the non_archived option to the params - Overriding the #filter_params in the MergeRequestsAction - Passing the non_archived param in the nav/_group.html.haml navbar partial from the groups/merge_requests.html.haml
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
|
* Set milestone on new issue when creating issue from index with milestone ↵Douwe Maan2015-05-271-2/+2
| | | | filter active.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-2/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix tests that dont respect project-fork relationDmitriy Zaporozhets2014-04-031-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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.
* Update tests and fix Finders readmeDmitriy Zaporozhets2014-02-251-0/+37
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>