summaryrefslogtreecommitdiff
path: root/app/finders/issuable_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-13/+3
|\
| * refactor created at filter to use model scopesJames Lopez2017-07-071-2/+2
| * refactor filtersJames Lopez2017-07-071-12/+2
* | Native group milestonesFelipe Artur2017-07-071-7/+10
|/
* Make finders responsible for counter cache keysSean McGivern2017-06-301-0/+14
* Don't count any confidential issues for non-project-membersSean McGivern2017-06-301-1/+1
* add since and until params to issuablesKyle Bishop2017-06-181-0/+13
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* ProjectsFinder should handle more optionsJacopo2017-04-061-6/+2
* Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-0/+6
* Improve issues filtering performanceJarka Kadlecova2017-03-061-14/+21
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* add a :iids param to IssuableFindermhasbini2017-02-171-9/+6
* Add comments to issuable finderClement Ho2017-01-101-0/+2
* Make sure we could query against no oneLin Jen-Shin2017-01-091-0/+12
* Show no issues if author/assignee cannot be foundLin Jen-Shin2017-01-091-8/+12
* Check if it's not NONE tooLin Jen-Shin2017-01-091-6/+6
* Add author_username and assignee_usernameClement Ho2017-01-091-6/+18
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-0/+4
* Merge branch '24733-archived-project-merge-request-count' into 'master' Sean McGivern2016-12-061-0/+6
|\
| * Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-051-0/+6
* | Merge branch 'issue_25064' into 'security' Douwe Maan2016-12-061-5/+8
|/
* Count all issuable states at onceSean McGivern2016-12-011-0/+26
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-1/+1
* Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-0/+8
* Remove unnecessary require_relative calls from finderSemyon Pupkov2016-11-261-2/+0
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-19/+14
* Skip authorization check when searching for labels on IssuableFinderDouglas Barbosa Alexandre2016-10-311-2/+2
* Return only labels that user have access on IssuableFinder#labelsDouglas Barbosa Alexandre2016-10-191-8/+5
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-3/+2
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+2
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-1/+3
* Take filters in account in issuable countersRémy Coutable2016-09-301-10/+5
* fix issues mr counterbarthc2016-09-201-1/+8
* remove Ability.abilitieshttp://jneen.net/2016-08-301-1/+1
* State specific default sort order for issuableszs2016-08-011-1/+1
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-1/+1
* Sort by label priorityThijs Wouters2016-06-061-2/+6
* Fix error 500 when sorting issues by milestone due date and filtering by labelsFelipe Artur2016-05-311-1/+1
* Fix outer join when filtering milestonesissue_15221_2Felipe Artur2016-05-241-2/+2
* Fix issues/MRs filter when ordering by milestone due dateFelipe Artur2016-05-241-2/+2
* Make upcoming milestone work across projectsSean McGivern2016-05-161-2/+2
* Remove the `.distinct` when finding issues15465-fix-sort-by-due-dateRémy Coutable2016-04-211-3/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/label-filtersJames Lopez2016-04-211-1/+40
|\
| * Move Issue scopes from Issuable to Issue modelRémy Coutable2016-04-201-20/+20
| * Move due_date sort scopes to Issue and fix CHANGELOGRémy Coutable2016-04-201-3/+1
| * Address MR feedbackRémy Coutable2016-04-201-4/+7
| * Fix functionality of due this week. Add due this month and overdue, remove du...Mehmet Beydogan2016-04-201-6/+20
| * Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+22
| * Any label & no label out weigh other labels - these two will clear previously...Phil Hughes2016-04-201-1/+1