Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-07Upgrade Gitaly to v1.42.0GitalyBot
2019-05-06Remove cleaned up OIDs from database and cacheNick Thomas
2019-05-02Upgrade Gitaly to 1.40.0John Cai
Includes catfile cache, as well as fixes to the catfile cache code that caused it to panic in Gitaly
2019-04-29Upgrade Gitaly to v1.36.0GitalyBot
2019-04-25Update list_last_commits_for_tree response path field to path_bytesJohn Cai
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
2019-04-18Upgrade Gitaly to 1.34.0John Cai
2019-04-05Upgrade Gitaly to v1.33.0GitalyBot
2019-04-05Upgrade Gitaly to v1.32.0GitalyBot
2019-04-02Update gitaly and workhorse version to stablePatrick Bajao
2019-04-02Update GITALY_SERVER_VERSION to masterPatrick Bajao
The gitaly branch has been merged to master and deleted so need to use master for now until a release gets out.
2019-04-02Download a folder from repositoryPatrick Bajao
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.
2019-03-28Remove find all tags feature flagJohn Cai
2019-03-21Upgrade Gitaly to v1.29.0GitalyBot
2019-03-12Revert "Merge branch 'gitaly-version-v1.28.0' into 'master'"Zeger-Jan van de Weg
This reverts merge request !26026
2019-03-12Upgrade Gitaly to v1.28.0GitalyBot
2019-03-11Upgrading gitaly version to 1.27.0John Cai
Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
2019-03-08Upgrade Gitaly to v1.26.0GitalyBot
2019-03-07Upgrade GITALY_SERVER_VERSION for v1.25.0Zeger-Jan van de Weg
This version includes the server side feature gates required for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25615
2019-03-06Accept force option on commit via APIPatrick Bajao
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.
2019-03-02Removing old code path for search_files_by_contentJohn Cai
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.
2019-02-25Support merge to ref for merge-commit and squashOswaldo Ferreira
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.
2019-02-15Bump Gitaly to v1.20.0Paul Okstad
This fixes gRPC dialing to UNIX domain sockets. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53473
2019-02-13Fix regression bug in gitaly CommitStats RPCJohn Cai
2019-02-07Upgrade gitaly to 1.19.0Douglas Barbosa Alexandre
2019-02-06Upgrade gitaly to 1.18.0Andrew Newdigate
2019-02-01Update Gitaly to v1.17.0Nick Thomas
2019-01-31Disable git v2 protocol temporarilyNick Thomas
2019-01-22Use Gitaly 1.14.0Jacob Vosmaer
2019-01-16Upgrade Gitaly to 1.13.0Andrew Newdigate
2018-12-22Bump Gitaly version to v1.12.0Stan Hu
2018-12-17Upgrade Gitaly to 1.9.0Zeger-Jan van de Weg
This upgrade moves logic from gitlab-rails to Gitaly, which allowed code removal too.
2018-12-06Bump the gitaly version to 1.7.0Bob Van Landuyt
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
2018-11-27Update Gitaly and gitaly-protoNick Thomas
2018-11-26Update gitaly and gitaly-protoBob Van Landuyt
2018-11-23Use Gitaly 1.0.0Jacob Vosmaer
2018-11-19Updated Gitaly to v0.133.0Andrew Newdigate
2018-11-14Bump Gitaly version to 0.132.0Stan Hu
See https://gitlab.com/gitlab-org/gitaly/blob/master/CHANGELOG.md
2018-11-07Bump Gitaly to 0.129.0Francisco Javier López
2018-11-05Bump Gitaly to 0.128.0Zeger-Jan van de Weg
To make sure GitLab will have the latest Gitaly, the version number has to be bumped here.
2018-10-23Bump Gitaly to v0.126.0Zeger-Jan van de Weg
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.
2018-10-15Use Gitaly 0.125.1Jacob Vosmaer
2018-10-06Update GITALY_SERVER_VERSIONJames Lopez
2018-10-04Bump Gitaly to v0.124.0Stan Hu
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/52235
2018-10-01Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho
Implements list_last_commits_for_tree to communicate with the ListLastCommitsForTree Gitaly RPC Bumps the Gitaly server version Bumps the Gitaly-Proto gem version
2018-09-27Adds chmod action to POST /projects/:id/repository/commits APIJacopo
With this action the user can update the execute_filemode of a given file in the repository.
2018-09-13Update Gitlay server version to 0.121.0Douglas Barbosa Alexandre
2018-09-07Port cleanup tasks to use GitalyZeger-Jan van de Weg
Rake tasks cleaning up the Git storage were still using direct disk access, which won't work if these aren't attached. To mitigate a migration issue was created. To port gitlab:cleanup:dirs, and gitlab:cleanup:repos, a new RPC was required, ListDirectories. This was implemented in Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/868. To be able to use the new RPC the Gitaly server was bumped to v0.120. This is an RPC that will not use feature gates, as this doesn't scale on .com so there is no way to test it at scale. Futhermore, we _know_ it doesn't scale, but this might be a useful task for smaller instances. Lastly, the tests are slightly updated to also work when the disk isn't attached. Eventhough this is not planned, it was very little effort and thus I applied the boy scout rule. Closes https://gitlab.com/gitlab-org/gitaly/issues/954 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40529
2018-09-06Use Giitaly version 0.119.0Douglas Barbosa Alexandre
2018-08-17Fix merge requests not showing any diff files for big patchesAlejandro Rodríguez
2018-08-17Bump Gitaly to 0.117.1 for Rouge updateStan Hu