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-02-17add a :iids param to IssuableFindermhasbini
2017-02-10Show parent group members for nested groupDmitriy Zaporozhets
2017-02-08Store group and project full name and full path in routes tableDmitriy Zaporozhets
2017-02-07Merge branch 'route-map' into 'master' Robert Speicher
2017-02-07Move permission check before more expensive checksDouwe Maan
2017-02-07Don't skip authorization when stopping CI environmentsDouwe Maan
2017-02-07List all groups/projects for admins on explore pagesDouwe Maan
2017-02-07Address feedbackDouwe Maan
2017-01-11Add comments to issuable finderClement Ho
2017-01-10Make sure we could query against no oneLin Jen-Shin
2017-01-10Show no issues if author/assignee cannot be foundLin Jen-Shin
2017-01-10Check if it's not NONE tooLin Jen-Shin
2017-01-10Add author_username and assignee_usernameClement Ho
2017-01-03Removed the "Groups" option from the settings gearJose Ivan Vargas
2017-01-03Added groups to members section, added a members finderJose Ivan Vargas
2016-12-15Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern
2016-12-15Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan
2016-12-12Merge branch '19990-update-snippets-page-design' into 'master' Fatih Acet
2016-12-12Merge branch 'features/api-snippets' into 'master' Sean McGivern
2016-12-10use Snippet.none in favor of nil to allow chainingMike Greiling
2016-12-10refactor duplicate code into a by_scope methodMike Greiling
2016-12-10add scope filters to project snippets pageMike Greiling
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
2016-12-06Merge branch '24733-archived-project-merge-request-count' into 'master' Sean McGivern
2016-12-06Merge branch 'issue_25064' into 'security' Douwe Maan
2016-12-05Fix Archived project merge requests add to group's Merge RequestsJacopo
2016-12-01API: Endpoint to expose personal snippets as /snippetsGuyzmo
2016-12-01Count all issuable states at onceSean McGivern
2016-11-29Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan
2016-11-29Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan
2016-11-26Remove unnecessary require_relative calls from finderSemyon Pupkov
2016-11-16Limit labels returned for a specific project as an administratorRobert Speicher
2016-11-09Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan
2016-11-01Skip authorization check when searching for labels on IssuableFinderDouglas Barbosa Alexandre
2016-11-01Use label subject to calculate number of issues/mrs within the groupDouglas Barbosa Alexandre
2016-10-28Pass user instance to Labels::FindOrCreateService or skip_authorization: trueAdam Niedzielski
2016-10-25Merge branch 'sh-optimize-label-finder' into 'master' Stan Hu
2016-10-25Reduce overhead of LabelFinder by avoiding #presence callStan Hu
2016-10-25Improve readability and add specs for label filteringStan Hu
2016-10-25Improve label filtering implementationStan Hu
2016-10-25Allow the use of params[:name] when filtering labelsStan Hu
2016-10-25Fix bug where labels would be assigned to issues that were movedStan Hu
2016-10-19Remove order by label type on LabelsFinderDouglas Barbosa Alexandre
2016-10-19Add support to group labels to SlashCommands::InterpretServiceDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre
2016-10-19Return only labels that user have access on IssuableFinder#labelsDouglas Barbosa Alexandre
2016-10-19Remove unnecessary `title.present?` on LabelsFinderDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Makes the query to retrieve group labels more simplerDouglas Barbosa Alexandre