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-11-21Update Workhorse and Gitaly to fix a security issueNick Thomas
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-23Fix Gitaly SearchBlobs flag RPC injectionPaul Okstad
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-09Upgrade Gitaly to v1.62.0GitalyBot
2019-08-26Use Gitaly 1.61.0Jacob Vosmaer
2019-08-21Upgrade Gitaly to v1.60.0Felipe Artur
2019-08-13Upgrade Gitaly to v1.59.0GitalyBot
2019-08-12Update Gitaly server and gem to 1.58.0Jacob Vosmaer
2019-08-07Upgrade Gitaly to v1.57.0GitalyBot
2019-07-11Upgrade Gitaly to v1.53.0GitalyBot
2019-07-10Upgrade Gitaly to v1.52.0GitalyBot
2019-07-04Upgrade Gitaly to v1.51.0GitalyBot
2019-06-25Fix broken worktree testGitalyBot
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.
2019-06-24Bump GITALY_SERVER_VERSION to v1.48.0Zeger-Jan van de Weg
2019-06-18Upgrade Gitaly to v1.47.0GitalyBot
2019-06-05Add client code to call GetObjectDirectorySize RPCPatrick Bajao
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
2019-06-04Update GITALY_SERVER_VERSION to 1.45.0Patrick Bajao
2019-06-03Bump Gitaly version to 1.44.0Douwe Maan
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
2019-05-30Update Gitaly version to v1.43.0GitalyBot
2019-05-20Update Gitaly to v1.42.1Paul Okstad
This version of Gitaly fixes a bug in gitaly-wrapper that prevented the proper detection of the executable path for a Gitaly process.
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