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

feat(nextcloud)!: Support server 31 #2775

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

provokateurin
Copy link
Member

@provokateurin provokateurin commented Jan 28, 2025

Closes #2720
Closes #2771

  • Generate new specs based on RC sources
  • Run tests against latest git versions
  • Create draft PR
  • Wait for release
  • Generate specs based on release sources
  • Update presets and test against new releases

@provokateurin provokateurin force-pushed the feat/nextcloud/server-31 branch 3 times, most recently from 06f817a to a72a7d0 Compare February 1, 2025 10:14
Copy link

codecov bot commented Feb 1, 2025

Codecov Report

Attention: Patch coverage is 9.43613% with 787 lines in your changes missing coverage. Please review.

Project coverage is 28.52%. Comparing base (deec18b) to head (db45b9f).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...src/api/files_sharing/files_sharing.openapi.g.dart 5.94% 364 Missing ⚠️
...src/api/notifications/notifications.openapi.g.dart 3.20% 181 Missing ⚠️
...b/src/api/files_sharing/files_sharing.openapi.dart 21.50% 73 Missing ⚠️
...nextcloud/lib/src/api/tables/tables.openapi.g.dart 0.00% 71 Missing ⚠️
...b/src/api/notifications/notifications.openapi.dart 17.39% 57 Missing ⚠️
...i/provisioning_api/provisioning_api.openapi.g.dart 24.48% 37 Missing ⚠️
...s/nextcloud/lib/src/api/tables/tables.openapi.dart 0.00% 2 Missing ⚠️
...lib/src/api/user_status/user_status.openapi.g.dart 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2775      +/-   ##
==========================================
- Coverage   29.09%   28.52%   -0.57%     
==========================================
  Files         373      373              
  Lines      138192   142317    +4125     
==========================================
+ Hits        40211    40602     +391     
- Misses      97981   101715    +3734     
Flag Coverage Δ *Carryforward flag
account_repository 98.47% <ø> (ø)
cookie_store 99.48% <ø> (ø) Carriedforward from deec18b
dashboard_app 96.05% <ø> (ø)
dynamite 31.05% <ø> (ø) Carriedforward from deec18b
dynamite_end_to_end_test 61.75% <ø> (ø) Carriedforward from deec18b
dynamite_runtime 85.40% <ø> (ø) Carriedforward from deec18b
interceptor_http_client 97.18% <ø> (ø) Carriedforward from deec18b
neon_dashboard 96.05% <ø> (ø) Carriedforward from deec18b
neon_framework 59.34% <ø> (ø)
neon_http_client 94.32% <ø> (ø)
neon_notifications 100.00% <ø> (ø) Carriedforward from deec18b
neon_rich_text 100.00% <ø> (ø)
neon_storage 94.66% <ø> (ø)
neon_talk 99.45% <ø> (ø) Carriedforward from deec18b
nextcloud 24.09% <8.80%> (-0.50%) ⬇️
notifications_app 97.36% <ø> (ø)
notifications_push_repository 98.11% <ø> (ø)
sort_box 90.90% <ø> (ø) Carriedforward from deec18b
talk_app 98.84% <100.00%> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Files with missing lines Coverage Δ
...ework/packages/talk_app/lib/src/utils/helpers.dart 91.30% <100.00%> (ø)
...ackages/talk_app/lib/src/widgets/actor_avatar.dart 100.00% <100.00%> (ø)
...ork/packages/talk_app/lib/src/widgets/message.dart 98.75% <100.00%> (ø)
...kages/nextcloud/lib/src/api/core/core.openapi.dart 39.48% <ø> (-0.94%) ⬇️
...ges/nextcloud/lib/src/api/core/core.openapi.g.dart 23.12% <ø> (-0.66%) ⬇️
...api/provisioning_api/provisioning_api.openapi.dart 26.07% <ø> (ø)
...s/nextcloud/lib/src/api/spreed/spreed.openapi.dart 32.70% <ø> (-0.61%) ⬇️
...nextcloud/lib/src/api/spreed/spreed.openapi.g.dart 14.67% <ø> (-0.65%) ⬇️
...s/nextcloud/lib/src/api/spreed/spreed_helpers.dart 100.00% <100.00%> (ø)
...d/lib/src/api/user_status/user_status.openapi.dart 74.23% <100.00%> (+0.03%) ⬆️
... and 8 more

Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
@provokateurin provokateurin force-pushed the feat/nextcloud/server-31 branch from a72a7d0 to db45b9f Compare February 2, 2025 16:42
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.

Support Nextcloud 31 Separate openapi-extractor versions by external repo
1 participant