- 04 Jul, 2017 1 commit
-
-
Nick Thomas authored
-
- 03 Jul, 2017 6 commits
-
-
Stan Hu authored
-
Douglas Barbosa Alexandre authored
-
Jose Ivan Vargas authored
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Luke "Jared" Bennett authored
-
- 02 Jul, 2017 2 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 30 Jun, 2017 8 commits
-
-
Horacio Bertorello authored
-
Phil Hughes authored
-
Stan Hu authored
In Geo, Project#ensure_repository is used to make sure that a Git repo is available to be fetched on a secondary. If a project were a fork, this directory would never be created. Closes gitlab-org/gitlab-ee#2800
-
Kushal Pandya authored
-
Adam Niedzielski authored
-
Sean McGivern authored
-
Sean McGivern authored
This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes.
-
Sean McGivern authored
When we are filtering by a single project, and the current user has access to see confidential issues on that project, we don't need to filter by confidentiality at all - just as if the user were an admin. The filter by confidentiality often picks a non-optimal query plan: for instance, AND-ing the results of all issues in the project (a relatively small set), and all issues in the states requested (a huge set), rather than just starting small and winnowing further.
-
- 29 Jun, 2017 15 commits
-
-
Winnie Hellmann authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Alejandro Rodríguez authored
-
Jose Ivan Vargas authored
-
Taurie Davis authored
-
Bryce Johnson authored
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
-
Stan Hu authored
Group#destroy would actually hard-delete all associated projects even though the acts_as_paranoia gem is used, preventing Projects::DestroyService from doing any work. We first noticed this while trying to log all projects deletion to the Geo log.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
-
Adam Niedzielski authored
This reverts commit b07c0003, reversing changes made to 2b97d76d.
-
Alexander Randa authored
-
Yorick Peterse authored
These attributes are stored in binary in the database, but exposed as strings. This allows one to query/create data using plain SHA1 hashes as Strings, while storing them more efficiently as binary.
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 28 Jun, 2017 8 commits
-
-
Douwe Maan authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Alejandro Rodríguez authored
-
Douwe Maan authored
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
-