Skip to content
Snippets Groups Projects
  1. Feb 01, 2023
  2. Jan 27, 2023
  3. Jan 26, 2023
  4. Jan 25, 2023
  5. Dec 21, 2022
    • Gregorius Marco's avatar
      Allow configuring repository cache redis instance · 0be0a78b
      Gregorius Marco authored
      This allows adding a setting redis_repository_cache_instance and
      redis_repository_cache_sentinels in gitlab.rb to create a new
      configuration file for a separate redis instance to store repository
      related info.
      
      Changelog: added
      0be0a78b
  6. Jan 25, 2023
  7. Jan 12, 2023
  8. Jan 25, 2023
  9. Jan 24, 2023
  10. Jan 23, 2023
  11. Jan 20, 2023
  12. Jan 19, 2023
  13. Jan 09, 2023
    • Stan Hu's avatar
      mail_room: Allow configuration of delete_after_delivery parameter · 12a2b579
      Stan Hu authored
      In IMAP, `delete_after_delivery` only marks the message as deleted,
      but a separate `expunge_deleted` step is needed to permanently remove
      the message.
      
      In Microsoft Graph, `delete_after_delivery` soft deletes the messages,
      but the message is automatically expunged after a retention period,
      typically 14 days. An admin can manually expunge deleted messages via
      the command-line.
      
      `delete_after_delivery` has been set to `true` by default since
      gitlab-org/gitlab@712d1768 since it wasn't necessary to configure this
      for IMAP, but it is necessary for Microsoft Graph since this
      auto-expunge behavior may not be desired. We now make this option
      configurable with `true` by default.
      
      This requires GitLab Rails changes:
      https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108494
      
      Changelog: added
      
      Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/386770
      12a2b579
  14. Jan 19, 2023
  15. Jan 17, 2023
  16. Jan 19, 2023
  17. Jan 18, 2023
  18. Jan 12, 2023
Loading