summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '38060-fix-groups-api-owned-groups' into 'master'Douwe Maan2017-09-191-1/+1
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-073-2/+3
* Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-051-0/+4
|\
| * Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+4
* | Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato2017-09-051-0/+1
* | Add my_reaction_emoji param to /issues APIHiroyuki Sato2017-09-051-0/+1
|/
* Remove issuable finder count cachingSean McGivern2017-08-312-64/+3
* Add filter by my reactionHiroyuki Sato2017-08-301-0/+10
* Merge branch '31409-fix-group-and-project-search-for-anonymous-users' into 'm...Kamil Trzciński2017-08-251-6/+30
|\
| * Refactor complicated API group finding rules into GroupsFinderNick Thomas2017-08-241-6/+30
* | Add an option to list only archived projectsMehdi Lahmam2017-08-242-5/+20
* | Refactor Admin::ProjectsFinder by extracting finders as private methodsMehdi Lahmam2017-08-241-23/+51
|/
* Pending delete projects no longer return 500 error in Admins projects view35435-pending-delete-project-error-in-admin-interface-fixTiago Botelho2017-08-111-1/+1
* Add workaround for UPDATE with subquery when using MySQLToon Claes2017-08-031-2/+11
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-1/+0
* Add top-level /merge_requests API endpointToon Claes2017-07-271-0/+1
* Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-0/+1
* Decrease ABC threshold to 56.96Maxim Rydkin2017-07-241-0/+33
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-192-1/+25
* Fix issuable state cachingSean McGivern2017-07-191-1/+1
* Fix issuable state counter cache keysSean McGivern2017-07-192-6/+5
* fix milestones finder failing specissue_34852Felipe Artur2017-07-071-1/+2
* Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-073-13/+14
|\
| * move CreatedAtFilter to concerns folderJames Lopez2017-07-071-0/+0
| * refactor created at filter to use model scopesJames Lopez2017-07-073-3/+11
| * refactor filtersJames Lopez2017-07-072-24/+4
| * add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+13
* | Native group milestonesFelipe Artur2017-07-072-15/+61
|/
* Add user projects APIvanadium232017-07-061-1/+8
* Merge branch '34141-allow-unauthenticated-access-to-the-users-api' into 'master'Rémy Coutable2017-07-041-2/+2
|\
| * Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew2017-06-301-0/+2
| |\
| * | Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-301-7/+4
| * | Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-261-2/+5
* | | Hide archived project labels from group issue trackerHoracio Bertorello2017-06-301-1/+6
* | | Fix typo in IssuesFinder commentSean McGivern2017-06-301-1/+1
* | | Clarify counter caching for users without project accessSean McGivern2017-06-301-0/+15
* | | Make finders responsible for counter cache keysSean McGivern2017-06-302-6/+31
* | | Don't count any confidential issues for non-project-membersSean McGivern2017-06-302-6/+9
* | | Cache total issue / MR counts for project by user typeSean McGivern2017-06-301-13/+13
* | | Only do complicated confidentiality checks when necessarySean McGivern2017-06-301-14/+28
| |/ |/|
* | Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-2/+1
* | Fix current feature related specsTiago Botelho2017-06-281-1/+4
|/
* Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-5/+5
* Merge branch 'refactor-projects-finder-init-collection' into 'master'Rémy Coutable2017-06-203-40/+97
|\
| * Refactor GroupProjectsFinder#init_collectionYorick Peterse2017-06-193-38/+57
| * Refactor ProjectsFinder#init_collectionYorick Peterse2017-06-161-19/+57
* | Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable2017-06-191-0/+13
|\ \
| * | add since and until params to issuablesKyle Bishop2017-06-181-0/+13
| |/
* | Make the GroupFinder specs more strictToon Claes2017-06-151-4/+12