Uh oh!
There was an error while loading. Please reload this page.
Migrate relevant 3.2 commits to the new branch structure - #4188
Conversation
Uh oh!
There was an error while loading. Please reload this page.
ralfhandl
left a comment
There was a problem hiding this comment.
+1, one nit that I could address in a separate PR if I absolutely have to 😎
handrews
commented
Nov 12, 2024
@ralfhandl I merged your nit even though this was a port :-) Could you and @mikekistler please re-approve? |
ralfhandl
commented
Nov 12, 2024
@handrews Gladly, thanks! |
lornajane
commented
Nov 14, 2024
Changed to draft status to allow more discussion of the best way to add these and possibly other changes. There's more discussion on OAI/sig-security#12 |
karenetheridge
commented
Nov 14, 2024
Looks like there would be schema changes to accompany these? |
handrews
commented
Nov 22, 2024
In the TDC Call we decided to defer CIBA to 3.3 based on OAI/sig-security#12 (if that somehow comes together quickly enough, it can get on the 3.2 train, but we won't hold up 3.2 since we're going to do 3.3 immediately after per #4210). I'm going to remove the CIBA commit(s) and take this out of draft. @karenetheridge since this is just porting pre-existing work, please feel free to make a follow-up PR for the relevant schema changes on the |
* add oauth2MetadataUrl Signed-off-by: Axel Nennker <axel.nennker@telekom.de> * update anchor Signed-off-by: Axel Nennker <axel.nennker@telekom.de> --------- Signed-off-by: Axel Nennker <axel.nennker@telekom.de>
Uh oh!
There was an error while loading. Please reload this page.
This includes the few commits that were:
v3.2.0-devv3.1.1-dev$ref, or undo-ing that removal (let's just skip the whole thing...)These were handled with
git format-patchandgit am, like we have been doing to sync different release lines. In some cases, I noticed that the anchors for the new fields were incorrect and fixed them as if they weregit ammerge conflicts (so there are not separate commits).So this should be as close to what's on
v3.2.0-devin theversions/3.2.0.mdfile as we need it to be. But not identical.