An error occurred fetching the project authors.
- 09 Sep, 2019 1 commit
-
-
GitalyBot authored
-
- 26 Aug, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 21 Aug, 2019 1 commit
-
-
Felipe Artur authored
-
- 13 Aug, 2019 1 commit
-
-
GitalyBot authored
-
- 12 Aug, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 07 Aug, 2019 1 commit
-
-
GitalyBot authored
-
- 01 Aug, 2019 1 commit
-
-
Paul Okstad authored
-
- 11 Jul, 2019 1 commit
-
-
GitalyBot authored
-
- 10 Jul, 2019 1 commit
-
-
GitalyBot authored
-
- 04 Jul, 2019 1 commit
-
-
GitalyBot authored
-
- 25 Jun, 2019 1 commit
-
-
GitalyBot authored
The setup was wrong, and due to Gitaly being a bit more strict it had to match up. The test is now accurate and passing again.
-
- 24 Jun, 2019 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 20 Jun, 2019 1 commit
-
-
Oswaldo Ferreira authored
This couples the code that transitions the `MergeRequest#merge_status` and refs/merge-requests/:iid/merge ref update. In general, instead of directly telling `MergeToRefService` to update the merge ref, we should rely on `MergeabilityCheckService` to keep both the merge status and merge ref synced. Now, if the merge_status is `can_be_merged` it means the merge-ref is also updated to the latest. We've also updated the logic to be more systematic and less user-based.
-
- 18 Jun, 2019 1 commit
-
-
GitalyBot authored
-
- 05 Jun, 2019 1 commit
-
-
Patrick Bajao authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
-
- 04 Jun, 2019 1 commit
-
-
Patrick Bajao authored
-
- 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
-
- 30 May, 2019 1 commit
-
-
GitalyBot authored
-
- 20 May, 2019 1 commit
-
-
Paul Okstad authored
This version of Gitaly fixes a bug in gitaly-wrapper that prevented the proper detection of the executable path for a Gitaly process.
-
- 07 May, 2019 1 commit
-
-
GitalyBot authored
-
- 06 May, 2019 1 commit
-
-
Nick Thomas authored
-
- 02 May, 2019 1 commit
-
-
John Cai authored
Includes catfile cache, as well as fixes to the catfile cache code that caused it to panic in Gitaly
-
- 29 Apr, 2019 1 commit
-
-
GitalyBot authored
-
- 25 Apr, 2019 1 commit
-
-
John Cai authored
Updates the gitaly client to use path_bytes field instead of the deprecated path field in list_last_commits_for_tree_response. Also adds a test to guard against non-utf8 path data
-
- 18 Apr, 2019 1 commit
-
-
John Cai authored
-
- 05 Apr, 2019 2 commits
- 02 Apr, 2019 3 commits
-
-
Patrick Bajao authored
-
Patrick Bajao authored
The gitaly branch has been merged to master and deleted so need to use master for now until a release gets out.
-
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.
-
- 28 Mar, 2019 1 commit
-
-
John Cai authored
-
- 21 Mar, 2019 1 commit
-
-
GitalyBot authored
-
- 12 Mar, 2019 2 commits
-
-
Zeger-Jan van de Weg authored
This reverts merge request !26026
-
GitalyBot authored
-
- 11 Mar, 2019 1 commit
-
-
John Cai authored
Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
-
- 07 Mar, 2019 2 commits
-
-
GitalyBot authored
-
Zeger-Jan van de Weg authored
This version includes the server side feature gates required for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25615
-
- 06 Mar, 2019 1 commit
-
-
Patrick Bajao authored
When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
-
- 01 Mar, 2019 1 commit
-
-
John Cai authored
In 11.8, we added a fix for the SearchFilesByContent RPC in gitaly to send back the response in chunks. However, we kept in the old code path for backwards compatibility. Now that the change is fully deployed, we can remove that old codepath.
-
- 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.
-