- Feb 08, 2018
-
-
Markus Koller authored
-
- Feb 06, 2018
-
-
Jarka Kadlecova authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- Feb 04, 2018
-
-
Matija Čupić authored
-
- Feb 02, 2018
-
-
Mario de la Ossa authored
-
- Jan 29, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 28, 2018
-
-
Matija Čupić authored
-
- Jan 22, 2018
-
-
- Jan 15, 2018
-
- Dec 04, 2017
-
-
- Nov 29, 2017
-
-
Kim "BKC" Carlbäcker authored
- Better gitaly-handling in /api/internal/allowed specs
-
- Nov 22, 2017
-
-
Lin Jen-Shin authored
And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude.
-
- Nov 17, 2017
-
-
Lin Jen-Shin authored
-
- Nov 16, 2017
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- Nov 14, 2017
-
-
Ahmad Sherif authored
-
- Sep 18, 2017
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Sep 05, 2017
-
-
Alejandro Rodríguez authored
-
- Aug 31, 2017
-
-
Alejandro Rodríguez authored
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- Aug 17, 2017
-
-
Toon Claes authored
And the link to the last page cannot be `page=0`.
-
Jordan Patterson authored
-
- Aug 08, 2017
-
-
Brian Neel authored
-
- Jul 28, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 25, 2017
-
-
Oswaldo Ferreir authored
-
- Jul 07, 2017
-
-
Kim "BKC" Carlbäcker authored
- Make single gitaly payload - Add feature-flag specs to verify payload
-
- Jun 28, 2017
-
-
Tiago Botelho authored
-
- Jun 16, 2017
-
-
Michael Kozono authored
-
- Jun 05, 2017
-
-
Michael Kozono authored
-
- May 11, 2017
-
-
Valery Sizov authored
-
- May 04, 2017
-
-
Valery Sizov authored
-
- May 03, 2017
-
-
Alejandro Rodríguez authored
This new param allows us to share project information between components that don't share or don't have access to the same filesystem mountpoints, for example between Gitaly and Rails or between Rails and Gitlab-Shell hooks. The previous parameters are still supported, but if found, gl_repository is prefered. The old parameters should be deprecated once all components support the new format.
-
- Apr 14, 2017
-
-
Sean McGivern authored
-
James Lopez authored
Refactored specs and added a post deployment migration to remove the activity users table.
-
- Apr 10, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-