Uh oh!
There was an error while loading. Please reload this page.
adds missing formats in the registry - #3167
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
baywet
commented
Feb 20, 2023
@handrews thanks for the help here. Another question/remark I had is why do we need the issue link in the table view? could we do away with it to replace the column by notes (like using the content encoding in 3.1 instead of base64url format)? |
handrews
commented
Feb 20, 2023
@baywet I don't know anything about that table so someone else will have to answer the thing about the issue link. It might be good to have a notes column, or an OAS version translation column of some sort. |
Looks like this was originally added by @webron and @MikeRalphson in #1762. Any opposition to removing the Issue column to make room for a notes, parent type and version columns? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MikeRalphson
commented
Feb 21, 2023
I have no objection to removing the issue column from the index table, as long as the optional issue link is maintained in the detail pages. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
baywet
commented
Feb 21, 2023
@MikeRalphson thanks! I just pushed some changes, let me know what you think. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MikeRalphson
commented
Feb 21, 2023
@baywet, I went to https://baywet.github.io/OpenAPI-Specification/ hoping you'd set up your branch as a GitHub pages source so we could view the built changes, and the top-level |
baywet
commented
Feb 21, 2023
@MikeRalphson the fork had automatically setup the website. But the root is already used by my blog and it seems the template doesn't handle being on a sub segment very well. Also the branch was setup to gh_pages but I'm making my changes on a feature branch. Bottom line, it's now refreshed at https://baywet.github.io/OpenAPI-Specification/registry/format/ and if you click on any link, the OpenApi-Specification segment will be missing, so you need to add it back. |
ralfhandl
commented
Feb 22, 2023
@baywet Just noticed that |
baywet
commented
Feb 22, 2023
@ralfhandl this is something I noticed as well and meant to ask when opening the PR but forgot about it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Darrel <darrmi@microsoft.com>
baywet
commented
Mar 6, 2023
@rattrayalex I don't think this is something you can do (format doesn't support arrays AFAIK), you'd have to use 2 schema entries in an oneOf IMHO |
baywet
commented
Mar 6, 2023
Resurfacing this comment for @darrelmiller |
darrelmiller
commented
Mar 6, 2023
I guess we could. I don't feel strongly about this. |
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
baywet
commented
Mar 6, 2023
Thanks for the precision. Added. @darrelmiller@handrews@MikeRalphson@ralfhandl We should be good for hopefully final review this time. |
Uh oh!
There was an error while loading. Please reload this page.
MikeRalphson
commented
Mar 6, 2023
Co-authored-by: Mike Ralphson <mike.ralphson@gmail.com>
baywet
commented
Mar 6, 2023
@MikeRalphson thanks for catching that. Your suggestion appears to have fixed it. |
handrews
left a comment
There was a problem hiding this comment.
@baywet you are correct about html, it is fine as it is! (This is why I wanted to split the changed vs new files - I know the diff shows what kind of changes there are but with a PR touching this many files that I'm half-reviewing in diff and half-reviewing in rendered, it's confusing).
I see that some RFC references are links and some are not- they should either all be links or all not be links. Aside from that, I think everything here is ready to go. I'll approve this and you and @darrelmiller can sort out what to do (or not do) about the other RFC links.
handrews
commented
Mar 6, 2023
Wait, why is there still a |
baywet
commented
Mar 6, 2023
@handrews The version is not displayed anywhere at this time, it's used as a flag for the table and as a note for us in case we need to review why was this particular format marked as deprecated. The only place where people can see it is if they view the source MD. If we want to have it gone from the YAML header too (no mention of the version), I'd be happy to update it. |
darrelmiller
commented
Mar 6, 2023
@handrews@baywet Sorry, I should have been more clear. I wanted to call it deprecation note to indicate that a version was not a required value to indicate that something was deprecated. e.g. If a registry entry was created because we discovered that people had using the term "flag" to indicate boolean but there was no corresponding specification, we should be able to indicate that we want it to be deprecated. I thought I had caught all the RFCs with missing links. I'll do one more sweep and if I miss any today, I'll submit a separate PR for them. |
Uh oh!
There was an error while loading. Please reload this page.
MikeRalphson
commented
Mar 7, 2023
Thank you @baywet@handrews@ralfhandl for your herculean efforts! |
baywet
commented
Mar 7, 2023
Ditto! Thanks everyone for the help getting this merged!!! 🚀🚀🚀🚀 |
fixes#845
closes#1811