FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Jul 04, 2023
  2. Jun 19, 2023
  3. Jun 15, 2023
  4. Jun 12, 2023
  5. May 15, 2023
  6. Nov 07, 2022
  7. Jan 17, 2022
    • Wajdi Hajji's avatar
      Support creating a monitoring dashboard · 1d84818b
      Wajdi Hajji authored
      The dashboard, defined in ./dashboard.json, contains:
      - Request counts broken down by response code class (ignoring 404s).
      - Request latencies for 50th, 95th and 99th percentile.
      - Container CPU and memory utilisations for 50th, 95th and 99th percentile.
      - Container instance count and billable instance time.
      1d84818b
  8. Jul 16, 2021
  9. Jul 15, 2021
  10. Jul 13, 2021
  11. Jul 01, 2021
  12. Jun 15, 2021
  13. Jun 10, 2021
  14. Mar 26, 2021
  15. Jan 27, 2021
  16. Jan 08, 2021
  17. Dec 09, 2020
  18. Aug 04, 2020
  19. Jul 29, 2020
  20. Jun 11, 2020
    • Dr Rich Wareham's avatar
      Allow sql_instance_connection_name to be empty · 0753dceb
      Dr Rich Wareham authored
      Sometimes we don't need a SQL instance for the webapp. Allow
      sql_instance_connection_name to be empty and, if so, don't add the Cloud
      SQL connection roles to the service account or add the SQL instance
      annotation to the webapp.
      
      Closes #5
      0753dceb
    • Dr Rich Wareham's avatar
      allow webapp service account id to be customised · 27dd7ccd
      Dr Rich Wareham authored
      As noted in #6, we were hard-coding the service account id used for the
      webapp to "webapp-run". This meant it was impossible to deploy more than
      one webapp in a project.
      
      Form a better default from the "name" variable. For existing deployments
      the service account id will be unchanged if the "name" variable is at
      its default value.
      
      Allow the service account id to be specified explicitly via the
      optional "service_account_id" variable.
      
      Closes #6
      27dd7ccd
  21. Mar 25, 2020
  22. Mar 24, 2020
    • Dr Rich Wareham's avatar
      Add optional domain mapping · 864fa716
      Dr Rich Wareham authored
      Allow an optional domain mapping to be configured for the webapp. If a
      domain mapping is configured, appropriate DNS records are provided as
      outputs.
      
      Closes #2
      864fa716
Loading