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(core,common,platform-fastify): add webdav http methods support #13278

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

johaven
Copy link
Contributor

@johaven johaven commented Feb 29, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

Closes #9459
Old PR: #13164

What is the new behavior?

add new decorators for webdav methods, like @propfind

Does this PR introduce a breaking change?

  • Yes
  • No

Status

Everything works on both platforms (express, fastify)

@coveralls
Copy link

coveralls commented Feb 29, 2024

Pull Request Test Coverage Report for Build d2d15576-7d8b-4cb4-84b7-fc1578aa0eb2

Details

  • 21 of 21 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 92.23%

Totals Coverage Status
Change from base Build 547b5144-94b7-4fde-939f-d4b7378fb44c: 0.02%
Covered Lines: 6766
Relevant Lines: 7336

💛 - Coveralls

@johaven
Copy link
Contributor Author

johaven commented Jun 3, 2024

Looks good to me

@johaven
Copy link
Contributor Author

johaven commented Jul 2, 2024

@kamilmysliwiec @jmcdo29, is there anything blocking or breaking regarding the integration of these methods ?

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.

WebDAV request method support
3 participants