- 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
-
- Sep 29, 2017
-
-
David Turner authored
When calling pre-receive, post-receive, and update hooks, add the GitLab username as the GL_USERNAME environment variable. This patch only handles cases where pushes are over http, or via the web interface. Later, we will address the ssh case.
-
Jacob Vosmaer (GitLab) authored
-
- Sep 28, 2017
-
-
Ahmad Sherif authored
Closes gitaly#562
-
- Sep 01, 2017
-
-
- Aug 15, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 11, 2017
-
-
Ahmad Sherif authored
-
- Jul 27, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 25, 2017
-
-
Jacob Vosmaer (GitLab) authored
-