Skip to content

refactor: Removing `no_code_automation` category and its related code

Hercules Merscher requested to merge update-feature-categories-2023-12-01 into master

What does this MR do and why?

Depends on gitlab-com/runbooks!6613 (merged). Closes gitlab-com/gl-infra/scalability#2658 (closed).

The no_code_automation category does not exist anymore and has no feature implemented, only a "do nothing" controller, worker, and model. This code was behind a feature flag (no_code_automation_mvc) in staging--now disabled.

@johnhope asked for the patch file containing the removal, so anyone interested in continuing with the work could make use of it.

  • remove no_code_automation related code--not being used at the moment
  • disable no_code_automation_mvc feature flag in staging--not in use in production
  • update changelog
  • patch file of the removal--attached to epic for posterity
  • Follow up issue to drop automation_rules table

Changelog: removed

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Hercules Merscher

Merge request reports