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
2022-11-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-05-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-04-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Merge branch 'remove-unnecessary-freeze-in-lib-gitlab' into 'master'Jan Provaznik
Avoid calling freeze on already frozen strings in lib/gitlab See merge request gitlab-org/gitlab-ce!32637
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2019-09-04Extract Workhorse <-> GitLab authentication to make it reusableKrasimir Angelov
Introduce JWTAutheticatable module that can be reused for ai=uthtication between Pages and GitLab (the same way we use do now for Workhorse). Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
2019-08-28Support Gitaly feature flags in workhorseJacob Vosmaer
2019-07-22Use persistent Redis cluster for Workhorse pub/sub notificationsStan Hu
Previously, in Omnibus, Workhorse expected to listen via the Redis shared state cluster for the `workhorse:notifications` publish/subscribe channel, but the Rails code was using the Sidekiq queue cluster for this. To fix this inconsistency, we make the Rails code use the persistent cluster, since we don't want Workhorse to be looking at anything Sidekiq-related.
2019-04-16Add a feature flag for subdirectory archivesNick Thomas
2019-04-16JSON-encoded binary fields should use Base64::encode64Nick Thomas
It is not interoperable to use Base64::urlsafe_encode64 for fields in JSON that contain binary (as opposed to UTF8-safe) data. For instance, the Golang JSON decoder (which is what gitlab-workhorse uses) insists upon the standard base64 encoding.
2019-04-16Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas
This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
2019-04-11Revert "Merge branch '24704-download-repository-path' into 'master'"Patrick Bajao
This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
2019-04-04Renamed terminal_specification to channel_specificationFrancisco Javier López
We're moving from using terminology related to terminals when we refer to Websockets connections in Workhorse. It's more appropiate a concept like channel.
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-26Allow multiple repositories per projectBob Van Landuyt
This changes the repository type from a binary `wiki?` to a type. So we can have more than 2 repository types. Now everywhere we called `.wiki?` and expected a boolean, we check that type.
2018-12-11Update GitLab Workhorse to v8.0.0Nick Thomas
2018-12-07Add feature flag for workhorse content type calculationFrancisco Javier López
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-07Add receive_max_input_size setting to Application settingsRubén Dávila
If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
2018-07-11Remove last flags from Blob and WorkhorseJacob Vosmaer
2018-07-09Make blob and other RPC's mandatoryJacob Vosmaer (GitLab)