Files
awx/awx/main
Ryan Petrello baad765179 refactor some callback receiver code
the bigint migration removed the foreign key constraints for:

- host_id
- job_id (and projectupdate_id, etc...)

because of this, we don't really need to check explicitly for a host_id
IntegrityError anymore (because it won't occur)

additionally, while it's possible to insert an event with a mismatched
job_id now (for example, you can totally start a long-running job, and
delete the job record in the background using the ORM or psql), doing
so results in DoesNotExist errors in the code that handles the
playbook_on_stats events
2020-09-25 13:12:42 -04:00
..
2020-09-17 13:39:14 -04:00
2019-01-15 14:09:01 -05:00
2020-09-01 12:50:59 -04:00
2020-03-18 16:10:19 -04:00
2019-08-27 15:30:48 -04:00
2020-05-11 11:02:57 -04:00
2020-09-23 15:45:11 -04:00
2019-01-15 14:09:01 -05:00
2020-01-13 15:58:19 -05:00