Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-02Backport EE issue 12996Sean Carroll
2019-06-28Adds metrics to measure database transactionsAndrew Newdigate
Currently we don't have good insight into the affect of Rails transaction blocks on the application. If these blocks are held open for extended periods, they can have detrimental effects on the application. This change will allow us to track these transactions, with the aim of reducing their duration.
2019-04-15Forbid the use of `#reload` and prefer `#reset`Kamil Trzciński
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-02-23Merge branch 'dm-meer-blauw-op-straat' into 'master' Robert Speicher
Enable (and disable) more RuboCops See merge request !9432
2017-02-23Enable Performance/RedundantBlockCallDouwe Maan
2017-02-23Fix Rubocop offense in OptimisticLocking moduleGrzegorz Bizon
2017-02-23Process skipped jobs in the pipeline when retrying itGrzegorz Bizon
2016-10-27Make retry_lock to not be infiniteKamil Trzcinski
2016-10-26Add tests for optimistic lockingKamil Trzcinski
2016-10-26Use optimistic lockingKamil Trzcinski