Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 16, 2020
  3. Feb 20, 2020
  4. Dec 20, 2019
  5. Oct 22, 2019
  6. Oct 02, 2019
  7. Sep 11, 2019
  8. Sep 07, 2019
  9. Jul 22, 2019
  10. Jul 12, 2019
  11. 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
  12. 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
  13. Jun 06, 2019
  14. Apr 30, 2019
  15. Apr 01, 2019
  16. Mar 22, 2018
  17. Feb 23, 2018
  18. Jan 08, 2018
  19. Jul 27, 2017
  20. Jul 24, 2017
  21. 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
  22. Mar 24, 2017
  23. Feb 01, 2017
  24. Jan 31, 2017
Loading