An error occurred fetching the project authors.
  1. 05 Jul, 2017 1 commit
  2. 21 Jun, 2017 1 commit
  3. 09 Jun, 2017 1 commit
  4. 09 May, 2017 1 commit
  5. 08 May, 2017 1 commit
  6. 04 May, 2017 1 commit
  7. 16 Mar, 2017 1 commit
  8. 13 Mar, 2017 1 commit
    • Jacopo's avatar
      New file from interface on existing branch · e0fe2834
      Jacopo authored
      Now you can create a new file and select a target_branch != source_branch.
      If the file that you want to create already exists on the target branch an error message is shown
      A glDropdown is used to select and create a new branch instead of a text field.
      e0fe2834
  9. 06 Mar, 2017 1 commit
  10. 23 Feb, 2017 4 commits
  11. 29 Nov, 2016 1 commit
  12. 09 Nov, 2016 1 commit
    • Toon Claes's avatar
      Add button to delete all merged branches · 1afab9eb
      Toon Claes authored
      It adds a button to the branches page that the user can use to delete
      all the branches that are already merged. This can be used to clean up
      all the branches that were forgotten to delete while merging MRs.
      
      Fixes #21076.
      1afab9eb
  13. 17 Aug, 2016 2 commits
  14. 10 Aug, 2016 1 commit
  15. 28 Jul, 2016 1 commit
    • Herminio Torres's avatar
      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'`.
      94e6d51e
  16. 19 Jul, 2016 1 commit
  17. 03 Jun, 2016 4 commits
  18. 07 Apr, 2016 1 commit
  19. 19 Mar, 2016 1 commit
  20. 15 Mar, 2016 3 commits
  21. 03 Dec, 2015 1 commit
  22. 11 Nov, 2015 1 commit
  23. 01 Nov, 2015 1 commit
  24. 02 Aug, 2015 1 commit
  25. 06 Jul, 2015 1 commit
  26. 20 Apr, 2015 1 commit
  27. 12 Mar, 2015 1 commit
  28. 20 Feb, 2015 1 commit
  29. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  30. 13 Nov, 2014 1 commit
  31. 05 Nov, 2014 1 commit