Actions
Refactor #37112
closedRemove 'query-string' JS dependency
Pull request:
Fixed in Releases:
Found in Releases:
Description
We use the 'query-string' library in a few places to parse query string params:
https://github.com/search?q=repo%3AKatello%2Fkatello%20query-string&type=code
it's been requested we remove this dependency in favor of native JS or using another existing dependency.
Updated by Eric Helms 11 months ago
Additional context:
This will allow us to drop a Katello only NodeJS dependency.
Additionally, the query-string package has not seen an update since 2022.
This will mean we can also drop these packages in our packaging repository:
- nodejs-decode-uri-component
- nodejs-strict-uri-encode
[1] https://github.com/search?q=repo%3AKatello%2Fkatello%20query-string&type=code
Updated by Jeremy Lenz 11 months ago
- Target version set to Katello 4.13.0
- Triaged changed from No to Yes
Updated by The Foreman Bot 6 months ago
- Status changed from New to Ready For Testing
- Assignee set to Jeremy Lenz
- Pull request https://github.com/Katello/katello/pull/11025 added
Updated by Jeremy Lenz 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|57167f395a3821f28533ad7565c4791d8701c24d.
Updated by The Foreman Bot 6 months ago
- Pull request https://github.com/Katello/katello/pull/11051 added
Actions