An error occurred fetching the project authors.
  1. 06 May, 2019 2 commits
    • Ezekiel Kigbo's avatar
      Added blank lines to meet style guide · 6accad69
      Ezekiel Kigbo authored
      Un-nest title variable output
      
      Update spec test names
      
      Rename sort_value_most_stars -> sort_value_stars_desc
      
      Rename sorted_by_stars -> sorted_by_stars_desc
      
      Renname sort_value_most_stars_asc -> sort_value_stars_asc
      
      Invert feature check, assign feature condition to a variable
      
      Inline conditional nav bar rendering
      
      Invert conditional label
      
      Added follow up task
      
      Fix filters returning 0 projects show the wrong view
      
      Move click action out of test expectation
      
      Use proper variable name for project in before block
      
      Rename projects_sort_admin_options_hash
      
      Renamed projects_sort_admin_options_has to
      old_projects_sort_options_hash as its not only used
      on the admin screen
      
      Fix extra whitespace errors
      
      Stub project_list_filter_bar in the projects_helper specs
      
      Added follow up task for `show_projects?`
      
      Removed url test expectations
      6accad69
    • Ezekiel Kigbo's avatar
      c1f5205d
  2. 02 May, 2019 1 commit
  3. 30 Apr, 2019 1 commit
  4. 26 Apr, 2019 1 commit
  5. 23 Apr, 2019 1 commit
  6. 20 Apr, 2019 1 commit
  7. 12 Apr, 2019 1 commit
  8. 11 Apr, 2019 1 commit
    • Thong Kuah's avatar
      Align UrlValidator to validate_url gem implementation. · d119d3d1
      Thong Kuah authored
      Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement.
      Make use of the options attribute of the parent class ActiveModel::EachValidator.
      Add more options: allow_nil, allow_blank, message.
      Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
      d119d3d1
  9. 10 Apr, 2019 2 commits
  10. 09 Apr, 2019 1 commit
  11. 08 Apr, 2019 1 commit
  12. 05 Apr, 2019 2 commits
  13. 02 Apr, 2019 1 commit
  14. 28 Mar, 2019 1 commit
  15. 27 Mar, 2019 2 commits
  16. 26 Mar, 2019 1 commit
    • Bob Van Landuyt's avatar
      Allow multiple repositories per project · d36415b7
      Bob Van Landuyt authored
      This changes the repository type from a binary `wiki?` to a type. So
      we can have more than 2 repository types.
      
      Now everywhere we called `.wiki?` and expected a boolean, we check
      that type.
      d36415b7
  17. 22 Mar, 2019 1 commit
  18. 18 Mar, 2019 1 commit
  19. 13 Mar, 2019 2 commits
  20. 12 Mar, 2019 1 commit
  21. 06 Mar, 2019 2 commits
  22. 01 Mar, 2019 2 commits
  23. 27 Feb, 2019 1 commit
    • Jacopo's avatar
      Add project http fetch statistics API · 5ae9a44a
      Jacopo authored
      The API get projects/:id/traffic/fetches allows user with write
      access to the repository to get the number of clones for the
      last 30 days.
      5ae9a44a
  24. 26 Feb, 2019 2 commits
  25. 25 Feb, 2019 4 commits
  26. 20 Feb, 2019 1 commit
  27. 18 Feb, 2019 1 commit
  28. 11 Feb, 2019 1 commit
  29. 08 Feb, 2019 1 commit