Skip to content
Snippets Groups Projects
  1. Jun 07, 2023
  2. Jun 02, 2023
  3. Jun 01, 2023
  4. May 18, 2023
  5. May 10, 2023
  6. May 08, 2023
  7. May 05, 2023
  8. May 01, 2023
    • Vijay Hawoldar's avatar
      Moves EE::Gitlab::Namespaces::Storage::Enforcement · 7528895f
      Vijay Hawoldar authored
      Relocates the EE::Gitlab::Namespaces::Storage::Enforcement class to live
      alongside it's counterparts in `ee/app/models/namespaces/storage`.
      
      This is consistent with the other classes, e.g. `RootSize` and also
      similar features such as the FreeUserCap classes.
      7528895f
  9. Mar 23, 2023
  10. Mar 21, 2023
  11. Mar 13, 2023
  12. Mar 10, 2023
    • Jessie Young's avatar
      Move all custom roles code to EE · c91362dc
      Jessie Young authored and Niko Belokolodov's avatar Niko Belokolodov committed
      * This is an ee-only feature but along the way we accidentally added
        some of the code to the CE directories
      * The preload logic for the Banzai parser classes can be removed
        altogether rather than moved to EE because that preloading was
        necessary for `download_code` but we changed the custom roles MVC
        to look at `read_code` instead (these parsers look at `download_code`)
      * #381611
      c91362dc
  13. Mar 09, 2023
  14. Mar 08, 2023
  15. Feb 14, 2023
  16. Feb 09, 2023
    • Jessie Young's avatar
      PUT /[groups|projects]/:id/members/:user_id accepts member_role_id · 03c146ed
      Jessie Young authored and Jan Provaznik's avatar Jan Provaznik committed
      * `member_role_id` is the attribute used to associate a member record
        with a custom role (member_role)
      * By adding this param to the PUT endpoint, we are enabling:
        * associating *group* members with custom roles
        * associating *project* members with custom roles
        * de-associating group/project members from a custom role (removing a custm role
          from a user)
      * Custom roles is a feature available to Ultimate customers and is
        currently behind the `customizable_roles` feature flag.
      * A previous MR added a `PATCH /groups/:id/members/:user_id/member_role`
        endpoint for associating existing group members with a custom role.
      * The PATCH endpoint can be removed after this is merged because that
        behavior is now covered by the existing endpoint.
      * #387769
      * #385495
      
      Changelog: added
      EE: true
      03c146ed
  17. Feb 06, 2023
  18. Feb 01, 2023
  19. Jan 27, 2023
    • Dylan Griffith's avatar
      Add zoekt code search integration · 3f11ce50
      Dylan Griffith authored and Dmitry Gruzd's avatar Dmitry Gruzd committed
      This [MR](!105049)
      introduces a new backend [Zoekt](https://github.com/sourcegraph/zoekt)
      to power code searches in GitLab. Previously we supported Elasticsearch
      and Gitaly backed searches. We found Gitaly didn't scale for searching
      across large groups and Elasticsearch has limitations in how indexing
      and searching works that makes it a poor choice for code. Zoekt provides
      a more "grep-like" user experience and solves a lot of the problems we
      had with Elasticsearch. You can read more about the motivation at
      !107891 . Since the
      rollout of this will be gradual and it is somewhat experimental it will
      not be the default and we will not be removing support for Elasticsearch
      any time soon.
      
      Changelog: added
      3f11ce50
  20. Jan 23, 2023
    • Adam Hegyi's avatar
      Remove unused VSA Stage related code · 9ed9d382
      Adam Hegyi authored
      This change extracts all VSA stage controller actions to the
      StageActions module in order to easily rease on both project and group
      levels. Additionally, instead of using the Project as the "parent"
      record, we now use the Namespaces::ProjectNamespace record.
      9ed9d382
  21. Jan 17, 2023
  22. Jan 10, 2023
  23. Jan 05, 2023
  24. Dec 21, 2022
  25. Dec 06, 2022
  26. Dec 02, 2022
  27. Nov 30, 2022
  28. Nov 25, 2022
  29. Oct 28, 2022
  30. Oct 03, 2022
  31. Sep 29, 2022
  32. Sep 15, 2022
  33. Sep 13, 2022
    • Drew Blessing's avatar
      Domain Verification MVC · 0a7775eb
      Drew Blessing authored
      Utilize a top-level group's verified project pages domains to
      allow SCIM/SAML to create users without requiring email
      confirmation. Also introduces a new top-level group setting page
      to show project pages domains.
      
      Changelog: added
      EE: true
      0a7775eb
  34. Aug 18, 2022
  35. Aug 05, 2022
Loading