Skip to content

Releases: croz-ltd/dpcmder

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

v0.3.3

31 Dec 12:40
Compare
Choose a tag to compare

Implemented viewing of changed objects and comparing of changed objects to saved objects (SOMA only).
Implemented saving DataPower domain configuration (SOMA only).

v0.3.2

23 Dec 16:35
Compare
Choose a tag to compare

Avoid overwrite of existing DataPower apliance configuration.
Diff work-around documented in help and README.md.

v0.3.1

23 Dec 13:03
Compare
Choose a tag to compare

Deletion of DataPower object implemented.
Work-around for diff command (non-blocking, normal diff) - custom blocking diff command is still recommended.
More hints to user to help with configuration of external commands properly.
Improved help messages.

v0.3.0 - Object mode added

06 Dec 13:20
Compare
Choose a tag to compare

Implementation of DataPower object mode toggle by pressing '0' key (filestore mode / object mode).
In object mode we can view and edit all available DataPower objects in domain (organized in classes).
It makes small configuration changes much faster.
We could implement cloning and/or creating new objects (in later case we should be able to switch between "used classes of objects" and "all classes of objects").

Filestore to local directory copy and diff enabled.

When moving back to parent ".." directory/filestore/domain/appliance
selection of proper item worked only to filestore level.

Tmp files fetched from DataPower have proper suffix - enables syntax highlighting by external viewer/editor.

v0.2.1

27 Nov 15:06
Compare
Choose a tag to compare

tcell is used instead of termbox-go for better support of special keys
and key combinations cross platform.
Nicer handling of errors and Ctrl+C.
Added deletion of DataPower appliance local configurations.
Nicer delete dialogs and error messages.
Added blinking status when sync mode is on.

v0.2.0: Merge branch 'v02'

26 Nov 14:04
Compare
Choose a tag to compare
Pre-release

First v02 release of DataPower Commander:

  • codebase refactored for easier maintenance and easier adding of new features
  • added some new features (F8 - create empty file; m - view status history; view/edit DataPower appliance configuration)
  • added description of external commands with blocking diff example
  • fixed some bugs

v0.1.2

07 Nov 05:45
Compare
Choose a tag to compare

Fixed REST domains fetching

Before v0.1.1 domains fetching using REST Management interface didn't work for appliances with single domain, in v0.1.1 it didn't work for appliances with multiple domains. In v0.1.2 it works for both cases.

v0.1.1

06 Nov 21:26
Compare
Choose a tag to compare

Better handling of errors in calls to external programs - show error in status line and continue to work normally.
Fixed fetching domain names by REST Management interface.
Logging messages in repos now have prefix by same convention.
Help shows more details about external program configuration.

v0.1.0

28 Oct 13:01
Compare
Choose a tag to compare

Added:

  • saving DataPower configurations
  • delete command changed from d to x
  • added diff command (d) - need to configure "blocking" diff for this
    (for example ldiff.sh which basically contains "diff $1 $2 | less"
  • handling Ctrl+C event (to avoid garbled terminal) after exiting on Ctrl+C
  • code documentation improved