Skip to content
Snippets Groups Projects
  1. Aug 17, 2019
    • Paul Slaughter's avatar
      Merge branch... · 655dc109
      Paul Slaughter authored
      Merge branch '50020-fe-allow-email-notifications-to-be-disabled-for-all-users-of-a-group' into 'master'
      
      UI for disabling group/project email notifications
      
      Closes #50020
      
      See merge request gitlab-org/gitlab-ce!30961
      
      (cherry picked from commit 1068483f)
      
      7699a87e UI for disabling group/project email notification
      bad143ff Rename canChangeEmailsDisabled to canDisableEmails
      38b3f9ec Hide emails_disabled checkbox if disabled in group
      5e1fc2f5 Apply suggestion to...
      bcd5cee9 Addressed review feedback
      d602fc12 Minor fixes for gitlab.pot
      1ee32758 Update permissions documentation
      43c87103 Vue file prettified
      e5ec00ce Apply suggestion to app/views/shared/notifications/_button.html.haml
      e2de0db9 Disable the subgroup checkbox
      dbd7fcbd Add checked to emails_disabled group settings
      655dc109
  2. Aug 07, 2019
  3. 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
  4. Jun 05, 2019
  5. May 29, 2019
  6. May 27, 2019
  7. May 10, 2019
  8. 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
  9. 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
  10. Apr 16, 2019
  11. Apr 11, 2019
  12. Apr 09, 2019
  13. Apr 05, 2019
  14. Apr 02, 2019
  15. Mar 19, 2019
  16. Mar 14, 2019
  17. 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
  18. Feb 04, 2019
  19. Jan 31, 2019
  20. Jan 28, 2019
  21. 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
  22. Jan 15, 2019
  23. Jan 11, 2019
  24. Jan 07, 2019
  25. Jan 06, 2019
  26. Jan 04, 2019
  27. Dec 28, 2018
  28. Dec 19, 2018
  29. Dec 18, 2018
  30. Dec 13, 2018
  31. Dec 10, 2018
    • Gabriel Mazetto's avatar
      Reduce N+1 from Activity Dashboard and Banzai · 4f5abe43
      Gabriel Mazetto authored
      There is a combination of few strategies implemented here:
      
      1. Few relations were eager loaded
      2. Changed few polymorphic routes to specific ones so we don't have to
         use `#becomes(Namespace)` which doesn't preserve association cache
      4f5abe43
  32. Dec 08, 2018
  33. Dec 06, 2018
Loading