Skip to content

Releases: lrivallain/vro-package-diff

Add support for PolicyTemplate items

15 Dec 11:24
6a367c7
Compare
Choose a tag to compare

Add support for PolicyTemplate items #46

Fix: Error in version comparaison

06 Nov 15:25
04a8b49
Compare
Choose a tag to compare

Fix: Error in version comparaison #44

Check for values in the configuration elements

18 Sep 15:30
38d08e0
Compare
Choose a tag to compare

Check for values in the configuration elements: if so, exit with failure status.

Add a new flag to enable this check:

 -e, --empty-config   Check for values in the configuration
                        elements: if so, exit with failure status.

Provide an option to export diff files to a specific folder

18 Sep 15:35
Compare
Choose a tag to compare

Provide an option to export diff files to a specific folder when a conflict is detected

Add a new option to specify a diff destination folder:

-d, --diff PATH   A folder where to generate unified diff
                     files output

Support for non UTF8 and non colorized output(s)

10 Dec 16:44
37d0416
Compare
Choose a tag to compare

Add two new flag to enable specific output formating:

-a, --ascii     Only use ASCII symbols to display results
-b, --no_color  Do not colorized the output

MacOSX and Windows support

06 Aug 13:30
bf64f69
Compare
Choose a tag to compare

Note for Windows users:

Windows usage is supported with some limitations:

  • No colored output.
    • Currently I have no idea on how to fix this.
  • Some UTF-8 symbols used in output are only with some fonts like DejaVu Sans Mono.
    • In future, I will try to implement a version of script that do not request UTF-8 support to return results.

vro-package-diff is now a Pypi hosted project

06 Aug 13:39
afa5643
Compare
Choose a tag to compare

Changes

  • vro-package-diff is now a Pypi hosted project: vro-package-diff and so, can be installed with pip install command.
  • An endpoit vro-diff to access to the tool from any path location.
  • Usage of click to manage:
    • inputs packages
    • help
    • legend display
    • test feature
  • A test feature
  • Documentation is hosted on vro-package-diff.readthedocs.io
  • Travis pipeline