- 17 Jan, 2017 5 commits
-
-
Robert Speicher authored
Switch to sassc-rails Closes #18432 See merge request !8556
-
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 30 commits
-
-
Phil Hughes authored
-
Robert Speicher authored
Update ffaker to ~>2.4 to avoid generating names with suffixes Closes #26492 See merge request !8596
-
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
-
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>
-
Alfredo Sumaran authored
Fix search group/project filtering to show results Closes #26616 See merge request !8565
-
Fatih Acet authored
Pipeline Index Mini Graph Fix See merge request !8542
-
Robert Speicher authored
Ensure updating project settings shows a flash message on success See merge request !8579
-
Annabel Dunstone Gray authored
Resolve "Add Hover animations" Closes #26207 See merge request !8415
-
Eric Eastwood authored
-
Alfredo Sumaran authored
Retain original casing for build name in manual pipeline dropdown Closes #25946 See merge request !8387
-
Eric Eastwood authored
-
Rémy Coutable authored
Yet another dot git migration fix See merge request !8592
-
Clement Ho authored
Remove Lock Icon on Protected Tag Closes #22111 See merge request !8513
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Alfredo Sumaran authored
Fix issue with diff comments path See merge request !7819
-
dimitrieh authored
Remove margin on mobile links
-
James Lopez authored
-
Sean McGivern authored
Fix migration failing when user has no projects See merge request !8589
-
Sam Rose authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
- Fixed typo - Fixed migration when there are no projects and path is nil - Added path rollback that was missing if there was a SQL error
-
Rémy Coutable authored
Fix a API deprecation warning See merge request !8587
-
Yorick Peterse authored
Expire related caches after changing HEAD See merge request !8584
-
Rémy Coutable authored
Add a constraint on the query parameter to allow querying for projects with dots in their name. See merge request !8210
-
- 15 Jan, 2017 5 commits
-
-
Robert Schilling authored
-
Rémy Coutable authored
Move admin groups spinach tests to rspec See merge request !8313
-
Regis authored
-
Regis authored
-
Minqi Pan authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-