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 (Collapse)Author
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-05Fix IDE detecting MR from fork branchPaul Slaughter
**Why?** Currently the IDE loads a merge request based on only the `source_branch` name. This means it loads MR's from forks that have the same branch name (not good). - This required updating the BE API to accept `source_project_id`
2019-03-09Filter merge requests by target branchHiroyuki Sato
2019-03-04Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse
Don't allow non-members to see private related MRs Closes #2787 See merge request gitlab/gitlabhq!2866
2019-02-05Fix grammar and spellingHiroyuki Sato
2019-01-28Modify MergeRequestsFinder to allow filtering by commitPatrick Bajao
2019-01-14Add 'in' filter that modifies scope of 'search' filter to issues and merge ↵Hiroyuki Sato
requests API
2018-10-04Remove vestigial method from MergeRequestsFinderSean McGivern
This isn't called from anywhere.
2018-10-03#13650 added wip search functionality and testsChantal Rollison
2018-09-13Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu
Enable frozen string in app/graphql + app/finders See merge request gitlab-org/gitlab-ce!21681
2018-09-11Enable frozen string in app/graphql + app/findersgfyoung
Partially addresses #47424.
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-06-28Add locked state to merge request APIChantal Rollison
2018-06-06Simplify issuable finder queriesSean McGivern
We had `item_project_ids` to help make slow queries on the dashboard faster, but this isn't necessary any more - the queries are plenty fast, and we forbid searching the dashboard without filters.
2018-05-21Add created_by_me and assigned_to_me scopesMark Chao
Deprecate corresponding dash versions created-by-me and assigned-to-me
2018-03-05Adds updated_at filter to issues and merge_requests APIJacopo
2018-03-01Add source and target branch filters to merge requests APISean McGivern
2017-09-05Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato
2017-07-28Add top-level /merge_requests API endpointToon Claes
And add support for additional query parameters: - `author_id`: Returns merge requests created by the given user `id` - `assignee_id`: Returns merge requests assigned to the given user `id` - `scope`: Return merge requests for the given scope: `created-by-me`, `assigned-to-me` or `all`
2017-04-25Ability to filter merge requests by labels and milestonesRobert Schilling
2017-04-03Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof
The MergeRequestsFinder uses the milestone_title instead of the milestone_id
2017-03-06Improve issues filtering performanceJarka Kadlecova
2017-02-17add a :iids param to IssuableFindermhasbini
2016-12-05Fix Archived project merge requests add to group's Merge RequestsJacopo
counter This is done by: - Extending the IssuableFinder adding the non_archived option to the params - Overriding the #filter_params in the MergeRequestsAction - Passing the non_archived param in the nav/_group.html.haml navbar partial from the groups/merge_requests.html.haml
2016-09-20fix issues mr counterbarthc
2014-09-02Refactor finders. Prevent circular dependency errorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-25Move services for collecting items to FindersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>