-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: Sort the API endpoints alphabetically in the documentation. #7404
Comments
@rhatdan PTAL |
SGTM. Could one of you open a PR to fix this. |
I have looked at the swagger documentation but didn't found a way to achieve the desired result. Maybe someone else finds/knows a way to do this. |
But I don't know how our docs are wired. @baude, in case you tackle it, I'd like to watch over your shoulders so I know what to tweak where. |
Record the user-specified "raw" image name in the SpecGenerator, so we can pass it along to the config when creating a container. We need a separate field as the image name in the generator may be set to the ID of the previously pulled image - ultimately the cause of containers#7404. Reverting the image name from the ID to the user input would not work since "alpine" for pulling iterates over the search registries in the registries.conf but looking up "alpine" normalizes to "localhost/alpine". Recording the raw-image name directly in the generator was the best of the options I considered as no hidden magic from search registries or normalizations (that may or may not change in the future) can interfere. The auto-update backend enforces that the raw-image name is a fully-qualified reference, so we need to worry about that in the front end. Fixes: containers#7407 Signed-off-by: Valentin Rothberg <[email protected]>
From a quick read:
To fix:
I'm not a json application expert, this is all from the documentation. How do we currently publish to podman.io? |
@jwhonce it doesn't get published to podman.io, it gets published to readthedocs via some make magic that @baude put together. We then do a redirect of docs.podman.io to readthedocs. Also readthedocs has some settngs you can select to make that look seamless. eithe suggestion sounds at least slightly painful, I'll let @baude flip the coin. |
A friendly reminder that this issue had no activity for 30 days. |
@Luap99 @TomSweeneyRedHat @baude @jwhonce Anyone have a chance to look at this? |
Think we need a decision first from @baude and/or @umohnani8 about which direction to go as requested in @jwhonce 's comment a few back. |
we need @jwhonce on this one ... i have no clue here. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
friendly ping |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
This seems to be a never ending Issue, with noone coming up with good ideas. |
Solution 1. Solution 2. Solution 3.Fix at I think solution 3 is the best. |
Great job @flouthoc |
/kind feature
Description
The endpoints inside the RestAPI Documentation at https://docs.podman.io/en/latest/_static/api.html are grouped in categories which is good. But within each category the endpoints seem to be in a random order (see below). It would be nice if they were sorted alphabetically.
The text was updated successfully, but these errors were encountered: