Skip to content

Backwards compatible active_users param

Tyler Amos requested to merge ta-fix-sync-seat-link-worker-parameter into master

What does this MR do?

In !28016 (closed), it was discovered that the new active_users param added to the SyncSeatLinkRequestWorker in !27481 (merged) wasn't added with an optional nil value as recommended in the docs. This is recommended as existing jobs that are missing this param would fail. This MR addressed this problem by simply adding the optional value.

Follow-up issue which tracks the removal: https://gitlab.com/gitlab-org/gitlab/-/issues/212905

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Leitzen

Merge request reports