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

OCS API Returns updated groupfolder data after modifications #3666

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

aaronsegura
Copy link
Member

Resolves #3665

Copy link
Member

@provokateurin provokateurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see #3665 (comment), we can't break the format in a way that is not backwards compatible.
Other than that this is a really good idea and the PR looks fine!

@aaronsegura
Copy link
Member Author

Sorry, I submitted my PR before I saw your comment. I'll give it a go and update my PR with the changes.

@provokateurin
Copy link
Member

No problem! I guess you already had the changes ready when you created the issue. You don't need to open an issue before creating a PR to fix it. It's only really necessary if there is a need to discuss a problem or if you are not going to fix it yourself right away.

@provokateurin
Copy link
Member

Btw to generate the OpenAPI spec just run composer openapi and amend the changes.

@aaronsegura aaronsegura force-pushed the return-new-object-after-changes branch 2 times, most recently from dc92b47 to 53c34b9 Compare March 3, 2025 21:53
@aaronsegura aaronsegura force-pushed the return-new-object-after-changes branch from 53c34b9 to 66ae8bc Compare March 4, 2025 14:15
@aaronsegura aaronsegura force-pushed the return-new-object-after-changes branch from 66ae8bc to e100eb4 Compare March 12, 2025 20:00
@provokateurin provokateurin force-pushed the return-new-object-after-changes branch from e100eb4 to e3a3510 Compare March 14, 2025 06:00
@provokateurin
Copy link
Member

Hey @aaronsegura I took over the PR because I realized that some more changes are missing and we were going a bit back and forth here. I hope that was OK. The PR is fine now and I will merge it once the CI is done and green.

Resolves #3665

Signed-off-by: Aaron Segura <[email protected]>
Signed-off-by: provokateurin <[email protected]>
@provokateurin provokateurin force-pushed the return-new-object-after-changes branch from e3a3510 to 6920007 Compare March 14, 2025 08:01
@provokateurin provokateurin enabled auto-merge March 14, 2025 08:01
@provokateurin
Copy link
Member

No idea why psalm fails on pcntl, but locally it's green:

$ composer psalm
> psalm --threads=$(nproc) --no-cache

JIT acceleration: ON

Target PHP version: 8.1 (set by config file).

Scanning files...

2223 / 2223...

Analyzing files...

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░  60 / 103 (58%)
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

------------------------------
                              
       No errors found!       
                              
------------------------------
106 other issues found.
You can display them with --show-info=true
------------------------------

Checks took 2.26 seconds and used 224.583MB of memory
Psalm was able to infer types for 96.6313% of the codebase

So merging it, even though it's red 🤷‍♀️

@provokateurin provokateurin disabled auto-merge March 14, 2025 08:04
@provokateurin provokateurin merged commit d0039f0 into master Mar 14, 2025
54 of 55 checks passed
@provokateurin provokateurin deleted the return-new-object-after-changes branch March 14, 2025 08:56
Copy link
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

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

Successfully merging this pull request may close these issues.

OCS API Should return updated object data when user makes changes
2 participants