- 18 Jan, 2017 7 commits
-
-
Rémy Coutable authored
Resolve "Wrong file size on repository page" Closes #26773 See merge request !8616
-
Douwe Maan authored
Correct documentation for `data_attribute` method See merge request !8603
-
Douwe Maan authored
Backport timetracking to CE See merge request !8195
-
Sean McGivern authored
Fixing typo See merge request !8621
-
Cristian Thiago Moecke authored
-
Sean McGivern authored
Fix Compare page throws 500 error when any branch/reference is not selected Closes #25814 See merge request !8523
-
Sean McGivern authored
Copy commit SHA to clipboard See merge request !8547
-
- 17 Jan, 2017 19 commits
-
-
Oswaldo Ferreira authored
-
victorwu authored
-
Robert Speicher authored
Remove some useless require_relative statements Closes #26756 See merge request !8609
-
Annabel Dunstone Gray authored
Correctly keeps merge request tabs in place when editting value in See merge request !8595
-
Grzegorz Bizon authored
Disable all cops in .rubocop_todo.yml See merge request !8610
-
Sean McGivern authored
Support `/merge` slash command for MRs Closes #24915 See merge request !7746
-
Sean McGivern authored
Use cached values to compute total issues count in milestone index pages See merge request !8518
-
Sean McGivern authored
Do not show artifacts keep button if not allowed Closes #26357 See merge request !8501
-
Sean McGivern authored
Show 'too many changes' message for merge request Closes #25017 See merge request !8444
-
Robert Speicher authored
Mark Commits as persisted See merge request !8604
-
Sean McGivern authored
Cops with a max level are auto-generated with that set to the current maximum, even when they're supposed to be ignored. For now, the best option is to manually disable them.
-
Robert Speicher authored
Switch to sassc-rails Closes #18432 See merge request !8556
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
P.S.V.R 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
-
Robert Speicher authored
Also break up a long line, just 'cause.
-
Rémy Coutable authored
Fixed random issue boards sidebar failure Closes #26751 See merge request !8602
-
- 16 Jan, 2017 14 commits
-
-
Phil Hughes authored
-
Robert Speicher authored
Update ffaker to ~>2.4 to avoid generating names with suffixes Closes #26492 See merge request !8596
-
Martin Cabrera 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
-
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
-
Phil Hughes authored
collapsed sidebar Previously the CSS would presume the sidebar is open, which it is but as an overlay so the CSS was pushing the tabs when it shouldnt of been
-
Martin Cabrera authored
-
Martin Cabrera authored
-
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
-