dashboard: Add a WebHook to receive pipeline event updates
Added Gitlab's Pipelines events WebHook ending-point (hooks/<path:project_path>/
). Any started, on going or finished pipeline or related job will notify its status immediately.
Others:
- Added
force
parameter inpipeline_result_for_id()
andpipeline_result_for_id()
. Withforce=True
, those functions while retrieve the latest information from Gitlab even if there are already entries in the database for each job or pipeline result in process. - Added logger support for views and cache modules
Signed-off-by: Pablo Saavedra psaavedra@igalia.com
Edited by Pablo Saavedra