An error occurred fetching the project authors.
- 21 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 20 Jun, 2016 4 commits
-
-
Z.J. van de Weg authored
-
Paco Guzman authored
-
Paco Guzman authored
-
Connor Shea authored
-
- 18 Jun, 2016 1 commit
-
-
Paco Guzman authored
-
- 17 Jun, 2016 14 commits
-
-
Douglas Barbosa Alexandre authored
-
Z.J. van de Weg authored
-
Yorick Peterse authored
Previously we'd create a separate Metric instance for every method call that would exceed the method call threshold. This is problematic because it doesn't provide us with information to accurately get the _total_ execution time of a particular method. For example, if the method "Foo#bar" was called 4 times with a runtime of ~10 milliseconds we'd end up with 4 different Metric instances. If we were to then get the average/95th percentile/etc of the timings this would be roughly 10 milliseconds. However, the _actual_ total time spent in this method would be around 40 milliseconds. To solve this problem we now create a single Metric instance per method. This Metric instance contains the _total_ real/CPU time and the call count for every instrumented method.
-
Luke "Jared" Bennett authored
Updated shortcuts.png for docs Updated CHANGELOG Moved CHANGELOG entry updated shortcut docs
-
Paco Guzman authored
- As todos are created/updated inside the TodoService we repopulate the cache just there for both pending/done todos - Todos as mark as done from the TodosController we update cache there too - All the added methods are kept in the User class for cohesion
-
Patricio Cano authored
-
Paco Guzman authored
-
Felipe Artur authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Kamil Trzcinski authored
Currently the RegexpError can be raised when processing next stage which leads to 500 in different places of code base. This adds early check that regexps used in only and except are valid.
-
Sean McGivern authored
Limit push email diff size to 30 files or 150 KB, whichever comes first.
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
- 16 Jun, 2016 13 commits
-
-
Connor Shea authored
Fixes #13980.
-
Connor Shea authored
-
Alejandro Rodríguez authored
-
Paco Guzman authored
Besides when building the repository cache we cache those git counters too
-
James Lopez authored
-
Paco Guzman authored
-
James Lopez authored
This reverts commit 13e37a3e.
-
Sean McGivern authored
-
James Lopez authored
-
Paco Guzman authored
-
Phil Hughes authored
[ci skip]
-
Phil Hughes authored
[ci skip]
-
Phil Hughes authored
Previously, the dropdown toggle would default to "Select source branch", this changes that so that it defaults to the branch name and if that doesn't exist, it defaults to "Select source branch"
-
- 15 Jun, 2016 7 commits
-
-
Ilan Shamir authored
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Douglas Barbosa Alexandre authored
[skip]
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Douglas Barbosa Alexandre authored
[ci skip]
-
Douglas Barbosa Alexandre authored
[ci skip]
-