Get rid of deprecated hosting services code.

Review Request #14589 — Created Sept. 4, 2025 and updated

Information

Review Board
master

Reviewers

The hosting services client and HTTP interface had a few things which we
had deprecated for removal in RB8, primarily related to JSON. The
bugzilla and splat implementations used these, but those were the only
ones. This change updates those implementations to use rsp.json
instead of the json_* methods, and then removes the deprecated code.

Ran unit tests.

Summary ID
Get rid of deprecated hosting services code.
The hosting services client and HTTP interface had a few things which we had deprecated for removal in RB8, primarily related to JSON. The bugzilla and splat implementations used these, but those were the only ones. This change updates those implementations to use `rsp.json` instead of the `json_*` methods, and then removes the deprecated code. Testing Done: Ran unit tests.
vktyqnkwtlwtpoonmyvqpkvoponqlznt
Description From Last Updated

'collections.abc.Mapping' imported but unused Column: 5 Error code: F401

reviewbotreviewbot

redefinition of unused 'Repository' from line 17 Column: 5 Error code: F811

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
Review request changed
Commits:
Summary ID
Get rid of deprecated hosting services code.
The hosting services client and HTTP interface had a few things which we had deprecated for removal in RB8, primarily related to JSON. The bugzilla and splat implementations used these, but those were the only ones. This change updates those implementations to use `rsp.json` instead of the `json_*` methods, and then removes the deprecated code. Testing Done: Ran unit tests.
vktyqnkwtlwtpoonmyvqpkvoponqlznt
Get rid of deprecated hosting services code.
The hosting services client and HTTP interface had a few things which we had deprecated for removal in RB8, primarily related to JSON. The bugzilla and splat implementations used these, but those were the only ones. This change updates those implementations to use `rsp.json` instead of the `json_*` methods, and then removes the deprecated code. Testing Done: Ran unit tests.
vktyqnkwtlwtpoonmyvqpkvoponqlznt

Checks run (2 succeeded)

flake8 passed.
JSHint passed.
chipx86
  1. Ship It!
  2.