Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-07Find branches in all projects in the fork networkBob Van Landuyt
2017-10-07Allow creating merge requests across forks of a projectBob Van Landuyt
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-26Remove `weight` from IssuableFinder::SCALAR_PARAMS and improve the array form...Rémy Coutable
2017-09-26Backport part of c777bb91fd7 and 4074cb3b7c16 from EERémy Coutable
2017-09-20Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable
2017-09-20Introduce ForkProjectsFinder classMark Fletcher
2017-09-19Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas
2017-09-18fix #35290 Make read-only API for public merge requests available without aut...haseeb
2017-09-10move `find_users` method into finder and add `load_group` methodMaxim Rydkin
2017-09-10rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin
2017-09-10extract finder and add first testMaxim Rydkin
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-05Merge branch 'mr-index-page-performance' into 'master'Sean McGivern
2017-09-05Re-use issue/MR counts for the pagination systemYorick Peterse
2017-09-05Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato
2017-09-05Add my_reaction_emoji param to /issues APIHiroyuki Sato
2017-08-31Remove issuable finder count cachingSean McGivern
2017-08-30Add filter by my reactionHiroyuki Sato
2017-08-25Merge branch '31409-fix-group-and-project-search-for-anonymous-users' into 'm...Kamil Trzciński
2017-08-24Refactor complicated API group finding rules into GroupsFinderNick Thomas
2017-08-24Add an option to list only archived projectsMehdi Lahmam
2017-08-24Refactor Admin::ProjectsFinder by extracting finders as private methodsMehdi Lahmam
2017-08-11Pending delete projects no longer return 500 error in Admins projects viewTiago Botelho
2017-08-03Add workaround for UPDATE with subquery when using MySQLToon Claes
2017-07-28Merge issuable "reopened" state into "opened"Yorick Peterse
2017-07-28Add top-level /merge_requests API endpointToon Claes
2017-07-24Add author_id & assignee_id param to /issues APIToon Claes
2017-07-24Decrease ABC threshold to 56.96Maxim Rydkin
2017-07-19Clear issuable counter caches on updateSean McGivern
2017-07-19Fix issuable state cachingSean McGivern
2017-07-19Fix issuable state counter cache keysSean McGivern
2017-07-08fix milestones finder failing specFelipe Artur
2017-07-07Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan
2017-07-07move CreatedAtFilter to concerns folderJames Lopez
2017-07-07refactor created at filter to use model scopesJames Lopez
2017-07-07Native group milestonesFelipe Artur
2017-07-07refactor filtersJames Lopez
2017-07-07add created at filter logic to users finder and APIJames Lopez
2017-07-06Add user projects APIvanadium23
2017-07-04Merge branch '34141-allow-unauthenticated-access-to-the-users-api' into 'master'Rémy Coutable
2017-06-30Hide archived project labels from group issue trackerHoracio Bertorello
2017-06-30Fix typo in IssuesFinder commentSean McGivern
2017-06-30Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew
2017-06-30Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew
2017-06-30Clarify counter caching for users without project accessSean McGivern
2017-06-30Make finders responsible for counter cache keysSean McGivern
2017-06-30Don't count any confidential issues for non-project-membersSean McGivern
2017-06-30Cache total issue / MR counts for project by user typeSean McGivern
2017-06-30Only do complicated confidentiality checks when necessarySean McGivern