summaryrefslogtreecommitdiff
path: root/app/finders/issuable_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Return unique issues when using multiple labelsYorick Peterse2016-04-131-1/+3
* | udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-201-3/+2
* | filter labels by including all filter titles as part of the queryJames Lopez2016-04-191-1/+1
|/
* Standardised the output of the JSON to always include the namePhil Hughes2016-03-291-1/+1
* Dropdown bug fixesPhil Hughes2016-03-291-2/+2
* Address feedbackDouwe Maan2016-03-221-6/+4
* Fix group project selection in IssuableFinderDouwe Maan2016-03-201-4/+4
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-2/+2
* fixes small issuestiagonbotelho2016-03-131-2/+2
* fixes issuestiagonbotelho2016-03-121-2/+2
* fixes issues for mr acceptancetiagonbotelho2016-03-121-7/+6
* implements upcoming filter in milstonestiagonbotelho2016-03-121-0/+8
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-4/+2