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-02-18Merge branch 'bump-gitaly-version-1.20.1' into 'master'Nick Thomas
Bump Gitaly to v1.20.0 Closes #53473 See merge request gitlab-org/gitlab-ce!25259 (cherry picked from commit d3882f4cb85b6acacfd8bdac83801c57aaed2cc7) 650481e3 Bump Gitaly to v1.20.0
2019-02-13Merge branch 'bump-gitaly-version-1.19.1' into 'master'Stan Hu
Upgrade gitaly to 1.19.1 See merge request gitlab-org/gitlab-ce!25177 (cherry picked from commit bc881b8455c0059acfd8c1dc5dd3bf6c329ae53c) b0537f94 Fix regression bug in gitaly CommitStats RPC
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
2018-08-06Bump Gitaly to 0.117.0Stan Hu
Adds support for deferred loading of Wiki data. See https://gitlab.com/gitlab-org/gitaly/blob/master/CHANGELOG.md for more details.
2018-08-03Use Gitaly 0.115.0Jacob Vosmaer
2018-07-31Bump Gitaly versionZeger-Jan van de Weg
This branch includes changes that removes a rake taks that cleans up config.lock files. This change bumps Gitaly so it happens automatically so users don't have to bother.
2018-07-18Incorporate Gitaly's RefService.FindAllRemoteBranches RPCAlejandro Rodríguez
2018-07-11Use gitaly 0.112.0Jacob Vosmaer
2018-07-06Add Repository#set_config and #delete_configJacob Vosmaer
2018-07-03Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)
2018-06-27Migrate storage nesting check to GitalyJacob Vosmaer (GitLab)
2018-06-27Gitaly metrics check for read/writeabilityZeger-Jan van de Weg
Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-13Use Gitaly 0.105.1Francisco Javier López
2018-06-06Use gitaly 0.105.0Jacob Vosmaer
2018-05-30Use Gitaly 0.104.0Jacob Vosmaer
2018-05-28Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)
2018-05-18Migrate RepositoryService#SearchFilesBy{Content,Name}Kim "BKC" Carlbäcker
2018-05-09Fix finding wiki pages when they have invalidly-encoded contentAhmad Sherif
Fixes #43715
2018-05-07Update Gitaly version to 0.99.0Douglas Barbosa Alexandre
2018-05-07Bump Gitaly to 0.98.0Zeger-Jan van de Weg
Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
2018-05-01Use gitaly 0.96.2Jacob Vosmaer
2018-04-19Add an API endpoint to download git repository snapshotsNick Thomas
2018-04-09Use Gitaly 0.95.0Jacob Vosmaer