- Oct 16, 2017
-
-
Andrew Newdigate authored
-
- Oct 12, 2017
-
-
Sean McGivern authored
We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
-
- Oct 04, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Oct 02, 2017
-
-
Stan Hu authored
`Repository#has_visible_content?` used to rely on the cached count of local branches, but since it is now an independently cached value it needs to be invalidated on its own. Closes #38646
-
- Sep 29, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 26, 2017
-
-
Zeger-Jan van de Weg authored
-
- Sep 25, 2017
-
-
Andrew Newdigate authored
Allow n+1s caused by avatar fetches on the project dashboard. See https://gitlab.com/gitlab-org/gitlab-ce/issues/38261
-
- Sep 22, 2017
-
- Sep 20, 2017
-
-
Valery Sizov authored
-
- Sep 19, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Andrew Newdigate authored
-
- Sep 15, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 14, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Jarka Kadlecova authored
This method was moved to ::Git but it is not cached there which causes performance problems
-
- Sep 05, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 01, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 31, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 30, 2017
-
-
Kim "BKC" Carlbäcker authored
- `Gitlab::Shell.fetch_remote` now takes a `Gitlab::Git::Repository` instead
-
Lin Jen-Shin authored
-
- Aug 29, 2017
-
-
Lin Jen-Shin authored
So it's more clear what could happen. Also add more tests about the behaviour.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Maxim Rydkin authored
-
- Aug 28, 2017
-
-
Lin Jen-Shin authored
-
- Aug 25, 2017
-
-
Lin Jen-Shin authored
So that whenever we want to reserve more, we're aware, and don't mess it up.
-
- Aug 24, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Andrew Newdigate authored
-
- Aug 23, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Aug 21, 2017
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
so that with_repo_branch_commit can properly short-circuit
-
- Aug 17, 2017
-
-
Saverio Miroddi authored
The list of commits must be generated from the merge request, not from a diff of the branches.
-
- Aug 15, 2017
-
-
Saverio Miroddi authored
-
- Aug 14, 2017
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
- Aug 11, 2017
-
-
Lin Jen-Shin authored
-
- Aug 10, 2017
-
-
Saverio Miroddi authored
Store the original commit in the commit message. In case of merge commit, the commits added to the start branch are also listed.
-
Lin Jen-Shin authored
so that we don't have to fetch it for non-forks
-
Lin Jen-Shin authored
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13416#note_37193731 So we just try a cheaper way to detect it if it works or not
-
- Aug 09, 2017
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-