debian-image-builder-frontend/src
jkozol 414dff3ed7 api: use content-sources api for package search on stage beta
The Content Sources service can now be used for handling package info and
search. The api call to this service requires a list of repo urls. The
`repos.json` file tracks the supported repositories for each distro.
This is then mapped into a url array for whichever distro we are
searching for packages. The response body is similar to what existed in
image-builder but the key `package_name` needs to be mapped to just
`name`. Also, there is no pagination in Content Sources for `/rpms/names`
so we can currently only fetch a limit of 20 packages.
2022-11-02 17:32:51 +01:00
..
Components api: use content-sources api for package search on stage beta 2022-11-02 17:32:51 +01:00
store Redux: Modernize Redux store 2022-09-30 13:17:09 +02:00
test imagestable: request.json link now non-styled 2022-10-25 18:00:40 +02:00
Utilities src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
api.js api: use content-sources api for package search on stage beta 2022-11-02 17:32:51 +01:00
App.js App: explicitly pass the store to the NotificationsPortal 2022-10-06 11:56:25 +02:00
AppEntry.js src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
bootstrap.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
constants.js api: use content-sources api for package search on stage beta 2022-11-02 17:32:51 +01:00
entry.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
entry.test.js src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
repos.js api: use content-sources api for package search on stage beta 2022-11-02 17:32:51 +01:00
Router.js src/Router: use release as a basename in BrowserRouter 2022-10-17 15:53:21 +02:00