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
2017-11-08Use Commit#notes and Note.for_commit_id when possible to make sure we use ↵Douwe Maan
all the indexes available to us
2017-11-03removed the #ensure_ref_fetched from all controllersmicael.bergeron
also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
2017-10-13Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez
Rename classes to (hopefully) clearer names while we're doing that.
2017-10-13Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez
This prepares the codebase for a Gitaly migration. See https://gitlab.com/gitlab-org/gitaly/issues/553
2017-10-07Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan
Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
2017-10-07Find branches in all projects in the fork networkBob Van Landuyt
2017-10-06Create idea of read-only databaseToon Claes
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
2017-09-20Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-14Support discussion locking in the backendJarka Kadlecova
2017-09-07Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan
Removes default scope from sortable Closes #23079 See merge request !13558
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-06Merge branch ↵Douwe Maan
'34509-improves-markdown-rendering-performance-for-commits-list' into 'master' Resolve "Projects::CommitsController#show is slow partially due to SQL queries" Closes #34509 See merge request !13762
2017-09-06Adds cacheless render to Banzai object renderTiago Botelho
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
2017-07-14Make sure MergeRequest commit methods work when either compare_commits or ↵Douwe Maan
merge_request_diff is set
2017-07-07Revert parent param removalLuke "Jared" Bennett
2017-07-07Removed merge_request/issue state_event param parent and removed ↵Luke "Jared" Bennett
issuable_path helpers in favour of issuable_url helpers
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Split up MergeRequestsControllerDouwe Maan