Skip to content
Snippets Groups Projects
  1. Feb 27, 2025
  2. Feb 26, 2025
  3. Feb 25, 2025
  4. Feb 24, 2025
  5. Feb 21, 2025
  6. Feb 20, 2025
    • Allison Browne's avatar
      Add hosted runner table · 23506ab7
      Allison Browne authored
      Add the hosted runner table to keep track
      of which runners are hosted on dedicated.
      23506ab7
    • Moaz Khalifa's avatar
      Send audit event for packages creation · 0f9e1dd5
      Moaz Khalifa authored
      0f9e1dd5
    • Andrew Evans's avatar
      Split reads for new group and instance Microsoft Applications tables · 4d6ea39f
      Andrew Evans authored
      We've recently completed a data migration for the
      `system_access_microsoft_applications` table and related tables. This MR
      implements the second half of the transition to the two tables, allowing
      reading off the new table for specific groups, controlled by a feature
      flag.
      
      During the transition, new records and updates to the Microsoft
      Applications table are written to both new and legacy tables, so we can
      seamlessly enable and disable the feature flag. When the transition is
      complete, we can remove the feature flag and drop the legacy data.
      4d6ea39f
  7. Feb 19, 2025
  8. Feb 18, 2025
  9. Feb 17, 2025
  10. Feb 14, 2025
    • Emma Park's avatar
      Fix 500 error on IP restrictions when checking snippets · 5ad5acc6
      Emma Park authored
      Previously, PostgreSQL's CIDR type was used for IP range checks
      which caused 500 errors when ranges didn't conform to
      CIDR format requirements
      (like having bits set to the right of mask, e.g. 1.1.1.1/22)
      
      This change:
      - Uses PostgreSQL's more lenient INET type instead of CIDR
      - Adds comprehensive test coverage for different IP scenarios:
        - IPs within/outside allowed ranges
        - Non-CIDR-compliant ranges
        - Multiple IP restrictions per group
        - Specific IP matching
      
      Changelog: changed
      EE: true
      5ad5acc6
  11. Feb 13, 2025
  12. Feb 12, 2025
    • Gavin Hinfey's avatar
      Add v2 approval rule table and model · ff117995
      Gavin Hinfey authored
      Adds new approval rule table and model
      for new approval rule architecture.
      
      Changelog: changed
      MR: !179839
      EE: true
      ff117995
    • Taka Nishida's avatar
      Enable managed cluster resources via agent config file · f93d549f
      Taka Nishida authored
      - Add support for resource management in cluster agents
      - Introduce new feature flag 'gitlab_managed_cluster_resources'
      - Update CI access authorization finder to support filtering by agent
      - Enhance environment creation to include cluster agent when resource management is enabled
      - Add specs for new functionality and update existing tests
      
      -------
      :robot: Commit message generated by GitLab Duo
      f93d549f
    • Jason Goodman's avatar
      Refactor group seats_available_for? method · 4bdc04f2
      Jason Goodman authored
      Move Group#seats_available_for? to the BlockSeatOverages module and
      rename the function to seats_available_for_group?
      4bdc04f2
  13. Feb 11, 2025
Loading