Skip to content

Conversation

abowersox-cb
Copy link
Contributor

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Tests have been added that prove the fix is effective or that the feature works.
  • New and existing tests pass locally with the changes.
  • Code follows the style guidelines of this project (PEP8, clean code).
  • Linter has passed locally and any fixes were made for failures.
  • A self-review of the code has been done.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes (not tied to bugs/features)
  • Other (please describe): Release merge to master

What is the ticket or issue number?

Pull Request Description

Merge to master for release 1.7.0

Does this introduce a breaking change?

  • Yes
  • No

How Has This Been Tested?

Tests have been verified multiple times on their appropriate stories

Other information:

Thomas Bouve and others added 25 commits July 2, 2020 17:50
Use library defaults unless specified otherwise, except for the number
of pools since a subclass instance always corresponds to one server /
host / domain.
This makes it easier to handle down the line, but keep the error message
handling by subclassing errors.ConnectionError from errors.ApiError.
Pass along the default value to the _attribute method.
Add and use ClientError and QuerySyntaxError exceptions to improve the
detection of client errors (HTTP 4xx, as opposed to server errors HTTP
5xx) and queries with malformed syntax; respectively.
Properly populate urlobject with ORG KEY value in _count() function
Update to v2 based process and event searches
Add missing __len__() implementation for IterableQueryMixin to fix len() on Alert query
@abowersox-cb abowersox-cb changed the title Release 1.70 changes merge to master Release 1.7.0 changes merge to master Jul 15, 2020
Copy link
Contributor

@avanbrunt-cb avanbrunt-cb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abowersox-cb abowersox-cb merged commit a19985e into master Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants