Skip to content
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

Allow for custom iTipBroker (#1559) [4.6] #1568

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

phil-davis
Copy link
Contributor

Backport #1559 to 4.6

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.33%. Comparing base (fe09b0b) to head (dab90d5).
Report is 3 commits behind head on 4.6.

Additional details and impacted files
@@            Coverage Diff            @@
##                4.6    #1568   +/-   ##
=========================================
  Coverage     97.33%   97.33%           
- Complexity     2843     2844    +1     
=========================================
  Files           175      175           
  Lines          9441     9443    +2     
=========================================
+ Hits           9189     9191    +2     
  Misses          252      252           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phil-davis phil-davis merged commit b583004 into sabre-io:4.6 Oct 29, 2024
13 checks passed
@phil-davis phil-davis deleted the backport-1559 branch October 29, 2024 08:31
@kesselb
Copy link
Contributor

kesselb commented Nov 12, 2024

Hi @phil-davis,

I was wondering with @SebastianKrupinski if you want to do a release for 4.6 with the patch? ;)

@phil-davis
Copy link
Contributor Author

I was wondering with @SebastianKrupinski if you want to do a release for 4.6 with the patch?

This code ended up being released in https://github.com/sabre-io/dav/releases/tag/4.7.0 because it is an extra "feature" (along with other things in 4.7.0 that could be considered "features" rather than bug fixes.)

@kesselb 4.7.0 still supports all PHP 7.1 through 8.4. Is there any reason that you can't use 4.7.0 ?

@SebastianKrupinski
Copy link
Contributor

Hi @phil-davis,

The patch allows us to fix some bugs in NC, and our supported stable releases use 4.6, so a updated 4.6 release would allow us to fix the issues, without having to custom patch those stable releases.

Thank you

@phil-davis
Copy link
Contributor Author

@SebastianKrupinski the change is a "new feature" (adds the createItipBroker method). New "overriding" code that makes use of this would not work with 4.6.0. So it would be strange to have 4.6.1 that has this "new feature". Someone writing code to use the 4.6 series would have to know the exact patch version 4.6.0 or 4.6.1 when writing code related to this "new feature".

4.7 is upwardly compatible - any code that works with 4.6 should continue to work with 4.7

So I am not sure why the NC stable releases are somehow "pinned" to 4.6 - I would have thought they would be "pinned" to "4.6 or greater, within the 4.* series"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants