1. 19 Nov, 2015 6 commits
    • Dmitriy Zaporozhets's avatar
      Merge branch 'builds_page_scroll_buttons' into 'master' · 347f1362
      Dmitriy Zaporozhets authored
      Fix bottom position of scroll buttons in build log page
      
      Look at the up/down buttons as well as the **Enable Autoscroll**.
      
      The **Enable Autoscroll** could also be alligned with the right grey box.
      
      
      ## Before
      
      ![autoscroll_before](/uploads/f410dc353ca66c338d8a29c7c294758a/autoscroll_before.png)
      
      ## After
      
      ![autoscroll_after](/uploads/015fdf53618a0d6f468d666de1bbab6a/autoscroll_after.png)
      
      
      \cc @dzaporozhets @creamzy 
      
      See merge request !1792
      347f1362
    • Dmitriy Zaporozhets's avatar
      Merge branch 'update_nginx_deploy' into 'master' · b7029841
      Dmitriy Zaporozhets authored
      Deploy page should be shown for all pages not just root
      
      Related to change already merged to Omnibus - gitlab-org/omnibus-gitlab!540
      
      This change makes it so the deploy page is shown on all GitLab pages if the page exists. Users will no longer receive the 502 when deploys are happening.
      
      See merge request !1828
      b7029841
    • Yorick Peterse's avatar
      Merge branch 'atom-feed-latest-update' into 'master' · a42d469a
      Yorick Peterse authored
      Improve performance of user profiles, finding groups, and finding projects
      
      This MR improves the following:
      
      * Rendering of profile pages and Atom feeds
      * Finding groups (using GroupsFinder & friends)
      * Finding projects (using ProjectsFinder & friends)
      
      Initially this MR was intended to only improve rendering of Atom feeds, but over time other fixes were introduced as well as the same code was the cause of all these problems.
      
      See merge request !1790
      a42d469a
    • Yorick Peterse's avatar
      96cdacd4
    • Dmitriy Zaporozhets's avatar
      Merge branch 'check_if_it_should_be_archived_in_backup' into 'master' · 5b302854
      Dmitriy Zaporozhets authored
      Check which folders and archives should be packed before passing to tar command.
      
      If user uses backup task with SKIP and skips one of the archives listed(uploads, builds, artifacts) backup create will give an error: `Cannot stat: No such file or directory`.
      
      This MR fixes that by checking for skipped items.
      Additionally, compact everything to avoid `TypeError: no implicit conversion of nil into String` errors.
      
      See merge request !1824
      5b302854
    • Kamil Trzcinski's avatar
      Fix CHANGELOG · caf1c9d8
      Kamil Trzcinski authored
      caf1c9d8
  2. 18 Nov, 2015 34 commits