- Feb 20, 2020
-
-
GitLab Bot authored
-
- Dec 12, 2019
-
-
GitLab Bot authored
-
- Sep 03, 2019
-
-
Krasimir Angelov authored
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.
-
- Aug 28, 2019
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 22, 2019
-
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- Jul 22, 2019
-
-
Stan Hu authored
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.
-
- Apr 16, 2019
-
-
Nick Thomas authored
-
Nick Thomas authored
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.
-
Nick Thomas authored
This reverts commit 171818df.
-
- Apr 11, 2019
-
-
Patrick Bajao authored
This reverts commit 6c75bd01, reversing changes made to 1be7f5aa.
-
- Apr 04, 2019
-
-
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.
-
- Apr 02, 2019
-
-
Patrick Bajao authored
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.
-
- Mar 26, 2019
-
-
Bob Van Landuyt authored
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.
-
- Dec 11, 2018
-
-
Nick Thomas authored
-
- Sep 07, 2018
-
-
Rubén Dávila authored
If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
-
- Jul 11, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
Jacob Vosmaer (GitLab) authored
-
-
- Jul 06, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- May 17, 2018
-
-
Zeger-Jan van de Weg authored
-
- Apr 19, 2018
-
-
Nick Thomas authored
-
- Apr 06, 2018
-
-
James Ramsay authored
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
-
- Mar 29, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Mar 28, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
Sean McGivern authored
This reverts merge request !18002
-
Jacob Vosmaer (GitLab) authored
-
- Mar 27, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Feb 28, 2018
-
-
Grzegorz Bizon authored
Support SendURL for performing indirect download of artifacts if clients does… See merge request gitlab-org/gitlab-ee!4401
-
- Feb 07, 2018
-
-
Nick Thomas authored
-
- Feb 06, 2018
-
-
Kamil Trzcińśki authored
-
- Jan 09, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Oct 30, 2017
-
-
Nick Thomas authored
-
- Oct 10, 2017
-
-
Ahmad Sherif authored
-
Jacob Vosmaer (GitLab) authored
-
- Oct 09, 2017
-
-
Ahmad Sherif authored
-
- Oct 07, 2017
-
-
Jacopo authored
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
-
- Oct 02, 2017
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- Sep 30, 2017
-
-
Alejandro Rodríguez authored
-