- 19 Jan, 2017 3 commits
-
-
Bryce Johnson authored
-
Regis Freyd authored
-
Achilleas Pipinellis authored
Small formatting/syntax fixes See merge request !1070
-
- 18 Jan, 2017 6 commits
-
-
Jacob Schatz authored
MR Approvals Frontend-Backend Integration Closes #1262, #894, and #1287 See merge request !954
-
Douwe Maan authored
Refactored 1st iteration of cycle analytics and stages in general (EE version) See merge request !1064
-
Rémy Coutable authored
[EE] Add a `:repository` trait to the `:empty_project` factory See merge request !1068
-
Chris Wilson authored
Fix double spacing for code blocks Format exception
-
Rémy Coutable authored
CE upstream See merge request !1065
-
Sean McGivern authored
Copy commit SHA to clipboard See merge request !1066
-
- 17 Jan, 2017 21 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Right now this is a no-op. We're going to add it as a trait argument to all existing usages of the `:project` factory, so that later we can flip `:empty_project` to just be `:project`, forcing developers to opt-in to the slower option when their tests truly require it.
-
victorwu authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
James Lopez authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Robert Speicher authored
Switch to sassc-rails Closes #18432 See merge request !8556
-
Rémy Coutable authored
Ce to ee See merge request !1061
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Richard Macklin authored
Closes #18432 This uses sassc to compile the application's SASS so it compiles faster. Without attempting to be very scientific here are some numbers I got: Using sassc-rails: ``` [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } } user system total real 1.430000 0.380000 1.810000 ( 1.830753) ``` Using sass-rails: ``` [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } } user system total real 12.320000 0.530000 12.850000 ( 12.909684) ``` The result is faster page loads when changing CSS in development and faster precompilation.
-
Robert Speicher authored
Remove rerun since it's not used anymore Closes #19633 See merge request !8598
-
Robert Speicher authored
Synchronize all project authorization refreshing work using a lease Closes #25987 See merge request !8599
-
Rémy Coutable authored
Fixed random issue boards sidebar failure Closes #26751 See merge request !8602
-
- 16 Jan, 2017 10 commits
-
-
Phil Hughes authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Robert Speicher authored
Update ffaker to ~>2.4 to avoid generating names with suffixes Closes #26492 See merge request !8596
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Yorick Peterse authored
Previously a lease would only be obtained to update data. This could lead to duplicate data being inserted, triggering a UNIQUE constraint error. To work around this we now acquire a lease before performing _any_ project authorization work, releasing it at the very end. Fixes #25987
-
Bryce Johnson authored
-