1. 19 Nov, 2015 5 commits
    • Yorick Peterse's avatar
      Added index on issues.state · 50f65416
      Yorick Peterse authored
      This field is queried when filtering issues and due to the lack of an
      index would end up triggering a sequence scan.
      50f65416
    • 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 35 commits