Skip to content

Latest commit

 

History

History
133 lines (109 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

133 lines (109 loc) · 11.1 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Hammer-1

Added

  • Expose validate_conversion_hosts for TransformationPlanRequest (#263)
  • Expose ConversionHost and ServiceTemplateTransformationPlanTask methods (#246)
  • Expose folders to ems_folder service model. (#256)
  • Expose ext_management_system from ConversionHost (#255)
  • Add conversion_host= method to MiqAeServiceServiceTemplateTransformationPlanTask (#253)
  • Exposes cancelation status to client side (#229)
  • delete_state_var method for MiqAeService. (#225)
  • Allow for embedded methods to contain embedded methods (#207)
  • Add MiqWidget service model and expose queue_generate_content method (#218)
  • Add support to redhat VM for set_memory and set_number_of_cpus (#216)
  • Add plugin display name (#214)
  • Expose configuration_workflow and workflow_job (#206)
  • Add vm.remove_disk method for a VMware VM (#191)
  • Keep track of the server ids where the automate task has been processed. (#183)
  • Added show_url for specific service model objects (#181)
  • Ability to add and remove volumes for an instance (#178)
  • Expose initializing to automate (#173)
  • Adds better logging to class copy methods (#120)
  • Set state machine retry interval for Ansible playbook method. (#98)
  • Added support for manageiq_connection (#95)
  • Use options instead of data to fetch config info (#94)
  • Add remove_from_vmdb method to Host object for Service models (#93)
  • Automate Workspace encrypt/decrypt support (#90)
  • Get the current user if user context is set. (#86)

Fixed

  • convert_value_based_on_datatype won't take "Integer" (#258)
  • Fix class name for conversion host (#252)
  • Take out detect vendor changes for orch stack retire tasks (#249)
  • Clean up the password field and value in automate and evm.log (#228)
  • Enable cancelation_status to be updated for service model (#212)
  • Clear stale data from ae_state_data and ae_state_previous (#222)
  • Expose storage_profiles association in Storage's service model. (#219)
  • Handle MIQ_STOP in state machine processing (#208)
  • Updating miq_task for the CustomButton request call with open_url. (#205)
  • Incorporating the deliver method change into the refactoring (#200)
  • Expose storages to VmOrTemplate service model. (#187)
  • Exclude private model methods from being exposed in the Service model. (#175)
  • Add support for accessing objects from anywhere in the workspace (#112)
  • Change URI.split to replace double slashes with a single slash. (#162)
  • Expose generic_objects from GenericObjectDefinition. (#170)
  • Add some helper methods for MiqAeObject. (#237)
  • Add orch stack retirement task to category (#238)
  • Add orch stack retire task to vendor detect (#242)
  • Make disconnect_storage a no-op (#272)

Unreleased as of Sprint 101 ending 2018-12-17

Added

  • Add resource to conversion_host to pass validation (#275)
  • Adding a domain lock check for automate import. (#271)

Gaprindashvili-6 - Released 2018-11-02

Added

  • Add support to redhat VM for set_memory and set_number_of_cpus (#216)

Fixed

  • Updating miq_task for the CustomButton request call with open_url. (#205)
  • Clear stale data from ae_state_data and ae_state_previous (#222)
  • Expose storage_profiles association in Storage's service model. (#219)
  • Clean up the password field and value in automate and evm.log (#228)
  • Add orch stack retirement task to category (#238)

Gaprindashvili-5 - Released 2018-09-07

Added

  • Support for v2v pre/post Ansible playbook service. (#192)

Fixed

  • Lock the model object when modify an option key (#211)
  • Adds tracking label back to AeMethod lines (#190)
  • Fix for ae_method copy with embedded methods. (#193)
  • Start the drb server with a unix socket (#201)

Gaprindashvili-4 - Released 2018-07-16

Added

  • New service model for v2v request and task (#155)
  • Support for substitution from state_var (#151)
  • Expose task.mark_vm_migrated to Service. (#186)

Gaprindashvili-3 released 2018-05-15

Fixed

  • Making processing log to be uniform. (#152)
  • Don't call on_exit method while Ansible Playbook method is running. (#168)

Gaprindashvili-2 released 2018-03-06

Added

  • Support calling update_vm_name for miq_provision service models (#153)

Gaprindashvili-1 - Released 2018-01-31

Added

  • Add task_href_slug as an extra_var for Ansible Playbook (#101)
  • Allow for substitution of hosts (#102)
  • Allow automate scripts to use gems from GEM_PATH and BUNDLE_PATH (#116)
  • Expose disks and volumes in the ServiceModel through Hardware. (#91)
  • Pass in the workspace as href_slug (#82)
  • Ansible Playbook Automate Method (#78)
  • Changes for generic object method calls via REST API. (#74)
  • Expose stack refresh method (#68)
  • Use generic object's methods to add to/remove from a service. (#70)
  • Add exposed manager refresh method (#67)
  • Serialize/Deserialize a workspace (#64)
  • Allows expressions to be exported and imported (#56)
  • Support for expression methods (#49)
  • Add vm_reconfigure_request service model (#97)

Fixed

  • Log encryption failures (#127)
  • Add remove_from_vmdb method to generic object for Service models. (#130)
  • Expose generic objects to the services service model. (#128)
  • Changes service name update to raise errors (#118)
  • Prefer Gem.path over ENV "GEM_PATH" (#119)
  • Need to pass the user's group in to automate when the provision starts. (#61)
  • Add and remove dependent services correctly in hierarchical structures (#132)
  • Add check for a single domain in git import (#124)
  • Fix Automate State Machine ae_max_retries root object value (#137)

Initial changelog added