Skip to content

Releases: croz-ltd/dpcmder

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

v0.0.1

01 Jul 14:21
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release of dpcmder app binaries for Linux, Mac & Win platforms, 32 & 64 bit versions.