BigW Consortium Gitlab

  1. 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'`.
  2. 26 Jul, 2016 1 commit
  3. 24 Jul, 2016 1 commit
  4. 21 Jul, 2016 1 commit
  5. 19 Jul, 2016 2 commits
  6. 30 Jun, 2016 1 commit
  7. 17 Jun, 2016 1 commit
  8. 08 Jun, 2016 2 commits
  9. 07 Jun, 2016 1 commit
  10. 03 Jun, 2016 3 commits
  11. 26 May, 2016 1 commit
  12. 04 May, 2016 1 commit
  13. 22 Mar, 2016 1 commit
  14. 20 Mar, 2016 1 commit
  15. 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.
  16. 28 Jan, 2016 1 commit
  17. 15 Jan, 2016 2 commits
  18. 14 Jan, 2016 1 commit
  19. 17 Dec, 2015 1 commit
  20. 16 Dec, 2015 2 commits
  21. 02 Dec, 2015 8 commits
  22. 19 Nov, 2015 1 commit
  23. 11 Nov, 2015 1 commit
  24. 05 Nov, 2015 1 commit
  25. 01 Nov, 2015 1 commit
  26. 17 Sep, 2015 1 commit