-
Notifications
You must be signed in to change notification settings - Fork 86
Comparing changes
Open a pull request
base repository: carbonblack/cbapi-python
base: master
head repository: carbonblack/cbapi-python
compare: pr198-response-fixes
- 13 commits
- 2 files changed
- 1 contributor
Commits on Jul 9, 2020
-
Improve response.models.CbChildProcEvent.process
Provide as much information as possible, which is particularly useful for suppressed child processes.
Configuration menu - View commit details
-
Copy full SHA for 94dd7b5 - Browse repository at this point
Copy the full SHA 94dd7b5View commit details -
Rewrite response.models.Process.require_events
The previous implementation was restricted to fetch the first 10k events from the current segment. This implementation fetches all events limited by the optional parameters for segment and update times.
Configuration menu - View commit details
-
Copy full SHA for fcf37f9 - Browse repository at this point
Copy the full SHA fcf37f9View commit details -
Rewrite response.models.Process._parse
Update instead of overwriting information objects. Attempt to determine some possibly missing fields from adjacent information objects. Ignore invalid values and set default values for missing fields.
Configuration menu - View commit details
-
Copy full SHA for 1ca8c63 - Browse repository at this point
Copy the full SHA 1ca8c63View commit details -
Modify response.models.Process.children
Return a union of the children in the process summary and childprocs as either one of the two might be incomplete. Furthermore, return as actual processes instead of childproc events for consistency with the REST API and the parents method.
Configuration menu - View commit details
-
Copy full SHA for 86cc592 - Browse repository at this point
Copy the full SHA 86cc592View commit details -
Remove response.models.Process.all_* and require_all_events
These methods have been made obsolete by the recent changes to the require_events and related events methods.
Configuration menu - View commit details
-
Copy full SHA for 57b5975 - Browse repository at this point
Copy the full SHA 57b5975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 257f8eb - Browse repository at this point
Copy the full SHA 257f8ebView commit details -
Fix for response.models.ProcessQuery.num_children
If a selection method is called after the max_children method, then the num_children member is reset to the default since it's not cloned. This commit fixes the issue.
Configuration menu - View commit details
-
Copy full SHA for 8ea9748 - Browse repository at this point
Copy the full SHA 8ea9748View commit details -
Simplify response.utils.convert_from_solr
Use dateutil.parser as mentioned by the TODO and used by the other time and date conversion functions.
Configuration menu - View commit details
-
Copy full SHA for 22fc720 - Browse repository at this point
Copy the full SHA 22fc720View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2291fc - Browse repository at this point
Copy the full SHA d2291fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb5153 - Browse repository at this point
Copy the full SHA 2bb5153View commit details -
Cleanup parent_md5 in response.models.Process
Deduplicate and move the removal of parent_md5 to the _parse method.
Configuration menu - View commit details
-
Copy full SHA for 666b53d - Browse repository at this point
Copy the full SHA 666b53dView commit details -
Cleanup response.models.Process.__init__
Ensure that _full_init is True for suppressed processes by calling the super class constructor before setting the value, and cleanup while we are at it.
Configuration menu - View commit details
-
Copy full SHA for 5352ab8 - Browse repository at this point
Copy the full SHA 5352ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8abf8 - Browse repository at this point
Copy the full SHA ca8abf8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...pr198-response-fixes