Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

61 lines (43 loc) · 3.47 KB

Change Log

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

The format is based on Keep a Changelog

Unreleased as of Sprint 87 ending 2018-06-04

Added

  • Add pg_dump support back to PostgresAdmin (#351)

Gaprindashvili-3 - Released 2018-05-15

Fixed

  • Dont mess with pglogical from PostgresAdmin (#336)
  • Fixed to validate attributes before inserting into XML. (#339)

Gaprindashvili-2 released 2018-03-06

Fixed

  • Create an empty directory for pg_basebackup (#331)
  • Fix ENOENT error from backup_pg_compress (#332)

Gaprindashvili-1 - Released 2018-01-31

Added

  • Get the unique_set_size with other process info (#317)
  • Add support for the external auth domain user attribute (#250)

Fixed

  • Pass a string to mount_point_exists? method (#286)
  • Must give password to set db in cli (#281)
  • Internal database must be set with dbdisk option in ap and in cli (#277)
  • Specify rhel7 as the scap security guide platform (#275)
  • Improve the grammar of the db connection error message (#272)
  • Set v2_key file permissions to 0400 after create or fetch (#270)
  • Change log_hashes to log hash-like objects properly (#268)
  • Corrected error message to suggest valid option - Reset Configured Database (#258)
  • Allow httpd password to have dollar sign in it (#257)
  • Fix restart network error when set host name in pure ipv6 network (#256)
  • Always use SSH in non-interactive mode (#319)
  • Add valid_encoding checking before inserting into xml object (#318)
  • Truncating log messages when they are too large (#315)
  • Fix require net/sftp for Users SSA (#323)

Unreleased as of Sprint 73 ending 2017-11-13

Fixed

  • require net-ssh in MiqSshUtil (#307)

Unreleased as of Sprint 72 ending 2017-10-30

Added

  • Log timings on exception in outermost block (#255)

Fixed

  • Use pg_basebackup for database backups (#302)
  • Allow ipv6 address as dns when setting static ipv4 (#285)

Initial changelog added