Skip to content

Add setUrlParams utility

Martin Wortschack requested to merge mw-seturlparams-utility into master

What does this MR do?

This adds the setUrlParams method to our url_utility.

The utility methods adds new query params, updates existing params with a new value and removes params with value null/undefined from the given URL.

In addition, when clearParams=true, it removes all existing query params from the URL before setting new params.

This utility will be used later in !21390 (merged)

Screenshots

N/A

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 Martin Wortschack

Merge request reports

Loading