- 22 Jan, 2017 2 commits
-
-
Kamil Trzciński authored
Do not generate pipeline ref path if ref not present Closes #26861 See merge request !8658
-
Grzegorz Bizon authored
Fix Merge When Pipeline Succeeds immediate merge bug Closes #26969 See merge request !8685
-
- 20 Jan, 2017 12 commits
-
-
Fatih Acet authored
Fix participants margins to fit on one line See merge request !8640
-
Rémy Coutable authored
Fix import no longer mapping users as admin Closes #25346 See merge request !8625
-
Yorick Peterse authored
Record used SSH keys only once per day Closes #26877 See merge request !8655
-
Kamil Trzciński authored
Reduce DB-load for build-queues by storing last_update in Redis See merge request !8084
-
Fatih Acet authored
Resolve "Error handling in environments list" Closes #25507 See merge request !8461
-
Fatih Acet authored
Fixes builds dropdown making request when clicked to be closed Closes #26601 See merge request !8545
-
Fatih Acet authored
Add margin to math blocks Closes #26472 See merge request !8543
-
Fatih Acet authored
Autoresize markdown preview Closes #24372 See merge request !8607
-
Robert Speicher authored
Gitaly feature flag See merge request !8440
-
Fatih Acet authored
Add hover state to MR comment reply button See merge request !8541
-
Fatih Acet authored
Update project visibility level ui to use dropdowns Closes #24296, #24123, and #24032 See merge request !7645
-
Kamil Trzciński authored
Link external commit status badges to target URLs Closes #25662 See merge request !8611
-
- 19 Jan, 2017 17 commits
-
-
Robert Speicher authored
Revert "Merge branch 'switch-to-sassc' into 'master'" Closes #26762 See merge request !8642
-
Sean McGivern authored
Speed up dashboard milestone index by scoping IssuesFinder to user authorized projects See merge request !8524
-
Annabel Dunstone Gray authored
Fixes big pipeline and small pipeline width problems Closes #26667 See merge request !8593
-
Rémy Coutable authored
correct User-agent placement in robots.txt Closes #26807 See merge request !8623
-
Sean McGivern authored
Time tracking API Closes #25861 See merge request !8483
-
Rémy Coutable authored
Resolve "Wrong file size on repository page" Closes #26773 See merge request !8616
-
Annabel Dunstone Gray authored
Correctly keeps merge request tabs in place when editting value in See merge request !8595
-
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
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
Synchronize all project authorization refreshing work using a lease Closes #25987 See merge request !8599
-
Alfredo Sumaran authored
Fix search group/project filtering to show results Closes #26616 See merge request !8565
-
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
-
Alfredo Sumaran authored
Retain original casing for build name in manual pipeline dropdown Closes #25946 See merge request !8387
-
- 17 Jan, 2017 1 commit
-
-
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.
-
- 16 Jan, 2017 4 commits
-
-
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
-
Eric Eastwood authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sam Rose authored
-
- 15 Jan, 2017 4 commits
-
-
Minqi Pan authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
blackst0ne authored
-
sandish chen authored
Change validity checking for UpdateService. Add return value for project update service. Return 302(redirect_to) when successfully updated. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Bruno Melli authored
-