Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Dec 20, 2019
  3. Oct 22, 2019
  4. Oct 02, 2019
  5. Sep 11, 2019
  6. Sep 07, 2019
  7. Jul 22, 2019
  8. Jul 12, 2019
  9. Jun 24, 2019
    • vshushlin's avatar
      Renew Let's Encrypt certificates · a7764d0e
      vshushlin authored and Nick Thomas's avatar Nick Thomas committed
      Add index for pages domain ssl auto renewal
      Add PagesDomain.needs_ssl_renewal scope
      Add cron worker for ssl renewal
      Add worker for ssl renewal
      Add pages ssl renewal worker queues settings
      a7764d0e
  10. Jun 21, 2019
    • vshushlin's avatar
      Don't show private keys for letsencrypt certs · 6119d5ad
      vshushlin authored and Nick Thomas's avatar Nick Thomas committed
      Adds enum certificate_source to pages_domains table
      with default manually_uploaded
      
      Mark certificates as 'gitlab_provided'
      if the were obtained through Let's Encrypt
      
      Mark certificates as 'user_provided' if they were uploaded through
      controller or api
      
      Only show private key in domain edit form if it is 'user_provided'
      
      Only show LetsEncrypt option if is enabled by application settings
      (and feature flag)
      
      Refactor and fix some specs to match new logic
      
      Don't show Let's Encrypt certificates as well
      6119d5ad
  11. Jun 06, 2019
  12. Apr 30, 2019
  13. Apr 01, 2019
  14. Mar 22, 2018
  15. Feb 23, 2018
  16. Jan 08, 2018
  17. Jul 27, 2017
  18. Jul 24, 2017
  19. Jun 06, 2017
    • Drew Blessing's avatar
      Allow numeric pages domain · 8df7bcf5
      Drew Blessing authored and Nick Thomas's avatar Nick Thomas committed
      Previously, `PagesDomain` would not allow a domain such as
      123.example.com. With this change, this is now allowed, because
      it is a perfectly valid domain.
      8df7bcf5
  20. Mar 24, 2017
  21. Feb 01, 2017
  22. Jan 31, 2017
Loading