An error occurred fetching the project authors.
  1. 15 Dec, 2016 1 commit
  2. 23 Nov, 2016 1 commit
    • Yorick Peterse's avatar
      Remove event caching code · 5371da34
      Yorick Peterse authored
      Flushing the events cache worked by updating a recent number of rows in
      the "events" table. This has the result that on PostgreSQL a lot of dead
      tuples are produced on a regular basis. This in turn means that
      PostgreSQL will spend considerable amounts of time vacuuming this table.
      This in turn can lead to an increase of database load.
      
      For GitLab.com we measured the impact of not using events caching and
      found no measurable increase in response timings. Meanwhile not flushing
      the events cache lead to the "events" table having no more dead tuples
      as now rows are only inserted into this table.
      
      As a result of this we are hereby removing events caching as it does not
      appear to help and only increases database load.
      
      For more information see the following comment:
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037
      5371da34
  3. 24 Jul, 2016 1 commit
  4. 19 Jul, 2016 1 commit
    • James Lopez's avatar
      squashed - added avatar saver/restorer and specs · 76771c29
      James Lopez authored
      added spec for avatar saver
      
      avatar saver!
      
      added avatar restorer spec
      
      fix spec
      
      added avatar restorer class
      
      fix export service
      
      fix warnings, added changelog
      
      fix spec
      
      some refactoring based on feedback
      
      fixed a few issues after testing i/e avatar
      76771c29
  5. 15 Mar, 2016 1 commit
  6. 18 Feb, 2016 1 commit
  7. 17 Feb, 2016 1 commit
  8. 16 Feb, 2016 1 commit
  9. 10 Feb, 2016 1 commit
  10. 09 Feb, 2016 1 commit
  11. 16 Nov, 2015 1 commit
  12. 20 Feb, 2015 1 commit
  13. 19 Feb, 2015 1 commit
  14. 17 Feb, 2015 1 commit
  15. 16 Feb, 2015 1 commit
    • Hannes Rosenögger's avatar
      Fix broken access control and refactor avatar upload · 7d5f86f6
      Hannes Rosenögger authored
      This commit moves the note folder from
      /public/uploads/note
      to
      /uploads/note
      and changes the uploader accordingly.
      Now it's no longer possible to avoid the access control by modifing the url.
      The Avatar upload has been refactored to use an own uploader as well
      to cleanly seperate the two upload types.
      7d5f86f6
  16. 05 Dec, 2014 1 commit
  17. 29 Oct, 2014 1 commit
  18. 22 Jul, 2014 1 commit
  19. 11 Dec, 2013 1 commit
  20. 15 Aug, 2013 1 commit
  21. 15 May, 2013 2 commits
  22. 15 Feb, 2013 1 commit
  23. 11 Feb, 2013 2 commits
  24. 04 Jan, 2013 1 commit
  25. 10 Aug, 2012 1 commit
  26. 13 Oct, 2011 2 commits
  27. 08 Oct, 2011 1 commit