Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Feb 17, 2020
  3. Feb 15, 2020
  4. Feb 13, 2020
  5. Feb 06, 2020
  6. Jan 30, 2020
  7. Jan 24, 2020
  8. Jan 23, 2020
  9. Jan 17, 2020
  10. Jan 14, 2020
  11. Dec 16, 2019
  12. Dec 06, 2019
  13. Nov 27, 2019
  14. Nov 25, 2019
  15. Nov 19, 2019
  16. Nov 01, 2019
  17. Oct 08, 2019
  18. Oct 07, 2019
  19. Oct 03, 2019
  20. Sep 25, 2019
  21. Sep 18, 2019
  22. Sep 17, 2019
  23. Sep 13, 2019
  24. Aug 29, 2019
  25. Aug 17, 2019
  26. Aug 07, 2019
  27. 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
  28. Jun 05, 2019
  29. May 29, 2019
  30. May 27, 2019
  31. May 10, 2019
  32. 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
  33. 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
  34. Apr 16, 2019
  35. Apr 11, 2019
  36. Apr 09, 2019
  37. Apr 05, 2019
Loading