Skip to content

Draft: CE-2352: Create history table for IOC type

A new table ioc_type_history has been created. It stores CREATE, UPDATE and DELETE events of the IOC Type entity. Please do not deploy it to the DEMO environment!! The history table has been initiated with a CREATE entry for every existing IOC type. In order to do that, I had to fix the data type of the config_git_project_id in the IOC type, so that's MR also closed the connected issue. Also a GET endpoint has been created to query the history of an IOC type. Closes CE-2352, CE-2337

Edited by Domonkos Gulyas

Merge request reports