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

Add SQS AddPermission operation #1773

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

stevenbrookes
Copy link

New SQS AddPermission operation, required to allow 3rd parties the permission to send messages to queues created using the createQueue endpoint.

I didn't seem to need to do anything after using the generate script - very cool. Let me know if I've missed anything.

As it looks like you are using a monorepo how would I go about using my fork of that in my code while the PR is reviewed and hopefully accepted.

Thanks

Steve

@GrahamCampbell
Copy link
Contributor

I didn't seem to need to do anything after using the generate script - very cool. Let me know if I've missed anything.

You need to write the tests.

@stevenbrookes
Copy link
Author

Test added. I seem to be failing the change log test. I added an entry, but perhaps not the right format? Any advice?

@jderusse
Copy link
Member

jderusse commented Oct 1, 2024

Test added. I seem to be failing the change log test. I added an entry, but perhaps not the right format? Any advice?

You can ignore the @dev suite (it should be fixed by #1771 )

The @stable just need an entry in the CHANGELOG file (you should add a ### Added section and a descript of your change)

@@ -6,6 +6,7 @@

- Enable compiler optimization for the `sprintf` function.
- Avoid calls to spl_object_ methods when computing cache key.
- Add Sqs AddPermission operation
Copy link
Member

Choose a reason for hiding this comment

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

You changed the wrong CHANGELOG file. This one is fore changes in the Core sub package.
You should edit the ./src/Service/Sqs/CHANGELOG

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