flake8
passed.
JSHint
passed.
Review Request #10997 — Created April 10, 2020 and submitted
The new repository selector UI was using a nonexistant
q
field to
query the repository API. This often appeared to work correctly because
the selector would end up getting the first page of results, and then
selectize would do the filtering on the client side. If the repository
the user wanted wasn't in the first page of results, they wouldn't be
able to get to it.While the API does have a
name
field, that field tests for equivalence
rather than being a search term like theq
fields that are part of the
user and group APIs. This change adds a matchingq
field to the
repository API which does an istartswith query on the name.
Summary | ID |
---|---|
3e2f03ba38da5c236326bc4ec35e1dd3828f05c3 |