|
audit(params=None,
record_result=False)
API class instance method decorator meant to log calls that
constitute events on pulp's model instances. |
source code
|
|
|
events(spec=None,
fields=None,
limit=None,
errors_only=False)
Query function that returns events according to the pymongo spec. |
source code
|
|
|
|
|
|
|
|
|
events_since_delta(delta,
fields=None,
limit=None,
errors_only=False)
Return all the events that occurred in the last time delta from now. |
source code
|
|
|
cull_events(delta)
Reaper function that removes all events older than the passed in time
delta from the database. |
source code
|
|
|
_check_crontab()
Check to see that the cull auditing events crontab entry exists, and
add it if it doesn't. |
source code
|
|
|
_clear_crontab()
Check to see that the cull auditing events crontab entry exists, and
remove it if it does. |
source code
|
|
|
|