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
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
2016-10-19List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre
2016-10-19LabelsFinder inherits from UnionFinderDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-10-19Add LabelsFinderDouglas Barbosa Alexandre
2016-10-10Precalculate trending projectsYorick Peterse
2016-10-05Refactor TrendingProjectsFinder to support cachingYorick Peterse
2016-09-30Take filters in account in issuable countersRémy Coutable
2016-09-28Use Ability.allowed? instead of current_user.can? in AccessRequestsFinderRémy Coutable
2016-09-28Improve the logic in AccessRequestsFinder#execute & #execute!Rémy Coutable
2016-09-28New AccessRequestsFinderRémy Coutable
2016-09-20fix issues mr counterbarthc
2016-09-07Use PipelinesFinder in Pipelines APIZ.J. van de Weg
2016-08-31Merge branch 'refactor/add-policies' into 'master' Robert Speicher
2016-08-31add specs for tags findertiagonbotelho
2016-08-30remove Ability.abilitieshttp://jneen.net/