- 11 Apr, 2016 4 commits
-
-
Yorick Peterse authored
If the measure method uses Transaction.current directly the SQL subscriber (Subscribers::ActiveRecord) will add timings of queries triggered by DB cleaner.
-
Yorick Peterse authored
-
Yorick Peterse authored
-
Yorick Peterse authored
This makes it easier to query, simplifies the code, and makes it possible to figure out what transaction the data belongs to (simply because it's now stored _in_ the transaction). This new setup keeps track of both the real/wall time _and_ CPU time spent in a block, both measured using milliseconds (to keep all units the same).
-
- 09 Apr, 2016 1 commit
-
-
Arinde Eniola authored
-
- 08 Apr, 2016 1 commit
-
-
Yorick Peterse authored
This allows us to track how much time of a transaction is spent in dealing with cached data.
-
- 07 Apr, 2016 8 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Felipe Artur authored
-
Jacob Schatz authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This commit attempts to change default user search scope if otp_user_id session variable has been set. If it is present, it means that user has 2FA enabled, and has already been verified with login and password. In this case we should look for user with otp_user_id first, before picking it up by login.
-
Stan Hu authored
Closes #14961
-
Stan Hu authored
Closes #14994
-
- 06 Apr, 2016 22 commits
-
-
Patricio Cano authored
-
Gabriel Mazetto authored
-
Patricio Cano authored
Fix error that was causing only one group to be returned and corrected specs to use the proper attribute type
-
Drew Blessing authored
-
Robert Schilling authored
This reverts commit 7f287c91.
-
Robert Schilling authored
-
Robert Schilling authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
PotHix authored
The SQL query was ambiguous and in this case we want to filter projects.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Yorick Peterse authored
This allows measuring of timings of arbitrary Ruby blocks, this allows for more fine grained performance monitoring. Custom values and tags can also be attached to a block.
-
Yorick Peterse authored
-
Yorick Peterse authored
This fixes the problem where Markdown such as: ### 31st Would get rendered as a link tag pointing to issue number 31 inside a header tag. See gitlab-org/gitlab-ce#14936 for more information.
-
Robert Schilling authored
-
Grzegorz Bizon authored
This also contains specs for a bug described in #14900
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Arinde Eniola authored
-
Arinde Eniola authored
-
Patricio Cano authored
-
- 05 Apr, 2016 4 commits
-
-
Robert Speicher authored
Closes #14943.
-
Annabel Dunstone authored
-
Gabriel Mazetto authored
-
Stan Hu authored
Closes #14885
-