-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ID-106]Expose TPS API for adding images #107
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
petyos
reviewed
Jul 2, 2024
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.
Please look the changes I applied. Thanks.
roberlander2
added a commit
to rokmetro/content-building-block-fork
that referenced
this pull request
Oct 31, 2024
* [ID-81] org_id could be lost on update operation (rokwire#82) * set the Changelog.md * Refill app_id & org_id on replacing the object * set app and org ID in the filter * fix the Changelog.md --------- Co-authored-by: Stefan Vitanov <[email protected]> * [ID-69]Set logger (rokwire#70) * set Changelog.md * set the logger * fix loggerOpts * set logger in auth * set logger into the database * fix logger service id --------- Co-authored-by: Stefan Vitanov <[email protected]> Co-authored-by: Stephen Hurwit <[email protected]> * [ID-76]Fix docs (rokwire#77) * set Changelog.md * structure the docs * set Api's docs * set Client applications APIs docs * set the deprecated Admin API's * docs in progress * in progress * in progress * set the Admin APIs * remove the old docs * fix the description * fix docs --------- Co-authored-by: Stefan Vitanov <[email protected]> Co-authored-by: Stephen Hurwit <[email protected]> * [rokwire#84] Prepare for deployment in OpenShift (rokwire#85) * upgrade dependencies, fix breaking changes for auth lib * fix merge issues * add app-env.json * upgrade dependencies * Release v1.2.4, upgrade dependencies, fix Dockerfile * [ID-89] Add user audio record availabillity (rokwire#90) * Update CHANGELOG.md * API is in progress * Add encoding * API 2 is in progress * Define interfaces * Validate file size * Parse and validate file * Check file type * APIs are in progress * Upload API is in progress * Upload audio * Get value from env variable * API tweaks * Generate correct key * Prepare adapter function * Hook up API * Fix lint issues --------- Co-authored-by: Petyo Stoyanov <[email protected]> * Prepare version v1.3.0 * [ID-91] Expose delete user audio record API (rokwire#92) * Update CHANGELOG.md * Describe API better * API is in progress * API is in progress * API is in progress * Support audio/m4a * API is done --------- Co-authored-by: Petyo Stoyanov <[email protected]> * Prepare version v1.4.0 * Hot fix - support video/mp4 * [rokwire#87] refactor support file types (rokwire#88) * new apis to support file and data content items * small fixes * fixed secrets * transaction context changes and changes from demo * added in service impl * fix lint issue * upgrade to go1.21, upgrade dependencies * remove unnecessary file, revert main.go testing change * cleanup and permission check additions * fix some docs typos, some small simplifications * fixes to docs and indicies for DB * fix some logging bugs * update secrets baseline * add permissions, cleanup naming, improve permission check * use query params * fix permission check issues, fix delete file * optimize permission check * update secrets baseline --------- Co-authored-by: Ryan Oberlander <[email protected]> Co-authored-by: shurwit <[email protected]> * Release v1.5.0 * fix doc base url * remove unused host env var * Release v1.5.1 * fix dockerfile * [rokwire#94] Use redirect to S3 for file downloads (EDIT: Stream files from S3) (rokwire#95) * update get file content item API handlers to use redirect instead of direct file download * update changelog * change GetFileContentItem to use download stream instead of redirect * remove superfluous WriteHeader calls * update changelog * Release v1.5.2 * [ID-97]Create "upload image" bbs API (rokwire#98) * add the Changelog.md * set the docs * in progress * set the bbs apis handler * fix lint issue * resolve comments --------- Co-authored-by: Stefan Vitanov <[email protected]> * update version to 1.6.0 * [ID-100] Fix upload image BBs API (rokwire#101) * Update CHANGELOG.md * Fix empty spaces * Update dockerfile --------- Co-authored-by: Petyo Stoyanov <[email protected]> * Prepare v1.6.1 * Hot fix * [ID-104] Remove user data (rokwire#105) * Update CHANGELOG.md * Add model * Add data logic struct * Add core adapter * in progress * in progress * Keep them grouped * Move the interface on the right place * Revert main.go as there was a lot of commented code. * Core driver stuff * Fix build * Delete todo categories - in progress * Delete profile image * Use create function * Delete voice record * Fix timer --------- Co-authored-by: Stefan Vitanov <[email protected]> * Prepare v1.7.0 * [ID-106]Expose TPS API for adding images (rokwire#107) * in progress * add the Changelog.md * in progress * in progress * fix * fix lint issue * TPS is third party, not first party * Update comment * Add the tps permission policy file file in dockerfile * Please maintan the same allignment.. * Do not add the old doc annotations * More generic name * Fix path * Fix the doc description * Fix creating tps handler * Remove wrong comment --------- Co-authored-by: Stefan Vitanov <[email protected]> Co-authored-by: Petyo Stoyanov <[email protected]> * update the version to 1.8.0 --------- Co-authored-by: stefanvitanov <[email protected]> Co-authored-by: Stefan Vitanov <[email protected]> Co-authored-by: Stephen Hurwit <[email protected]> Co-authored-by: Stephen Hurwit <[email protected]> Co-authored-by: Petyo Stoyanov <[email protected]> Co-authored-by: Petyo Stoyanov <[email protected]> Co-authored-by: Ben Dworkin <[email protected]> Co-authored-by: shurwit <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Expose TPS API for adding images
**Resolves #106
Review Time Estimate
Type of changes
Checklist: