Skip to content

Releases: oracle/oci-designer-toolkit

Update Look & Feel and Free form Terrafom input

29 Sep 13:35
b10b2a2
Compare
Choose a tag to compare

Features

  1. Convert left bar named tabs to simple icon tabs based on OCI console design.
  2. Convert right bar named tabs to simple toolbar icons based on OCI console design.
  3. Add the ability for the user to define custom Terraform code that will be included in the terraform zip file in a user_defined.tf file.
  4. Add Global level Freeform/Defined Tags that will be added to all resources created by OKIT.

Bug Fixes

  1. GitHub Issue #459 : [UI] "DHCP option" icon missing.
  2. Resolve issue where Read-Only was being ignored for DRGs.

Policy Resource

08 Sep 14:31
0a593c6
Compare
Choose a tag to compare

Features

  1. Temporarily deprecate Ansible export by making it command line flag driven (ansible=true)
  2. Add Policy Resource to Palette and allow the user to drag them onto the canvas. It assumes that the user understands the policy statement syntax. All policies will be created within the users home region.

Bug Fixes

  1. GitHub Issue #440 : Cannot generate terraform when NSG have Rules.
  2. Fix issue where DB System were always created in the root deployment compartment not specified sub-compartment.
  3. GitHub Issue #447 : Unable to create Object Storage Bucket with OKIT

Template Symbolic Link Patch

20 Aug 12:01
af039e7
Compare
Choose a tag to compare

Bug Fixes

  1. Add missing symbolic link to to level Dockerfile to resolve the failure to display Templates in the designer.

Template & Git Side Panels

18 Aug 13:19
d380de3
Compare
Choose a tag to compare

Features

  1. Templates Moved from main menu to sidebar and now opened on a Double Click.
  2. Pan and Zoom added to SVG display returning to 1:1 during redraw.
  3. Display Git Directories as a side panel and allow for double click open.
  4. Reorganise Reference Architecture Templates

Bug Fixes

  1. Fix query pagination issues where not all resources were being retrieved.
  2. Remove uses of Terraform Data Resource oci_identity_tenancy
  3. GitHub Issue #406: Sub-Menu options can't be selected in Chrome (Subtract scrollbar width)

Resolve silent query failure

19 Jul 13:45
15a0ce7
Compare
Choose a tag to compare

Bug Fixes

  1. Resolve issue where Shapes may be missing from query which caused query to fail silently.

Resolve drop issue with NAT Gateway, MySQL Databse & IPSec Connection

15 Jul 10:35
f43de81
Compare
Choose a tag to compare

Bug Fixes

  1. Resolve issue with dropping NAT Gateways on canvas
  2. Resolve issue with Dropping MySQL Database Systems on canvas
  3. Resolve issue with dropping IPSec Connection on canvas

Resolve issue causing preference modification not to be saved.

13 Jul 10:23
f897c38
Compare
Choose a tag to compare

Bug Fixes

  1. Resolve issue causing preference modification not to be saved.

Resolve missing Instance shapes

09 Jul 14:34
e31431d
Compare
Choose a tag to compare

Bug Fixes

  1. Resolve issue with missing Instance shapes due to fail compatibility query.

Compartment Drag&Drop patch

08 Jul 09:35
95617a9
Compare
Choose a tag to compare

Bug Fixes

  1. Resolve issue stopping Compartments being dragged from the palette and dropped on the canvas

Profile dependent dropdown cache

07 Jul 15:51
0260477
Compare
Choose a tag to compare

Features

  1. User Template menu dynamically updated when design saved as a template.
  2. Enable Read/Write menu item added to allow the user to switch a queried design to a writeable / deployable design.
  3. Update favicon.
  4. Add Double Click to resource Icon to Open/Close Properties.
  5. Add Config Select to main toolbar to allow selection of the connection where the dropdown data will be selected from. In addition accessible Regions for the Connection profile will be selected.
  6. Add Region select to main toolbar.
  7. Cache Dropdown data & Region data per connection profile within the browsers local storage to improve performance.
  8. Add clear Dropdown Data cache to force refresh of cached data.
  9. Add Target selector to restrict palette based on chosen deployment target. This is early work preparing for the PCA release / Terraform cli.
  10. Add cd3=true URL parameter to enable import of CD3 spreadsheet.

Bug Fixes

  1. Correctly generate DHCP Options for VCN Default generated resource.
  2. Resolve issue with Private Endpoint Label not being specified for ADB.
  3. Fix FLASK_APP definition for Vagrant flask.service.