Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Jan 21, 2020
  3. Nov 19, 2019
  4. Aug 30, 2019
  5. 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
  6. Jun 03, 2019
    • Nathan Friend's avatar
      Add auto SSL toggle to Pages domain settings page · 6610f2fd
      Nathan Friend authored
      This commit adds an auto SSL toggle switch to the settings page of
      GitLab Pages domains.  This toggle enable or disabled auto SSL
      management via Let's Encrypt.  Toggling the button dynamically
      updates the form using client-side JavaScript.  All changes are behind
      feature flags.
      Unverified
      6610f2fd
  7. May 31, 2019
    • Shinya Maeda's avatar
      Remove legacy artifact related code · 387a4f4b
      Shinya Maeda authored
      We've already migrated all the legacy artifacts to the new realm,
      which is ci_job_artifacts table.
      It's time to remove the old code base that is no longer used.
      387a4f4b
  8. Feb 26, 2019
  9. Feb 25, 2019
  10. Dec 05, 2018
  11. Jul 11, 2018
  12. Jul 05, 2018
  13. Jun 07, 2018
  14. Mar 23, 2018
  15. Mar 22, 2018
  16. Mar 06, 2018
  17. Feb 28, 2018
  18. Feb 23, 2018
  19. Feb 21, 2018
  20. Dec 22, 2017
  21. Aug 02, 2017
  22. Jul 27, 2017
  23. Jul 06, 2017
  24. Jul 05, 2017
  25. Jun 29, 2017
  26. Jun 19, 2017
  27. Jan 31, 2017
Loading