BigW Consortium Gitlab

  1. 02 Sep, 2016 1 commit
  2. 24 Aug, 2016 1 commit
  3. 17 Aug, 2016 2 commits
  4. 16 Aug, 2016 2 commits
  5. 15 Aug, 2016 1 commit
  6. 11 Aug, 2016 2 commits
  7. 28 Jul, 2016 2 commits
    • Fix the title of the toggle dropdown button · 94e6d51e
      Herminio Torres authored
      Before when you choose the way of `sort` instead it display the title correctly it was just apply the humanize helper in sort value.
      
      E.g.
      
      When you choose `Last updated` it should display the title `Last updated` instead of `Recently updated`. This fix makes this correctly displays the title.
      
      Change the implementation of the `link_to` `filter_branches_path`
      
      - Change the value of the `params[:sort]` in `link_to`. E.g. instead of using `'recently_updated'` is now using `sort_value_recently_updated`.
      
      - Change the values of the case in the `branches_sorted_by` method for the values it receives in the `params[:sort]` that are: `nil`, `'name'`, `'updated_desc'`, `'updated_asc'`.
  8. 26 Jul, 2016 1 commit
  9. 24 Jul, 2016 1 commit
  10. 21 Jul, 2016 1 commit
  11. 19 Jul, 2016 4 commits
  12. 18 Jul, 2016 6 commits
  13. 30 Jun, 2016 1 commit
  14. 17 Jun, 2016 1 commit
  15. 08 Jun, 2016 2 commits
  16. 07 Jun, 2016 1 commit
  17. 03 Jun, 2016 3 commits
  18. 26 May, 2016 1 commit
  19. 04 May, 2016 1 commit
  20. 22 Mar, 2016 1 commit
  21. 20 Mar, 2016 1 commit
  22. 08 Mar, 2016 1 commit
    • Cache & flush tag/branch counts · cb5a5ba0
      Yorick Peterse authored
      The methods used for this are Repository#tag_count and
      Repository#branch_count which cache their output in Redis as well as
      memoizing it in an instance variable. Both methods have a corresponding
      methods/hooks to flush the caches at the right time.
  23. 28 Jan, 2016 1 commit
  24. 15 Jan, 2016 2 commits