Commit Graph

881 Commits

Author SHA1 Message Date
Sean Whalen a37f7aef5e Merge pull request #294 from taladar/ip_db_path
add ip_db_path initialization
2022-04-21 16:53:22 -04:00
Sean Whalen 3bce7cf300 Merge pull request #285 from dbermuehler/master
Removed usage of logging.basicConfig
2022-04-21 16:53:02 -04:00
Sean Whalen c777d6759d Merge branch 'master' into master 2022-04-21 16:52:47 -04:00
Sean Whalen d76b0adc67 Merge pull request #284 from roeften/gmail
Add GMail API support
2022-04-21 16:47:13 -04:00
Matthias Hörmann e79dbd702e add ip_db_path initialization 2022-03-02 11:47:39 +01:00
Panos Gkikakis 5be36e431c Added dependencies for GMail api 2022-01-24 23:45:59 +02:00
Dominik Bermühler 8441f8badd Removed usage of logging.basicConfig
logging.basicConfig will change the configuration of the root logger and not the configuration of your own library logger. Since parsedmarc is a library, it should keep its logging configuration to its own logger, such that the logging configuration of applications using this library are not affected.
2022-01-18 18:23:23 +01:00
Panos Gkikakis e721f5701e Add GMail API support 2022-01-17 23:43:33 +02:00
Sean Whalen 315d400677 Update index.rst 2022-01-09 14:42:55 -05:00
Sean Whalen 5e0ac908c6 Better install instructions
Avoid polluting the Python system installation
2022-01-09 14:33:47 -05:00
Sean Whalen 12e1382f13 Update README.rst 2022-01-09 13:57:33 -05:00
Sean Whalen 672a0f255d Update version number to 7.1.1 2022-01-08 16:10:16 -05:00
Sean Whalen 21c7e9d4af 7.1.1
- Actually include `dbip-country-lite.mmdb` file in the `parsedmarc.resources` package (PR #281)
- Update `dbip-country-lite.mmdb` to the 2022-01 release
2022-01-08 16:07:23 -05:00
Sean Whalen 7a44164ce5 Merge pull request #281 from mcastellini/fix_package
Actually add DBIP database static copy to packaged files
2022-01-08 15:19:41 -05:00
Matteo Castellini 68bc430476 Actually add DBIP database static copy to packaged files 2022-01-07 22:58:41 +01:00
Sean Whalen 2b55c9ec13 Update python-tests.yml 2022-01-05 12:11:35 -05:00
Sean Whalen c5248a9375 Update requirements.txt 2022-01-05 11:55:12 -05:00
Sean Whalen 3fb3d6f920 Update requirements.txt 2022-01-05 11:54:26 -05:00
Sean Whalen 632b501f76 Update requirements.txt 2022-01-05 11:47:54 -05:00
Sean Whalen dcdc210ab6 PEP8 style fixes 2022-01-05 10:59:00 -05:00
Sean Whalen 8259f6866f Update python-tests.yml 2022-01-05 10:46:31 -05:00
Sean Whalen 4f22ab4879 Update python-tests.yml 2022-01-05 10:36:29 -05:00
Sean Whalen ce2943e0cc Update python-tests.yml 2022-01-05 10:29:58 -05:00
Sean Whalen c0f82fa363 Update Github Workflows 2022-01-05 10:29:19 -05:00
Sean Whalen 293dfc46b7 PEP8 code style fixes 2022-01-05 10:21:25 -05:00
Sean Whalen fcf5a3be31 Update python-tests.yml 2022-01-05 09:54:55 -05:00
Sean Whalen c0e975b1e0 Update python-tests.yml 2022-01-05 09:45:58 -05:00
Sean Whalen d50259cdc3 Update python-tests.yml 2022-01-05 09:44:14 -05:00
Sean Whalen 8a5242be5a Update python-tests.yml 2022-01-05 09:43:22 -05:00
Sean Whalen ddb02cd031 Update python-tests.yml 2022-01-05 09:31:26 -05:00
Sean Whalen 273e9906a3 Update python-tests.yml 2022-01-05 09:30:12 -05:00
Sean Whalen a87b11f726 Fix x-axis dates in Kibana - Closes #246 2022-01-05 08:56:36 -05:00
Sean Whalen de8f18dcd3 Fix CLI that was broken by the new ip_db_path option 2022-01-03 21:23:35 -05:00
Sean Whalen 061c5a084e Merge pull request #278 from lasat/master
Resolve issue #261 - add documentation for imap password escape
2022-01-03 21:02:36 -05:00
lasat c921814e18 Update index.rst
add note to imap password to escape '%'
2021-12-23 07:45:39 +01:00
Sean Whalen ca2c18b566 Update python-tests.yml 2021-12-07 12:19:53 -05:00
Sean Whalen 25b63e484c Update python-tests.yml 2021-12-07 12:14:33 -05:00
Sean Whalen 89f43bbe5d Update requirements.txt 2021-12-07 12:12:34 -05:00
Sean Whalen b54bcc9138 Update setup.py 2021-12-07 12:05:53 -05:00
Sean Whalen de3ac64583 Update python-tests.yml 2021-12-07 12:02:16 -05:00
Sean Whalen 1b69aa1fef Update setup.py 2021-12-07 11:52:26 -05:00
Sean Whalen 499516585b Migrate from Travis-CI to GitHub Actions 2021-12-07 11:04:27 -05:00
Sean Whalen 76a7a47c53 Update python-tests.yml 2021-12-07 10:55:05 -05:00
Sean Whalen 2748022824 Create python-tests.yml 2021-12-07 10:51:36 -05:00
Sean Whalen 51eea6c08d 7.1.0
- A static copy of the DBIP database is now included for use when a copy of the MaxMind GeoLite2 Country database is not installed (Closes #275)
- Add `ip_db_path` to as a parameter and `general` setting for a custom IP geolocation database location (Closes #184)
- Search default Homebrew path when searching for a copy of the MaxMind GeoLite2 Country database (Closes #272)
- Fix log messages written to root logger (PR #276)
- Fix `--offline` option in CLI not being passed as a boolean (PR #265)
- Set Elasticsearch shard replication to `0` (PR #274)
- Add support for syslog output (PR #263 closes #227)
- Do not print TQDDM progress bar when running in a no-interactive TTY (PR #264)
2021-12-07 10:19:41 -05:00
Sean Whalen 16fb7bca2c Merge pull request #264 from mwander/isatty
Print tqdm progress bar only when running from interactive TTY
2021-12-04 11:30:51 -05:00
Sean Whalen 2bcd601d33 Merge pull request #263 from chris-y/syslog
Add Syslog output support
2021-12-04 11:29:47 -05:00
Sean Whalen 405c842737 Merge pull request #274 from White-Knight-IT/master
Set replication to 0 so that single node setups have "healthy" green …
2021-12-04 11:28:55 -05:00
Sean Whalen 404ed401f9 Merge pull request #265 from drxmknight/master
Fix parse offline in cli.py
2021-12-04 11:28:01 -05:00
Sean Whalen b42a850749 Merge pull request #276 from dbermuehler/master
Fixed log messages written to root logger
2021-12-04 11:19:10 -05:00