Skip to content
Snippets Groups Projects
  1. Feb 08, 2023
  2. Nov 13, 2022
  3. Nov 09, 2022
    • Stan Hu's avatar
      Support Google Cloud CDN for Web UI artifacts downloads · 587a5956
      Stan Hu authored
      This is a follow-up merge request to
      !98010, which
      enabled job artifacts to be served by Google Cloud CDN for specific
      API endpoints. This extends this functionality to artifact downloads
      from the Web UI via the `Download` artifact button.
      
      This functionality is behind the
      `use_cdn_with_job_artifacts_ui_downloads` feature flag. This feature
      should not only make artifacts downloads faster for users, but it also
      helps reduce network egress bandwidth costs.
      
      Since UI downloads can have `response-content-disposition` and
      `response-content-type` query parameters, we also need to modify the
      Cloud CDN implementation to allow passing of query parameters to
      Google Cloud Storage. Note that Cloud CDN requires that the `Expires`,
      `KeyName`, and `Signature` query parameters appear at the end of the
      URL, or the request will fail with a 403 error.
      
      Relates to #378473
      
      Changelog: added
      587a5956
  4. May 06, 2022
  5. Nov 06, 2020
  6. Sep 04, 2020
  7. Aug 31, 2020
  8. Aug 26, 2020
  9. Aug 10, 2020
  10. Jan 29, 2020
  11. Feb 13, 2019
  12. Feb 05, 2019
  13. Nov 07, 2018
  14. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 3160f30f
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      3160f30f
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  15. Sep 06, 2018
  16. May 14, 2018
  17. Mar 22, 2018
  18. Mar 09, 2018
  19. Mar 08, 2018
  20. Mar 07, 2018
  21. Nov 21, 2017
  22. Sep 07, 2017
Loading