- 24 Jul, 2017 3 commits
-
-
Tim Zallmann authored
-
Sean McGivern authored
The `members` table can have entries where `user_id: nil`, because people can invite group members by email. We never want to include those as members, because it might cause confusion with the anonymous (logged out) user.
-
Jarka Kadlecova authored
-
- 20 Jul, 2017 1 commit
-
-
Alexander Randa authored
-
- 19 Jul, 2017 2 commits
-
-
Dimitrie Hoekstra authored
-
Jarka Kadlecova authored
-
- 18 Jul, 2017 4 commits
-
-
Felipe Artur authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Andrew Newdigate authored
-
- 17 Jul, 2017 6 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
We also try to use instance variable to cache the result if RequestStore is not available, so we could keep the same logic, using the same cache key. Also introduce a way to specify method specific cache key
-
Grzegorz Bizon authored
This also resolve a possible race condition - a next stage should not start until are retries are done in a previous one.
-
Grzegorz Bizon authored
-
Nick Thomas authored
In EE, we make use of `namespace#public?` in projects. When the project is in a personal namespace, this breaks as the `public?` helper isn't present.
-
Grzegorz Bizon authored
-
- 14 Jul, 2017 5 commits
-
-
Tiago Botelho authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Sean McGivern authored
This reverts merge request !12633
-
Douwe Maan authored
-
- 13 Jul, 2017 3 commits
-
-
Jacob Vosmaer authored
-
Robin Bobbitt authored
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
-
Grzegorz Bizon authored
-
- 12 Jul, 2017 1 commit
-
-
Nathan Neulinger authored
Add spec tests for encoding
-
- 11 Jul, 2017 1 commit
-
-
Paul Charlton authored
-
- 10 Jul, 2017 2 commits
-
-
Nick Thomas authored
-
Sean McGivern authored
-
- 07 Jul, 2017 12 commits
-
-
Stan Hu authored
Identified via `ENABLE_BULLET=1 bundle exec rspec spec/requests/api/merge_requests_spec.rb:34` Improves speed of #34159
-
Tiago Botelho authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
Douwe Maan authored
-
Felipe Artur authored
-
Yorick Peterse authored
This module provides a class method called `each_batch` that can be used to iterate tables in batches in a more efficient way compared to Rails' `in_batches` method. This commit also includes a RuboCop cop to blacklist the use of `in_batches` in favour of this new method.
-
Nick Thomas authored
-
Grzegorz Bizon authored
In stage_id backgrond migration.
-
Sean McGivern authored
For merge requests created after 9.4, we have a `merge_request_diff_commits` table we can get all the SHAs from very quickly. We just need to exclude these when we load from the legacy format, by ignoring diffs with no serialised commits. Once these have been migrated in the background, every MR will see this improvement.
-
Yorick Peterse authored
This module provides a class method called `each_batch` that can be used to iterate tables in batches in a more efficient way compared to Rails' `in_batches` method. This commit also includes a RuboCop cop to blacklist the use of `in_batches` in favour of this new method.
-