Skip to content

Resolve "Deprecate Gemnasium project service"

Olivier Gonzalez requested to merge 46354-deprecate_gemnasium_service into master

What does this MR do?

Deprecate the Gemnasium project service.

This will be followed by another maintenance task in the next iteration to totally remove the code related to this service.

Are there points in the code the reviewer needs to double check?

The existing services in DB are being removed using a post_deployment_migrations.

We could probably just flag the existing registered services as active=false as this would be enough to avoid adding jobs to the queue but this also means we'll need another migration in next iteration to remove them. I think we can do both right now but please check this is ok.

Why was this MR needed?

Gemnasium service must be dropped due to the shutdown of gemnasium.com.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #46354 (closed)

Edited by Olivier Gonzalez

Merge request reports