- 03 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 02 Jun, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 19 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Rubén Dávila authored
-
- 11 May, 2016 1 commit
-
-
Sean McGivern authored
The repository push email can be very expensive to generate, especially with syntax-highlighted diffs. Instead of generating the email for each recipient, generate one email object and reset the Message-Id and To headers for each recipient. (Cloning would also be expensive in the case of large emails, although probably not as bad as generating from scratch.)
-
- 26 Apr, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
This should bring the number of false positives down.
-
- 18 Apr, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 13 Apr, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 12 Apr, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 11 Apr, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 04 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 01 Apr, 2016 1 commit
-
-
Rubén Dávila authored
This will help us to avoid posible merge conflicts when merging gitlab-ce to gitlab-ee
-
- 27 Mar, 2016 1 commit
-
-
Stan Hu authored
Closes #14361
-
- 19 Mar, 2016 1 commit
-
-
Yorick Peterse authored
This caches the output of Repository#exists? in Redis while making sure it's flushed properly when creating new repositories, deleting them, etc. For the ProjectWiki tests to work I had to make ProjectWiki#create_repo! public as testing private methods in RSpec is a bit of a pain.
-
- 15 Mar, 2016 5 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
Fixes #13261
-
- 10 Mar, 2016 1 commit
-
-
ashleys authored
-
- 17 Feb, 2016 1 commit
-
-
Yorick Peterse authored
This ensures the caches for Repository#empty? and Repository#has_visible_content? are flushed after a repository has been imported or forked. Fixes gitlab-org/gitlab-ce#13505
-
- 29 Dec, 2015 1 commit
-
-
Yorick Peterse authored
This removes the need for Sidekiq and any overhead/problems introduced by TCP. There are a few things to take into account: 1. When writing data to InfluxDB you may still get an error if the server becomes unavailable during the write. Because of this we're catching all exceptions and just ignore them (for now). 2. Writing via UDP apparently requires the timestamp to be in nanoseconds. Without this data either isn't written properly. 3. Due to the restrictions on UDP buffer sizes we're writing metrics one by one, instead of writing all of them at once.
-
- 28 Dec, 2015 1 commit
-
-
Yorick Peterse authored
-
- 17 Dec, 2015 3 commits
-
-
Yorick Peterse authored
InfluxDB throws an error when trying to store a list of tags where one or more have an empty value.
-
Yorick Peterse authored
This ensures that e.g. line numbers used in tags are first casted to strings.
-
Yorick Peterse authored
-
- 15 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 10 Dec, 2015 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 30 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 18 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 03 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 14 Oct, 2015 1 commit
-
-
Jacob Vosmaer authored
These tasks have shifted to gitlab_git and gitlab-git-http-server.
-
- 21 Sep, 2015 1 commit
-
-
Douwe Maan authored
-