1. 03 Dec, 2014 1 commit
  2. 02 Dec, 2014 7 commits
  3. 01 Dec, 2014 1 commit
  4. 28 Nov, 2014 2 commits
  5. 27 Nov, 2014 6 commits
  6. 26 Nov, 2014 7 commits
  7. 25 Nov, 2014 2 commits
  8. 24 Nov, 2014 11 commits
  9. 23 Nov, 2014 2 commits
  10. 21 Nov, 2014 1 commit
    • Valery Sizov's avatar
      Merge branch 'members_table_timestamps' into 'master' · a7ddcab7
      Valery Sizov authored
      Add missing timestamps to the 'members' table
      
      In 20140914145549_migrate_to_new_members_model.rb we forgot to set the
      created_at and updated_at times for new records in the 'members' table. This
      became a problem after commit c8e78d97 which
      was added in GitLab 7.5. With this migration we ensure that all rows in
      'members' have at least some created_at and updated_at timestamp.
      
      See merge request !1272
      a7ddcab7