- Dec 27, 2019
-
-
GitLab Bot authored
-
- Oct 08, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- 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.
-
- Mar 19, 2019
-
-
Stan Hu authored
In production, we see high error rates due to clients attempting to use the dumb Git HTTP protocol with HEAD /foo/bar.git/info/refs endpoint. This isn't supported and causes Error 500s because Workhorse doesn't send along its secret because it's not proxying this request. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54579
-
- Feb 27, 2019
-
-
Jacopo authored
The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
-
- Jan 02, 2019
-
-
Douwe Maan authored
-
- Oct 25, 2018
-
-
Tiago Botelho authored
Whenever a git push takes more than 50 seconds the user will receive a trace from each check performed along with their timings
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Apr 05, 2018
-
-
Tomasz Maczukin authored
-
- Feb 06, 2018
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- Jun 16, 2017
-
-
Michael Kozono authored
-
- Jun 05, 2017
-
-
Michael Kozono authored
No external behavior change. This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
-
Michael Kozono authored
This already works due to previous refactoring.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
- May 05, 2017
-
-
Alejandro Rodríguez authored
-
- Apr 14, 2017
-
-
James Lopez authored
It uses a user activity table instead of a column in users. Tested with mySQL and postgreSQL
-
- Apr 03, 2017
-
-
Ahmad Sherif authored
Closes gitaly#168
-
- Jan 25, 2017
-
-
Douglas Barbosa Alexandre authored
-
- Nov 23, 2016
-
-
Rémy Coutable authored
Also create a new WorkhorseRequest concern Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 09, 2016
-
-
Douwe Maan authored
Ensure external users are not able to clone disabled repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23788 See merge request !2017 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Sep 16, 2016
-
-
Kamil Trzcińśki authored
-
- Sep 13, 2016
-
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
Use a permissions of user to access all dependent projects from CI jobs (this also includes a container images, and in future LFS files)
-
- Sep 05, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 09, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 03, 2016
-
-
Jacob Vosmaer (GitLab) authored
Before this change we always let users push Git data over HTTP before deciding whether to accept to push. This was different from pushing over SSH where we terminate a 'git push' early if we already know the user is not allowed to push. This change let Git over HTTP follow the same behavior as Git over SSH. We also distinguish between HTTP 404 and 403 responses when denying Git requests, depending on whether the user is allowed to know the project exists.
-
- Jul 22, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 05, 2016
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Patricio Cano authored
-
Patricio Cano authored
-
Patricio Cano authored
-