An error occurred fetching the project authors.
- 28 Jun, 2019 1 commit
-
-
Igor Drozdov authored
Extract diverging_commit_counts into a service class
-
- 03 Jun, 2019 1 commit
-
-
Douwe Maan authored
This change makes sure Gitaly includes a fix to make rebase work again properly. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/62353
-
- 27 May, 2019 1 commit
-
-
Douwe Maan authored
Disabling because of https://gitlab.com/gitlab-org/gitlab-ce/issues/62353
-
- 16 May, 2019 1 commit
-
-
Stan Hu authored
If `merge_error` is ever set after a failure, it is never cleared, even after a subsequent, successful rebase. We now clear this field whenever a successful rebase occurs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56139
-
- 14 May, 2019 1 commit
-
-
John Cai authored
We want to optimize the query for the CountDivergingCommits rpc by removing the --max-count argument now that we have commit graphs enabled for all repositories during housekeeping. However, we want to test this first behind a feature flag.
-
- 09 May, 2019 1 commit
-
-
Diego Silva authored
Fixes #60425
-
- 02 May, 2019 1 commit
-
-
Luke Duncalfe authored
The new two-step Gitaly `Rebase` RPC yields the rebase commit SHA to the client before proceeding with the rebase. This avoids an issue where the rebase commit SHA was returned when the RPC had fully completed, and in some cases this would be after the Rails `post_receive` worker services had already run. In these situations, the merge request did not yet have its rebase_commit_sha attribute set introducing the possibility for bugs (such as previous approvals being reset). https://gitlab.com/gitlab-org/gitlab-ee/issues/5966
-
- 01 May, 2019 1 commit
-
-
Sarah Yasonik authored
Updates the EnvironmentController#metrics_dashboard endpoint to support a "dashboard" param, which can be used to specify the filepath of a dashboard configuration from a project repository. Dashboard configurations are expected to be stored in .gitlab/dashboards/. Updates dashboard post-processing steps to exclude custom metrics, which should only display on the system dashboard.
-
- 29 Apr, 2019 1 commit
-
-
Bob Van Landuyt authored
This ports the changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10462/ to CE
-
- 16 Apr, 2019 1 commit
-
-
Nick Thomas authored
This reverts commit 171818df.
-
- 11 Apr, 2019 1 commit
-
-
Patrick Bajao authored
This reverts commit 6c75bd01, reversing changes made to 1be7f5aa.
-
- 02 Apr, 2019 1 commit
-
-
Patrick Bajao authored
Add `GetArchiveRequest` to git-archive params. Modifies `Git::Repository#archive_metadata` to append `path` to `ArchivePrefix` so it'll not hit the cache of repository archive when it already exists.
-
- 26 Mar, 2019 1 commit
-
-
Bob Van Landuyt authored
This changes the repository type from a binary `wiki?` to a type. So we can have more than 2 repository types. Now everywhere we called `.wiki?` and expected a boolean, we check that type.
-
- 19 Mar, 2019 1 commit
-
-
Rémy Coutable authored
This reverts merge request !26183
-
- 18 Mar, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 13 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 12 Mar, 2019 1 commit
-
-
Stan Hu authored
When an empty project is loaded in the UI, there are 15 separate Gitaly FindDefaultBranch calls to determine the root_ref. Previously, it was not cached even within the request. This change caches it within the request so only a single FindDefaultBranch RPC is needed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58684
-
- 06 Mar, 2019 1 commit
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
- 25 Feb, 2019 1 commit
-
-
Oswaldo Ferreira authored
Adds the ground work for writing into the merge ref refs/merge-requests/:iid/merge the merge result between source and target branches of a MR, without further side-effects such as mailing, MR updates and target branch changes.
-
- 07 Feb, 2019 1 commit
-
-
John Cai authored
Adds the client call for the gitaly rpc CountDivergingCommits fixing signature simplifying commit logic adding test for max-count refactoring tests
-
- 06 Feb, 2019 2 commits
-
-
Luke Duncalfe authored
-
Stan Hu authored
When hashed storage is in use, it's helpful to have the project name associated with the request. Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
-
- 04 Feb, 2019 1 commit
-
-
Jan Provaznik authored
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
-
- 01 Feb, 2019 1 commit
-
-
Mark Chao authored
The data migration looks for code owner file and errs if repository is missing.
-
- 08 Jan, 2019 1 commit
-
- 08 Dec, 2018 7 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
This implements Repository#ambiguous_ref? and checks if a ref is ambiguous before trying to resolve the ref in Project#protected_for?
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
Reworks Project#resolve_ref to return Gitlab::Git::Branch, Gitlab::Git::Tag or raise an AmbiguousRef error.
-
- 06 Dec, 2018 1 commit
-
-
Stan Hu authored
Determined by running the script: ``` included = `git grep --name-only ShellAdapter`.chomp.split("\n") used = `git grep --name-only gitlab_shell`.chomp.split("\n") included - used ```
-
- 28 Nov, 2018 1 commit
-
-
Tiago Botelho authored
Caches repository.path into Repository#readme_path
-
- 26 Nov, 2018 2 commits
-
-
Bob Van Landuyt authored
Use shelling out to git to write refs instead of rugged, hoping to avoid creating invalid refs. To update HEAD we switched to using `git symbolic-ref`.
-
Douwe Maan authored
-
- 16 Nov, 2018 1 commit
-
-
Gabriel Mazetto authored
-
- 07 Nov, 2018 1 commit
-
-
Francisco Javier López authored
This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
-
- 06 Nov, 2018 1 commit
-
-
Nick Thomas authored
This indirection doesn't provide any value, so remove it
-
- 17 Oct, 2018 1 commit
-
-
Nick Thomas authored
GitLab keeps a cache of the rendered HTML for a repository's README as stored in the HEAD branch. However, it was not used in all circumstances. In particular, the new blob viewer framework bypassed this cache entirely. This MR ensures a ::ReadmeBlob is returned instead of a ::Blob when asking a repository for an individual blob, if the commit and path match the readme for HEAD. This makes the cached HTML available to consumers, including the blob viewer. The ReadmeBlob is a simple delegator to the Blob, so should be compatible in all cases. Adding the rendered_markdown method is the only additional behaviour it contains.
-