Skip to content

Releases: croz-ltd/dpcmder

v0.7.1

18 Aug 07:17
Compare
Choose a tag to compare
  • added appliance name to the directory created on the local machine
    • makes it easier to backup multiple appliances in a row
  • fixed issue with copying files to local filesystem when performing
    a secure backup for the multiple appliances (refreshing filestore cache)

v0.7.0

17 Aug 12:48
Compare
Choose a tag to compare

Secure backup added
Added new operation (B key) for secure backup.

After pressing the 'B' key:

  • user is asked to select a certificate present in the appliance
    default domain
  • selected certificate is used to create a secure backup of the
    appliance and save it in the directory in the temporary:
    filestore
  • a new directory on the local filesystem is created
  • all secure backup files are copied from the temporary filestore
    of the appliance to the local filesystem
  • secure backup is deleted from the DataPower appliance (if user
    confirms deletion)

Minor changes:

  • save domain implemented when using REST management interface
  • tcell library update

v0.6.1

28 Jun 15:09
Compare
Choose a tag to compare

Search previous key 'p' replaced with 'N'

As less uses 'n' / 'N' for search next / search previous key for
search previous replaced to make it easier to switch between searches
in file viewer and searches through items in dpcmder views.

v0.6.0

09 Apr 09:33
Compare
Choose a tag to compare

Don't follow symbolic links for the local filesystem.
Following symbolic links on the local filesystem can
cause you to unintentionally apply operations to
unwanted directories.
Added status information for files and directories
on the local filesystem.

v0.5.1

07 Apr 06:37
Compare
Choose a tag to compare

Border case current item visibility fix.

v0.5.0

07 Apr 06:20
Compare
Choose a tag to compare

New Features

Added status mode, there are 3 view modes now (0 key cycles between them):

  • filestore mode
  • object mode
  • status mode (flush action for XSL and document cache)

Fixes

Disabled actions on the parent directory because it is probably selected by mistake. Though parent directories are still shown as selected they are not considered as selected for actions like copy, diff, delete...
Resizing of terminal window was sometimes causing errors or wrong items shown.

v0.4.0

04 Mar 06:55
Compare
Choose a tag to compare

DataPower object info view.
View basic information about the following sets of DataPower objects:

  • service
  • policy
  • match
  • rule

Fixed some missing debug logging info.
Built with go 1.14.

v0.3.6

17 Feb 10:41
Compare
Choose a tag to compare

Bugfix:

Fix problem with resetting first visible item which could in edge cases cause the application to crash.

v0.3.5

12 Feb 14:18
Compare
Choose a tag to compare

New Features:

  • back/forward navigation (Shift+Left Arrow/Shift+Right Arrow or J/L)
  • jump to any view from history (H)

Fixes:

  • the proper title for list of DataPower object classes

Other:

  • more test cases
  • removed 32-bit builds - can be easily added back if someone needs them

v0.3.4

13 Jan 11:00
Compare
Choose a tag to compare

New Features:

  • whole appliance export
  • domain creation
  • copy object to file and create or update an object from a file
  • clone object
  • view object info ('?' key)
  • show domain status in domain list (modified & down)
  • version information (command-line flag '-v')

Improvements:

  • showing a modified state of classes and objects when using REST management
  • better logging
  • keep the current item after copy and refresh
  • sizes of released binaries a few times smaller

Fixes:

  • problems with the modified state of classes
  • view and edit operations for some singleton objects from the default domain were not working
  • refreshing object statuses after update
  • refreshing object statuses after save
  • command-line password parameter was not used properly