- Sep 03, 2019
-
-
Krasimir Angelov authored
so that we can use API::Internal namespace. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
-
- Sep 02, 2019
-
-
Peter Leitzen authored
This commit removes one RuboCop offense from its todo file.
-
- Jul 24, 2019
-
-
Stan Hu authored
`Array.reverse_each` is faster than `Array.reverse.each` because: * reverse.each creates a new array then loops each element * reverse_each loops in reverse order (no intermediate array created)
-
Stan Hu authored
When used with a Hash, `.keys.include?` is bad because: 1. It performs a O(n) search instead of the efficient `.has_key?` 2. It clones all keys into separate array. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
-
- Jul 04, 2019
-
-
James Fargher authored
Now that KubernetesService can no longer be a DeploymentPlatform we can remove all kubernetes client code and KubernetesService edge cases.
-
- Jun 18, 2019
-
-
We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
-
- May 05, 2019
- Apr 10, 2019
-
-
Sean McGivern authored
This reverts commit a5378665.
-
- Feb 08, 2019
-
-
Nick Thomas authored
-
- Feb 01, 2019
-
-
Semyon Pupkov authored
-
- Jan 29, 2019
-
-
Andrew Newdigate authored
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
-
- Jan 24, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 16, 2019
-
-
Semyon Pupkov authored
-
- Dec 11, 2018
-
-
Semyon Pupkov authored
-
- Dec 09, 2018
-
-
Semyon Pupkov authored
-
- Oct 02, 2018
-
-
Alejandro Rodríguez authored
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
-
- Sep 21, 2018
-
-
Semyon Pupkov authored
-
Semyon Pupkov authored
-
Semyon Pupkov authored
-
Semyon Pupkov authored
-
- Sep 20, 2018
-
-
Semyon Pupkov authored
-
Semyon Pupkov authored
-
Semyon Pupkov authored
-
- Sep 18, 2018
-
-
Semyon Pupkov authored
-
- Aug 10, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jul 05, 2018
-
-
Winnie Hellmann authored
-
- Jun 14, 2018
-
-
Marin Jankovski authored
-
- May 31, 2018
-
-
- May 30, 2018
-
-
Francisco Javier López authored
-
- Apr 23, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 28, 2018
-
-
Horatiu Eugen Vlad authored
-
- Jan 31, 2018
-
-
Takuya Noguchi authored
-
- Jan 25, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 18, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 22, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 29, 2017
-
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-