An error occurred fetching the project authors.
  1. 27 May, 2019 1 commit
  2. 10 May, 2019 2 commits
  3. 06 May, 2019 2 commits
    • Ezekiel Kigbo's avatar
      Added blank lines to meet style guide · a5e04170
      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
      a5e04170
    • 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
  4. 03 May, 2019 1 commit
    • Krasimir Angelov's avatar
      Allow guests users to access project releases · 241ba4be
      Krasimir Angelov authored
      This is step one of resolving
      https://gitlab.com/gitlab-org/gitlab-ce/issues/56838.
      
      Here is what changed:
      - Revert the security fix from bdee9e84.
      - Do not leak repository information (tag name, commit) to guests in API
      responses.
      - Do not include links to source code in API responses for users that do
      not have download_code access.
      - Show Releases in sidebar for guests.
      - Do not display links to source code under Assets for users that do not
      have download_code access.
      
      GET ':id/releases/:tag_name' still do not allow guests to access
      releases. This is to prevent guessing tag existence.
      241ba4be
  5. 16 Apr, 2019 2 commits
  6. 11 Apr, 2019 2 commits
  7. 09 Apr, 2019 2 commits
  8. 05 Apr, 2019 2 commits
  9. 04 Apr, 2019 1 commit
  10. 02 Apr, 2019 2 commits
  11. 19 Mar, 2019 2 commits
  12. 14 Mar, 2019 1 commit
  13. 01 Mar, 2019 2 commits
    • Reuben Pereira's avatar
      Refactor model and spec · 43e713eb
      Reuben Pereira authored
      - Move some specs into contexts
      - Let get_slugs method take a parameter and return a specific slug.
      - Add rescues when using Addressable::URI.
      43e713eb
    • Reuben Pereira's avatar
      Refactor model and spec · 0e388063
      Reuben Pereira authored
      - Move some specs into contexts
      - Let get_slugs method take a parameter and return a specific slug.
      - Add rescues when using Addressable::URI.
      0e388063
  14. 05 Feb, 2019 1 commit
  15. 04 Feb, 2019 2 commits
  16. 31 Jan, 2019 2 commits
  17. 28 Jan, 2019 1 commit
  18. 19 Jan, 2019 1 commit
  19. 18 Jan, 2019 1 commit
    • Francisco Javier López's avatar
      Fixed bug when external wiki is enabled · e5c0ee81
      Francisco Javier López authored
      When the external wiki is enabled, the internal wiki link is replaced
      by the external wiki url. But the internal wiki is still accessible.
      In this change the external wiki will have its own tab in the sidebar
      and only if the services are disabled the tab (and access rights)
      will not be displayed.
      e5c0ee81
  20. 15 Jan, 2019 1 commit
  21. 11 Jan, 2019 1 commit
  22. 07 Jan, 2019 2 commits
  23. 06 Jan, 2019 2 commits
  24. 04 Jan, 2019 1 commit
  25. 28 Dec, 2018 1 commit
  26. 19 Dec, 2018 1 commit
  27. 18 Dec, 2018 1 commit
    • Filipa Lacerda's avatar
      Adds releases index route · 9004e18e
      Filipa Lacerda authored
      Renders empty index page
      Adds Releases entry to the navigation bar behind a feature flag
      Renders 404 when feature flag for releases is not enabled
      9004e18e