Skip to content

feat(ui): add DLE config presets (#515)

Lasha Kakabadze requested to merge 515-add-dle-config-presets into master

Description

Simplify DLE deployment for common DB sources (like AWS/RDS, Supabase, etc)

  • Add Google Cloud SQL for PostgreSQL and Timescale Cloud for Postgres images
  • Limit image versions for timescale-cloud and supabase
  • Add 0.3.0 tag for images
  • Presets for shared_preload_libraries

Related issue

#515 (comment 1406516252)

Examples

New values for the "dockerImage - choose from the list *" field.

Screenshot_2023-07-10_at_23.00.54

If the selected dockerImage is not custom or Generic Postgres, we display additional field - "dockerImage - Postgres tag *", the value for this two fields is set from the dblab_se_images request.

Screenshot_2023-07-10_at_23.01.33

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Closes #515 (closed)

Edited by Lasha Kakabadze

Merge request reports