Releases: pablodav/burp_server_reports
enhace behaviour on large deployments
some performance fixes
1.4.1:
* enhance some comments in code and debuggin info
* Performance: fix standard behaviour, do not fetch data for clients not required.
smarter default to check backup reports
1.4.0:
* feature #19 - be smarter and get backup report for clients without status idle, see "Smarter check by default for outdated" in readme.
* Migrate ci to travis-ci
* Increase code coverage to from 94% to 96%
fixes and option for encoding when using inventory report
1.3.1:
* remove pandas from requirements.txt
1.3.0:
* fixed #18 --ping removed data from clients outdated
* Add option to change encoding for csv file used, so not only use fixed utf-8
added report never when backup is 0B detection when used with --detail --report outdated
* added more default data to be more resilient when using --detail reports
* added report client as backup status: never when it has 0B in backup (only works when used --report outdated with --detail)
added get inventory from email and more readme examples
Hello,
I'm proud to announce this new release of https://github.com/pablodav/burp_server_reports/
This adds feature: #6 to download inventory.csv from email.
And also added some more documentation with examples requested from users:
* added more examples in README.rst
* updated versions in README.rst
The most difficult challenge for me this time was creating the unit test to automatically test imap.py (connecting to imap and downloading the attachment in the unit test, but also having an imap server at the time of test and also sending the email to it with the attachment to test!!)
I'm proud about the result and also having test coverage with +0.21% even when I have added many new lines to the project.
https://codecov.io/gh/pablodav/burp_server_reports/pull/16/changes
Hope also you will found useful the new examples section in readme: https://github.com/pablodav/burp_server_reports#examples
Updated pypi package https://pypi.python.org/pypi/burp-reports and reduced size from 15Mb to 35K (compressed), I have noticed I was uploading some unnecesary files to the package (most generated from tests and some packaging temporal files).
Kind regards!
Pablo.
fixes #14 added feature to change name length
1.2.7 Merge pull request #15 from pablodav/feature/14_increase_size_lenght_…
fix sender address
compatible with python3.6 and update tests with tox.ini
1.2.5:
* added pyzmail36 to be compatible with all python3 included python3.6 fix #12
* added tox.ini tests with multiple python versions for easier testing
fix to get properly working with standalone mode
CHANGELOG:
1.2.4:
* fix #10 not working with burpui standalone due to wrong test for multi-agent