- 10.04.2019 1 коммит
-
-
John Cai создал
-
- 02.04.2019 1 коммит
-
-
Patrick 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.
-
- 12.03.2019 1 коммит
-
-
Yorick Peterse создал
EE added the ability to set timeouts when handling blobs. Since there's no particular reason for this to be EE specific we can just backport this to CE.
-
- 06.03.2019 2 коммита
-
-
Andrew Newdigate создал
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
Patrick 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.
-
- 04.03.2019 1 коммит
-
-
Stan Hu создал
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20095. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_commit_is_ancestor` to activate the Rugged path. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
-
- 01.03.2019 1 коммит
-
-
Stan Hu создал
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_find_commit` to activate Rugged paths. There are also Rake tasks `gitlab:features:enable_rugged` and `gitlab:features:disable_rugged` to enable/disable these feature flags altogether. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
-
- 25.02.2019 1 коммит
-
-
Oswaldo 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.
-
- 07.02.2019 1 коммит
-
-
John Cai создал
Adds the client call for the gitaly rpc CountDivergingCommits fixing signature simplifying commit logic adding test for max-count refactoring tests
-
- 06.02.2019 2 коммита
-
-
-
Stan Hu создал
When hashed storage is in use, it's helpful to have the project name associated with the request. Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
-
- 11.01.2019 1 коммит
-
-
Nick Thomas создал
-
- 07.12.2018 1 коммит
-
-
Zeger-Jan van de Weg создал
When a project is forked, the new repository used to be a deep copy of everything stored on disk by leveraging `git clone`. This works well, and makes isolation between repository easy. However, the clone is at the start 100% the same as the origin repository. And in the case of the objects in the object directory, this is almost always going to be a lot of duplication. Object Pools are a way to create a third repository that essentially only exists for its 'objects' subdirectory. This third repository's object directory will be set as alternate location for objects. This means that in the case an object is missing in the local repository, git will look in another location. This other location is the object pool repository. When Git performs garbage collection, it's smart enough to check the alternate location. When objects are duplicated, it will allow git to throw one copy away. This copy is on the local repository, where to pool remains as is. These pools have a...
-
- 26.11.2018 2 коммита
-
-
Bob Van Landuyt создал
Use shelling out to git to write refs instead of rugged, hoping to avoid creating invalid refs. To update HEAD we switched to using `git symbolic-ref`.
-
Douwe Maan создал
-
- 21.11.2018 1 коммит
-
-
- 20.11.2018 2 коммита
-
-
- 16.11.2018 1 коммит
-
-
Zeger-Jan van de Weg создал
Now only the data was shown of the service, which is not valueable at times given some of those expose a lot of RPCs.
-
- 14.11.2018 1 коммит
-
-
Oswaldo Ferreira создал
-
- 13.11.2018 1 коммит
-
-
gfyoung создал
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.
-
- 07.11.2018 1 коммит
-
-
Francisco Javier López создал
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
-
- 06.11.2018 1 коммит
-
-
- 30.10.2018 1 коммит
-
-
Bob Van Landuyt создал
Having this in a concern allows us to reuse it for different single purpose classes that call out to git without going through the repository every time.
-
- 12.10.2018 1 коммит
-
-
Bob Van Landuyt создал
As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
-
- 10.10.2018 1 коммит
-
-
Zeger-Jan van de Weg создал
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
-
- 02.10.2018 1 коммит
-
-
Alejandro Rodríguez создал
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
-
- 01.10.2018 1 коммит
-
-
Tiago 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
-
- 19.09.2018 1 коммит
-
-
Oswaldo Ferreira создал
-
- 17.09.2018 2 коммита
-
-
Oswaldo Ferreira создал
This adds a basic interface to fetch diff statistics given two SHAs. It's a requirement for #49399 #20282 and #19232.
-
Nick Thomas создал
-
- 12.09.2018 1 коммит
-
-
Alejandro Rodríguez создал
-
- 06.09.2018 1 коммит
-
-
Douglas Barbosa Alexandre создал
-
- 16.08.2018 1 коммит
-
-
Zeger-Jan van de Weg создал
This has been tested on .com. So far no errors have been seen. Closes https://gitlab.com/gitlab-org/gitaly/issues/1310 Closes https://gitlab.com/gitlab-org/gitaly/issues/1246
-
- 14.08.2018 1 коммит
-
-
Zeger-Jan van de Weg создал
Introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20087, this has been tested on .com now, and is stable. Closes https://gitlab.com/gitlab-org/gitaly/issues/1286 Closes https://gitlab.com/gitlab-org/gitaly/issues/1233
-
- 09.08.2018 1 коммит
-
-
Rubén Dávila создал
-
- 07.08.2018 1 коммит
-
-
Rubén Dávila создал
-
- 31.07.2018 1 коммит
-
-
Alejandro Rodríguez создал
-
- 27.07.2018 1 коммит
-
-
Jacob Vosmaer (GitLab) создал
-
- 24.07.2018 1 коммит
-
-
Zeger-Jan van de Weg создал
-