Commit Graph

874 Commits

Author SHA1 Message Date
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
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
Dominik Bermühler 25b96aa4c0 Log-messages were logged with the root logger instead of the parsedmarc logger. 2021-11-26 10:29:12 +01:00
knightian d2378d4690 and the default setting I forgot that too 2021-11-07 11:17:02 +00:00
knightian bdf61f437d I forgot to set ALL of the index replication values 2021-11-07 09:48:36 +00:00
knightian ca18a89718 Set replication to 0 so that single node setups have "healthy" green index health status 2021-11-07 09:38:21 +00:00
Eduardo Hales 36a1695281 Fix parse offline in cli.py
Fix in cli.py where "offline" option is not being parsed as boolean
2021-08-30 19:05:02 -04:00
Matthäus Wander d335d594f5 print tqdm progress bar only in interactive tty (as opposed to cronjob) 2021-08-22 10:31:09 +02:00
Matthäus Wander 2ea89c60b9 Merge branch 'domainaware:master' into master 2021-08-22 10:27:07 +02:00