-
Notifications
You must be signed in to change notification settings - Fork 90
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
Packager docs #4303
base: master
Are you sure you want to change the base?
Packager docs #4303
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4303 +/- ##
========================================
Coverage 39.11% 39.11%
========================================
Files 783 783
Lines 34737 34737
Branches 5308 5517 +209
========================================
Hits 13586 13586
+ Misses 20608 19970 -638
- Partials 543 1181 +638
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR introduces comprehensive documentation for the Quilt Packaging Service (QPS), detailing automated package creation from S3 data through various integration methods.
- Documentation needs clarification on SNS notification behavior (marked as TBD)
- Fix broken link to
[nf-prov(nf-prov)]
in/docs/Catalog/Packager.md
- Correct typo "foldler" to "folder" in
/docs/Catalog/Packager.md
- Add missing response format documentation for REST API endpoints in
/docs/Catalog/Packager.md
- Consider running
optipng
onpackager-admin-gui.png
as per TODO list
2 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile
* [Embeddable iFrames](Catalog/Embed.md) | ||
* [Packaging Service](Catalog/Packager.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Consider renaming to 'Quilt Packaging Service (QPS)' to match the title used in Packager.md for consistency
docs/Catalog/Packager.md
Outdated
create packages. Any event that matches one of these rules will be sent to the | ||
`QuiltPackager` SQS queue. | ||
|
||
1. The `detail-type` is `package-objects-request` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe package-objects-ready
?
BTW we also have package-objects-ready-glob
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a single endpoint for both? Then yeah, that makes sense.
What does 'package-objects-ready-glob' mean? Does it have different arguments?
Should we sending 's3://bucket/folder/*'?
Description
Proposed documentation (in-process) for the Quilt Packager, to help us align on terminology and features.
TODO
optipng
on any new PNGs