Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
  2. Nov 25, 2019
  3. Nov 19, 2019
  4. Oct 22, 2019
  5. Sep 18, 2019
  6. Sep 17, 2019
  7. Sep 13, 2019
  8. Aug 29, 2019
  9. Aug 17, 2019
  10. Aug 07, 2019
  11. Jul 09, 2019
    • Charlie Ablett's avatar
      Remove `:graphql` feature flag · 639ab521
      Charlie Ablett authored
      - Remove `FeatureConstrainer` call wrapping api endpoint
      - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend
      - Modify graphql test to be graphql flag agnostic
      - Remove api routing spec
      - Remove frontend feature flag via `gon`
      639ab521
  12. Jun 05, 2019
  13. May 29, 2019
  14. May 27, 2019
  15. May 10, 2019
  16. May 06, 2019
    • E'zeki&el Kigbo's avatar
      Added blank lines to meet style guide · 6accad69
      E'zeki&el 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
      Unverified
      6accad69
  17. May 03, 2019
    • 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
  18. Apr 16, 2019
  19. Apr 11, 2019
  20. Apr 09, 2019
  21. Apr 05, 2019
  22. Apr 02, 2019
  23. Mar 19, 2019
  24. Mar 14, 2019
  25. Mar 01, 2019
    • 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
  26. Feb 04, 2019
  27. Jan 31, 2019
  28. Jan 28, 2019
  29. Jan 18, 2019
    • 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.
      Unverified
      e5c0ee81
  30. Jan 15, 2019
  31. Jan 11, 2019
  32. Jan 07, 2019
  33. Jan 06, 2019
  34. Jan 04, 2019
Loading