- 24 Sep, 2018 2 commits
-
-
Michael Kozono authored
Even if it doesn’t save lines of code, since people will tend to use code they’ve seen. And `SafeRequestStore` is safer since you don’t have to remember to check `RequestStore.active?`.
-
Michael Kozono authored
Makes it easier and safer to use RequestStore because you don't need to check `RequestStore.active?` before using it. You just have to use `Gitlab::SafeRequestStore` instead.
-
- 21 Sep, 2018 1 commit
-
-
Marcel Amirault authored
-
- 20 Sep, 2018 1 commit
-
-
Toon Claes authored
`delete_all` doesn't support limit, so you'd need to subquery that. And instead of subquerying with `where(id: query)`, it's better to use an `INNER JOIN`. This method also works with MySQL, while subquerying doesn't (without another layer of subquerying) Reference: https://stackoverflow.com/questions/17892762/mysql-this-version-of-mysql-doesnt-yet-support-limit-in-all-any-some-subqu/17892886#17892886
-
- 19 Sep, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 17 Sep, 2018 2 commits
-
-
Oswaldo Ferreira authored
This adds a basic interface to fetch diff statistics given two SHAs. It's a requirement for #49399 #20282 and #19232.
-
Marcel Amirault authored
-
- 14 Sep, 2018 5 commits
-
-
Stan Hu authored
Because we were passing query strings as symbols, the fog-aws storage driver was omitting the uploadId and partNumber query strings from the signature in multipart uploads. This fix makes AWS and Ceph work with v2 signatures. See: https://github.com/fog/fog-aws/blob/v3.0.0/lib/fog/aws/storage.rb#L733 Closes https://gitlab.com/gitlab-org/gitlab-workhorse/issues/181
-
Nick Thomas authored
-
Thong Kuah authored
This also solves the async nature of the automatic creation of default service tokens for service accounts. It also makes explicit which service account token we always use. create cluster role binding only if the provider has legacy_abac disabled.
-
Thong Kuah authored
Add create_secret to KubeClient
-
Thong Kuah authored
Fix spec warning: removing `initialize' may cause serious problems Actually verify that `service.create_cluster` is called with expected request_body and other args
-
- 13 Sep, 2018 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 12 Sep, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 11 Sep, 2018 12 commits
-
-
Brett Walker authored
- utilize the 'out' method to output the 'fence_info', which converts to utf8 - output 'sourcepos' again
-
Brett Walker authored
-
Matija Čupić authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
However we still want to make ClassMethods work! And we'll need to fix codes using the wrong include/prepend along the way. There were a lot of misuses.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
We should never be sloppy!
-
Lin Jen-Shin authored
-
James Lopez authored
-
- 10 Sep, 2018 1 commit
-
-
Rémy Coutable authored
This port https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7254 to CE. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 08 Sep, 2018 5 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Brett Walker authored
-
- 07 Sep, 2018 8 commits
-
-
Matija Čupić authored
CE mirror of bb2a9fde8e6a4d1df13638fe336f641b9c72ef59
-
Matija Čupić authored
CE mirror of c4578b951e331fe8c75cd4f948ce74cec6587bad
-
Matija Čupić authored
CE mirror of 4f17c7b2c30188302e6a73421acbf5a09fb2c823
-
Matija Čupić authored
CE mirror of 17de13ada1a98da060802c55889489a512183cd1
-
Matija Čupić authored
CE mirror of 1269dc47b7f8d1a9913de326c9bd356d3e603663
-
Matija Čupić authored
CE mirror of 03c6094997023d9c8875ced421a6c9ef39a4af44
-
Matija Čupić authored
CE mirror of a10b777f8cb1902bba3964a4cbad2b1dd6bce785
-
Matija Čupić authored
CE mirror of 8e03a6619be44fdaf19a6c13284ea8e51377b311
-