- 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
-
- Dec 06, 2018
-
-
- Oct 22, 2018
-
-
gfyoung 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
-
-
- 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`
-
- Apr 05, 2018
-
-
Kamil Trzcińśki authored
-
- Apr 04, 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 append_sha option (defaults true) to provide a method for toggling this feature. Support added to GitLab Workhorse by gitlab-org/gitlab-workhorse!232
-
- 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
-
Alessio Caiazza authored
-
- Mar 07, 2018
-
-
Kim "BKC" Carlbäcker authored
-
- Mar 06, 2018
-
-
Micael Bergeron authored
-
Kim "BKC" Carlbäcker authored
-
- Feb 28, 2018
-
-
Kamil Trzcińśki authored
This reverts commit 54a575f1, reversing changes made to c63af942.
-
Grzegorz Bizon authored
Support SendURL for performing indirect download of artifacts if clients does… See merge request gitlab-org/gitlab-ee!4401
-
Sean McGivern authored
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
-
- Feb 06, 2018
-
-
Kamil Trzcińśki authored
-
- Feb 01, 2018
-
-
Micael Bergeron authored
-
- Jan 22, 2018
-
-
- Jan 11, 2018
-
-
- Jan 09, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Dec 03, 2017
-
-
Zeger-Jan van de Weg authored
-
Kamil Trzcińśki authored
-
- Nov 16, 2017
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- Oct 30, 2017
-
-
Nick Thomas authored
-
- Oct 09, 2017
-
-
Ahmad Sherif authored
-
- Oct 02, 2017
-
-
Alejandro Rodríguez authored
-
- Sep 29, 2017
-
-
David Turner authored
-