- Aug 26, 2019
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 21, 2019
-
-
Felipe Artur authored
-
- Aug 13, 2019
-
-
GitalyBot authored
-
- Aug 12, 2019
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 07, 2019
-
-
GitalyBot authored
-
- Aug 01, 2019
-
-
Paul Okstad authored
-
- Jul 11, 2019
-
-
- Jul 10, 2019
-
-
GitalyBot authored
-
- Jul 04, 2019
-
-
- Jun 25, 2019
-
-
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.
-
- Jun 24, 2019
-
-
Zeger-Jan van de Weg authored
-
- Jun 20, 2019
-
-
Oswaldo Ferreir 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.
-
- Jun 18, 2019
-
-
GitalyBot authored
-
- Jun 05, 2019
-
-
Patrick Bajao authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
-
- Jun 04, 2019
-
-
Patrick Bajao authored
-
- Jun 03, 2019
-
-
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
-
- May 30, 2019
-
-
GitalyBot authored
-
- May 20, 2019
-
-
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.
-
- May 07, 2019
-
-
- May 06, 2019
-
-
Nick Thomas authored
-
- May 02, 2019
-
-
John Cai authored
Includes catfile cache, as well as fixes to the catfile cache code that caused it to panic in Gitaly
-
- Apr 29, 2019
-
-
GitalyBot authored
-
- Apr 25, 2019
-
-
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
-
- Apr 18, 2019
-
-
John Cai authored
-
- Apr 05, 2019
-
-
GitalyBot authored
-
-
- Apr 02, 2019
-
-
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.
-
- Mar 28, 2019
-
-
John Cai authored
-
- Mar 21, 2019
-
-
- Mar 12, 2019
-
-
Zeger-Jan van de Weg authored
This reverts merge request !26026
-
-
- Mar 11, 2019
-
-
John Cai authored
Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
-
- Mar 07, 2019
-
-
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
-
- Mar 06, 2019
-
-
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.
-
- Mar 01, 2019
-
-
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.
-
- Feb 25, 2019
-
-
Oswaldo Ferreir 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.
-
- Feb 15, 2019
-
-
This fixes gRPC dialing to UNIX domain sockets. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53473
-