web ui notes

This commit is contained in:
Mike McLean 2017-12-11 18:14:33 -05:00
parent b3bc77e352
commit 03ad8cdab3

View file

@ -80,6 +80,35 @@ The `watch-logs` command now supports the following new options:
--follow Follow spawned child tasks
Web UI changes
--------------
Show components for all archives
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| PR: https://pagure.io/koji/pull-request/610
Previously, the Web UI only displayed component lists for image builds.
However, new build types can also have component lists.
Now the interface will display components for any archive that has them.
Display License Info
^^^^^^^^^^^^^^^^^^^^
| PR: https://pagure.io/koji/pull-request/686
The `rpminfo` page now displays the `License` field from the rpm.
Show suid bit in web UI
^^^^^^^^^^^^^^^^^^^^^^^
| PR: https://pagure.io/koji/pull-request/617
The web UI will now display the setuid bit when displaying rpm/archive file contents.
Builder changes