- Mar 17, 2020
-
-
GitLab Bot authored
-
- Feb 12, 2020
-
-
GitLab Bot authored
-
- Jan 16, 2020
-
-
GitLab Bot authored
-
- Nov 14, 2019
-
-
GitLab Bot authored
-
- Sep 19, 2019
-
-
GitLab Bot authored
-
- Jul 18, 2019
-
-
Markus Koller authored
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
-
- Jul 05, 2019
-
-
Shinya Maeda authored
Currently, MergeToRefService is specifically designed for createing merge commits from source branch and target branch of merge reqeusts. We extend this behavior to source branch and any target ref paths.
-
- Jun 10, 2019
-
-
Oswaldo Ferreir authored
-
- May 02, 2019
-
-
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
-
- Apr 01, 2019
-
-
Bob Van Landuyt authored
This allows us to set the encoding of an IO passed without reading it into memory. This is useful if we want to stream files into Gitaly. Like we do when uploading a new file to the repository.
-
- Mar 06, 2019
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
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.
-
- 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.
-
- Nov 28, 2018
-
-
Nick Thomas authored
-
- Nov 13, 2018
-
-
gfyoung authored
Enables frozen string for the following: * lib/gitlab/fogbugz_import/**/*.rb * lib/gitlab/gfm/**/*.rb * lib/gitlab/git/**/*.rb * lib/gitlab/gitaly_client/**/*.rb * lib/gitlab/gitlab_import/**/*.rb * lib/gitlab/google_code_import/**/*.rb * lib/gitlab/gpg/**/*.rb * lib/gitlab/grape_logging/**/*.rb * lib/gitlab/graphql/**/*.rb * lib/gitlab/graphs/**/*.rb * lib/gitlab/hashed_storage/**/*.rb * lib/gitlab/health_checks/**/*.rb Partially address gitlab-org/gitlab-ce#47424.
-
- Nov 07, 2018
-
-
Bob Van Landuyt authored
This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
-
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
-
- Sep 27, 2018
-
-
Jacopo authored
With this action the user can update the execute_filemode of a given file in the repository.
-
- Jul 19, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 09, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 05, 2018
-
-
Andrew Newdigate authored
-
- Jul 03, 2018
-
-
- Jun 11, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- May 18, 2018
-
-
Ahmad Sherif authored
-
- Feb 02, 2018
-
-
Alejandro Rodríguez authored
-
- Jan 30, 2018
-
-
Ahmad Sherif authored
Closes gitaly#979
-
- Jan 22, 2018
-
-
Alejandro Rodríguez authored
-
- Jan 11, 2018
-
-
- Jan 10, 2018
-
-
Ahmad Sherif authored
Closes gitaly#863
-
- Jan 03, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Dec 28, 2017
-
-
Alejandro Rodríguez authored
-
- Dec 05, 2017
-
-
Ahmad Sherif authored
Closes gitaly#780
-
- Dec 04, 2017
-
-
Ahmad Sherif authored
Closes gitaly#737
-
- Oct 31, 2017
-
-
Alejandro Rodríguez authored
-
- Oct 23, 2017
-
-
Alejandro Rodríguez authored
We also unify conversions from and to `Gitaly::User`s in the `Gitlab::Git::User` class.
-
- Oct 13, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Oct 04, 2017
-
-
Alejandro Rodríguez authored
-
- Sep 30, 2017
-
-
Alejandro Rodríguez authored
-
- Sep 28, 2017
-
-
Ahmad Sherif authored
Closes gitaly#601
-
Ahmad Sherif authored
Closes gitaly#562
-