- 17 Jan, 2017 19 commits
-
-
Regis authored
-
Regis authored
-
Robert Speicher authored
Remove some useless require_relative statements Closes #26756 See merge request !8609
-
Regis authored
-
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
-
Rémy Coutable authored
Fixed random issue boards sidebar failure Closes #26751 See merge request !8602
-
- 16 Jan, 2017 21 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
-
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
-
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
-
Grzegorz Bizon authored
* master: (579 commits) Conflicts: spec/models/build_spec.rb
-