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

Merge upstream commits #36

Merged
merged 125 commits into from Dec 15, 2021
Merged

Merge upstream commits #36

merged 125 commits into from Dec 15, 2021

Conversation

valentinbonneaud
Copy link
Collaborator

Merge upstream commits from Dec 7 to support PHP8.1

remicollet and others added 30 commits October 9, 2019 11:14
…e-io#472)

* reduce phpstan level back to 0, as level 1 is failing right now

* travis: no longer allow failures for phpstan
* Release 4.2.1

* Update CHANGELOG.md
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
…ess-tz-tests

Add TZ in iTip REPLY iTip messages
* Release 4.2.2

* Update CHANGELOG.md
…-20200126

Update dependencies and code style tools
* Update CHANGELOG.md

* Update Version.php
floerke and others added 16 commits November 14, 2021 16:50
Reordering of the attendees should not be a signitifcant change (sabre-io#540)
Reordering of vevent should not be a significant change (sabre-io#542)
This will ease customization of timezone-guessing as it is now gets easier
to extend that process with own implementations (as long as they
implement the appropriate interface)

This is espechially necessary when wanting to actually guess a timezone
via the rules defined in the VTIMEZONE-entry (which is currently not
done)
…esser

Allow easier extension of the timezone guessing
This avoids warnings under PHP>=8.1
Real return types should be added before PHP 9

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@valentinbonneaud valentinbonneaud force-pushed the feat/merge-upstream-8.1 branch 2 times, most recently from eec2891 to 7c7ae93 Compare December 15, 2021 12:19
@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2021

Codecov Report

Merging #36 (fca20ff) into master (4d357a6) will increase coverage by 1.51%.
The diff coverage is 95.83%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #36      +/-   ##
============================================
+ Coverage     96.83%   98.35%   +1.51%     
- Complexity     1915     1933      +18     
============================================
  Files            72       72              
  Lines          4682     4672      -10     
============================================
+ Hits           4534     4595      +61     
+ Misses          148       77      -71     
Flag Coverage Δ
tests 98.35% <95.83%> (+1.51%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/Parser/MimeDir.php 99.56% <ø> (ø)
lib/Property.php 98.99% <ø> (ø)
lib/Property/Binary.php 100.00% <ø> (ø)
lib/Property/FloatValue.php 96.42% <ø> (ø)
lib/Property/ICalendar/CalAddress.php 100.00% <ø> (ø)
lib/Property/ICalendar/Duration.php 100.00% <ø> (ø)
lib/Property/ICalendar/Period.php 100.00% <ø> (ø)
lib/Property/Time.php 97.36% <ø> (ø)
lib/Property/Uri.php 100.00% <ø> (ø)
lib/Property/UtcOffset.php 100.00% <ø> (ø)
... and 14 more

…upstream-8.1-2

# Conflicts:
#	.gitignore
#	.php_cs.dist
#	.travis.yml
#	CHANGELOG.md
#	lib/Recur/RRuleIterator.php
#	lib/TimeZoneUtil.php
#	lib/Version.php
#	tests/VObject/Recur/RRuleIteratorTest.php
#	tests/VObject/TimeZoneUtilTest.php
#	tests/phpunit.xml
@valentinbonneaud valentinbonneaud merged commit 814f4b8 into master Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet