summaryrefslogtreecommitdiff
path: root/GITALY_SERVER_VERSION
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Gitaly to v1.51.0GitalyBot2019-07-041-1/+1
|
* Fix broken worktree testGitalyBot2019-06-251-1/+1
| | | | | 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.
* Bump GITALY_SERVER_VERSION to v1.48.0Zeger-Jan van de Weg2019-06-241-1/+1
|
* Upgrade Gitaly to v1.47.0GitalyBot2019-06-181-1/+1
|
* Add client code to call GetObjectDirectorySize RPC11126-fix-repository-size-check-cePatrick Bajao2019-06-051-1/+1
| | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
* Update GITALY_SERVER_VERSION to 1.45.0pb-update-gitaly-1-45-0Patrick Bajao2019-06-041-1/+1
|
* Bump Gitaly version to 1.44.0Douwe Maan2019-06-031-1/+1
| | | | | | | 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
* Update Gitaly version to v1.43.0GitalyBot2019-05-301-1/+1
|
* Update Gitaly to v1.42.1Paul Okstad2019-05-201-1/+1
| | | | | | This version of Gitaly fixes a bug in gitaly-wrapper that prevented the proper detection of the executable path for a Gitaly process.
* Upgrade Gitaly to v1.42.0GitalyBot2019-05-071-1/+1
|
* Remove cleaned up OIDs from database and cacheNick Thomas2019-05-061-1/+1
|
* Upgrade Gitaly to 1.40.0John Cai2019-05-021-1/+1
| | | | | Includes catfile cache, as well as fixes to the catfile cache code that caused it to panic in Gitaly
* Upgrade Gitaly to v1.36.0GitalyBot2019-04-291-1/+1
|
* Update list_last_commits_for_tree response path field to path_bytesJohn Cai2019-04-241-1/+1
| | | | | | 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
* Upgrade Gitaly to 1.34.0John Cai2019-04-181-1/+1
|
* Upgrade Gitaly to v1.33.0GitalyBot2019-04-051-1/+1
|
* Upgrade Gitaly to v1.32.0GitalyBot2019-04-051-1/+1
|
* Update gitaly and workhorse version to stablePatrick Bajao2019-04-021-1/+1
|
* Update GITALY_SERVER_VERSION to masterPatrick Bajao2019-04-021-1/+1
| | | | | The gitaly branch has been merged to master and deleted so need to use master for now until a release gets out.
* Download a folder from repositoryPatrick Bajao2019-04-021-1/+1
| | | | | | | | 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.
* Remove find all tags feature flagjc-remove-find-all-tags-ffJohn Cai2019-03-281-1/+1
|
* Upgrade Gitaly to v1.29.0GitalyBot2019-03-211-1/+1
|
* Revert "Merge branch 'gitaly-version-v1.28.0' into 'master'"Zeger-Jan van de Weg2019-03-121-1/+1
| | | This reverts merge request !26026
* Upgrade Gitaly to v1.28.0GitalyBot2019-03-121-1/+1
|
* Upgrading gitaly version to 1.27.0John Cai2019-03-111-1/+1
| | | | | Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
* Upgrade Gitaly to v1.26.0GitalyBot2019-03-071-1/+1
|
* Upgrade GITALY_SERVER_VERSION for v1.25.0Zeger-Jan van de Weg2019-03-071-1/+1
| | | | This version includes the server side feature gates required for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25615
* Accept force option on commit via APIPatrick Bajao2019-03-061-1/+1
| | | | | | | | 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.
* Removing old code path for search_files_by_contentJohn Cai2019-03-011-1/+1
| | | | | | | 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.
* Support merge to ref for merge-commit and squashOswaldo Ferreira2019-02-251-1/+1
| | | | | | | | 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.
* Bump Gitaly to v1.20.0Paul Okstad2019-02-151-1/+1
| | | | | | This fixes gRPC dialing to UNIX domain sockets. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53473
* Fix regression bug in gitaly CommitStats RPCJohn Cai2019-02-121-1/+1
|
* Upgrade gitaly to 1.19.0gitaly-update-1.19.0Douglas Barbosa Alexandre2019-02-071-1/+1
|
* Upgrade gitaly to 1.18.0Andrew Newdigate2019-02-061-1/+1
|
* Update Gitaly to v1.17.0Nick Thomas2019-02-011-1/+1
|
* Disable git v2 protocol temporarilyNick Thomas2019-01-311-1/+1
|
* Use Gitaly 1.14.0Jacob Vosmaer2019-01-221-1/+1
|
* Upgrade Gitaly to 1.13.0Andrew Newdigate2019-01-161-1/+1
|
* Bump Gitaly version to v1.12.0Stan Hu2018-12-211-1/+1
|
* Upgrade Gitaly to 1.9.0Zeger-Jan van de Weg2018-12-171-1/+1
| | | | | This upgrade moves logic from gitlab-rails to Gitaly, which allowed code removal too.
* Bump the gitaly version to 1.7.0Bob Van Landuyt2018-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog from gitaly: ** v1.7.0 **** Added - Add an RPC that allows repository size to be reduced by bulk-removing internal references https://gitlab.com/gitlab-org/gitaly/merge_requests/990 ** v1.6.0 **** Other - Clean up invalid keep-around refs when performing housekeeping https://gitlab.com/gitlab-org/gitaly/merge_requests/992 ** v1.5.0 **** Added - Add tls configuration to gitaly golang server https://gitlab.com/gitlab-org/gitaly/merge_requests/932 **** Fixed - Fix TLS client code on macOS https://gitlab.com/gitlab-org/gitaly/merge_requests/994 **** Other - Update to latest goimports formatting https://gitlab.com/gitlab-org/gitaly/merge_requests/993 ** v1.4.0 **** Added - Link and Unlink RPCs https://gitlab.com/gitlab-org/gitaly/merge_requests/986 ** v1.3.0 *** Other - Remove unused bridge_exceptions method https://gitlab.com/gitlab-org/gitaly/merge_requests/987 - Clean up process documentation https://gitlab.com/gitlab-org/gitaly/merge_requests/984
* Update Gitaly and gitaly-protoNick Thomas2018-11-271-1/+1
|
* Update gitaly and gitaly-protoBob Van Landuyt2018-11-261-1/+1
|
* Use Gitaly 1.0.0gitaly-1.0.0Jacob Vosmaer2018-11-231-1/+1
|
* Updated Gitaly to v0.133.0Andrew Newdigate2018-11-191-1/+1
|
* Bump Gitaly version to 0.132.0sh-bump-gitaly-version-for-rubyStan Hu2018-11-141-1/+1
| | | | See https://gitlab.com/gitlab-org/gitaly/blob/master/CHANGELOG.md
* Bump Gitaly to 0.129.0Francisco Javier López2018-11-071-1/+1
|
* Bump Gitaly to 0.128.0Zeger-Jan van de Weg2018-11-051-1/+1
| | | | | To make sure GitLab will have the latest Gitaly, the version number has to be bumped here.
* Bump Gitaly to v0.126.0Zeger-Jan van de Weg2018-10-231-1/+1
| | | | | | | This will allow changes in Gitaly that will make it fail when running rspec, to make it to GitLab. Else Gitaly won't start as it can't reach the broken storage directory.
* Use Gitaly 0.125.1Jacob Vosmaer2018-10-151-1/+1
|