summaryrefslogtreecommitdiff
path: root/app/models/merge_request.rb
Commit message (Expand)AuthorAgeFilesLines
* Move `fetch_ref` from MergeRequestDiff#ensure_commit_shas to MergeRequestRémy Coutable2017-10-051-0/+3
* Merge branch 'merge-request-notes-performance' into 'master'Sean McGivern2017-10-041-8/+14
|\
| * Use a UNION ALL for getting merge request notesmerge-request-notes-performanceYorick Peterse2017-10-021-8/+14
* | Merge branch '36876-mr-show-json-controller-perf-improvements' into 'master'Douwe Maan2017-10-041-3/+2
|\ \
| * | Reduce method calls while evaluating Projects::MergeRequestsController#show.json36876-mr-show-json-controller-perf-improvementsOswaldo Ferreira2017-10-041-3/+2
| |/
* | Port semi-linear merge strategy to CE (mostly FE)Eric Eastwood2017-09-291-0/+8
|/
* Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-2/+0
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-2/+5
* add controller specmicael.bergeron2017-09-061-1/+2
* rework the contributor badgemicael.bergeron2017-09-061-0/+5
* Resolve outdated diff discussions on pushSean McGivern2017-09-061-0/+6
* Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-041-8/+1
|\
| * Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-8/+1
* | Merge branch 'issue_36820' into 'master'Sean McGivern2017-09-011-0/+2
|\ \
| * | Remove closing external issues by reference errorissue_36820Felipe Artur2017-08-311-0/+2
* | | Merge branch 'sidebar-cache-updates' into 'master'Sean McGivern2017-08-311-0/+6
|\ \ \ | |_|/ |/| |
| * | Only update the sidebar count caches when neededsidebar-cache-updatesYorick Peterse2017-08-301-0/+6
| |/
* | Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af...Lin Jen-Shin2017-08-301-6/+16
|\ \ | |/
| * Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira2017-08-281-1/+1
| * Add changelogOswaldo Ferreira2017-08-281-1/+1
| * Track enqueued and ongoing MRsOswaldo Ferreira2017-08-281-3/+9
| * Remove locked? check when unlocking a merge requestOswaldo Ferreira2017-08-281-1/+1
| * Merge branch '36262_merge_request_reference_in_merge_commit_global' into 'mas...Sean McGivern2017-08-241-2/+1
| |\
| | * [ci skip] changelog entry added for full merge request ref changeshaseeb2017-08-231-1/+0
| | * fix Merge request reference in merge commit is not globalhaseeb2017-08-131-2/+2
| * | Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-231-0/+5
| |\ \
| | * | Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+5
* | | | Try to make reserved ref names more obviousLin Jen-Shin2017-08-251-1/+1
|/ / /
* | | Remove ignore columnsFelipe Artur2017-08-181-1/+0
|/ /
* | Use with_repo_branch_commit instead of fetch_ref directlyLin Jen-Shin2017-08-141-9/+8
* | Don't try to create diffs if one of the branch is missingLin Jen-Shin2017-08-101-1/+2
* | Introduce MergeRequest#write_ref and Repository#write_refLin Jen-Shin2017-08-101-5/+15
|/
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
* Move locked_at removal to post-deployment migrationOswaldo Ferreira2017-08-071-0/+1
* Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-16/+6
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-7/+6
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-1/+1
* Make sure MergeRequest commit methods work when either compare_commits or mer...dm-merge-request-creation-errorDouwe Maan2017-07-131-6/+31
* Merge branch 'sh-optimize-mr-api' into 'master'Stan Hu2017-07-081-1/+1
|\
| * Remove many N+1 queries with merge requests APIsh-optimize-mr-apiStan Hu2017-07-071-1/+1
* | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+1
|\ \ | |/ |/|
| * fix specJames Lopez2017-07-071-0/+1
* | Speed up `all_commit_shas` for new merge requestsSean McGivern2017-07-071-1/+4
|/
* Add table for merge request commitsSean McGivern2017-07-061-5/+5
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-2/+4
* Add many foreign keys to the projects tableYorick Peterse2017-07-061-2/+2
* Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-1/+9
|\
| * Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes2017-06-201-1/+9