1. 22 Feb, 2017 34 commits
  2. 21 Feb, 2017 6 commits
    • Douwe Maan's avatar
      Merge branch '26881-backup-fails-if-data-changes' into 'master' · 7c617fcc
      Douwe Maan authored
      Copy data before compression to prevent 'file changed as we read it'
      
      Closes #26881
      
      See merge request !8728
      7c617fcc
    • Clement Ho's avatar
      Merge branch '26703-todos-count' into 'master' · 6c12cbd0
      Clement Ho authored
      #26703 change todos counter position & format ( for large counts )
      
      Closes #26703
      
      See merge request !9171
      6c12cbd0
    • Douwe Maan's avatar
      No more and/or · f40716f4
      Douwe Maan authored
      f40716f4
    • blackst0ne's avatar
      Refactored specs · 0494930d
      blackst0ne authored
      0494930d
    • Drew Blessing's avatar
      # This is a combination of 2 commits. · d6584c94
      Drew Blessing authored
      # This is the 1st commit message:
      
      Add `copy` backup strategy to combat file changed errors
      
      The backup Rake task used to stream data directly from the live
      data directory into the backup. Under many circumstances this worked
      OK. However, really active instances would experience a 'file changed
      as we read it' error - especially with data like the registry. This
      now copies the data first, then compresses it. It will take a bit
      more disk space while the backup is in progress, but it's a
      necessary thing.
      
      # The commit message #2 will be skipped:
      
      #	Add env var
      d6584c94
    • blackst0ne's avatar
      Refactored specs · 5cc838d3
      blackst0ne authored
      5cc838d3