Skip to content
Snippets Groups Projects
  1. May 24, 2022
  2. May 23, 2022
  3. May 20, 2022
  4. May 19, 2022
  5. May 18, 2022
  6. May 17, 2022
    • Catalin Irimie's avatar
      Enable geo_use_clone_on_first_sync by default · b48a96ce
      Catalin Irimie authored
      This will use a git clone for the first sync for a
      repository instead of git fetch.
      
      Changelog: other
      EE: true
      b48a96ce
    • Heinrich Lee Yu's avatar
      Generalize Mailgun webhook endpoints · ebd10116
      Heinrich Lee Yu authored
      This used to only process member invite email failures but we want to
      use this webhook to track other email delivery failures too
      
      Changelog: changed
      Unverified
      ebd10116
    • Corinna Gogolok's avatar
      Default enable automated_email_provision feature flag · 7674378f
      Corinna Gogolok authored
      This change will default enable the feature flag
      `automated_email_provision`. Behind this feature flag are two banners
      for Offline Cloud Licensing that will be displayed in the Admin area
      on the dashboard (`/admin`) and on the subscription page
      (`/admin/subscription`).
      
      Changelog: added
      EE: true
      7674378f
    • Tim Zallmann's avatar
      Setup for offline route as a start for the PWA · 904a20e7
      Tim Zallmann authored
      Added spec for offline route
      
      Setup for precompiling offline.css
      
      Updated to latest logo
      
      Updated offline with some variables
      
      Updated Spec + offline text
      
      Removed execute from forgery
      
      Removed protect from forgery in PWA controller
      
      Updates offline description
      
      Updated offline page with error layout
      
      Removed Icons for Manifest MR
      
      Internationalized offline page text
      
      Using errors layout for offline page
      
      Regenerated text for offline page
      
      Remove offline precompilation
      
      Apply 1 suggestion(s) to 1 file(s)
      904a20e7
    • Patrick Steinhardt's avatar
      feature_flags: Default-enable use of filtered quarantine commits · 5c304519
      Patrick Steinhardt authored
      With 4aba970e (gitaly_client: Allow filtering quarantined commits by
      existence, 2022-05-03), we have introduced code that enables us to use
      the repo's quarantine directory in order to enumerate commits in access
      checks. This can lead to a significant speedup when enumerating commits
      in repositories which have a lot of references because the previous way
      of enumerating commits would require us to walk each of the preexisting
      refs so that we can find the commits that really are new.
      
      We have rolled the accompanying feature flag without any observed issues
      so far, so let's default-enable the feature flag.
      
      Changelog: changed
      5c304519
    • Lukas Eipert's avatar
      Change way default CSP is loaded from config · 3d2ee43e
      Lukas Eipert authored and Matthias Käppler's avatar Matthias Käppler committed
      When you currently provide a custom CSP config in gitlab.yml, the
      directives (if set) completely overwrite the default directives. This
      makes it hard to change _one_ directive. Most meaningful example would
      be setting `report-uri` if one only wants CSP to be set in report mode.
      
      A lot of logic is added to the default CSP directives as well, so
      keeping own settings up to date with the default_directives will be a
      menial task.
      
      With this change, someone could just change the directives they want.
      For example in order to disable the default `connect-src` directive
      _and_ enabling the `report-uri` directive, while keeping all the other
      default directives, one would just simple ste the following:
      
      ```yaml
      content_security_policy:
        enabled: true
        report_only: true
        directives:
          connect_src: false
          report_uri: "http://example.org"
      ```
      
      Changelog: changed
      3d2ee43e
    • Mireya Gen Andres's avatar
      Clean up `pipeline_editor_file_tree` feature flag · 310d861c
      Mireya Gen Andres authored
      Changelog: added
      310d861c
    • Eugenia Grieff's avatar
      Enable confidential_notes FF by default · 44fe4216
      Eugenia Grieff authored and Charlie Ablett's avatar Charlie Ablett committed
      Update docs
      
      Changelog: added
      44fe4216
  7. May 16, 2022
Loading